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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0057_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-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-02/func/sub-0057_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>75411fd4e25781fa073dec2137433547</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>18:30:12.552500</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.997589, 0.0162274, -0.0674775, -0.015323, 0.999786, 0.0138986]</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-01_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.105412</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7773, -7238, 604, 0, -256, -48, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.498</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bb51a78a-df43-40d0-b1a4-a3bacb9c9aa9||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.6764578819274902, -0.041110582649707794, -0.1827591359615326, 118.76461029052734], [-0.04353693872690201, 2.6823527812957764, 0.034644026309251785, -92.18801879882812], [-0.18103711307048798, -0.03728890419006348, 2.693584680557251, -67.0714111328125], [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': ['183012.552500', '183013.012500', '183013.472500', '183013.932500', '183014.392500', '183014.852500', '183015.312500', '183015.772500', '183016.232500', '183016.692500', '183017.152500', '183017.612500', '183018.072500', '183018.532500', '183018.992500', '183019.452500', '183019.912500', '183020.372500', '183020.832500', '183021.292500', '183021.752500', '183022.212500', '183022.672500', '183023.132500', '183023.592500', '183024.052500', '183024.512500', '183024.972500', '183025.432500', '183025.892500', '183026.352500', '183026.812500', '183027.272500', '183027.732500', '183028.192500', '183028.652500', '183029.112500', '183029.572500', '183030.032500', '183030.492500', '183030.952500', '183031.412500', '183031.872500', '183032.332500', '183032.792500', '183033.252500', '183033.712500', '183034.172500', '183034.632500', '183035.092500', '183035.552500', '183036.012500', '183036.472500', '183036.932500', '183037.392500', '183037.852500', '183038.312500', '183038.772500', '183039.232500', '183039.692500', '183040.152500', '183040.612500', '183041.072500', '183041.532500', '183041.992500', '183042.452500', '183042.912500', '183043.372500', '183043.832500', '183044.292500', '183044.752500', '183045.212500', '183045.672500', '183046.132500', '183046.592500', '183047.052500', '183047.512500', '183047.972500', '183048.432500', '183048.892500', '183049.352500', '183049.812500', '183050.272500', '183050.732500', '183051.192500', '183051.652500', '183052.112500', '183052.572500', '183053.032500', '183053.492500', '183053.952500', '183054.412500', '183054.872500', '183055.332500', '183055.792500', '183056.252500', '183056.712500', '183057.172500', '183057.632500', '183058.092500', '183058.552500', '183059.012500', '183059.472500', '183059.932500', '183100.392500', '183100.852500', '183101.312500', '183101.772500', '183102.232500', '183102.692500', '183103.152500', '183103.612500', '183104.072500', '183104.532500', '183104.992500', '183105.452500', '183105.912500', '183106.372500', '183106.832500', '183107.292500', '183107.752500', '183108.212500', '183108.672500', '183109.132500', '183109.592500', '183110.052500', '183110.512500', '183110.972500', '183111.432500', '183111.892500', '183112.352500', '183112.812500', '183113.272500', '183113.732500', '183114.192500', '183114.652500', '183115.112500', '183115.572500', '183116.032500', '183116.492500', '183116.952500', '183117.412500', '183117.872500', '183118.332500', '183118.792500', '183119.252500', '183119.712500', '183120.172500', '183120.632500', '183121.092500', '183121.552500', '183122.012500', '183122.472500', '183122.932500', '183123.392500', '183123.852500', '183124.312500', '183124.772500', '183125.232500', '183125.692500', '183126.152500', '183126.612500', '183127.072500', '183127.532500', '183127.992500', '183128.452500', '183128.912500', '183129.372500', '183129.832500', '183130.292500', '183130.752500', '183131.212500', '183131.672500', '183132.132500', '183132.592500', '183133.052500', '183133.512500', '183133.972500', '183134.432500', '183134.892500', '183135.352500', '183135.812500', '183136.272500', '183136.732500', '183137.192500', '183137.652500', '183138.112500', '183138.572500', '183139.032500', '183139.492500', '183139.952500', '183140.412500', '183140.872500', '183141.332500', '183141.792500', '183142.252500', '183142.712500', '183143.172500', '183143.632500', '183144.092500', '183144.552500', '183145.012500', '183145.472500', '183145.932500', '183146.392500', '183146.852500', '183147.312500', '183147.772500', '183148.232500', '183148.692500', '183149.152500', '183149.612500', '183150.072500', '183150.532500', '183150.992500', '183151.452500', '183151.912500', '183152.372500', '183152.832500', '183153.292500', '183153.752500', '183154.212500', '183154.672500', '183155.132500', '183155.592500', '183156.052500', '183156.512500', '183156.972500', '183157.432500', '183157.892500', '183158.352500', '183158.812500', '183159.272500', '183159.732500', '183200.192500', '183200.652500', '183201.112500', '183201.572500', '183202.032500', '183202.492500', '183202.952500', '183203.412500', '183203.872500', '183204.332500', '183204.792500', '183205.252500', '183205.712500', '183206.172500', '183206.632500', '183207.092500', '183207.552500', '183208.012500', '183208.472500', '183208.932500', '183209.392500', '183209.852500', '183210.312500', '183210.772500', '183211.232500', '183211.692500', '183212.152500', '183212.612500', '183213.072500', '183213.532500', '183213.992500', '183214.452500', '183214.912500', '183215.372500', '183215.832500', '183216.292500', '183216.752500', '183217.212500', '183217.672500', '183218.132500', '183218.592500', '183219.052500', '183219.512500', '183219.972500', '183220.432500', '183220.892500', '183221.352500', '183221.812500', '183222.272500', '183222.732500', '183223.192500', '183223.652500', '183224.112500', '183224.572500', '183225.032500', '183225.492500', '183225.952500', '183226.412500', '183226.872500', '183227.332500', '183227.792500', '183228.252500', '183228.712500', '183229.172500', '183229.632500', '183230.092500', '183230.552500', '183231.012500', '183231.472500', '183231.932500', '183232.392500', '183232.852500', '183233.312500', '183233.772500', '183234.232500', '183234.692500', '183235.152500', '183235.612500', '183236.072500', '183236.532500', '183236.992500', '183237.452500', '183237.912500', '183238.372500', '183238.832500', '183239.292500', '183239.752500', '183240.212500', '183240.672500', '183241.132500', '183241.592500', '183242.052500', '183242.512500', '183242.972500', '183243.432500', '183243.892500', '183244.352500', '183244.812500', '183245.272500', '183245.732500', '183246.192500', '183246.652500', '183247.112500', '183247.572500', '183248.032500', '183248.492500', '183248.952500', '183249.412500', '183249.872500', '183250.332500', '183250.792500', '183251.252500', '183251.712500', '183252.172500', '183252.632500', '183253.092500', '183253.552500', '183254.012500', '183254.472500', '183254.932500', '183255.392500', '183255.852500', '183256.312500', '183256.772500', '183257.232500', '183257.692500', '183258.152500', '183258.612500', '183259.072500', '183259.532500', '183259.992500', '183300.452500', '183300.912500', '183301.372500', '183301.832500', '183302.292500', '183302.752500', '183303.212500', '183303.672500', '183304.132500', '183304.592500', '183305.052500', '183305.512500', '183305.972500', '183306.432500', '183306.892500', '183307.352500', '183307.812500', '183308.272500', '183308.732500', '183309.192500', '183309.652500', '183310.112500', '183310.572500', '183311.032500', '183311.492500', '183311.952500', '183312.412500', '183312.872500', '183313.332500', '183313.792500', '183314.252500', '183314.712500', '183315.172500', '183315.632500', '183316.092500', '183316.552500', '183317.012500', '183317.472500', '183317.932500', '183318.392500', '183318.852500', '183319.312500', '183319.772500', '183320.232500', '183320.692500', '183321.152500', '183321.612500', '183322.072500', '183322.532500', '183322.992500', '183323.452500', '183323.912500', '183324.372500', '183324.832500', '183325.292500', '183325.752500', '183326.212500', '183326.672500', '183327.132500', '183327.592500', '183328.052500', '183328.512500', '183328.972500', '183329.432500', '183329.892500', '183330.352500', '183330.812500', '183331.272500', '183331.732500', '183332.192500', '183332.652500', '183333.112500', '183333.572500', '183334.032500', '183334.492500', '183334.952500', '183335.412500', '183335.872500', '183336.332500', '183336.792500', '183337.252500', '183337.712500', '183338.172500', '183338.632500', '183339.092500', '183339.552500', '183340.012500', '183340.472500', '183340.932500', '183341.392500', '183341.852500', '183342.312500', '183342.772500', '183343.232500', '183343.692500', '183344.152500', '183344.612500', '183345.072500', '183345.532500', '183345.992500', '183346.452500', '183346.912500', '183347.372500', '183347.832500', '183348.292500', '183348.752500', '183349.212500', '183349.672500', '183350.132500', '183350.592500', '183351.052500', '183351.512500', '183351.972500', '183352.432500', '183352.892500', '183353.352500', '183353.812500', '183354.272500', '183354.732500', '183355.192500', '183355.652500', '183356.112500', '183356.572500', '183357.032500', '183357.492500', '183357.952500', '183358.412500', '183358.872500', '183359.332500', '183359.792500', '183400.252500', '183400.712500', '183401.172500', '183401.632500', '183402.092500', '183402.552500', '183403.012500', '183403.472500', '183403.932500', '183404.392500', '183404.852500', '183405.312500', '183405.772500', '183406.232500', '183406.692500', '183407.152500', '183407.612500', '183408.072500', '183408.532500', '183408.992500', '183409.452500', '183409.912500', '183410.372500', '183410.832500', '183411.292500', '183411.752500', '183412.212500', '183412.672500', '183413.132500', '183413.592500', '183414.052500', '183414.512500', '183414.972500', '183415.432500', '183415.892500', '183416.352500', '183416.812500', '183417.272500', '183417.732500', '183418.192500', '183418.652500', '183419.112500', '183419.572500', '183420.032500', '183420.492500', '183420.952500', '183421.412500', '183421.872500', '183422.332500', '183422.792500', '183423.252500', '183423.712500', '183424.172500', '183424.632500', '183425.092500', '183425.552500', '183426.012500', '183426.472500', '183426.932500', '183427.392500', '183427.852500', '183428.312500', '183428.772500', '183429.232500', '183429.692500', '183430.152500', '183430.612500', '183431.072500', '183431.532500', '183431.992500', '183432.452500', '183432.912500', '183433.372500', '183433.832500', '183434.292500', '183434.752500', '183435.212500', '183435.672500', '183436.132500', '183436.592500', '183437.052500', '183437.512500', '183437.972500', '183438.432500', '183438.892500', '183439.352500', '183439.812500', '183440.272500', '183440.732500', '183441.192500', '183441.652500', '183442.112500', '183442.572500', '183443.032500', '183443.492500', '183443.952500', '183444.412500', '183444.872500', '183445.332500', '183445.792500', '183446.252500', '183446.712500', '183447.172500', '183447.632500', '183448.092500', '183448.552500', '183449.012500', '183449.472500', '183449.932500', '183450.392500', '183450.852500', '183451.312500', '183451.772500', '183452.232500', '183452.692500', '183453.152500', '183453.612500', '183454.072500', '183454.532500', '183454.992500', '183455.452500', '183455.912500', '183456.372500', '183456.832500', '183457.292500', '183457.752500', '183458.212500', '183458.672500', '183459.132500', '183459.592500', '183500.052500', '183500.512500', '183500.972500', '183501.432500', '183501.892500', '183502.352500', '183502.812500', '183503.272500', '183503.732500', '183504.192500', '183504.652500', '183505.112500', '183505.572500', '183506.032500', '183506.492500', '183506.952500', '183507.412500', '183507.872500', '183508.332500', '183508.792500', '183509.252500', '183509.712500', '183510.172500', '183510.632500', '183511.092500', '183511.552500', '183512.012500', '183512.472500', '183512.932500', '183513.392500', '183513.852500', '183514.312500', '183514.772500', '183515.232500', '183515.692500', '183516.152500', '183516.612500', '183517.072500', '183517.532500', '183517.992500', '183518.452500', '183518.912500', '183519.372500', '183519.832500', '183520.292500', '183520.752500', '183521.212500', '183521.672500', '183522.132500', '183522.592500', '183523.052500', '183523.512500', '183523.972500', '183524.432500', '183524.892500', '183525.352500', '183525.812500', '183526.272500', '183526.732500', '183527.192500', '183527.652500', '183528.112500', '183528.572500', '183529.032500', '183529.492500', '183529.952500', '183530.412500', '183530.872500', '183531.332500', '183531.792500', '183532.252500', '183532.712500', '183533.172500', '183533.632500', '183534.092500', '183534.552500', '183535.012500', '183535.472500', '183535.932500', '183536.392500', '183536.852500', '183537.312500', '183537.772500', '183538.232500', '183538.692500', '183539.152500', '183539.612500', '183540.072500', '183540.532500', '183540.992500', '183541.452500', '183541.912500', '183542.372500', '183542.832500', '183543.292500', '183543.752500', '183544.212500', '183544.672500', '183545.132500', '183545.592500', '183546.052500', '183546.512500', '183546.972500', '183547.432500', '183547.892500', '183548.352500', '183548.812500', '183549.272500', '183549.732500', '183550.192500', '183550.652500', '183551.112500', '183551.572500', '183552.032500', '183552.492500', '183552.952500', '183553.412500', '183553.872500', '183554.332500', '183554.792500', '183555.252500', '183555.712500', '183556.172500', '183556.632500', '183557.092500', '183557.552500', '183558.012500', '183558.472500', '183558.932500', '183559.392500', '183559.852500', '183600.312500', '183600.772500', '183601.232500', '183601.692500', '183602.152500', '183602.612500', '183603.072500', '183603.532500', '183603.992500', '183604.452500', '183604.912500', '183605.372500', '183605.832500', '183606.292500', '183606.752500', '183607.212500', '183607.672500', '183608.132500', '183608.592500', '183609.052500', '183609.512500', '183609.972500', '183610.432500', '183610.892500', '183611.352500', '183611.812500', '183612.272500', '183612.732500', '183613.192500', '183613.652500', '183614.112500', '183614.572500', '183615.032500', '183615.492500', '183615.952500', '183616.412500', '183616.872500', '183617.332500', '183617.792500', '183618.252500', '183618.712500', '183619.172500', '183619.632500', '183620.092500', '183620.552500', '183621.012500', '183621.472500', '183621.932500', '183622.392500', '183622.852500', '183623.312500', '183623.772500', '183624.232500', '183624.692500', '183625.152500', '183625.612500', '183626.072500', '183626.532500', '183626.992500', '183627.452500', '183627.912500', '183628.372500', '183628.832500', '183629.292500', '183629.752500', '183630.212500', '183630.672500', '183631.132500', '183631.592500', '183632.052500', '183632.512500', '183632.972500', '183633.432500', '183633.892500', '183634.352500', '183634.812500', '183635.272500', '183635.732500', '183636.192500', '183636.652500', '183637.112500', '183637.572500', '183638.032500', '183638.492500', '183638.952500', '183639.412500', '183639.872500', '183640.332500', '183640.792500', '183641.252500', '183641.712500', '183642.172500', '183642.632500', '183643.092500', '183643.552500', '183644.012500', '183644.472500', '183644.932500', '183645.392500', '183645.852500', '183646.312500', '183646.772500', '183647.232500', '183647.692500', '183648.152500', '183648.612500', '183649.072500', '183649.532500', '183649.992500', '183650.452500', '183650.912500', '183651.372500', '183651.832500', '183652.292500', '183652.752500', '183653.212500', '183653.672500', '183654.132500', '183654.592500', '183655.052500', '183655.512500', '183655.972500', '183656.432500', '183656.892500', '183657.352500', '183657.812500', '183658.272500', '183658.732500', '183659.192500', '183659.652500', '183700.112500', '183700.572500', '183701.032500', '183701.492500', '183701.952500', '183702.412500', '183702.872500', '183703.332500', '183703.792500', '183704.252500', '183704.712500', '183705.172500', '183705.632500', '183706.092500', '183706.552500', '183707.012500', '183707.472500', '183707.932500', '183708.392500', '183708.852500', '183709.312500', '183709.772500', '183710.232500', '183710.692500', '183711.152500', '183711.612500', '183712.072500', '183712.532500'], 'ContentTime': ['183030.918000', '183030.921000', '183030.924000', '183030.927000', '183030.929000', '183030.932000', '183030.935000', '183030.937000', '183030.940000', '183030.942000', '183030.945000', '183030.947000', '183030.950000', '183030.953000', '183030.955000', '183030.958000', '183030.961000', '183030.963000', '183030.966000', '183030.968000', '183030.971000', '183030.973000', '183030.976000', '183030.978000', '183030.981000', '183030.984000', '183030.986000', '183030.989000', '183030.992000', '183030.994000', '183030.997000', '183031.000000', '183031.003000', '183031.005000', '183031.008000', '183031.015000', '183031.017000', '183050.866000', '183050.869000', '183050.872000', '183050.874000', '183050.877000', '183050.880000', '183050.882000', '183050.885000', '183050.887000', '183050.890000', '183050.892000', '183050.895000', '183050.898000', '183050.900000', '183050.903000', '183050.905000', '183050.913000', '183050.916000', '183050.918000', '183050.921000', '183050.923000', '183050.926000', '183050.928000', '183050.931000', '183050.933000', '183050.936000', '183050.938000', '183050.941000', '183050.944000', '183050.947000', '183050.950000', '183050.953000', '183050.955000', '183050.958000', '183050.961000', '183050.963000', '183050.966000', '183050.968000', '183050.971000', '183050.973000', '183050.976000', '183050.978000', '183050.981000', '183110.867000', '183110.869000', '183110.872000', '183110.875000', '183110.877000', '183110.880000', '183110.882000', '183110.891000', '183110.894000', '183110.896000', '183110.899000', '183110.901000', '183110.904000', '183110.907000', '183110.909000', '183110.912000', '183110.914000', '183110.917000', '183110.920000', '183110.922000', '183110.925000', '183110.927000', '183110.930000', '183110.932000', '183110.935000', '183110.938000', '183110.940000', '183110.943000', '183110.945000', '183110.948000', '183110.951000', '183110.953000', '183110.956000', '183110.958000', '183110.961000', '183110.963000', '183110.969000', '183110.971000', '183110.974000', '183110.977000', '183110.979000', '183110.982000', '183110.984000', '183110.987000', '183130.866000', '183130.869000', '183130.872000', '183130.874000', '183130.877000', '183130.880000', '183130.882000', '183130.885000', '183130.887000', '183130.890000', '183130.892000', '183130.895000', '183130.897000', '183130.900000', '183130.903000', '183130.905000', '183130.908000', '183130.910000', '183130.913000', '183130.916000', '183130.918000', '183130.921000', '183130.923000', '183130.926000', '183130.928000', '183130.931000', '183130.933000', '183130.936000', '183130.939000', '183130.941000', '183130.944000', '183130.946000', '183130.949000', '183130.951000', '183130.954000', '183130.956000', '183130.959000', '183130.962000', '183130.964000', '183130.967000', '183130.969000', '183130.972000', '183130.979000', '183150.868000', '183150.870000', '183150.873000', '183150.875000', '183150.878000', '183150.881000', '183150.883000', '183150.886000', '183150.888000', '183150.891000', '183150.893000', '183150.896000', '183150.899000', '183150.901000', '183150.904000', '183150.906000', '183150.940000', '183150.942000', '183150.945000', '183150.947000', '183150.950000', '183150.952000', '183150.955000', '183150.957000', '183150.960000', '183150.963000', '183150.965000', '183150.968000', '183150.970000', '183150.973000', '183150.976000', '183150.978000', '183150.981000', '183150.984000', '183150.986000', '183150.989000', '183150.991000', '183150.994000', '183150.997000', '183150.999000', '183151.002000', '183151.004000', '183151.007000', '183151.009000', '183210.867000', '183210.991000', '183210.994000', '183210.997000', '183210.999000', '183211.002000', '183211.004000', '183211.007000', '183211.009000', '183211.012000', '183211.014000', '183211.017000', '183211.020000', '183211.022000', '183211.025000', '183211.027000', '183211.030000', '183211.033000', '183211.035000', '183211.038000', '183211.040000', '183211.043000', '183211.046000', '183211.048000', '183211.051000', '183211.053000', '183211.056000', '183211.059000', '183211.061000', '183211.064000', '183211.067000', '183211.069000', '183211.072000', '183211.074000', '183211.077000', '183211.079000', '183211.082000', '183211.085000', '183211.087000', '183211.090000', '183211.092000', '183211.095000', '183211.098000', '183230.866000', '183230.869000', '183230.872000', '183230.875000', '183230.877000', '183230.880000', '183230.882000', '183230.885000', '183230.888000', '183230.890000', '183230.893000', '183230.895000', '183230.898000', '183230.901000', '183230.903000', '183230.906000', '183230.908000', '183230.911000', '183230.914000', '183230.916000', '183230.919000', '183230.921000', '183230.924000', '183230.927000', '183230.929000', '183230.932000', '183230.934000', '183230.937000', '183230.939000', '183230.942000', '183230.945000', '183230.947000', '183230.950000', '183230.952000', '183230.955000', '183230.957000', '183230.960000', '183230.963000', '183230.965000', '183230.968000', '183230.970000', '183230.973000', '183230.975000', '183230.978000', '183250.866000', '183250.869000', '183250.872000', '183250.874000', '183250.877000', '183250.879000', '183250.882000', '183250.885000', '183250.887000', '183250.890000', '183250.892000', '183250.895000', '183250.898000', '183250.900000', '183250.903000', '183250.905000', '183250.908000', '183250.911000', '183250.913000', '183250.916000', '183250.918000', '183250.921000', '183250.923000', '183250.926000', '183250.928000', '183250.931000', '183250.934000', '183250.936000', '183250.939000', '183250.941000', '183250.944000', '183250.946000', '183250.949000', '183250.952000', '183250.954000', '183250.957000', '183250.959000', '183250.962000', '183250.964000', '183250.967000', '183250.969000', '183250.972000', '183250.975000', '183310.866000', '183310.869000', '183310.872000', '183310.875000', '183310.877000', '183310.880000', '183310.882000', '183310.885000', '183310.888000', '183310.890000', '183310.893000', '183310.895000', '183310.898000', '183310.900000', '183310.903000', '183310.906000', '183310.908000', '183310.911000', '183310.913000', '183310.916000', '183310.919000', '183310.921000', '183310.924000', '183310.927000', '183310.929000', '183310.932000', '183310.934000', '183310.937000', '183310.940000', '183310.942000', '183310.945000', '183310.947000', '183310.950000', '183310.953000', '183310.955000', '183310.958000', '183310.960000', '183310.963000', '183310.966000', '183310.968000', '183310.971000', '183310.974000', '183310.976000', '183310.979000', '183330.867000', '183330.869000', '183330.872000', '183330.875000', '183330.877000', '183330.880000', '183330.882000', '183330.885000', '183330.887000', '183330.890000', '183330.893000', '183330.895000', '183330.898000', '183330.900000', '183330.903000', '183330.906000', '183330.908000', '183330.911000', '183330.913000', '183330.916000', '183330.919000', '183330.921000', '183330.924000', '183330.926000', '183330.929000', '183330.931000', '183330.934000', '183330.937000', '183330.939000', '183330.942000', '183330.944000', '183330.947000', '183330.949000', '183330.952000', '183330.955000', '183330.957000', '183330.960000', '183330.962000', '183330.965000', '183330.967000', '183330.970000', '183330.973000', '183330.975000', '183350.867000', '183350.869000', '183350.872000', '183350.875000', '183350.877000', '183350.880000', '183350.882000', '183350.885000', '183350.887000', '183350.890000', '183350.893000', '183350.896000', '183350.899000', '183350.901000', '183350.904000', '183350.907000', '183350.909000', '183350.912000', '183350.914000', '183350.917000', '183350.919000', '183350.922000', '183350.925000', '183350.927000', '183350.930000', '183350.932000', '183350.935000', '183350.938000', '183350.940000', '183350.943000', '183350.945000', '183350.948000', '183350.951000', '183350.953000', '183350.956000', '183350.958000', '183350.961000', '183350.964000', '183350.966000', '183350.969000', '183350.971000', '183350.974000', '183350.977000', '183410.868000', '183410.870000', '183410.873000', '183410.876000', '183410.878000', '183410.881000', '183410.883000', '183410.886000', '183410.889000', '183410.891000', '183410.894000', '183410.896000', '183410.899000', '183410.902000', '183410.904000', '183410.907000', '183410.909000', '183410.912000', '183410.915000', '183410.917000', '183410.920000', '183410.922000', '183410.925000', '183410.927000', '183410.930000', '183410.933000', '183410.935000', '183410.938000', '183410.940000', '183410.943000', '183410.946000', '183410.948000', '183410.951000', '183410.953000', '183410.956000', '183410.959000', '183410.961000', '183410.964000', '183410.966000', '183410.969000', '183410.971000', '183410.974000', '183410.977000', '183410.979000', '183430.866000', '183430.869000', '183430.872000', '183430.874000', '183430.877000', '183430.880000', '183430.882000', '183430.885000', '183430.887000', '183430.890000', '183430.893000', '183430.895000', '183430.898000', '183430.900000', '183430.903000', '183430.906000', '183430.908000', '183430.911000', '183430.913000', '183430.916000', '183430.919000', '183430.921000', '183430.924000', '183430.927000', '183430.929000', '183430.932000', '183430.935000', '183430.937000', '183430.940000', '183430.942000', '183430.945000', '183430.948000', '183430.950000', '183430.953000', '183430.955000', '183430.958000', '183430.961000', '183430.963000', '183430.966000', '183430.968000', '183430.971000', '183430.974000', '183430.976000', '183450.866000', '183450.869000', '183450.872000', '183450.875000', '183450.877000', '183450.880000', '183450.882000', '183450.885000', '183450.888000', '183450.890000', '183450.893000', '183450.896000', '183450.898000', '183450.901000', '183450.903000', '183450.906000', '183450.909000', '183450.911000', '183450.914000', '183450.916000', '183450.919000', '183450.922000', '183450.924000', '183450.940000', '183450.943000', '183450.946000', '183450.948000', '183450.951000', '183450.953000', '183450.956000', '183450.959000', '183450.961000', '183450.964000', '183450.966000', '183450.969000', '183450.971000', '183450.974000', '183450.977000', '183450.979000', '183450.982000', '183450.984000', '183450.987000', '183450.990000', '183450.992000', '183510.867000', '183510.869000', '183510.872000', '183510.875000', '183510.877000', '183510.881000', '183510.884000', '183510.886000', '183510.889000', '183510.892000', '183510.894000', '183510.897000', '183510.899000', '183510.902000', '183510.905000', '183510.907000', '183510.910000', '183510.912000', '183510.915000', '183510.918000', '183510.920000', '183510.923000', '183510.925000', '183510.928000', '183510.931000', '183510.934000', '183510.937000', '183510.939000', '183510.942000', '183510.944000', '183510.947000', '183510.950000', '183510.952000', '183510.955000', '183510.957000', '183510.960000', '183510.963000', '183510.965000', '183510.968000', '183510.971000', '183510.973000', '183510.976000', '183510.978000', '183510.981000', '183530.866000', '183530.869000', '183530.872000', '183530.874000', '183530.877000', '183530.880000', '183530.882000', '183530.885000', '183530.888000', '183530.890000', '183530.893000', '183530.895000', '183530.898000', '183530.901000', '183530.903000', '183530.906000', '183530.908000', '183530.911000', '183530.914000', '183530.916000', '183530.919000', '183530.921000', '183530.924000', '183530.927000', '183530.929000', '183530.932000', '183530.934000', '183530.937000', '183530.940000', '183530.942000', '183530.945000', '183530.947000', '183530.950000', '183530.952000', '183530.955000', '183530.958000', '183530.960000', '183530.963000', '183530.965000', '183530.968000', '183530.970000', '183530.973000', '183530.976000', '183550.866000', '183550.893000', '183550.895000', '183550.898000', '183550.901000', '183550.903000', '183550.906000', '183550.908000', '183550.911000', '183550.914000', '183550.916000', '183550.919000', '183550.921000', '183550.924000', '183550.927000', '183550.929000', '183550.932000', '183550.934000', '183550.937000', '183550.940000', '183550.942000', '183550.945000', '183550.948000', '183550.950000', '183550.953000', '183550.955000', '183550.958000', '183550.961000', '183550.963000', '183550.966000', '183550.968000', '183550.971000', '183550.974000', '183550.976000', '183550.979000', '183550.981000', '183550.984000', '183550.986000', '183550.989000', '183550.992000', '183550.994000', '183550.997000', '183550.999000', '183610.867000', '183610.870000', '183610.872000', '183610.875000', '183610.877000', '183610.880000', '183610.883000', '183610.887000', '183610.890000', '183610.892000', '183610.895000', '183610.898000', '183610.900000', '183610.903000', '183610.905000', '183610.908000', '183610.911000', '183610.913000', '183610.916000', '183610.919000', '183610.921000', '183610.924000', '183610.926000', '183610.929000', '183610.931000', '183610.934000', '183610.937000', '183610.939000', '183610.942000', '183610.945000', '183610.947000', '183610.950000', '183610.952000', '183610.955000', '183610.958000', '183610.960000', '183610.963000', '183610.966000', '183610.968000', '183610.971000', '183610.973000', '183610.976000', '183610.978000', '183610.981000', '183630.868000', '183630.870000', '183630.873000', '183630.876000', '183630.878000', '183630.881000', '183630.884000', '183630.886000', '183630.889000', '183630.891000', '183630.894000', '183630.897000', '183630.899000', '183630.902000', '183630.905000', '183630.907000', '183630.910000', '183630.912000', '183630.915000', '183630.918000', '183630.922000', '183630.925000', '183630.928000', '183630.930000', '183630.933000', '183630.936000', '183630.938000', '183630.941000', '183630.944000', '183630.946000', '183630.949000', '183630.951000', '183630.954000', '183630.957000', '183630.959000', '183630.962000', '183630.964000', '183630.967000', '183630.969000', '183630.972000', '183630.975000', '183630.977000', '183630.980000', '183650.867000', '183650.869000', '183650.872000', '183650.875000', '183650.877000', '183650.880000', '183650.882000', '183650.885000', '183650.888000', '183650.890000', '183650.893000', '183650.895000', '183650.898000', '183650.900000', '183650.903000', '183650.906000', '183650.908000', '183650.911000', '183650.914000', '183650.916000', '183650.919000', '183650.921000', '183650.924000', '183650.926000', '183650.929000', '183650.932000', '183650.934000', '183650.937000', '183650.939000', '183650.942000', '183650.944000', '183650.947000', '183650.950000', '183650.952000', '183650.955000', '183650.957000', '183650.960000', '183650.962000', '183650.965000', '183650.968000', '183650.970000', '183650.973000', '183650.975000', '183650.978000', '183710.867000', '183710.869000', '183710.872000', '183710.875000', '183710.877000', '183710.880000', '183710.883000', '183710.885000', '183710.888000', '183710.890000', '183710.893000', '183710.896000', '183710.898000', '183710.901000', '183710.903000', '183710.906000', '183710.909000', '183710.911000', '183710.914000', '183710.916000', '183710.919000', '183710.922000', '183710.924000', '183710.927000', '183710.929000', '183710.932000', '183710.935000', '183710.937000', '183710.940000', '183710.943000', '183710.945000', '183710.948000', '183710.950000', '183710.953000', '183710.956000', '183710.958000', '183710.961000', '183710.963000', '183710.966000', '183710.968000', '183710.971000', '183710.974000', '183710.977000', '183714.119000', '183714.122000', '183714.125000', '183714.128000', '183714.131000', '183714.134000', '183714.137000', '183714.139000'], 'InstanceCreationTime': ['183030.918000', '183030.921000', '183030.924000', '183030.927000', '183030.929000', '183030.932000', '183030.935000', '183030.937000', '183030.940000', '183030.942000', '183030.945000', '183030.947000', '183030.950000', '183030.953000', '183030.955000', '183030.958000', '183030.961000', '183030.963000', '183030.966000', '183030.968000', '183030.971000', '183030.973000', '183030.976000', '183030.978000', '183030.981000', '183030.984000', '183030.986000', '183030.989000', '183030.992000', '183030.994000', '183030.997000', '183031.000000', '183031.003000', '183031.005000', '183031.008000', '183031.015000', '183031.017000', '183050.866000', '183050.869000', '183050.872000', '183050.874000', '183050.877000', '183050.880000', '183050.882000', '183050.885000', '183050.887000', '183050.890000', '183050.892000', '183050.895000', '183050.898000', '183050.900000', '183050.903000', '183050.905000', '183050.913000', '183050.916000', '183050.918000', '183050.921000', '183050.923000', '183050.926000', '183050.928000', '183050.931000', '183050.933000', '183050.936000', '183050.938000', '183050.941000', '183050.944000', '183050.947000', '183050.950000', '183050.953000', '183050.955000', '183050.958000', '183050.961000', '183050.963000', '183050.966000', '183050.968000', '183050.971000', '183050.973000', '183050.976000', '183050.978000', '183050.981000', '183110.867000', '183110.869000', '183110.872000', '183110.875000', '183110.877000', '183110.880000', '183110.882000', '183110.891000', '183110.894000', '183110.896000', '183110.899000', '183110.901000', '183110.904000', '183110.907000', '183110.909000', '183110.912000', '183110.914000', '183110.917000', '183110.920000', '183110.922000', '183110.925000', '183110.927000', '183110.930000', '183110.932000', '183110.935000', '183110.938000', '183110.940000', '183110.943000', '183110.945000', '183110.948000', '183110.951000', '183110.953000', '183110.956000', '183110.958000', '183110.961000', '183110.963000', '183110.969000', '183110.971000', '183110.974000', '183110.977000', '183110.979000', '183110.982000', '183110.984000', '183110.987000', '183130.866000', '183130.869000', '183130.872000', '183130.874000', '183130.877000', '183130.880000', '183130.882000', '183130.885000', '183130.887000', '183130.890000', '183130.892000', '183130.895000', '183130.897000', '183130.900000', '183130.903000', '183130.905000', '183130.908000', '183130.910000', '183130.913000', '183130.916000', '183130.918000', '183130.921000', '183130.923000', '183130.926000', '183130.928000', '183130.931000', '183130.933000', '183130.936000', '183130.939000', '183130.941000', '183130.944000', '183130.946000', '183130.949000', '183130.951000', '183130.954000', '183130.956000', '183130.959000', '183130.962000', '183130.964000', '183130.967000', '183130.969000', '183130.972000', '183130.979000', '183150.868000', '183150.870000', '183150.873000', '183150.875000', '183150.878000', '183150.881000', '183150.883000', '183150.886000', '183150.888000', '183150.891000', '183150.893000', '183150.896000', '183150.899000', '183150.901000', '183150.904000', '183150.906000', '183150.940000', '183150.942000', '183150.945000', '183150.947000', '183150.950000', '183150.952000', '183150.955000', '183150.957000', '183150.960000', '183150.963000', '183150.965000', '183150.968000', '183150.970000', '183150.973000', '183150.976000', '183150.978000', '183150.981000', '183150.984000', '183150.986000', '183150.989000', '183150.991000', '183150.994000', '183150.997000', '183150.999000', '183151.002000', '183151.004000', '183151.007000', '183151.009000', '183210.867000', '183210.991000', '183210.994000', '183210.997000', '183210.999000', '183211.002000', '183211.004000', '183211.007000', '183211.009000', '183211.012000', '183211.014000', '183211.017000', '183211.020000', '183211.022000', '183211.025000', '183211.027000', '183211.030000', '183211.033000', '183211.035000', '183211.038000', '183211.040000', '183211.043000', '183211.046000', '183211.048000', '183211.051000', '183211.053000', '183211.056000', '183211.059000', '183211.061000', '183211.064000', '183211.067000', '183211.069000', '183211.072000', '183211.074000', '183211.077000', '183211.079000', '183211.082000', '183211.085000', '183211.087000', '183211.090000', '183211.092000', '183211.095000', '183211.098000', '183230.866000', '183230.869000', '183230.872000', '183230.875000', '183230.877000', '183230.880000', '183230.882000', '183230.885000', '183230.888000', '183230.890000', '183230.893000', '183230.895000', '183230.898000', '183230.901000', '183230.903000', '183230.906000', '183230.908000', '183230.911000', '183230.914000', '183230.916000', '183230.919000', '183230.921000', '183230.924000', '183230.927000', '183230.929000', '183230.932000', '183230.934000', '183230.937000', '183230.939000', '183230.942000', '183230.945000', '183230.947000', '183230.950000', '183230.952000', '183230.955000', '183230.957000', '183230.960000', '183230.963000', '183230.965000', '183230.968000', '183230.970000', '183230.973000', '183230.975000', '183230.978000', '183250.866000', '183250.869000', '183250.872000', '183250.874000', '183250.877000', '183250.879000', '183250.882000', '183250.885000', '183250.887000', '183250.890000', '183250.892000', '183250.895000', '183250.898000', '183250.900000', '183250.903000', '183250.905000', '183250.908000', '183250.911000', '183250.913000', '183250.916000', '183250.918000', '183250.921000', '183250.923000', '183250.926000', '183250.928000', '183250.931000', '183250.934000', '183250.936000', '183250.939000', '183250.941000', '183250.944000', '183250.946000', '183250.949000', '183250.952000', '183250.954000', '183250.957000', '183250.959000', '183250.962000', '183250.964000', '183250.967000', '183250.969000', '183250.972000', '183250.975000', '183310.866000', '183310.869000', '183310.872000', '183310.875000', '183310.877000', '183310.880000', '183310.882000', '183310.885000', '183310.888000', '183310.890000', '183310.893000', '183310.895000', '183310.898000', '183310.900000', '183310.903000', '183310.906000', '183310.908000', '183310.911000', '183310.913000', '183310.916000', '183310.919000', '183310.921000', '183310.924000', '183310.927000', '183310.929000', '183310.932000', '183310.934000', '183310.937000', '183310.940000', '183310.942000', '183310.945000', '183310.947000', '183310.950000', '183310.953000', '183310.955000', '183310.958000', '183310.960000', '183310.963000', '183310.966000', '183310.968000', '183310.971000', '183310.974000', '183310.976000', '183310.979000', '183330.867000', '183330.869000', '183330.872000', '183330.875000', '183330.877000', '183330.880000', '183330.882000', '183330.885000', '183330.887000', '183330.890000', '183330.893000', '183330.895000', '183330.898000', '183330.900000', '183330.903000', '183330.906000', '183330.908000', '183330.911000', '183330.913000', '183330.916000', '183330.919000', '183330.921000', '183330.924000', '183330.926000', '183330.929000', '183330.931000', '183330.934000', '183330.937000', '183330.939000', '183330.942000', '183330.944000', '183330.947000', '183330.949000', '183330.952000', '183330.955000', '183330.957000', '183330.960000', '183330.962000', '183330.965000', '183330.967000', '183330.970000', '183330.973000', '183330.975000', '183350.867000', '183350.869000', '183350.872000', '183350.875000', '183350.877000', '183350.880000', '183350.882000', '183350.885000', '183350.887000', '183350.890000', '183350.893000', '183350.896000', '183350.899000', '183350.901000', '183350.904000', '183350.907000', '183350.909000', '183350.912000', '183350.914000', '183350.917000', '183350.919000', '183350.922000', '183350.925000', '183350.927000', '183350.930000', '183350.932000', '183350.935000', '183350.938000', '183350.940000', '183350.943000', '183350.945000', '183350.948000', '183350.951000', '183350.953000', '183350.956000', '183350.958000', '183350.961000', '183350.964000', '183350.966000', '183350.969000', '183350.971000', '183350.974000', '183350.977000', '183410.868000', '183410.870000', '183410.873000', '183410.876000', '183410.878000', '183410.881000', '183410.883000', '183410.886000', '183410.889000', '183410.891000', '183410.894000', '183410.896000', '183410.899000', '183410.902000', '183410.904000', '183410.907000', '183410.909000', '183410.912000', '183410.915000', '183410.917000', '183410.920000', '183410.922000', '183410.925000', '183410.927000', '183410.930000', '183410.933000', '183410.935000', '183410.938000', '183410.940000', '183410.943000', '183410.946000', '183410.948000', '183410.951000', '183410.953000', '183410.956000', '183410.959000', '183410.961000', '183410.964000', '183410.966000', '183410.969000', '183410.971000', '183410.974000', '183410.977000', '183410.979000', '183430.866000', '183430.869000', '183430.872000', '183430.874000', '183430.877000', '183430.880000', '183430.882000', '183430.885000', '183430.887000', '183430.890000', '183430.893000', '183430.895000', '183430.898000', '183430.900000', '183430.903000', '183430.906000', '183430.908000', '183430.911000', '183430.913000', '183430.916000', '183430.919000', '183430.921000', '183430.924000', '183430.927000', '183430.929000', '183430.932000', '183430.935000', '183430.937000', '183430.940000', '183430.942000', '183430.945000', '183430.948000', '183430.950000', '183430.953000', '183430.955000', '183430.958000', '183430.961000', '183430.963000', '183430.966000', '183430.968000', '183430.971000', '183430.974000', '183430.976000', '183450.866000', '183450.869000', '183450.872000', '183450.875000', '183450.877000', '183450.880000', '183450.882000', '183450.885000', '183450.888000', '183450.890000', '183450.893000', '183450.896000', '183450.898000', '183450.901000', '183450.903000', '183450.906000', '183450.909000', '183450.911000', '183450.914000', '183450.916000', '183450.919000', '183450.922000', '183450.924000', '183450.940000', '183450.943000', '183450.946000', '183450.948000', '183450.951000', '183450.953000', '183450.956000', '183450.959000', '183450.961000', '183450.964000', '183450.966000', '183450.969000', '183450.971000', '183450.974000', '183450.977000', '183450.979000', '183450.982000', '183450.984000', '183450.987000', '183450.990000', '183450.992000', '183510.867000', '183510.869000', '183510.872000', '183510.875000', '183510.877000', '183510.881000', '183510.884000', '183510.886000', '183510.889000', '183510.892000', '183510.894000', '183510.897000', '183510.899000', '183510.902000', '183510.905000', '183510.907000', '183510.910000', '183510.912000', '183510.915000', '183510.918000', '183510.920000', '183510.923000', '183510.925000', '183510.928000', '183510.931000', '183510.934000', '183510.937000', '183510.939000', '183510.942000', '183510.944000', '183510.947000', '183510.950000', '183510.952000', '183510.955000', '183510.957000', '183510.960000', '183510.963000', '183510.965000', '183510.968000', '183510.971000', '183510.973000', '183510.976000', '183510.978000', '183510.981000', '183530.866000', '183530.869000', '183530.872000', '183530.874000', '183530.877000', '183530.880000', '183530.882000', '183530.885000', '183530.888000', '183530.890000', '183530.893000', '183530.895000', '183530.898000', '183530.901000', '183530.903000', '183530.906000', '183530.908000', '183530.911000', '183530.914000', '183530.916000', '183530.919000', '183530.921000', '183530.924000', '183530.927000', '183530.929000', '183530.932000', '183530.934000', '183530.937000', '183530.940000', '183530.942000', '183530.945000', '183530.947000', '183530.950000', '183530.952000', '183530.955000', '183530.958000', '183530.960000', '183530.963000', '183530.965000', '183530.968000', '183530.970000', '183530.973000', '183530.976000', '183550.866000', '183550.893000', '183550.895000', '183550.898000', '183550.901000', '183550.903000', '183550.906000', '183550.908000', '183550.911000', '183550.914000', '183550.916000', '183550.919000', '183550.921000', '183550.924000', '183550.927000', '183550.929000', '183550.932000', '183550.934000', '183550.937000', '183550.940000', '183550.942000', '183550.945000', '183550.948000', '183550.950000', '183550.953000', '183550.955000', '183550.958000', '183550.961000', '183550.963000', '183550.966000', '183550.968000', '183550.971000', '183550.974000', '183550.976000', '183550.979000', '183550.981000', '183550.984000', '183550.986000', '183550.989000', '183550.992000', '183550.994000', '183550.997000', '183550.999000', '183610.867000', '183610.870000', '183610.872000', '183610.875000', '183610.877000', '183610.880000', '183610.883000', '183610.887000', '183610.890000', '183610.892000', '183610.895000', '183610.898000', '183610.900000', '183610.903000', '183610.905000', '183610.908000', '183610.911000', '183610.913000', '183610.916000', '183610.919000', '183610.921000', '183610.924000', '183610.926000', '183610.929000', '183610.931000', '183610.934000', '183610.937000', '183610.939000', '183610.942000', '183610.945000', '183610.947000', '183610.950000', '183610.952000', '183610.955000', '183610.958000', '183610.960000', '183610.963000', '183610.966000', '183610.968000', '183610.971000', '183610.973000', '183610.976000', '183610.978000', '183610.981000', '183630.868000', '183630.870000', '183630.873000', '183630.876000', '183630.878000', '183630.881000', '183630.884000', '183630.886000', '183630.889000', '183630.891000', '183630.894000', '183630.897000', '183630.899000', '183630.902000', '183630.905000', '183630.907000', '183630.910000', '183630.912000', '183630.915000', '183630.918000', '183630.922000', '183630.925000', '183630.928000', '183630.930000', '183630.933000', '183630.936000', '183630.938000', '183630.941000', '183630.944000', '183630.946000', '183630.949000', '183630.951000', '183630.954000', '183630.957000', '183630.959000', '183630.962000', '183630.964000', '183630.967000', '183630.969000', '183630.972000', '183630.975000', '183630.977000', '183630.980000', '183650.867000', '183650.869000', '183650.872000', '183650.875000', '183650.877000', '183650.880000', '183650.882000', '183650.885000', '183650.888000', '183650.890000', '183650.893000', '183650.895000', '183650.898000', '183650.900000', '183650.903000', '183650.906000', '183650.908000', '183650.911000', '183650.914000', '183650.916000', '183650.919000', '183650.921000', '183650.924000', '183650.926000', '183650.929000', '183650.932000', '183650.934000', '183650.937000', '183650.939000', '183650.942000', '183650.944000', '183650.947000', '183650.950000', '183650.952000', '183650.955000', '183650.957000', '183650.960000', '183650.962000', '183650.965000', '183650.968000', '183650.970000', '183650.973000', '183650.975000', '183650.978000', '183710.867000', '183710.869000', '183710.872000', '183710.875000', '183710.877000', '183710.880000', '183710.883000', '183710.885000', '183710.888000', '183710.890000', '183710.893000', '183710.896000', '183710.898000', '183710.901000', '183710.903000', '183710.906000', '183710.909000', '183710.911000', '183710.914000', '183710.916000', '183710.919000', '183710.922000', '183710.924000', '183710.927000', '183710.929000', '183710.932000', '183710.935000', '183710.937000', '183710.940000', '183710.943000', '183710.945000', '183710.948000', '183710.950000', '183710.953000', '183710.956000', '183710.958000', '183710.961000', '183710.963000', '183710.966000', '183710.968000', '183710.971000', '183710.974000', '183710.977000', '183714.119000', '183714.122000', '183714.125000', '183714.128000', '183714.131000', '183714.134000', '183714.137000', '183714.139000'], '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': [7389, 8274, 8116, 7050, 8004, 6603, 8873, 6895, 11370, 6228, 10488, 6137, 10384, 7335, 9803, 5890, 8274, 6285, 8156, 11934, 6939, 9600, 7477, 8872, 5631, 8669, 5696, 8490, 5547, 8021, 5625, 8066, 7459, 7247, 6682, 7681, 7988, 7437, 8904, 6507, 8571, 7322, 8447, 5895, 8665, 6210, 8708, 6585, 8789, 5858, 9066, 6515, 9972, 6523, 9579, 6433, 10020, 6484, 11308, 7322, 10880, 6483, 11185, 7972, 11703, 6272, 10201, 8513, 9469, 11705, 8664, 11992, 8412, 10959, 7684, 9813, 7206, 10043, 6937, 9851, 6111, 9549, 5880, 9758, 6039, 8808, 5817, 8644, 6805, 8554, 6199, 8511, 6497, 8287, 10278, 7613, 9567, 8047, 10009, 7828, 9193, 7198, 9372, 7906, 9224, 6589, 9356, 5840, 9124, 6649, 9486, 5762, 8981, 6797, 9175, 6631, 8718, 5905, 8296, 7912, 8383, 9722, 7561, 9020, 7810, 9546, 6855, 9320, 6221, 9295, 5752, 7997, 5672, 7665, 7291, 7146, 8877, 6596, 9077, 7273, 8590, 6123, 8585, 5823, 8762, 6587, 9142, 5778, 8590, 6815, 8529, 10279, 7728, 8721, 8020, 9743, 7255, 8802, 6658, 8861, 7580, 8865, 6406, 8798, 6874, 9153, 6042, 9828, 5966, 9907, 6112, 9077, 5799, 9027, 5779, 9367, 6731, 9771, 5732, 9439, 6038, 9837, 7537, 10130, 6595, 9114, 7961, 8849, 13294, 9015, 11031, 8229, 9374, 6936, 8812, 5996, 8770, 5708, 8831, 5763, 8194, 5717, 8973, 6673, 8642, 6262, 8524, 6495, 9109, 7307, 8626, 6081, 9172, 6919, 9824, 6421, 8335, 9154, 8016, 11373, 8210, 10522, 7454, 9577, 5787, 8648, 6013, 8434, 6048, 7892, 10358, 6819, 9307, 5823, 8594, 5884, 8626, 5657, 7860, 5549, 7699, 5365, 8317, 5844, 8712, 6147, 8697, 5980, 8750, 6981, 9663, 6232, 10380, 12094, 8666, 12039, 8512, 10538, 5585, 8784, 6534, 8167, 10660, 7412, 9142, 7769, 8989, 6977, 8704, 6272, 8264, 6480, 8494, 5741, 8250, 5651, 8092, 5527, 8382, 5460, 7887, 5502, 7771, 5566, 8278, 6077, 9023, 5679, 8395, 6449, 9107, 6581, 9319, 9976, 8325, 12010, 7991, 10124, 8741, 9451, 6896, 9464, 6945, 9549, 6012, 8270, 5676, 8558, 5916, 8682, 5977, 8227, 5731, 8495, 8981, 8661, 7289, 8214, 8883, 8118, 10276, 7584, 8873, 7587, 9511, 7219, 9365, 6114, 8917, 5793, 8369, 5893, 8347, 6167, 8505, 5781, 8031, 6049, 7922, 9035, 7576, 6804, 7880, 6856, 7485, 8950, 7160, 8200, 7375, 7996, 7471, 9330, 7259, 9707, 6805, 10754, 5932, 8914, 5623, 8445, 9563, 8166, 9818, 7995, 10079, 7075, 9299, 5998, 8719, 5836, 8491, 5560, 8074, 5712, 7639, 5559, 8354, 5721, 8812, 5857, 9080, 6071, 8330, 7590, 9012, 6227, 8206, 5550, 8059, 8308, 8262, 9673, 7610, 8707, 7665, 10596, 7499, 9268, 6817, 9344, 5797, 8841, 6482, 8313, 5890, 8650, 5707, 7985, 5698, 8582, 5504, 8260, 5664, 8667, 6034, 9118, 5791, 8426, 6167, 8880, 6201, 10071, 5920, 9333, 7116, 8881, 10492, 8343, 7866, 8341, 8745, 7802, 10621, 7320, 8749, 7692, 8639, 7699, 9386, 7289, 9090, 6975, 8930, 7246, 8812, 5679, 9065, 6400, 9215, 6294, 8105, 6398, 7867, 9470, 7235, 8449, 7666, 8701, 6278, 8587, 5809, 8200, 5639, 8181, 5785, 8034, 5544, 8102, 5480, 8191, 6292, 8852, 5939, 8746, 6392, 8301, 11901, 8034, 10084, 8018, 9657, 5644, 8462, 5742, 8436, 6710, 7570, 6657, 7936, 5555, 8148, 6148, 8251, 6136, 8344, 7037, 8350, 11362, 7825, 10166, 6597, 9454, 5810, 8634, 5990, 8360, 8327, 7437, 7903, 7793, 9549, 7191, 9458, 6547, 9491, 5628, 8879, 5800, 8347, 6149, 7228, 8913, 7043, 8878, 6909, 9074, 6712, 8212, 6833, 8128, 6177, 8137, 5645, 7899, 5688, 8210, 5595, 7896, 5374, 8162, 5887, 9048, 5892, 9367, 6633, 10566, 6464, 11364, 7804, 10286, 13589, 10114, 11677, 8675, 11199, 7291, 9816, 13103, 8834, 11025, 7876, 9374, 5706, 8698, 8187, 7236, 8147, 7174, 7260, 6928, 7939, 7565, 8135, 6857, 8132, 7380, 9190, 6873, 8358, 7109, 8671, 7321, 8975, 6425, 9640, 7152, 10546, 6150, 8488, 5673, 8626, 9928, 8417, 9468, 8264, 11055, 7834, 9895, 6520, 9516, 6142, 9069, 5898, 8224, 5619, 8058, 6255, 7481, 6524, 6907, 7560, 7443, 8703, 6627, 8802, 7145, 8489, 6941, 8826, 6896, 8893, 6332, 9715, 6226, 9947, 5609, 8869, 6482, 8939, 10332, 7582, 9094, 8034, 9535, 6658, 9171, 6244, 8125, 6593, 9106, 5645, 8884, 5847, 8684, 7181, 8154, 6699, 8178, 7845, 7882, 7871, 7466, 6506, 7868, 7234, 7791, 10646, 7360, 9050, 7690, 9886, 7459, 9746, 6280, 9983, 6075, 8231, 9988, 7260, 9755, 6913, 8630, 5657, 8186, 5683, 7569, 6275, 6731, 8535, 6260, 8411, 6931, 7980, 6147, 8157, 5844, 7893, 5495, 8172, 5601, 7784, 5532, 8195, 5546, 8371, 8703, 8425, 10905, 7572, 9881, 6274, 8566, 5407, 8769, 6065, 8365, 5633, 8154, 5878, 8104, 7016, 7268, 9852, 6714, 8947, 7614, 8785, 6833, 9374, 6900, 10167, 8076, 12003, 7473, 11806, 7723, 11600, 8086, 10002, 6763, 9131, 9047, 9525, 13174, 9247, 10333, 6761, 8762, 5791, 8384, 10158, 7123, 8633, 6755, 8299, 5510, 7216, 5576, 7746, 5550, 7604, 6462, 6909, 8533, 5775, 8582, 5601, 8508, 6330, 8248, 6866, 8382, 8857, 7263, 11095, 7849, 11569, 7448, 11961, 8276, 10229, 13276, 10395, 11716, 7210, 9681, 7959, 7465, 10271, 7459, 8690, 5475, 8614, 5806, 7622, 5473, 7392, 5319, 7296, 7998, 7368, 10160, 7540, 10453, 7361, 9614, 12838, 9202, 9699, 8686, 6821, 11779, 7430, 9156, 7659, 6766, 9240, 6896, 7835, 5719, 7620, 5531, 7667, 5460, 8125, 6294, 6688, 7324, 7085, 8809, 6295, 8742, 5648, 8344, 10160, 6144, 8819, 5667, 8668, 5661, 7708, 5601, 8883, 9751, 7461, 9572, 6205, 8453, 5639, 8826, 7469, 7573, 9324, 6474, 8748, 7178, 8427, 5641, 8354, 8907, 7116, 9003, 8230, 8525, 5685, 8261, 5760, 8862, 6355, 8547, 8104, 6672, 9180, 5359, 8360, 5764, 8321, 6356, 7674, 10476, 6254, 8563, 5957, 8017, 6217, 7903, 5770, 8136, 5573, 9049, 7037, 10573, 7048, 12083, 8614, 11730, 12194, 9090, 12364, 9247, 12622, 9184, 12619, 11260, 8458, 10698, 7915, 9189, 6947, 8413, 5592, 9142, 5836, 8320, 5510, 7806, 6880, 7110, 8424, 6603, 7525, 7370, 7764, 6945], 'WindowCenter': [3582.0, 3577.0, 3573.0, 3549.0, 3557.0, 3536.0, 3568.0, 3534.0, 3576.0, 3513.0, 3565.0, 3512.0, 3566.0, 3534.0, 3554.0, 3499.0, 3542.0, 3508.0, 3542.0, 3573.0, 3521.0, 3551.0, 3530.0, 3542.0, 3498.0, 3542.0, 3499.0, 3542.0, 3489.0, 3541.0, 3499.0, 3544.0, 3531.0, 3532.0, 3521.0, 3544.0, 3542.0, 3533.0, 3555.0, 3523.0, 3556.0, 3546.0, 3557.0, 3513.0, 3556.0, 3513.0, 3554.0, 3534.0, 3556.0, 3513.0, 3556.0, 3524.0, 3567.0, 3525.0, 3568.0, 3523.0, 3567.0, 3525.0, 3577.0, 3545.0, 3577.0, 3523.0, 3577.0, 3545.0, 3576.0, 3512.0, 3565.0, 3554.0, 3567.0, 3575.0, 3553.0, 3574.0, 3542.0, 3563.0, 3545.0, 3564.0, 3532.0, 3563.0, 3532.0, 3564.0, 3510.0, 3553.0, 3499.0, 3553.0, 3509.0, 3552.0, 3500.0, 3555.0, 3522.0, 3542.0, 3510.0, 3553.0, 3510.0, 3554.0, 3564.0, 3544.0, 3552.0, 3542.0, 3563.0, 3545.0, 3565.0, 3532.0, 3552.0, 3542.0, 3552.0, 3520.0, 3553.0, 3511.0, 3552.0, 3520.0, 3553.0, 3500.0, 3552.0, 3522.0, 3554.0, 3521.0, 3553.0, 3498.0, 3541.0, 3540.0, 3543.0, 3564.0, 3543.0, 3551.0, 3531.0, 3551.0, 3520.0, 3552.0, 3510.0, 3552.0, 3498.0, 3542.0, 3497.0, 3532.0, 3530.0, 3533.0, 3554.0, 3533.0, 3554.0, 3544.0, 3554.0, 3523.0, 3556.0, 3513.0, 3555.0, 3534.0, 3555.0, 3512.0, 3555.0, 3522.0, 3555.0, 3565.0, 3544.0, 3554.0, 3545.0, 3564.0, 3544.0, 3555.0, 3534.0, 3554.0, 3544.0, 3554.0, 3522.0, 3555.0, 3535.0, 3567.0, 3513.0, 3579.0, 3513.0, 3566.0, 3512.0, 3554.0, 3499.0, 3554.0, 3512.0, 3555.0, 3523.0, 3564.0, 3512.0, 3553.0, 3510.0, 3577.0, 3543.0, 3564.0, 3520.0, 3553.0, 3541.0, 3552.0, 3585.0, 3552.0, 3561.0, 3541.0, 3550.0, 3518.0, 3541.0, 3510.0, 3541.0, 3498.0, 3540.0, 3499.0, 3541.0, 3499.0, 3551.0, 3521.0, 3552.0, 3521.0, 3553.0, 3521.0, 3552.0, 3532.0, 3553.0, 3511.0, 3553.0, 3532.0, 3564.0, 3510.0, 3542.0, 3551.0, 3543.0, 3576.0, 3541.0, 3562.0, 3530.0, 3550.0, 3496.0, 3540.0, 3510.0, 3541.0, 3507.0, 3541.0, 3550.0, 3519.0, 3550.0, 3497.0, 3541.0, 3498.0, 3541.0, 3499.0, 3540.0, 3488.0, 3543.0, 3501.0, 3554.0, 3512.0, 3554.0, 3524.0, 3555.0, 3525.0, 3555.0, 3535.0, 3568.0, 3513.0, 3566.0, 3575.0, 3555.0, 3575.0, 3542.0, 3562.0, 3488.0, 3541.0, 3507.0, 3542.0, 3562.0, 3530.0, 3550.0, 3542.0, 3550.0, 3520.0, 3542.0, 3522.0, 3541.0, 3520.0, 3552.0, 3500.0, 3542.0, 3511.0, 3555.0, 3503.0, 3555.0, 3501.0, 3545.0, 3502.0, 3544.0, 3503.0, 3556.0, 3525.0, 3567.0, 3512.0, 3555.0, 3524.0, 3566.0, 3523.0, 3566.0, 3565.0, 3544.0, 3576.0, 3543.0, 3562.0, 3553.0, 3553.0, 3530.0, 3552.0, 3531.0, 3552.0, 3509.0, 3541.0, 3498.0, 3553.0, 3499.0, 3541.0, 3509.0, 3542.0, 3498.0, 3553.0, 3553.0, 3554.0, 3530.0, 3542.0, 3540.0, 3541.0, 3563.0, 3532.0, 3551.0, 3532.0, 3551.0, 3531.0, 3553.0, 3510.0, 3540.0, 3499.0, 3541.0, 3499.0, 3543.0, 3510.0, 3541.0, 3498.0, 3541.0, 3508.0, 3543.0, 3553.0, 3542.0, 3520.0, 3543.0, 3520.0, 3533.0, 3553.0, 3533.0, 3542.0, 3533.0, 3542.0, 3533.0, 3552.0, 3532.0, 3564.0, 3520.0, 3562.0, 3509.0, 3540.0, 3497.0, 3542.0, 3552.0, 3540.0, 3550.0, 3529.0, 3549.0, 3519.0, 3539.0, 3496.0, 3539.0, 3496.0, 3539.0, 3486.0, 3528.0, 3496.0, 3530.0, 3499.0, 3543.0, 3499.0, 3552.0, 3499.0, 3555.0, 3510.0, 3543.0, 3542.0, 3553.0, 3510.0, 3543.0, 3499.0, 3543.0, 3542.0, 3555.0, 3553.0, 3543.0, 3541.0, 3531.0, 3562.0, 3532.0, 3552.0, 3521.0, 3552.0, 3500.0, 3552.0, 3509.0, 3542.0, 3500.0, 3553.0, 3512.0, 3544.0, 3511.0, 3553.0, 3500.0, 3543.0, 3512.0, 3556.0, 3513.0, 3556.0, 3511.0, 3555.0, 3524.0, 3566.0, 3513.0, 3565.0, 3513.0, 3555.0, 3532.0, 3554.0, 3564.0, 3544.0, 3541.0, 3542.0, 3540.0, 3532.0, 3564.0, 3533.0, 3552.0, 3532.0, 3541.0, 3531.0, 3552.0, 3533.0, 3552.0, 3532.0, 3552.0, 3531.0, 3552.0, 3500.0, 3554.0, 3509.0, 3553.0, 3509.0, 3541.0, 3508.0, 3543.0, 3564.0, 3532.0, 3541.0, 3532.0, 3541.0, 3510.0, 3541.0, 3499.0, 3543.0, 3500.0, 3542.0, 3499.0, 3543.0, 3500.0, 3542.0, 3502.0, 3556.0, 3524.0, 3556.0, 3513.0, 3555.0, 3522.0, 3557.0, 3587.0, 3544.0, 3564.0, 3542.0, 3553.0, 3498.0, 3542.0, 3499.0, 3544.0, 3520.0, 3544.0, 3522.0, 3543.0, 3500.0, 3545.0, 3523.0, 3556.0, 3523.0, 3556.0, 3534.0, 3557.0, 3576.0, 3545.0, 3577.0, 3524.0, 3553.0, 3500.0, 3553.0, 3509.0, 3555.0, 3554.0, 3533.0, 3542.0, 3545.0, 3564.0, 3534.0, 3564.0, 3523.0, 3567.0, 3514.0, 3554.0, 3511.0, 3555.0, 3510.0, 3534.0, 3554.0, 3545.0, 3565.0, 3534.0, 3565.0, 3536.0, 3557.0, 3548.0, 3556.0, 3527.0, 3570.0, 3526.0, 3557.0, 3526.0, 3558.0, 3516.0, 3559.0, 3516.0, 3559.0, 3527.0, 3568.0, 3526.0, 3570.0, 3538.0, 3580.0, 3526.0, 3590.0, 3544.0, 3579.0, 3589.0, 3566.0, 3575.0, 3543.0, 3563.0, 3520.0, 3562.0, 3574.0, 3541.0, 3561.0, 3531.0, 3540.0, 3484.0, 3540.0, 3527.0, 3518.0, 3528.0, 3518.0, 3517.0, 3520.0, 3540.0, 3542.0, 3542.0, 3533.0, 3542.0, 3534.0, 3553.0, 3522.0, 3542.0, 3533.0, 3542.0, 3532.0, 3553.0, 3522.0, 3564.0, 3521.0, 3563.0, 3509.0, 3541.0, 3498.0, 3553.0, 3562.0, 3542.0, 3550.0, 3541.0, 3561.0, 3531.0, 3564.0, 3520.0, 3550.0, 3498.0, 3541.0, 3496.0, 3528.0, 3496.0, 3541.0, 3508.0, 3530.0, 3508.0, 3531.0, 3530.0, 3531.0, 3552.0, 3522.0, 3553.0, 3534.0, 3554.0, 3534.0, 3555.0, 3533.0, 3555.0, 3523.0, 3565.0, 3511.0, 3564.0, 3512.0, 3553.0, 3509.0, 3555.0, 3564.0, 3543.0, 3552.0, 3542.0, 3552.0, 3520.0, 3553.0, 3521.0, 3543.0, 3533.0, 3553.0, 3511.0, 3554.0, 3510.0, 3555.0, 3532.0, 3545.0, 3521.0, 3543.0, 3542.0, 3544.0, 3544.0, 3533.0, 3522.0, 3544.0, 3532.0, 3544.0, 3565.0, 3534.0, 3553.0, 3544.0, 3563.0, 3533.0, 3553.0, 3521.0, 3565.0, 3510.0, 3542.0, 3550.0, 3529.0, 3552.0, 3519.0, 3542.0, 3499.0, 3540.0, 3498.0, 3544.0, 3524.0, 3534.0, 3567.0, 3535.0, 3554.0, 3534.0, 3555.0, 3523.0, 3555.0, 3513.0, 3558.0, 3515.0, 3557.0, 3527.0, 3557.0, 3515.0, 3557.0, 3514.0, 3558.0, 3567.0, 3559.0, 3577.0, 3546.0, 3579.0, 3536.0, 3556.0, 3514.0, 3569.0, 3524.0, 3555.0, 3512.0, 3557.0, 3513.0, 3557.0, 3546.0, 3547.0, 3579.0, 3537.0, 3569.0, 3558.0, 3567.0, 3536.0, 3568.0, 3546.0, 3578.0, 3557.0, 3588.0, 3548.0, 3588.0, 3545.0, 3577.0, 3544.0, 3564.0, 3521.0, 3566.0, 3553.0, 3564.0, 3588.0, 3553.0, 3563.0, 3521.0, 3541.0, 3498.0, 3541.0, 3562.0, 3533.0, 3554.0, 3520.0, 3540.0, 3500.0, 3531.0, 3501.0, 3545.0, 3515.0, 3558.0, 3535.0, 3547.0, 3567.0, 3525.0, 3568.0, 3525.0, 3569.0, 3536.0, 3559.0, 3536.0, 3559.0, 3568.0, 3547.0, 3590.0, 3558.0, 3577.0, 3546.0, 3578.0, 3544.0, 3577.0, 3586.0, 3565.0, 3575.0, 3529.0, 3552.0, 3528.0, 3532.0, 3562.0, 3530.0, 3540.0, 3498.0, 3541.0, 3498.0, 3541.0, 3499.0, 3542.0, 3501.0, 3545.0, 3555.0, 3545.0, 3576.0, 3545.0, 3575.0, 3533.0, 3565.0, 3574.0, 3555.0, 3565.0, 3541.0, 3518.0, 3561.0, 3531.0, 3550.0, 3528.0, 3519.0, 3552.0, 3531.0, 3529.0, 3500.0, 3530.0, 3501.0, 3555.0, 3512.0, 3557.0, 3536.0, 3535.0, 3543.0, 3532.0, 3553.0, 3522.0, 3554.0, 3512.0, 3555.0, 3564.0, 3522.0, 3554.0, 3511.0, 3554.0, 3513.0, 3545.0, 3525.0, 3579.0, 3566.0, 3544.0, 3567.0, 3513.0, 3554.0, 3510.0, 3554.0, 3532.0, 3556.0, 3568.0, 3522.0, 3554.0, 3534.0, 3554.0, 3512.0, 3555.0, 3567.0, 3547.0, 3567.0, 3555.0, 3554.0, 3511.0, 3558.0, 3526.0, 3567.0, 3525.0, 3568.0, 3555.0, 3534.0, 3566.0, 3517.0, 3569.0, 3514.0, 3568.0, 3535.0, 3557.0, 3577.0, 3535.0, 3568.0, 3537.0, 3558.0, 3526.0, 3557.0, 3526.0, 3558.0, 3516.0, 3569.0, 3547.0, 3592.0, 3547.0, 3591.0, 3556.0, 3592.0, 3590.0, 3555.0, 3575.0, 3567.0, 3575.0, 3554.0, 3574.0, 3563.0, 3541.0, 3560.0, 3528.0, 3551.0, 3519.0, 3541.0, 3499.0, 3552.0, 3497.0, 3541.0, 3499.0, 3543.0, 3531.0, 3533.0, 3554.0, 3534.0, 3544.0, 3544.0, 3543.0, 3534.0], 'WindowWidth': [8145.0, 8124.0, 8112.0, 8072.0, 8080.0, 8051.0, 8092.0, 8044.0, 8101.0, 8012.0, 8082.0, 8010.0, 8085.0, 8041.0, 8065.0, 7989.0, 8047.0, 7998.0, 8046.0, 8093.0, 8017.0, 8058.0, 8028.0, 8046.0, 7985.0, 8048.0, 7988.0, 8046.0, 7974.0, 8046.0, 7988.0, 8053.0, 8034.0, 8035.0, 8020.0, 8054.0, 8051.0, 8039.0, 8071.0, 8027.0, 8073.0, 8060.0, 8078.0, 8015.0, 8073.0, 8013.0, 8069.0, 8043.0, 8075.0, 8014.0, 8073.0, 8030.0, 8088.0, 8031.0, 8090.0, 8029.0, 8091.0, 8032.0, 8102.0, 8057.0, 8101.0, 8026.0, 8103.0, 8056.0, 8099.0, 8008.0, 8083.0, 8067.0, 8088.0, 8098.0, 8065.0, 8093.0, 8048.0, 8078.0, 8056.0, 8082.0, 8036.0, 8077.0, 8035.0, 8078.0, 8006.0, 8063.0, 7990.0, 8065.0, 8003.0, 8062.0, 7991.0, 8070.0, 8023.0, 8049.0, 8005.0, 8064.0, 8003.0, 8069.0, 8083.0, 8053.0, 8062.0, 8049.0, 8078.0, 8056.0, 8085.0, 8037.0, 8062.0, 8049.0, 8061.0, 8017.0, 8064.0, 8008.0, 8062.0, 8018.0, 8062.0, 7990.0, 8061.0, 8023.0, 8069.0, 8019.0, 8064.0, 7987.0, 8046.0, 8042.0, 8051.0, 8081.0, 8051.0, 8060.0, 8033.0, 8059.0, 8016.0, 8061.0, 8005.0, 8061.0, 7985.0, 8046.0, 7984.0, 8034.0, 8031.0, 8039.0, 8068.0, 8039.0, 8067.0, 8057.0, 8069.0, 8028.0, 8075.0, 8016.0, 8071.0, 8042.0, 8071.0, 8009.0, 8072.0, 8024.0, 8070.0, 8084.0, 8054.0, 8068.0, 8057.0, 8081.0, 8054.0, 8072.0, 8041.0, 8067.0, 8055.0, 8067.0, 8024.0, 8070.0, 8044.0, 8089.0, 8013.0, 8110.0, 8013.0, 8084.0, 8010.0, 8066.0, 7990.0, 8066.0, 8010.0, 8070.0, 8026.0, 8082.0, 8009.0, 8066.0, 8006.0, 8103.0, 8053.0, 8081.0, 8018.0, 8064.0, 8044.0, 8059.0, 8112.0, 8061.0, 8073.0, 8045.0, 8054.0, 8011.0, 8045.0, 8004.0, 8047.0, 7986.0, 8043.0, 7990.0, 8047.0, 7990.0, 8061.0, 8022.0, 8063.0, 8021.0, 8064.0, 8021.0, 8064.0, 8037.0, 8064.0, 8006.0, 8066.0, 8038.0, 8080.0, 8002.0, 8047.0, 8057.0, 8049.0, 8100.0, 8045.0, 8073.0, 8030.0, 8055.0, 7980.0, 8044.0, 8005.0, 8046.0, 7997.0, 8045.0, 8056.0, 8014.0, 8056.0, 7983.0, 8045.0, 7987.0, 8045.0, 7987.0, 8044.0, 7974.0, 8052.0, 7997.0, 8069.0, 8015.0, 8070.0, 8030.0, 8072.0, 8035.0, 8074.0, 8046.0, 8092.0, 8014.0, 8087.0, 8096.0, 8070.0, 8098.0, 8049.0, 8074.0, 7974.0, 8044.0, 7996.0, 8046.0, 8077.0, 8031.0, 8056.0, 8050.0, 8057.0, 8017.0, 8049.0, 8025.0, 8048.0, 8019.0, 8062.0, 7991.0, 8049.0, 8008.0, 8072.0, 8001.0, 8072.0, 7997.0, 8057.0, 7998.0, 8054.0, 8001.0, 8073.0, 8033.0, 8090.0, 8012.0, 8072.0, 8029.0, 8088.0, 8026.0, 8087.0, 8082.0, 8055.0, 8100.0, 8050.0, 8076.0, 8063.0, 8063.0, 8031.0, 8062.0, 8033.0, 8061.0, 8001.0, 8045.0, 7985.0, 8065.0, 7992.0, 8047.0, 8001.0, 8049.0, 7986.0, 8067.0, 8067.0, 8066.0, 8032.0, 8048.0, 8043.0, 8047.0, 8081.0, 8036.0, 8060.0, 8035.0, 8058.0, 8033.0, 8064.0, 8004.0, 8043.0, 7986.0, 8045.0, 7987.0, 8051.0, 8003.0, 8046.0, 7986.0, 8044.0, 8000.0, 8051.0, 8066.0, 8049.0, 8018.0, 8051.0, 8018.0, 8038.0, 8066.0, 8038.0, 8050.0, 8039.0, 8049.0, 8038.0, 8064.0, 8037.0, 8081.0, 8019.0, 8075.0, 8000.0, 8042.0, 7982.0, 8047.0, 8062.0, 8044.0, 8055.0, 8026.0, 8054.0, 8012.0, 8040.0, 7979.0, 8039.0, 7979.0, 8038.0, 7966.0, 8025.0, 7982.0, 8032.0, 7992.0, 8051.0, 7990.0, 8063.0, 7990.0, 8069.0, 8004.0, 8052.0, 8050.0, 8065.0, 8005.0, 8051.0, 7989.0, 8052.0, 8049.0, 8070.0, 8065.0, 8052.0, 8047.0, 8034.0, 8076.0, 8034.0, 8062.0, 8020.0, 8061.0, 7990.0, 8061.0, 8003.0, 8046.0, 7990.0, 8065.0, 8011.0, 8055.0, 8008.0, 8066.0, 7993.0, 8051.0, 8010.0, 8073.0, 8012.0, 8071.0, 8009.0, 8071.0, 8031.0, 8087.0, 8013.0, 8084.0, 8011.0, 8069.0, 8036.0, 8068.0, 8083.0, 8052.0, 8047.0, 8048.0, 8044.0, 8036.0, 8083.0, 8039.0, 8063.0, 8037.0, 8046.0, 8034.0, 8063.0, 8039.0, 8063.0, 8036.0, 8061.0, 8033.0, 8062.0, 7990.0, 8065.0, 8002.0, 8062.0, 8001.0, 8045.0, 7998.0, 8053.0, 8083.0, 8037.0, 8046.0, 8034.0, 8046.0, 8005.0, 8046.0, 7990.0, 8050.0, 7992.0, 8050.0, 7991.0, 8051.0, 7993.0, 8049.0, 7999.0, 8073.0, 8030.0, 8073.0, 8013.0, 8070.0, 8024.0, 8075.0, 8120.0, 8055.0, 8080.0, 8049.0, 8065.0, 7987.0, 8048.0, 7988.0, 8054.0, 8018.0, 8053.0, 8025.0, 8054.0, 7993.0, 8058.0, 8029.0, 8074.0, 8027.0, 8074.0, 8042.0, 8076.0, 8103.0, 8058.0, 8104.0, 8028.0, 8064.0, 7992.0, 8064.0, 8003.0, 8070.0, 8069.0, 8039.0, 8050.0, 8057.0, 8082.0, 8041.0, 8082.0, 8027.0, 8089.0, 8015.0, 8068.0, 8007.0, 8069.0, 8006.0, 8041.0, 8070.0, 8060.0, 8087.0, 8042.0, 8085.0, 8050.0, 8079.0, 8070.0, 8077.0, 8041.0, 8101.0, 8039.0, 8078.0, 8037.0, 8079.0, 8024.0, 8083.0, 8024.0, 8083.0, 8040.0, 8095.0, 8038.0, 8099.0, 8054.0, 8111.0, 8035.0, 8123.0, 8057.0, 8108.0, 8126.0, 8087.0, 8097.0, 8050.0, 8079.0, 8015.0, 8076.0, 8098.0, 8045.0, 8071.0, 8031.0, 8040.0, 7961.0, 8040.0, 8021.0, 8010.0, 8023.0, 8011.0, 8010.0, 8016.0, 8045.0, 8051.0, 8050.0, 8041.0, 8052.0, 8041.0, 8066.0, 8024.0, 8051.0, 8039.0, 8049.0, 8036.0, 8065.0, 8021.0, 8082.0, 8021.0, 8078.0, 8001.0, 8046.0, 7986.0, 8064.0, 8076.0, 8047.0, 8057.0, 8045.0, 8072.0, 8032.0, 8082.0, 8019.0, 8056.0, 7986.0, 8043.0, 7980.0, 8024.0, 7981.0, 8047.0, 8000.0, 8029.0, 8000.0, 8032.0, 8029.0, 8033.0, 8064.0, 8023.0, 8067.0, 8042.0, 8068.0, 8043.0, 8072.0, 8041.0, 8073.0, 8026.0, 8082.0, 8008.0, 8081.0, 8009.0, 8066.0, 8003.0, 8069.0, 8082.0, 8052.0, 8061.0, 8049.0, 8062.0, 8019.0, 8066.0, 8023.0, 8053.0, 8041.0, 8066.0, 8009.0, 8070.0, 8007.0, 8071.0, 8037.0, 8055.0, 8021.0, 8051.0, 8050.0, 8055.0, 8054.0, 8040.0, 8023.0, 8055.0, 8038.0, 8056.0, 8085.0, 8042.0, 8066.0, 8055.0, 8080.0, 8040.0, 8065.0, 8023.0, 8083.0, 8004.0, 8047.0, 8056.0, 8029.0, 8062.0, 8016.0, 8049.0, 7990.0, 8044.0, 7988.0, 8057.0, 8031.0, 8044.0, 8092.0, 8048.0, 8070.0, 8044.0, 8073.0, 8030.0, 8072.0, 8017.0, 8079.0, 8022.0, 8078.0, 8039.0, 8079.0, 8022.0, 8077.0, 8018.0, 8082.0, 8092.0, 8082.0, 8106.0, 8062.0, 8111.0, 8052.0, 8073.0, 8018.0, 8098.0, 8031.0, 8073.0, 8013.0, 8076.0, 8017.0, 8078.0, 8062.0, 8067.0, 8110.0, 8053.0, 8096.0, 8081.0, 8091.0, 8049.0, 8093.0, 8064.0, 8106.0, 8078.0, 8120.0, 8066.0, 8120.0, 8058.0, 8103.0, 8056.0, 8082.0, 8021.0, 8088.0, 8068.0, 8081.0, 8124.0, 8068.0, 8078.0, 8020.0, 8048.0, 7987.0, 8046.0, 8078.0, 8042.0, 8069.0, 8020.0, 8045.0, 7993.0, 8035.0, 7996.0, 8060.0, 8024.0, 8081.0, 8047.0, 8066.0, 8091.0, 8035.0, 8093.0, 8035.0, 8096.0, 8050.0, 8082.0, 8050.0, 8082.0, 8095.0, 8065.0, 8128.0, 8079.0, 8103.0, 8059.0, 8105.0, 8055.0, 8103.0, 8120.0, 8086.0, 8098.0, 8028.0, 8059.0, 8023.0, 8037.0, 8075.0, 8028.0, 8041.0, 7986.0, 8045.0, 7989.0, 8046.0, 7992.0, 8051.0, 7997.0, 8059.0, 8075.0, 8062.0, 8103.0, 8058.0, 8100.0, 8040.0, 8084.0, 8099.0, 8070.0, 8085.0, 8046.0, 8012.0, 8072.0, 8034.0, 8056.0, 8023.0, 8014.0, 8063.0, 8034.0, 8029.0, 7992.0, 8031.0, 7997.0, 8075.0, 8014.0, 8082.0, 8052.0, 8048.0, 8054.0, 8039.0, 8067.0, 8024.0, 8070.0, 8012.0, 8070.0, 8084.0, 8025.0, 8069.0, 8010.0, 8069.0, 8015.0, 8058.0, 8037.0, 8112.0, 8090.0, 8057.0, 8093.0, 8014.0, 8068.0, 8007.0, 8068.0, 8037.0, 8078.0, 8095.0, 8028.0, 8069.0, 8044.0, 8072.0, 8015.0, 8074.0, 8095.0, 8066.0, 8094.0, 8073.0, 8069.0, 8008.0, 8081.0, 8039.0, 8090.0, 8035.0, 8094.0, 8073.0, 8045.0, 8089.0, 8029.0, 8099.0, 8021.0, 8096.0, 8048.0, 8078.0, 8106.0, 8048.0, 8094.0, 8055.0, 8082.0, 8038.0, 8080.0, 8040.0, 8083.0, 8027.0, 8098.0, 8068.0, 8131.0, 8067.0, 8129.0, 8075.0, 8131.0, 8128.0, 8074.0, 8100.0, 8088.0, 8101.0, 8066.0, 8096.0, 8080.0, 8045.0, 8069.0, 8026.0, 8062.0, 8017.0, 8046.0, 7992.0, 8062.0, 7984.0, 8044.0, 7992.0, 8056.0, 8034.0, 8042.0, 8070.0, 8042.0, 8055.0, 8058.0, 8054.0, 8046.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.0005991666666666667</td></tr>
<tr><td colspan=3>aqi</td><td>0.02006888640350877</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.08200678316137</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1627515353457742</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0104051664434692</td></tr>
<tr><td colspan=3>efc</td><td>0.4829</td></tr>
<tr><td colspan=3>fber</td><td>4045.2896</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08439804842073216</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0964912280701755</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.469004082888533</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.464506213968866</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.598613483498772</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3438925511979605</td></tr>
<tr><td colspan=3>gcor</td><td>0.0116837</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004483894910663366</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02920679561793804</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.083178783591692</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>25.9174</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3371</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.0832</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298655.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>626.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>270.4161</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8322</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>417.6924</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2787.9194</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1080.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3666.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>714.3898</td></tr>
<tr><td colspan=3>tsnr</td><td>41.03066597878933</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>