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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0083/ses-02/func/sub-0083_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f94939c487b94612973176cc2b48d4a0</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>16:47:43.937500</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.998224, -0.0591636, 0.00701249, 0.0580816, 0.992604, 0.106599]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0930797</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7888, -7279, 870, -74, -554, 251, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dc1a24e1-40ce-4fed-a8d9-011557d33202||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.678161144256592, 0.1558288186788559, 0.03582196310162544, 105.0788803100586], [0.15873149037361145, 2.6630847454071045, 0.2862057387828827, -120.65596771240234], [0.018814008682966232, -0.2859967350959778, 2.684548854827881, -58.59657287597656], [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': ['164743.937500', '164744.397500', '164744.857500', '164745.317500', '164745.777500', '164746.237500', '164746.697500', '164747.157500', '164747.617500', '164748.077500', '164748.537500', '164748.997500', '164749.457500', '164749.917500', '164750.377500', '164750.837500', '164751.297500', '164751.757500', '164752.217500', '164752.677500', '164753.137500', '164753.597500', '164754.057500', '164754.517500', '164754.977500', '164755.437500', '164755.897500', '164756.357500', '164756.817500', '164757.277500', '164757.737500', '164758.197500', '164758.657500', '164759.117500', '164759.577500', '164800.037500', '164800.497500', '164800.957500', '164801.417500', '164801.877500', '164802.337500', '164802.797500', '164803.257500', '164803.717500', '164804.177500', '164804.637500', '164805.097500', '164805.557500', '164806.017500', '164806.477500', '164806.937500', '164807.397500', '164807.857500', '164808.317500', '164808.777500', '164809.237500', '164809.697500', '164810.157500', '164810.617500', '164811.077500', '164811.537500', '164811.997500', '164812.457500', '164812.917500', '164813.377500', '164813.837500', '164814.297500', '164814.757500', '164815.217500', '164815.677500', '164816.137500', '164816.597500', '164817.057500', '164817.517500', '164817.977500', '164818.437500', '164818.897500', '164819.357500', '164819.817500', '164820.277500', '164820.737500', '164821.197500', '164821.657500', '164822.117500', '164822.577500', '164823.037500', '164823.497500', '164823.957500', '164824.417500', '164824.877500', '164825.337500', '164825.797500', '164826.257500', '164826.717500', '164827.177500', '164827.637500', '164828.097500', '164828.557500', '164829.017500', '164829.477500', '164829.937500', '164830.397500', '164830.857500', '164831.317500', '164831.777500', '164832.237500', '164832.697500', '164833.157500', '164833.617500', '164834.077500', '164834.537500', '164834.997500', '164835.457500', '164835.917500', '164836.377500', '164836.837500', '164837.297500', '164837.757500', '164838.217500', '164838.677500', '164839.137500', '164839.597500', '164840.057500', '164840.517500', '164840.977500', '164841.437500', '164841.897500', '164842.357500', '164842.817500', '164843.277500', '164843.737500', '164844.197500', '164844.657500', '164845.117500', '164845.577500', '164846.037500', '164846.497500', '164846.957500', '164847.417500', '164847.877500', '164848.337500', '164848.797500', '164849.257500', '164849.717500', '164850.177500', '164850.637500', '164851.097500', '164851.557500', '164852.017500', '164852.477500', '164852.937500', '164853.397500', '164853.857500', '164854.317500', '164854.777500', '164855.237500', '164855.697500', '164856.157500', '164856.617500', '164857.077500', '164857.537500', '164857.997500', '164858.457500', '164858.917500', '164859.377500', '164859.837500', '164900.297500', '164900.757500', '164901.217500', '164901.677500', '164902.137500', '164902.597500', '164903.057500', '164903.517500', '164903.977500', '164904.437500', '164904.897500', '164905.357500', '164905.817500', '164906.277500', '164906.737500', '164907.197500', '164907.657500', '164908.117500', '164908.577500', '164909.037500', '164909.497500', '164909.957500', '164910.417500', '164910.877500', '164911.337500', '164911.797500', '164912.257500', '164912.717500', '164913.177500', '164913.637500', '164914.097500', '164914.557500', '164915.017500', '164915.477500', '164915.937500', '164916.397500', '164916.857500', '164917.317500', '164917.777500', '164918.237500', '164918.697500', '164919.157500', '164919.617500', '164920.077500', '164920.537500', '164920.997500', '164921.457500', '164921.917500', '164922.377500', '164922.837500', '164923.297500', '164923.757500', '164924.217500', '164924.677500', '164925.137500', '164925.597500', '164926.057500', '164926.517500', '164926.977500', '164927.437500', '164927.897500', '164928.357500', '164928.817500', '164929.277500', '164929.737500', '164930.197500', '164930.657500', '164931.117500', '164931.577500', '164932.037500', '164932.497500', '164932.957500', '164933.417500', '164933.877500', '164934.337500', '164934.797500', '164935.257500', '164935.717500', '164936.177500', '164936.637500', '164937.097500', '164937.557500', '164938.017500', '164938.477500', '164938.937500', '164939.397500', '164939.857500', '164940.317500', '164940.777500', '164941.237500', '164941.697500', '164942.157500', '164942.617500', '164943.077500', '164943.537500', '164943.997500', '164944.457500', '164944.917500', '164945.377500', '164945.837500', '164946.297500', '164946.757500', '164947.217500', '164947.677500', '164948.137500', '164948.597500', '164949.057500', '164949.517500', '164949.977500', '164950.437500', '164950.897500', '164951.357500', '164951.817500', '164952.277500', '164952.737500', '164953.197500', '164953.657500', '164954.117500', '164954.577500', '164955.037500', '164955.497500', '164955.957500', '164956.417500', '164956.877500', '164957.337500', '164957.797500', '164958.257500', '164958.717500', '164959.177500', '164959.637500', '165000.097500', '165000.557500', '165001.017500', '165001.477500', '165001.937500', '165002.397500', '165002.857500', '165003.317500', '165003.777500', '165004.237500', '165004.697500', '165005.157500', '165005.617500', '165006.077500', '165006.537500', '165006.997500', '165007.457500', '165007.917500', '165008.377500', '165008.837500', '165009.297500', '165009.757500', '165010.217500', '165010.677500', '165011.137500', '165011.597500', '165012.057500', '165012.517500', '165012.977500', '165013.437500', '165013.897500', '165014.357500', '165014.817500', '165015.277500', '165015.737500', '165016.197500', '165016.657500', '165017.117500', '165017.577500', '165018.037500', '165018.497500', '165018.957500', '165019.417500', '165019.877500', '165020.337500', '165020.797500', '165021.257500', '165021.717500', '165022.177500', '165022.637500', '165023.097500', '165023.557500', '165024.017500', '165024.477500', '165024.937500', '165025.397500', '165025.857500', '165026.317500', '165026.777500', '165027.237500', '165027.697500', '165028.157500', '165028.617500', '165029.077500', '165029.537500', '165029.997500', '165030.457500', '165030.917500', '165031.377500', '165031.837500', '165032.297500', '165032.757500', '165033.217500', '165033.677500', '165034.137500', '165034.597500', '165035.057500', '165035.517500', '165035.977500', '165036.437500', '165036.897500', '165037.357500', '165037.817500', '165038.277500', '165038.737500', '165039.197500', '165039.657500', '165040.117500', '165040.577500', '165041.037500', '165041.497500', '165041.957500', '165042.417500', '165042.877500', '165043.337500', '165043.797500', '165044.257500', '165044.717500', '165045.177500', '165045.637500', '165046.097500', '165046.557500', '165047.017500', '165047.477500', '165047.937500', '165048.397500', '165048.857500', '165049.317500', '165049.777500', '165050.237500', '165050.697500', '165051.157500', '165051.617500', '165052.077500', '165052.537500', '165052.997500', '165053.457500', '165053.917500', '165054.377500', '165054.837500', '165055.297500', '165055.757500', '165056.217500', '165056.677500', '165057.137500', '165057.597500', '165058.057500', '165058.517500', '165058.977500', '165059.437500', '165059.897500', '165100.357500', '165100.817500', '165101.277500', '165101.737500', '165102.197500', '165102.657500', '165103.117500', '165103.577500', '165104.037500', '165104.497500', '165104.957500', '165105.417500', '165105.877500', '165106.337500', '165106.797500', '165107.257500', '165107.717500', '165108.177500', '165108.637500', '165109.097500', '165109.557500', '165110.017500', '165110.477500', '165110.937500', '165111.397500', '165111.857500', '165112.317500', '165112.777500', '165113.237500', '165113.697500', '165114.157500', '165114.617500', '165115.077500', '165115.537500', '165115.997500', '165116.457500', '165116.917500', '165117.377500', '165117.837500', '165118.297500', '165118.757500', '165119.217500', '165119.677500', '165120.137500', '165120.597500', '165121.057500', '165121.517500', '165121.977500', '165122.437500', '165122.897500', '165123.357500', '165123.817500', '165124.277500', '165124.737500', '165125.197500', '165125.657500', '165126.117500', '165126.577500', '165127.037500', '165127.497500', '165127.957500', '165128.417500', '165128.877500', '165129.337500', '165129.797500', '165130.257500', '165130.717500', '165131.177500', '165131.637500', '165132.097500', '165132.557500', '165133.017500', '165133.477500', '165133.937500', '165134.397500', '165134.857500', '165135.317500', '165135.777500', '165136.237500', '165136.697500', '165137.157500', '165137.617500', '165138.077500', '165138.537500', '165138.997500', '165139.457500', '165139.917500', '165140.377500', '165140.837500', '165141.297500', '165141.757500', '165142.217500', '165142.677500', '165143.137500', '165143.597500', '165144.057500', '165144.517500', '165144.977500', '165145.437500', '165145.897500', '165146.357500', '165146.817500', '165147.277500', '165147.737500', '165148.197500', '165148.657500', '165149.117500', '165149.577500', '165150.037500', '165150.497500', '165150.957500', '165151.417500', '165151.877500', '165152.337500', '165152.797500', '165153.257500', '165153.717500', '165154.177500', '165154.637500', '165155.097500', '165155.557500', '165156.017500', '165156.477500', '165156.937500', '165157.397500', '165157.857500', '165158.317500', '165158.777500', '165159.237500', '165159.697500', '165200.157500', '165200.617500', '165201.077500', '165201.537500', '165201.997500', '165202.457500', '165202.917500', '165203.377500', '165203.837500', '165204.297500', '165204.757500', '165205.217500', '165205.677500', '165206.137500', '165206.597500', '165207.057500', '165207.517500', '165207.977500', '165208.437500', '165208.897500', '165209.357500', '165209.817500', '165210.277500', '165210.737500', '165211.197500', '165211.657500', '165212.117500', '165212.577500', '165213.037500', '165213.497500', '165213.957500', '165214.417500', '165214.877500', '165215.337500', '165215.797500', '165216.257500', '165216.717500', '165217.177500', '165217.637500', '165218.097500', '165218.557500', '165219.017500', '165219.477500', '165219.937500', '165220.397500', '165220.857500', '165221.317500', '165221.777500', '165222.237500', '165222.697500', '165223.157500', '165223.617500', '165224.077500', '165224.537500', '165224.997500', '165225.457500', '165225.917500', '165226.377500', '165226.837500', '165227.297500', '165227.757500', '165228.217500', '165228.677500', '165229.137500', '165229.597500', '165230.057500', '165230.517500', '165230.977500', '165231.437500', '165231.897500', '165232.357500', '165232.817500', '165233.277500', '165233.737500', '165234.197500', '165234.657500', '165235.117500', '165235.577500', '165236.037500', '165236.497500', '165236.957500', '165237.417500', '165237.877500', '165238.337500', '165238.797500', '165239.257500', '165239.717500', '165240.177500', '165240.637500', '165241.097500', '165241.557500', '165242.017500', '165242.477500', '165242.937500', '165243.397500', '165243.857500', '165244.317500', '165244.777500', '165245.237500', '165245.697500', '165246.157500', '165246.617500', '165247.077500', '165247.537500', '165247.997500', '165248.457500', '165248.917500', '165249.377500', '165249.837500', '165250.297500', '165250.757500', '165251.217500', '165251.677500', '165252.137500', '165252.597500', '165253.057500', '165253.517500', '165253.977500', '165254.437500', '165254.897500', '165255.357500', '165255.817500', '165256.277500', '165256.737500', '165257.197500', '165257.657500', '165258.117500', '165258.577500', '165259.037500', '165259.497500', '165259.957500', '165300.417500', '165300.877500', '165301.337500', '165301.797500', '165302.257500', '165302.717500', '165303.177500', '165303.637500', '165304.097500', '165304.557500', '165305.017500', '165305.477500', '165305.937500', '165306.397500', '165306.857500', '165307.317500', '165307.777500', '165308.237500', '165308.697500', '165309.157500', '165309.617500', '165310.077500', '165310.537500', '165310.997500', '165311.457500', '165311.917500', '165312.377500', '165312.837500', '165313.297500', '165313.757500', '165314.217500', '165314.677500', '165315.137500', '165315.597500', '165316.057500', '165316.517500', '165316.977500', '165317.437500', '165317.897500', '165318.357500', '165318.817500', '165319.277500', '165319.737500', '165320.197500', '165320.657500', '165321.117500', '165321.577500', '165322.037500', '165322.497500', '165322.957500', '165323.417500', '165323.877500', '165324.337500', '165324.797500', '165325.257500', '165325.717500', '165326.177500', '165326.637500', '165327.097500', '165327.557500', '165328.017500', '165328.477500', '165328.937500', '165329.397500', '165329.857500', '165330.317500', '165330.777500', '165331.237500', '165331.697500', '165332.157500', '165332.617500', '165333.077500', '165333.537500', '165333.997500', '165334.457500', '165334.917500', '165335.377500', '165335.837500', '165336.297500', '165336.757500', '165337.217500', '165337.677500', '165338.137500', '165338.597500', '165339.057500', '165339.517500', '165339.977500', '165340.437500', '165340.897500', '165341.357500', '165341.817500', '165342.277500', '165342.737500', '165343.197500', '165343.657500', '165344.117500', '165344.577500', '165345.037500', '165345.497500', '165345.957500', '165346.417500', '165346.877500', '165347.337500', '165347.797500', '165348.257500', '165348.717500', '165349.177500', '165349.637500', '165350.097500', '165350.557500', '165351.017500', '165351.477500', '165351.937500', '165352.397500', '165352.857500', '165353.317500', '165353.777500', '165354.237500', '165354.697500', '165355.157500', '165355.617500', '165356.077500', '165356.537500', '165356.997500', '165357.457500', '165357.917500', '165358.377500', '165358.837500', '165359.297500', '165359.757500', '165400.217500', '165400.677500', '165401.137500', '165401.597500', '165402.057500', '165402.517500', '165402.977500', '165403.437500', '165403.897500', '165404.357500', '165404.817500', '165405.277500', '165405.737500', '165406.197500', '165406.657500', '165407.117500', '165407.577500', '165408.037500', '165408.497500', '165408.957500', '165409.417500', '165409.877500', '165410.337500', '165410.797500', '165411.257500', '165411.717500', '165412.177500', '165412.637500', '165413.097500', '165413.557500', '165414.017500', '165414.477500', '165414.937500', '165415.397500', '165415.857500', '165416.317500', '165416.777500', '165417.237500', '165417.697500', '165418.157500', '165418.617500', '165419.077500', '165419.537500', '165419.997500', '165420.457500', '165420.917500', '165421.377500', '165421.837500', '165422.297500', '165422.757500', '165423.217500', '165423.677500', '165424.137500', '165424.597500', '165425.057500', '165425.517500', '165425.977500', '165426.437500', '165426.897500', '165427.357500', '165427.817500', '165428.277500', '165428.737500', '165429.197500', '165429.657500', '165430.117500', '165430.577500', '165431.037500', '165431.497500', '165431.957500', '165432.417500', '165432.877500', '165433.337500', '165433.797500', '165434.257500', '165434.717500', '165435.177500', '165435.637500', '165436.097500', '165436.557500', '165437.017500', '165437.477500', '165437.937500', '165438.397500', '165438.857500', '165439.317500', '165439.777500', '165440.237500', '165440.697500', '165441.157500', '165441.617500', '165442.077500', '165442.537500', '165442.997500', '165443.457500', '165443.917500'], 'ContentTime': ['164756.741000', '164756.744000', '164756.746000', '164756.749000', '164756.751000', '164756.754000', '164756.757000', '164756.759000', '164756.769000', '164756.772000', '164756.784000', '164756.786000', '164756.789000', '164756.792000', '164756.794000', '164756.797000', '164756.799000', '164756.802000', '164756.804000', '164756.807000', '164756.810000', '164756.812000', '164756.815000', '164756.817000', '164756.820000', '164816.704000', '164816.707000', '164816.710000', '164816.713000', '164816.715000', '164816.718000', '164816.720000', '164816.723000', '164816.727000', '164816.729000', '164816.732000', '164816.734000', '164816.737000', '164816.740000', '164816.742000', '164816.745000', '164816.747000', '164816.750000', '164816.752000', '164816.755000', '164816.757000', '164816.760000', '164816.763000', '164816.765000', '164816.768000', '164816.770000', '164816.773000', '164816.775000', '164816.778000', '164816.780000', '164816.783000', '164816.786000', '164816.788000', '164816.791000', '164816.793000', '164816.796000', '164816.798000', '164816.801000', '164816.804000', '164816.806000', '164816.809000', '164816.811000', '164816.822000', '164816.824000', '164836.704000', '164836.706000', '164836.709000', '164836.712000', '164836.714000', '164836.717000', '164836.719000', '164836.722000', '164836.724000', '164836.727000', '164836.729000', '164836.732000', '164836.735000', '164836.737000', '164836.740000', '164836.742000', '164836.745000', '164836.747000', '164836.750000', '164836.752000', '164836.755000', '164836.758000', '164836.760000', '164836.763000', '164836.765000', '164836.768000', '164836.770000', '164836.773000', '164836.775000', '164836.778000', '164836.781000', '164836.783000', '164836.786000', '164836.788000', '164836.791000', '164836.793000', '164836.796000', '164836.799000', '164836.801000', '164836.804000', '164836.806000', '164836.809000', '164836.812000', '164856.704000', '164856.707000', '164856.709000', '164856.712000', '164856.714000', '164856.717000', '164856.720000', '164856.722000', '164856.725000', '164856.727000', '164856.730000', '164856.732000', '164856.735000', '164856.737000', '164856.754000', '164856.756000', '164856.759000', '164856.761000', '164856.764000', '164856.767000', '164856.769000', '164856.772000', '164856.774000', '164856.777000', '164856.780000', '164856.782000', '164856.785000', '164856.787000', '164856.790000', '164856.792000', '164856.795000', '164856.797000', '164856.800000', '164856.802000', '164856.805000', '164856.808000', '164856.810000', '164856.813000', '164856.815000', '164856.818000', '164856.820000', '164856.823000', '164856.825000', '164856.828000', '164916.704000', '164916.707000', '164916.710000', '164916.712000', '164916.715000', '164916.718000', '164916.720000', '164916.723000', '164916.725000', '164916.728000', '164916.730000', '164916.733000', '164916.736000', '164916.738000', '164916.741000', '164916.743000', '164916.746000', '164916.748000', '164916.751000', '164916.753000', '164916.756000', '164916.759000', '164916.761000', '164916.764000', '164916.766000', '164916.769000', '164916.771000', '164916.774000', '164916.777000', '164916.779000', '164916.782000', '164916.784000', '164916.787000', '164916.790000', '164916.792000', '164916.795000', '164916.797000', '164916.800000', '164916.803000', '164916.805000', '164916.808000', '164916.811000', '164916.813000', '164936.704000', '164936.707000', '164936.710000', '164936.712000', '164936.715000', '164936.717000', '164936.720000', '164936.723000', '164936.725000', '164936.728000', '164936.730000', '164936.733000', '164936.735000', '164936.738000', '164936.741000', '164936.743000', '164936.746000', '164936.748000', '164936.751000', '164936.753000', '164936.756000', '164936.758000', '164936.761000', '164936.764000', '164936.766000', '164936.769000', '164936.771000', '164936.774000', '164936.776000', '164936.779000', '164936.782000', '164936.784000', '164936.787000', '164936.789000', '164936.792000', '164936.795000', '164936.797000', '164936.800000', '164936.802000', '164936.805000', '164936.807000', '164936.810000', '164936.813000', '164936.815000', '164956.704000', '164956.707000', '164956.710000', '164956.712000', '164956.715000', '164956.717000', '164956.720000', '164956.722000', '164956.725000', '164956.728000', '164956.730000', '164956.733000', '164956.736000', '164956.738000', '164956.741000', '164956.743000', '164956.746000', '164956.749000', '164956.751000', '164956.754000', '164956.756000', '164956.759000', '164956.762000', '164956.764000', '164956.767000', '164956.770000', '164956.772000', '164956.775000', '164956.777000', '164956.780000', '164956.782000', '164956.785000', '164956.788000', '164956.790000', '164956.793000', '164956.795000', '164956.798000', '164956.800000', '164956.803000', '164956.806000', '164956.808000', '164956.811000', '164956.813000', '165016.704000', '165016.707000', '165016.710000', '165016.712000', '165016.715000', '165016.717000', '165016.720000', '165016.723000', '165016.725000', '165016.728000', '165016.730000', '165016.733000', '165016.736000', '165016.738000', '165016.741000', '165016.743000', '165016.746000', '165016.748000', '165016.751000', '165016.754000', '165016.756000', '165016.759000', '165016.761000', '165016.764000', '165016.767000', '165016.769000', '165016.772000', '165016.774000', '165016.777000', '165016.779000', '165016.782000', '165016.785000', '165016.787000', '165016.790000', '165016.792000', '165016.795000', '165016.798000', '165016.800000', '165016.803000', '165016.805000', '165016.808000', '165016.811000', '165016.813000', '165016.816000', '165036.704000', '165036.707000', '165036.710000', '165036.712000', '165036.715000', '165036.717000', '165036.720000', '165036.723000', '165036.725000', '165036.728000', '165036.730000', '165036.733000', '165036.735000', '165036.738000', '165036.741000', '165036.743000', '165036.746000', '165036.748000', '165036.751000', '165036.753000', '165036.756000', '165036.758000', '165036.761000', '165036.764000', '165036.766000', '165036.769000', '165036.771000', '165036.774000', '165036.776000', '165036.779000', '165036.782000', '165036.784000', '165036.787000', '165036.789000', '165036.792000', '165036.794000', '165036.797000', '165036.799000', '165036.802000', '165036.805000', '165036.807000', '165036.810000', '165036.812000', '165056.704000', '165056.706000', '165056.709000', '165056.712000', '165056.714000', '165056.717000', '165056.719000', '165056.722000', '165056.725000', '165056.727000', '165056.730000', '165056.732000', '165056.735000', '165056.738000', '165056.740000', '165056.743000', '165056.745000', '165056.748000', '165056.750000', '165056.753000', '165056.756000', '165056.758000', '165056.761000', '165056.764000', '165056.766000', '165056.769000', '165056.771000', '165056.774000', '165056.777000', '165056.779000', '165056.782000', '165056.784000', '165056.787000', '165056.790000', '165056.792000', '165056.795000', '165056.797000', '165056.800000', '165056.803000', '165056.805000', '165056.808000', '165056.810000', '165056.813000', '165056.815000', '165116.703000', '165116.706000', '165116.709000', '165116.712000', '165116.719000', '165116.722000', '165116.724000', '165116.727000', '165116.730000', '165116.732000', '165116.735000', '165116.737000', '165116.740000', '165116.743000', '165116.745000', '165116.748000', '165116.750000', '165116.753000', '165116.755000', '165116.758000', '165116.761000', '165116.763000', '165116.766000', '165116.768000', '165116.771000', '165116.774000', '165116.776000', '165116.779000', '165116.781000', '165116.784000', '165116.787000', '165116.789000', '165116.792000', '165116.794000', '165116.797000', '165116.799000', '165116.802000', '165116.805000', '165116.807000', '165116.810000', '165116.812000', '165116.815000', '165116.817000', '165136.705000', '165136.708000', '165136.711000', '165136.713000', '165136.716000', '165136.719000', '165136.721000', '165136.724000', '165136.726000', '165136.729000', '165136.732000', '165136.734000', '165136.737000', '165136.739000', '165136.742000', '165136.744000', '165136.747000', '165136.750000', '165136.752000', '165136.755000', '165136.758000', '165136.760000', '165136.763000', '165136.766000', '165136.768000', '165136.771000', '165136.773000', '165136.776000', '165136.779000', '165136.781000', '165136.784000', '165136.786000', '165136.789000', '165136.792000', '165136.794000', '165136.797000', '165136.799000', '165136.802000', '165136.805000', '165136.807000', '165136.810000', '165136.813000', '165136.815000', '165136.818000', '165156.705000', '165156.707000', '165156.710000', '165156.713000', '165156.715000', '165156.718000', '165156.721000', '165156.723000', '165156.726000', '165156.728000', '165156.731000', '165156.733000', '165156.736000', '165156.738000', '165156.741000', '165156.744000', '165156.746000', '165156.749000', '165156.751000', '165156.754000', '165156.757000', '165156.759000', '165156.762000', '165156.764000', '165156.767000', '165156.770000', '165156.772000', '165156.775000', '165156.777000', '165156.780000', '165156.782000', '165156.785000', '165156.788000', '165156.790000', '165156.801000', '165156.804000', '165156.807000', '165156.809000', '165156.812000', '165156.814000', '165156.817000', '165156.819000', '165156.822000', '165216.705000', '165216.707000', '165216.710000', '165216.713000', '165216.715000', '165216.718000', '165216.720000', '165216.723000', '165216.726000', '165216.728000', '165216.731000', '165216.733000', '165216.736000', '165216.738000', '165216.741000', '165216.744000', '165216.746000', '165216.749000', '165216.751000', '165216.754000', '165216.756000', '165216.759000', '165216.762000', '165216.764000', '165216.767000', '165216.770000', '165216.772000', '165216.775000', '165216.777000', '165216.780000', '165216.783000', '165216.785000', '165216.788000', '165216.790000', '165216.793000', '165216.796000', '165216.798000', '165216.801000', '165216.803000', '165216.806000', '165216.808000', '165216.811000', '165216.814000', '165216.816000', '165236.705000', '165236.707000', '165236.710000', '165236.713000', '165236.715000', '165236.718000', '165236.720000', '165236.723000', '165236.726000', '165236.728000', '165236.731000', '165236.733000', '165236.736000', '165236.739000', '165236.741000', '165236.744000', '165236.746000', '165236.749000', '165236.752000', '165236.754000', '165236.757000', '165236.760000', '165236.762000', '165236.765000', '165236.767000', '165236.770000', '165236.773000', '165236.775000', '165236.778000', '165236.781000', '165236.783000', '165236.786000', '165236.789000', '165236.791000', '165236.794000', '165236.796000', '165236.799000', '165236.801000', '165236.804000', '165236.807000', '165236.809000', '165236.812000', '165236.814000', '165256.705000', '165256.708000', '165256.710000', '165256.713000', '165256.715000', '165256.718000', '165256.721000', '165256.723000', '165256.726000', '165256.729000', '165256.731000', '165256.734000', '165256.736000', '165256.739000', '165256.742000', '165256.745000', '165256.748000', '165256.750000', '165256.753000', '165256.756000', '165256.758000', '165256.761000', '165256.763000', '165256.766000', '165256.769000', '165256.771000', '165256.774000', '165256.776000', '165256.779000', '165256.782000', '165256.784000', '165256.787000', '165256.790000', '165256.792000', '165256.795000', '165256.797000', '165256.800000', '165256.802000', '165256.805000', '165256.808000', '165256.810000', '165256.813000', '165256.815000', '165316.703000', '165316.706000', '165316.709000', '165316.711000', '165316.714000', '165316.717000', '165316.719000', '165316.722000', '165316.725000', '165316.727000', '165316.730000', '165316.732000', '165316.735000', '165316.738000', '165316.740000', '165316.743000', '165316.745000', '165316.748000', '165316.751000', '165316.753000', '165316.756000', '165316.758000', '165316.761000', '165316.763000', '165316.766000', '165316.768000', '165316.771000', '165316.774000', '165316.776000', '165316.779000', '165316.781000', '165316.784000', '165316.787000', '165316.789000', '165316.792000', '165316.794000', '165316.797000', '165316.799000', '165316.802000', '165316.805000', '165316.807000', '165316.810000', '165316.812000', '165316.815000', '165336.703000', '165336.706000', '165336.718000', '165336.721000', '165336.724000', '165336.726000', '165336.729000', '165336.731000', '165336.734000', '165336.736000', '165336.739000', '165336.742000', '165336.744000', '165336.747000', '165336.749000', '165336.752000', '165336.754000', '165336.757000', '165336.760000', '165336.762000', '165336.765000', '165336.767000', '165336.770000', '165336.772000', '165336.775000', '165336.778000', '165336.780000', '165336.783000', '165336.785000', '165336.788000', '165336.791000', '165336.793000', '165336.796000', '165336.798000', '165336.801000', '165336.803000', '165336.806000', '165336.809000', '165336.811000', '165336.814000', '165336.816000', '165336.819000', '165336.821000', '165336.824000', '165356.705000', '165356.707000', '165356.710000', '165356.713000', '165356.715000', '165356.718000', '165356.720000', '165356.723000', '165356.726000', '165356.728000', '165356.731000', '165356.733000', '165356.736000', '165356.738000', '165356.741000', '165356.744000', '165356.746000', '165356.749000', '165356.751000', '165356.754000', '165356.757000', '165356.759000', '165356.762000', '165356.764000', '165356.767000', '165356.769000', '165356.772000', '165356.775000', '165356.777000', '165356.780000', '165356.782000', '165356.785000', '165356.787000', '165356.790000', '165356.793000', '165356.795000', '165356.798000', '165356.800000', '165356.803000', '165356.805000', '165356.808000', '165356.810000', '165356.813000', '165416.704000', '165416.707000', '165416.710000', '165416.712000', '165416.715000', '165416.718000', '165416.720000', '165416.723000', '165416.725000', '165416.728000', '165416.730000', '165416.733000', '165416.735000', '165416.738000', '165416.741000', '165416.744000', '165416.746000', '165416.749000', '165416.752000', '165416.754000', '165416.757000', '165416.759000', '165416.762000', '165416.764000', '165416.767000', '165416.770000', '165416.772000', '165416.775000', '165416.777000', '165416.780000', '165416.783000', '165416.787000', '165416.789000', '165416.792000', '165416.794000', '165416.797000', '165416.799000', '165416.802000', '165416.804000', '165416.807000', '165416.810000', '165416.812000', '165416.815000', '165436.705000', '165436.707000', '165436.710000', '165436.713000', '165436.715000', '165436.718000', '165436.720000', '165436.723000', '165436.726000', '165436.728000', '165436.731000', '165436.733000', '165436.736000', '165436.738000', '165436.741000', '165436.744000', '165436.746000', '165436.749000', '165436.751000', '165436.754000', '165436.757000', '165436.759000', '165436.762000', '165436.764000', '165436.767000', '165436.769000', '165436.772000', '165436.775000', '165436.777000', '165436.780000', '165436.782000', '165436.785000', '165436.788000', '165436.790000', '165436.793000', '165436.795000', '165436.798000', '165436.801000', '165436.803000', '165436.806000', '165436.815000', '165436.817000', '165436.820000', '165436.822000', '165445.274000', '165445.277000', '165445.279000', '165445.282000', '165445.284000', '165445.287000', '165445.290000', '165445.292000', '165445.295000', '165445.297000', '165445.300000', '165445.303000', '165445.305000', '165445.308000', '165445.311000', '165445.313000', '165445.316000', '165445.318000', '165445.321000'], 'InstanceCreationTime': ['164756.741000', '164756.744000', '164756.746000', '164756.749000', '164756.751000', '164756.754000', '164756.757000', '164756.759000', '164756.769000', '164756.772000', '164756.784000', '164756.786000', '164756.789000', '164756.792000', '164756.794000', '164756.797000', '164756.799000', '164756.802000', '164756.804000', '164756.807000', '164756.810000', '164756.812000', '164756.815000', '164756.817000', '164756.820000', '164816.704000', '164816.707000', '164816.710000', '164816.713000', '164816.715000', '164816.718000', '164816.720000', '164816.723000', '164816.727000', '164816.729000', '164816.732000', '164816.734000', '164816.737000', '164816.740000', '164816.742000', '164816.745000', '164816.747000', '164816.750000', '164816.752000', '164816.755000', '164816.757000', '164816.760000', '164816.763000', '164816.765000', '164816.768000', '164816.770000', '164816.773000', '164816.775000', '164816.778000', '164816.780000', '164816.783000', '164816.786000', '164816.788000', '164816.791000', '164816.793000', '164816.796000', '164816.798000', '164816.801000', '164816.804000', '164816.806000', '164816.809000', '164816.811000', '164816.822000', '164816.824000', '164836.704000', '164836.706000', '164836.709000', '164836.712000', '164836.714000', '164836.717000', '164836.719000', '164836.722000', '164836.724000', '164836.727000', '164836.729000', '164836.732000', '164836.735000', '164836.737000', '164836.740000', '164836.742000', '164836.745000', '164836.747000', '164836.750000', '164836.752000', '164836.755000', '164836.758000', '164836.760000', '164836.763000', '164836.765000', '164836.768000', '164836.770000', '164836.773000', '164836.775000', '164836.778000', '164836.781000', '164836.783000', '164836.786000', '164836.788000', '164836.791000', '164836.793000', '164836.796000', '164836.799000', '164836.801000', '164836.804000', '164836.806000', '164836.809000', '164836.812000', '164856.704000', '164856.707000', '164856.709000', '164856.712000', '164856.714000', '164856.717000', '164856.720000', '164856.722000', '164856.725000', '164856.727000', '164856.730000', '164856.732000', '164856.735000', '164856.737000', '164856.754000', '164856.756000', '164856.759000', '164856.761000', '164856.764000', '164856.767000', '164856.769000', '164856.772000', '164856.774000', '164856.777000', '164856.780000', '164856.782000', '164856.785000', '164856.787000', '164856.790000', '164856.792000', '164856.795000', '164856.797000', '164856.800000', '164856.802000', '164856.805000', '164856.808000', '164856.810000', '164856.813000', '164856.815000', '164856.818000', '164856.820000', '164856.823000', '164856.825000', '164856.828000', '164916.704000', '164916.707000', '164916.710000', '164916.712000', '164916.715000', '164916.718000', '164916.720000', '164916.723000', '164916.725000', '164916.728000', '164916.730000', '164916.733000', '164916.736000', '164916.738000', '164916.741000', '164916.743000', '164916.746000', '164916.748000', '164916.751000', '164916.753000', '164916.756000', '164916.759000', '164916.761000', '164916.764000', '164916.766000', '164916.769000', '164916.771000', '164916.774000', '164916.777000', '164916.779000', '164916.782000', '164916.784000', '164916.787000', '164916.790000', '164916.792000', '164916.795000', '164916.797000', '164916.800000', '164916.803000', '164916.805000', '164916.808000', '164916.811000', '164916.813000', '164936.704000', '164936.707000', '164936.710000', '164936.712000', '164936.715000', '164936.717000', '164936.720000', '164936.723000', '164936.725000', '164936.728000', '164936.730000', '164936.733000', '164936.735000', '164936.738000', '164936.741000', '164936.743000', '164936.746000', '164936.748000', '164936.751000', '164936.753000', '164936.756000', '164936.758000', '164936.761000', '164936.764000', '164936.766000', '164936.769000', '164936.771000', '164936.774000', '164936.776000', '164936.779000', '164936.782000', '164936.784000', '164936.787000', '164936.789000', '164936.792000', '164936.795000', '164936.797000', '164936.800000', '164936.802000', '164936.805000', '164936.807000', '164936.810000', '164936.813000', '164936.815000', '164956.704000', '164956.707000', '164956.710000', '164956.712000', '164956.715000', '164956.717000', '164956.720000', '164956.722000', '164956.725000', '164956.728000', '164956.730000', '164956.733000', '164956.736000', '164956.738000', '164956.741000', '164956.743000', '164956.746000', '164956.749000', '164956.751000', '164956.754000', '164956.756000', '164956.759000', '164956.762000', '164956.764000', '164956.767000', '164956.770000', '164956.772000', '164956.775000', '164956.777000', '164956.780000', '164956.782000', '164956.785000', '164956.788000', '164956.790000', '164956.793000', '164956.795000', '164956.798000', '164956.800000', '164956.803000', '164956.806000', '164956.808000', '164956.811000', '164956.813000', '165016.704000', '165016.707000', '165016.710000', '165016.712000', '165016.715000', '165016.717000', '165016.720000', '165016.723000', '165016.725000', '165016.728000', '165016.730000', '165016.733000', '165016.736000', '165016.738000', '165016.741000', '165016.743000', '165016.746000', '165016.748000', '165016.751000', '165016.754000', '165016.756000', '165016.759000', '165016.761000', '165016.764000', '165016.767000', '165016.769000', '165016.772000', '165016.774000', '165016.777000', '165016.779000', '165016.782000', '165016.785000', '165016.787000', '165016.790000', '165016.792000', '165016.795000', '165016.798000', '165016.800000', '165016.803000', '165016.805000', '165016.808000', '165016.811000', '165016.813000', '165016.816000', '165036.704000', '165036.707000', '165036.710000', '165036.712000', '165036.715000', '165036.717000', '165036.720000', '165036.723000', '165036.725000', '165036.728000', '165036.730000', '165036.733000', '165036.735000', '165036.738000', '165036.741000', '165036.743000', '165036.746000', '165036.748000', '165036.751000', '165036.753000', '165036.756000', '165036.758000', '165036.761000', '165036.764000', '165036.766000', '165036.769000', '165036.771000', '165036.774000', '165036.776000', '165036.779000', '165036.782000', '165036.784000', '165036.787000', '165036.789000', '165036.792000', '165036.794000', '165036.797000', '165036.799000', '165036.802000', '165036.805000', '165036.807000', '165036.810000', '165036.812000', '165056.704000', '165056.706000', '165056.709000', '165056.712000', '165056.714000', '165056.717000', '165056.719000', '165056.722000', '165056.725000', '165056.727000', '165056.730000', '165056.732000', '165056.735000', '165056.738000', '165056.740000', '165056.743000', '165056.745000', '165056.748000', '165056.750000', '165056.753000', '165056.756000', '165056.758000', '165056.761000', '165056.764000', '165056.766000', '165056.769000', '165056.771000', '165056.774000', '165056.777000', '165056.779000', '165056.782000', '165056.784000', '165056.787000', '165056.790000', '165056.792000', '165056.795000', '165056.797000', '165056.800000', '165056.803000', '165056.805000', '165056.808000', '165056.810000', '165056.813000', '165056.815000', '165116.703000', '165116.706000', '165116.709000', '165116.712000', '165116.719000', '165116.722000', '165116.724000', '165116.727000', '165116.730000', '165116.732000', '165116.735000', '165116.737000', '165116.740000', '165116.743000', '165116.745000', '165116.748000', '165116.750000', '165116.753000', '165116.755000', '165116.758000', '165116.761000', '165116.763000', '165116.766000', '165116.768000', '165116.771000', '165116.774000', '165116.776000', '165116.779000', '165116.781000', '165116.784000', '165116.787000', '165116.789000', '165116.792000', '165116.794000', '165116.797000', '165116.799000', '165116.802000', '165116.805000', '165116.807000', '165116.810000', '165116.812000', '165116.815000', '165116.817000', '165136.705000', '165136.708000', '165136.711000', '165136.713000', '165136.716000', '165136.719000', '165136.721000', '165136.724000', '165136.726000', '165136.729000', '165136.732000', '165136.734000', '165136.737000', '165136.739000', '165136.742000', '165136.744000', '165136.747000', '165136.750000', '165136.752000', '165136.755000', '165136.758000', '165136.760000', '165136.763000', '165136.766000', '165136.768000', '165136.771000', '165136.773000', '165136.776000', '165136.779000', '165136.781000', '165136.784000', '165136.786000', '165136.789000', '165136.792000', '165136.794000', '165136.797000', '165136.799000', '165136.802000', '165136.805000', '165136.807000', '165136.810000', '165136.813000', '165136.815000', '165136.818000', '165156.705000', '165156.707000', '165156.710000', '165156.713000', '165156.715000', '165156.718000', '165156.721000', '165156.723000', '165156.726000', '165156.728000', '165156.731000', '165156.733000', '165156.736000', '165156.738000', '165156.741000', '165156.744000', '165156.746000', '165156.749000', '165156.751000', '165156.754000', '165156.757000', '165156.759000', '165156.762000', '165156.764000', '165156.767000', '165156.770000', '165156.772000', '165156.775000', '165156.777000', '165156.780000', '165156.782000', '165156.785000', '165156.788000', '165156.790000', '165156.801000', '165156.804000', '165156.807000', '165156.809000', '165156.812000', '165156.814000', '165156.817000', '165156.819000', '165156.822000', '165216.705000', '165216.707000', '165216.710000', '165216.713000', '165216.715000', '165216.718000', '165216.720000', '165216.723000', '165216.726000', '165216.728000', '165216.731000', '165216.733000', '165216.736000', '165216.738000', '165216.741000', '165216.744000', '165216.746000', '165216.749000', '165216.751000', '165216.754000', '165216.756000', '165216.759000', '165216.762000', '165216.764000', '165216.767000', '165216.770000', '165216.772000', '165216.775000', '165216.777000', '165216.780000', '165216.783000', '165216.785000', '165216.788000', '165216.790000', '165216.793000', '165216.796000', '165216.798000', '165216.801000', '165216.803000', '165216.806000', '165216.808000', '165216.811000', '165216.814000', '165216.816000', '165236.705000', '165236.707000', '165236.710000', '165236.713000', '165236.715000', '165236.718000', '165236.720000', '165236.723000', '165236.726000', '165236.728000', '165236.731000', '165236.733000', '165236.736000', '165236.739000', '165236.741000', '165236.744000', '165236.746000', '165236.749000', '165236.752000', '165236.754000', '165236.757000', '165236.760000', '165236.762000', '165236.765000', '165236.767000', '165236.770000', '165236.773000', '165236.775000', '165236.778000', '165236.781000', '165236.783000', '165236.786000', '165236.789000', '165236.791000', '165236.794000', '165236.796000', '165236.799000', '165236.801000', '165236.804000', '165236.807000', '165236.809000', '165236.812000', '165236.814000', '165256.705000', '165256.708000', '165256.710000', '165256.713000', '165256.715000', '165256.718000', '165256.721000', '165256.723000', '165256.726000', '165256.729000', '165256.731000', '165256.734000', '165256.736000', '165256.739000', '165256.742000', '165256.745000', '165256.748000', '165256.750000', '165256.753000', '165256.756000', '165256.758000', '165256.761000', '165256.763000', '165256.766000', '165256.769000', '165256.771000', '165256.774000', '165256.776000', '165256.779000', '165256.782000', '165256.784000', '165256.787000', '165256.790000', '165256.792000', '165256.795000', '165256.797000', '165256.800000', '165256.802000', '165256.805000', '165256.808000', '165256.810000', '165256.813000', '165256.815000', '165316.703000', '165316.706000', '165316.709000', '165316.711000', '165316.714000', '165316.717000', '165316.719000', '165316.722000', '165316.725000', '165316.727000', '165316.730000', '165316.732000', '165316.735000', '165316.738000', '165316.740000', '165316.743000', '165316.745000', '165316.748000', '165316.751000', '165316.753000', '165316.756000', '165316.758000', '165316.761000', '165316.763000', '165316.766000', '165316.768000', '165316.771000', '165316.774000', '165316.776000', '165316.779000', '165316.781000', '165316.784000', '165316.787000', '165316.789000', '165316.792000', '165316.794000', '165316.797000', '165316.799000', '165316.802000', '165316.805000', '165316.807000', '165316.810000', '165316.812000', '165316.815000', '165336.703000', '165336.706000', '165336.718000', '165336.721000', '165336.724000', '165336.726000', '165336.729000', '165336.731000', '165336.734000', '165336.736000', '165336.739000', '165336.742000', '165336.744000', '165336.747000', '165336.749000', '165336.752000', '165336.754000', '165336.757000', '165336.760000', '165336.762000', '165336.765000', '165336.767000', '165336.770000', '165336.772000', '165336.775000', '165336.778000', '165336.780000', '165336.783000', '165336.785000', '165336.788000', '165336.791000', '165336.793000', '165336.796000', '165336.798000', '165336.801000', '165336.803000', '165336.806000', '165336.809000', '165336.811000', '165336.814000', '165336.816000', '165336.819000', '165336.821000', '165336.824000', '165356.705000', '165356.707000', '165356.710000', '165356.713000', '165356.715000', '165356.718000', '165356.720000', '165356.723000', '165356.726000', '165356.728000', '165356.731000', '165356.733000', '165356.736000', '165356.738000', '165356.741000', '165356.744000', '165356.746000', '165356.749000', '165356.751000', '165356.754000', '165356.757000', '165356.759000', '165356.762000', '165356.764000', '165356.767000', '165356.769000', '165356.772000', '165356.775000', '165356.777000', '165356.780000', '165356.782000', '165356.785000', '165356.787000', '165356.790000', '165356.793000', '165356.795000', '165356.798000', '165356.800000', '165356.803000', '165356.805000', '165356.808000', '165356.810000', '165356.813000', '165416.704000', '165416.707000', '165416.710000', '165416.712000', '165416.715000', '165416.718000', '165416.720000', '165416.723000', '165416.725000', '165416.728000', '165416.730000', '165416.733000', '165416.735000', '165416.738000', '165416.741000', '165416.744000', '165416.746000', '165416.749000', '165416.752000', '165416.754000', '165416.757000', '165416.759000', '165416.762000', '165416.764000', '165416.767000', '165416.770000', '165416.772000', '165416.775000', '165416.777000', '165416.780000', '165416.783000', '165416.787000', '165416.789000', '165416.792000', '165416.794000', '165416.797000', '165416.799000', '165416.802000', '165416.804000', '165416.807000', '165416.810000', '165416.812000', '165416.815000', '165436.705000', '165436.707000', '165436.710000', '165436.713000', '165436.715000', '165436.718000', '165436.720000', '165436.723000', '165436.726000', '165436.728000', '165436.731000', '165436.733000', '165436.736000', '165436.738000', '165436.741000', '165436.744000', '165436.746000', '165436.749000', '165436.751000', '165436.754000', '165436.757000', '165436.759000', '165436.762000', '165436.764000', '165436.767000', '165436.769000', '165436.772000', '165436.775000', '165436.777000', '165436.780000', '165436.782000', '165436.785000', '165436.788000', '165436.790000', '165436.793000', '165436.795000', '165436.798000', '165436.801000', '165436.803000', '165436.806000', '165436.815000', '165436.817000', '165436.820000', '165436.822000', '165445.274000', '165445.277000', '165445.279000', '165445.282000', '165445.284000', '165445.287000', '165445.290000', '165445.292000', '165445.295000', '165445.297000', '165445.300000', '165445.303000', '165445.305000', '165445.308000', '165445.311000', '165445.313000', '165445.316000', '165445.318000', '165445.321000'], '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': [10676, 8931, 8260, 10485, 7616, 10380, 7890, 10228, 8181, 9416, 8489, 9408, 8243, 9945, 8189, 10275, 9652, 7613, 9876, 8184, 11236, 8122, 10803, 8403, 9191, 8903, 7908, 10144, 7415, 9823, 7469, 10272, 8153, 11397, 8797, 8965, 8556, 8957, 8919, 7779, 9967, 7710, 10301, 7764, 9391, 7817, 9802, 8337, 11169, 8619, 9027, 9302, 8234, 9262, 7800, 9401, 7929, 9220, 7805, 10125, 7888, 9160, 8525, 7724, 9713, 7253, 9788, 7923, 9665, 7764, 8322, 8262, 9910, 8666, 8950, 8424, 8394, 8857, 7579, 9563, 7574, 9964, 7561, 9797, 8130, 8871, 8752, 7550, 9362, 7408, 9642, 7488, 10119, 7975, 11120, 8424, 9008, 8339, 10397, 8238, 9445, 7855, 9113, 8548, 8072, 9894, 7361, 7933, 8120, 9109, 8044, 9054, 7830, 9140, 8236, 10042, 8909, 8873, 9119, 8914, 8922, 7900, 9346, 8045, 10378, 7762, 10742, 9609, 7844, 9414, 7678, 9876, 7809, 9580, 7640, 8997, 7911, 8826, 9132, 7776, 9274, 7776, 9229, 7551, 9423, 7983, 9688, 7452, 9945, 7497, 8679, 7531, 10895, 7877, 9311, 9092, 8222, 9075, 7655, 9043, 7958, 8345, 7724, 8391, 7426, 9112, 7474, 9027, 7701, 9078, 8637, 7975, 7814, 8478, 7878, 9583, 7574, 9680, 7404, 8574, 7803, 9986, 7500, 9634, 7594, 9762, 7524, 9840, 7545, 9902, 7572, 9882, 7714, 9580, 7631, 9825, 7946, 9091, 9245, 7720, 9444, 7415, 9511, 7586, 9528, 7718, 9742, 7507, 9335, 7595, 9181, 7351, 9543, 7408, 9467, 7575, 9556, 7274, 9191, 7468, 9802, 7582, 9288, 7637, 10137, 7583, 9458, 7524, 8484, 7733, 9189, 7781, 9562, 7655, 9060, 8304, 7867, 8217, 8138, 7741, 8581, 8079, 7640, 9084, 7547, 9240, 7552, 8873, 7497, 9748, 7560, 9689, 7538, 8424, 7722, 8495, 7808, 9344, 7825, 10362, 7844, 8614, 8162, 8551, 8081, 8162, 8088, 8667, 7787, 7604, 7780, 8921, 7432, 9049, 7495, 10115, 7976, 9454, 8595, 8421, 8379, 7893, 8351, 7795, 8837, 7672, 9461, 7789, 8983, 7949, 9019, 7449, 9430, 7472, 8781, 7479, 8266, 7653, 8999, 7439, 8990, 7553, 8961, 7410, 8681, 7863, 9120, 7486, 9011, 7579, 8836, 7549, 8755, 9791, 7517, 8417, 7876, 8361, 7433, 8904, 7594, 9054, 7466, 7968, 7735, 10186, 7521, 10493, 7900, 9170, 7814, 8017, 7529, 8338, 7717, 7673, 7605, 9112, 7752, 9774, 7585, 9568, 7432, 9011, 8549, 7988, 8581, 8252, 8106, 9059, 7518, 8075, 7848, 8067, 8683, 7371, 9009, 7533, 8817, 7830, 8855, 7676, 8838, 7609, 8750, 7724, 9039, 7483, 9110, 7429, 9402, 7679, 8817, 7759, 9801, 7470, 7814, 7488, 8913, 7246, 8074, 7292, 9920, 7368, 8365, 7431, 9262, 7287, 9369, 7233, 8073, 7804, 8871, 7381, 8961, 7396, 8986, 7442, 9473, 7332, 9054, 8564, 8806, 7741, 8986, 7477, 9007, 7572, 10055, 7320, 9008, 7480, 10287, 7503, 8905, 7515, 8412, 7783, 8805, 7810, 10049, 7425, 9461, 7575, 8553, 8543, 7869, 8232, 7645, 8261, 7530, 7974, 7572, 7479, 8853, 7332, 8091, 7471, 7667, 8088, 7502, 8327, 7566, 8626, 7584, 8363, 7721, 7528, 9819, 7557, 10040, 7435, 9056, 7530, 9839, 7735, 10194, 7369, 8411, 7400, 8595, 7385, 8490, 7467, 8642, 7330, 8785, 7416, 8712, 7498, 8704, 7627, 8367, 7450, 9771, 7510, 8799, 7410, 8928, 7358, 9543, 7559, 8681, 7607, 8595, 7915, 8020, 7351, 8558, 7248, 9213, 7436, 9550, 7556, 8918, 7396, 8927, 7268, 8865, 7694, 8938, 7554, 8668, 7479, 8196, 7855, 7771, 8630, 7502, 8319, 7905, 8423, 7494, 8503, 7612, 8892, 7562, 8884, 7732, 8828, 7432, 9816, 7629, 7718, 7715, 8625, 7549, 7805, 7691, 8637, 7632, 10052, 7390, 8506, 8803, 7383, 8720, 7537, 8750, 7770, 9216, 7348, 8668, 7615, 8429, 8952, 8773, 7479, 7580, 8118, 7327, 9576, 9204, 7589, 8835, 8849, 7415, 8560, 7706, 8173, 7436, 8499, 7607, 11848, 7665, 8625, 8269, 7336, 8432, 7438, 8876, 7470, 9397, 7643, 8147, 7586, 8008, 7687, 7492, 8575, 7597, 9440, 7449, 8908, 8415, 7797, 8355, 7746, 8633, 7309, 8902, 7570, 8840, 7626, 9401, 7326, 9443, 7350, 8722, 8023, 7733, 7592, 7273, 8693, 7437, 9213, 7373, 8778, 7255, 9145, 8317, 8036, 8683, 7383, 8456, 7296, 8787, 7359, 7706, 7419, 8488, 7387, 8345, 7384, 8131, 8316, 7352, 8358, 7494, 8803, 7437, 8717, 7537, 8809, 7763, 8559, 7240, 9482, 7598, 7600, 7358, 8477, 7383, 7941, 7795, 8218, 8502, 7981, 8578, 7197, 8653, 7217, 7785, 7512, 7528, 7334, 7694, 7314, 8281, 7538, 7844, 7274, 8861, 7380, 10186, 8014, 7641, 9411, 7323, 8570, 8477, 7516, 8166, 7361, 8515, 7520, 8514, 7498, 8460, 7381, 8775, 7567, 9019, 7381, 10433, 7439, 8961, 8372, 7519, 8817, 7239, 8717, 7305, 8373, 7352, 7716, 7314, 8019, 7239, 7478, 7815, 7650, 8091, 7468, 7995, 7654, 7925, 7485, 8085, 7344, 8468, 7451, 8013, 7329, 8248, 7575, 8823, 7440, 9041, 7298, 7408, 7245, 8357, 7562, 8505, 7263, 10301, 7623, 7808, 8462, 7140, 7964, 7392, 8272, 7404, 8300, 7501, 8176, 7944, 7999, 8048, 7971, 7363, 7252, 8478, 7561, 8555, 9325, 7031, 7269, 8715, 8378, 8599, 7644, 9874, 7246, 7813, 7384, 9248, 7607, 8229, 9380, 7678, 9133, 7958, 8135, 8322, 7739, 9320, 7758, 8363, 7932, 7698, 7788, 8039, 7637, 8857, 7499, 8883, 8084, 8243, 7774, 7643, 7803, 7441, 7962, 7709, 8271, 7298, 8030, 7222, 8338, 7615, 7560, 7930, 7499, 8089, 7453, 8463, 7361, 7490, 7540, 9055, 7523, 8737, 7389, 9461, 7173, 8698, 7287, 8185, 7251, 8282, 7471, 7618, 7545, 7553, 7639, 7343, 7623, 7588, 7551, 7480, 8011, 7634, 8224, 7556, 8864, 7246, 7623, 7240, 7613, 7305, 8586, 7193, 8255, 7462, 8524, 7421, 9041, 8127, 7974, 8056, 7438, 8638, 7319, 8165, 7582, 8353, 7425, 9477, 7474, 7861, 7508, 7422, 8227, 7631, 8215, 7249, 9115, 7210, 7828, 7318, 8297, 7372, 8988, 7312, 9057, 7377, 9604, 7529, 8146, 8304, 7345, 8577, 7338, 8077, 7480, 7852, 7641, 9860, 7159, 8292, 7579, 8917, 7135, 8186, 7719, 7802, 8438, 7546, 8192, 7513, 8650, 7566, 8867, 7591, 8084, 7901, 8315, 7442, 9030, 7213, 9160, 7265, 8447, 7505, 8961, 7412, 8508, 7511, 8392, 7317, 8218], 'WindowCenter': [4317.0, 4281.0, 4259.0, 4286.0, 4244.0, 4285.0, 4255.0, 4284.0, 4268.0, 4275.0, 4265.0, 4275.0, 4265.0, 4274.0, 4255.0, 4273.0, 4263.0, 4243.0, 4273.0, 4255.0, 4282.0, 4253.0, 4284.0, 4265.0, 4275.0, 4275.0, 4255.0, 4285.0, 4244.0, 4275.0, 4245.0, 4286.0, 4257.0, 4295.0, 4266.0, 4265.0, 4266.0, 4264.0, 4265.0, 4244.0, 4275.0, 4255.0, 4285.0, 4256.0, 4275.0, 4255.0, 4285.0, 4268.0, 4295.0, 4267.0, 4277.0, 4277.0, 4255.0, 4276.0, 4255.0, 4277.0, 4256.0, 4278.0, 4257.0, 4286.0, 4256.0, 4265.0, 4264.0, 4243.0, 4274.0, 4244.0, 4285.0, 4255.0, 4274.0, 4255.0, 4255.0, 4266.0, 4285.0, 4277.0, 4277.0, 4267.0, 4267.0, 4277.0, 4255.0, 4278.0, 4256.0, 4277.0, 4245.0, 4274.0, 4255.0, 4263.0, 4265.0, 4255.0, 4275.0, 4244.0, 4276.0, 4248.0, 4285.0, 4256.0, 4297.0, 4268.0, 4277.0, 4269.0, 4286.0, 4266.0, 4287.0, 4269.0, 4276.0, 4267.0, 4257.0, 4286.0, 4249.0, 4256.0, 4257.0, 4279.0, 4267.0, 4278.0, 4268.0, 4288.0, 4280.0, 4288.0, 4289.0, 4279.0, 4281.0, 4278.0, 4279.0, 4267.0, 4288.0, 4256.0, 4285.0, 4246.0, 4284.0, 4264.0, 4255.0, 4273.0, 4254.0, 4285.0, 4256.0, 4286.0, 4258.0, 4276.0, 4270.0, 4277.0, 4277.0, 4256.0, 4278.0, 4258.0, 4291.0, 4256.0, 4277.0, 4257.0, 4277.0, 4247.0, 4276.0, 4245.0, 4264.0, 4245.0, 4284.0, 4255.0, 4263.0, 4264.0, 4253.0, 4266.0, 4245.0, 4276.0, 4255.0, 4267.0, 4255.0, 4266.0, 4245.0, 4277.0, 4247.0, 4278.0, 4256.0, 4277.0, 4266.0, 4257.0, 4255.0, 4266.0, 4255.0, 4277.0, 4245.0, 4275.0, 4247.0, 4265.0, 4245.0, 4285.0, 4246.0, 4276.0, 4259.0, 4286.0, 4256.0, 4289.0, 4257.0, 4287.0, 4257.0, 4288.0, 4257.0, 4276.0, 4257.0, 4275.0, 4256.0, 4265.0, 4275.0, 4244.0, 4278.0, 4246.0, 4276.0, 4245.0, 4275.0, 4244.0, 4274.0, 4246.0, 4276.0, 4256.0, 4278.0, 4248.0, 4287.0, 4259.0, 4287.0, 4258.0, 4292.0, 4259.0, 4277.0, 4246.0, 4276.0, 4256.0, 4275.0, 4256.0, 4286.0, 4256.0, 4275.0, 4245.0, 4266.0, 4244.0, 4276.0, 4255.0, 4274.0, 4256.0, 4265.0, 4266.0, 4255.0, 4266.0, 4257.0, 4256.0, 4264.0, 4255.0, 4244.0, 4269.0, 4245.0, 4276.0, 4245.0, 4265.0, 4246.0, 4277.0, 4256.0, 4276.0, 4256.0, 4269.0, 4258.0, 4267.0, 4258.0, 4277.0, 4259.0, 4287.0, 4269.0, 4278.0, 4268.0, 4267.0, 4269.0, 4279.0, 4271.0, 4280.0, 4270.0, 4269.0, 4270.0, 4279.0, 4259.0, 4281.0, 4261.0, 4288.0, 4269.0, 4289.0, 4278.0, 4269.0, 4269.0, 4269.0, 4268.0, 4257.0, 4279.0, 4257.0, 4276.0, 4256.0, 4277.0, 4256.0, 4277.0, 4246.0, 4276.0, 4245.0, 4267.0, 4249.0, 4256.0, 4246.0, 4276.0, 4246.0, 4277.0, 4257.0, 4281.0, 4248.0, 4278.0, 4257.0, 4288.0, 4257.0, 4279.0, 4260.0, 4279.0, 4257.0, 4278.0, 4288.0, 4258.0, 4270.0, 4270.0, 4268.0, 4259.0, 4280.0, 4258.0, 4280.0, 4258.0, 4257.0, 4257.0, 4286.0, 4258.0, 4288.0, 4255.0, 4264.0, 4245.0, 4254.0, 4255.0, 4254.0, 4259.0, 4258.0, 4258.0, 4276.0, 4257.0, 4276.0, 4255.0, 4275.0, 4246.0, 4267.0, 4266.0, 4255.0, 4268.0, 4255.0, 4257.0, 4277.0, 4258.0, 4255.0, 4257.0, 4258.0, 4266.0, 4245.0, 4267.0, 4256.0, 4279.0, 4257.0, 4277.0, 4256.0, 4266.0, 4245.0, 4266.0, 4245.0, 4267.0, 4246.0, 4268.0, 4234.0, 4265.0, 4246.0, 4265.0, 4257.0, 4286.0, 4247.0, 4247.0, 4246.0, 4265.0, 4258.0, 4256.0, 4249.0, 4286.0, 4247.0, 4255.0, 4245.0, 4264.0, 4247.0, 4264.0, 4246.0, 4256.0, 4247.0, 4265.0, 4249.0, 4276.0, 4247.0, 4279.0, 4258.0, 4277.0, 4247.0, 4266.0, 4266.0, 4265.0, 4244.0, 4264.0, 4244.0, 4253.0, 4244.0, 4263.0, 4232.0, 4264.0, 4247.0, 4274.0, 4245.0, 4265.0, 4246.0, 4257.0, 4257.0, 4266.0, 4258.0, 4287.0, 4249.0, 4266.0, 4245.0, 4254.0, 4254.0, 4243.0, 4254.0, 4244.0, 4255.0, 4246.0, 4256.0, 4244.0, 4246.0, 4267.0, 4248.0, 4244.0, 4245.0, 4244.0, 4255.0, 4233.0, 4256.0, 4244.0, 4265.0, 4257.0, 4266.0, 4247.0, 4256.0, 4275.0, 4256.0, 4275.0, 4248.0, 4267.0, 4245.0, 4274.0, 4246.0, 4273.0, 4244.0, 4256.0, 4244.0, 4255.0, 4246.0, 4264.0, 4245.0, 4265.0, 4246.0, 4264.0, 4234.0, 4253.0, 4244.0, 4253.0, 4246.0, 4255.0, 4248.0, 4275.0, 4247.0, 4265.0, 4247.0, 4265.0, 4246.0, 4275.0, 4245.0, 4256.0, 4245.0, 4264.0, 4255.0, 4255.0, 4245.0, 4264.0, 4246.0, 4266.0, 4248.0, 4275.0, 4256.0, 4275.0, 4249.0, 4276.0, 4257.0, 4265.0, 4259.0, 4266.0, 4246.0, 4267.0, 4248.0, 4253.0, 4256.0, 4244.0, 4265.0, 4235.0, 4255.0, 4246.0, 4254.0, 4243.0, 4264.0, 4243.0, 4264.0, 4246.0, 4265.0, 4245.0, 4265.0, 4245.0, 4274.0, 4258.0, 4255.0, 4256.0, 4265.0, 4257.0, 4256.0, 4257.0, 4266.0, 4257.0, 4276.0, 4249.0, 4266.0, 4266.0, 4245.0, 4267.0, 4249.0, 4267.0, 4255.0, 4277.0, 4248.0, 4266.0, 4247.0, 4269.0, 4267.0, 4269.0, 4257.0, 4260.0, 4258.0, 4248.0, 4276.0, 4263.0, 4246.0, 4267.0, 4265.0, 4246.0, 4266.0, 4246.0, 4254.0, 4245.0, 4253.0, 4243.0, 4270.0, 4232.0, 4239.0, 4229.0, 4222.0, 4239.0, 4229.0, 4253.0, 4233.0, 4249.0, 4218.0, 4227.0, 4218.0, 4217.0, 4231.0, 4218.0, 4241.0, 4232.0, 4247.0, 4219.0, 4240.0, 4228.0, 4218.0, 4227.0, 4217.0, 4241.0, 4220.0, 4250.0, 4229.0, 4240.0, 4228.0, 4249.0, 4220.0, 4249.0, 4230.0, 4239.0, 4228.0, 4228.0, 4218.0, 4219.0, 4237.0, 4219.0, 4248.0, 4221.0, 4240.0, 4233.0, 4251.0, 4229.0, 4228.0, 4240.0, 4217.0, 4239.0, 4220.0, 4239.0, 4220.0, 4230.0, 4220.0, 4240.0, 4221.0, 4229.0, 4219.0, 4226.0, 4228.0, 4218.0, 4229.0, 4221.0, 4251.0, 4229.0, 4253.0, 4232.0, 4251.0, 4230.0, 4241.0, 4220.0, 4249.0, 4231.0, 4231.0, 4233.0, 4242.0, 4233.0, 4231.0, 4232.0, 4242.0, 4241.0, 4231.0, 4240.0, 4220.0, 4251.0, 4232.0, 4231.0, 4221.0, 4230.0, 4232.0, 4229.0, 4233.0, 4254.0, 4245.0, 4253.0, 4243.0, 4266.0, 4248.0, 4273.0, 4243.0, 4243.0, 4251.0, 4232.0, 4252.0, 4243.0, 4232.0, 4241.0, 4230.0, 4253.0, 4241.0, 4253.0, 4233.0, 4242.0, 4233.0, 4252.0, 4233.0, 4252.0, 4233.0, 4260.0, 4220.0, 4239.0, 4227.0, 4217.0, 4249.0, 4221.0, 4236.0, 4232.0, 4242.0, 4231.0, 4231.0, 4229.0, 4229.0, 4230.0, 4220.0, 4232.0, 4228.0, 4242.0, 4233.0, 4244.0, 4231.0, 4243.0, 4230.0, 4243.0, 4231.0, 4240.0, 4234.0, 4242.0, 4230.0, 4243.0, 4243.0, 4252.0, 4234.0, 4263.0, 4233.0, 4234.0, 4232.0, 4242.0, 4244.0, 4254.0, 4233.0, 4262.0, 4232.0, 4233.0, 4242.0, 4221.0, 4243.0, 4231.0, 4254.0, 4233.0, 4256.0, 4245.0, 4254.0, 4244.0, 4242.0, 4245.0, 4258.0, 4259.0, 4250.0, 4256.0, 4244.0, 4256.0, 4252.0, 4222.0, 4233.0, 4253.0, 4256.0, 4254.0, 4245.0, 4276.0, 4246.0, 4245.0, 4246.0, 4264.0, 4232.0, 4232.0, 4239.0, 4217.0, 4236.0, 4218.0, 4217.0, 4216.0, 4217.0, 4222.0, 4204.0, 4214.0, 4214.0, 4213.0, 4218.0, 4228.0, 4229.0, 4238.0, 4219.0, 4239.0, 4218.0, 4226.0, 4219.0, 4218.0, 4219.0, 4219.0, 4230.0, 4219.0, 4228.0, 4217.0, 4217.0, 4209.0, 4228.0, 4219.0, 4218.0, 4230.0, 4218.0, 4230.0, 4220.0, 4229.0, 4219.0, 4207.0, 4216.0, 4240.0, 4229.0, 4238.0, 4218.0, 4249.0, 4218.0, 4237.0, 4220.0, 4230.0, 4221.0, 4240.0, 4219.0, 4220.0, 4229.0, 4231.0, 4230.0, 4221.0, 4232.0, 4231.0, 4233.0, 4230.0, 4242.0, 4233.0, 4241.0, 4231.0, 4237.0, 4221.0, 4230.0, 4222.0, 4230.0, 4222.0, 4239.0, 4222.0, 4241.0, 4231.0, 4241.0, 4232.0, 4252.0, 4229.0, 4231.0, 4229.0, 4221.0, 4243.0, 4229.0, 4241.0, 4233.0, 4238.0, 4219.0, 4249.0, 4218.0, 4229.0, 4220.0, 4219.0, 4240.0, 4229.0, 4239.0, 4220.0, 4240.0, 4229.0, 4231.0, 4222.0, 4241.0, 4232.0, 4251.0, 4232.0, 4252.0, 4233.0, 4252.0, 4231.0, 4232.0, 4241.0, 4219.0, 4253.0, 4230.0, 4241.0, 4233.0, 4232.0, 4232.0, 4261.0, 4224.0, 4243.0, 4234.0, 4252.0, 4223.0, 4239.0, 4230.0, 4233.0, 4242.0, 4232.0, 4240.0, 4232.0, 4253.0, 4232.0, 4253.0, 4231.0, 4245.0, 4243.0, 4241.0, 4221.0, 4239.0, 4219.0, 4252.0, 4232.0, 4242.0, 4221.0, 4251.0, 4221.0, 4239.0, 4232.0, 4239.0, 4221.0, 4241.0], 'WindowWidth': [9538.0, 9477.0, 9440.0, 9472.0, 9414.0, 9469.0, 9431.0, 9464.0, 9449.0, 9456.0, 9442.0, 9454.0, 9441.0, 9451.0, 9428.0, 9449.0, 9434.0, 9409.0, 9446.0, 9424.0, 9458.0, 9422.0, 9464.0, 9442.0, 9454.0, 9457.0, 9429.0, 9469.0, 9412.0, 9454.0, 9416.0, 9470.0, 9433.0, 9481.0, 9447.0, 9442.0, 9445.0, 9438.0, 9442.0, 9412.0, 9455.0, 9428.0, 9470.0, 9432.0, 9454.0, 9430.0, 9467.0, 9451.0, 9482.0, 9448.0, 9462.0, 9463.0, 9428.0, 9458.0, 9429.0, 9461.0, 9431.0, 9464.0, 9437.0, 9471.0, 9431.0, 9439.0, 9439.0, 9410.0, 9452.0, 9414.0, 9469.0, 9429.0, 9452.0, 9430.0, 9429.0, 9445.0, 9470.0, 9463.0, 9460.0, 9446.0, 9445.0, 9462.0, 9429.0, 9463.0, 9432.0, 9458.0, 9415.0, 9450.0, 9428.0, 9436.0, 9442.0, 9430.0, 9457.0, 9414.0, 9458.0, 9423.0, 9469.0, 9433.0, 9487.0, 9451.0, 9460.0, 9452.0, 9473.0, 9447.0, 9478.0, 9455.0, 9460.0, 9449.0, 9434.0, 9471.0, 9426.0, 9431.0, 9433.0, 9465.0, 9450.0, 9466.0, 9454.0, 9480.0, 9473.0, 9480.0, 9482.0, 9468.0, 9473.0, 9467.0, 9470.0, 9450.0, 9477.0, 9433.0, 9466.0, 9417.0, 9466.0, 9437.0, 9427.0, 9449.0, 9425.0, 9470.0, 9432.0, 9473.0, 9439.0, 9459.0, 9454.0, 9461.0, 9459.0, 9431.0, 9465.0, 9438.0, 9486.0, 9434.0, 9463.0, 9434.0, 9459.0, 9421.0, 9455.0, 9413.0, 9438.0, 9415.0, 9464.0, 9428.0, 9436.0, 9439.0, 9423.0, 9443.0, 9415.0, 9458.0, 9429.0, 9448.0, 9430.0, 9447.0, 9415.0, 9460.0, 9421.0, 9463.0, 9431.0, 9462.0, 9446.0, 9436.0, 9429.0, 9445.0, 9428.0, 9458.0, 9414.0, 9454.0, 9420.0, 9439.0, 9414.0, 9469.0, 9419.0, 9458.0, 9438.0, 9470.0, 9432.0, 9478.0, 9433.0, 9472.0, 9434.0, 9475.0, 9436.0, 9458.0, 9435.0, 9454.0, 9429.0, 9441.0, 9455.0, 9413.0, 9461.0, 9418.0, 9457.0, 9413.0, 9453.0, 9414.0, 9453.0, 9418.0, 9459.0, 9433.0, 9463.0, 9423.0, 9475.0, 9441.0, 9476.0, 9439.0, 9487.0, 9440.0, 9460.0, 9419.0, 9456.0, 9431.0, 9452.0, 9431.0, 9470.0, 9432.0, 9455.0, 9414.0, 9442.0, 9413.0, 9455.0, 9428.0, 9451.0, 9432.0, 9441.0, 9444.0, 9428.0, 9444.0, 9432.0, 9432.0, 9439.0, 9430.0, 9413.0, 9450.0, 9415.0, 9456.0, 9414.0, 9442.0, 9416.0, 9459.0, 9431.0, 9457.0, 9434.0, 9453.0, 9437.0, 9448.0, 9438.0, 9463.0, 9441.0, 9476.0, 9454.0, 9465.0, 9452.0, 9449.0, 9454.0, 9468.0, 9462.0, 9471.0, 9459.0, 9455.0, 9457.0, 9468.0, 9442.0, 9471.0, 9448.0, 9478.0, 9454.0, 9481.0, 9465.0, 9452.0, 9453.0, 9453.0, 9452.0, 9434.0, 9464.0, 9433.0, 9458.0, 9432.0, 9460.0, 9431.0, 9460.0, 9417.0, 9458.0, 9416.0, 9446.0, 9425.0, 9431.0, 9418.0, 9459.0, 9418.0, 9463.0, 9435.0, 9473.0, 9424.0, 9466.0, 9435.0, 9479.0, 9436.0, 9466.0, 9443.0, 9469.0, 9436.0, 9465.0, 9478.0, 9438.0, 9456.0, 9459.0, 9451.0, 9443.0, 9470.0, 9437.0, 9467.0, 9436.0, 9434.0, 9434.0, 9470.0, 9436.0, 9474.0, 9428.0, 9438.0, 9414.0, 9424.0, 9429.0, 9425.0, 9437.0, 9440.0, 9437.0, 9458.0, 9434.0, 9456.0, 9430.0, 9455.0, 9418.0, 9445.0, 9444.0, 9428.0, 9447.0, 9426.0, 9433.0, 9460.0, 9437.0, 9430.0, 9434.0, 9437.0, 9443.0, 9414.0, 9447.0, 9432.0, 9465.0, 9436.0, 9462.0, 9430.0, 9444.0, 9414.0, 9445.0, 9415.0, 9443.0, 9416.0, 9446.0, 9397.0, 9438.0, 9416.0, 9439.0, 9432.0, 9470.0, 9418.0, 9418.0, 9416.0, 9442.0, 9439.0, 9429.0, 9424.0, 9470.0, 9419.0, 9426.0, 9414.0, 9438.0, 9419.0, 9437.0, 9416.0, 9429.0, 9420.0, 9441.0, 9425.0, 9458.0, 9421.0, 9464.0, 9438.0, 9460.0, 9420.0, 9443.0, 9442.0, 9440.0, 9411.0, 9438.0, 9412.0, 9419.0, 9410.0, 9433.0, 9390.0, 9436.0, 9418.0, 9451.0, 9416.0, 9440.0, 9419.0, 9433.0, 9433.0, 9442.0, 9434.0, 9473.0, 9423.0, 9442.0, 9413.0, 9424.0, 9422.0, 9406.0, 9423.0, 9410.0, 9426.0, 9417.0, 9429.0, 9411.0, 9416.0, 9443.0, 9420.0, 9411.0, 9413.0, 9410.0, 9426.0, 9395.0, 9428.0, 9410.0, 9442.0, 9433.0, 9444.0, 9417.0, 9432.0, 9454.0, 9431.0, 9454.0, 9422.0, 9444.0, 9413.0, 9450.0, 9415.0, 9447.0, 9411.0, 9426.0, 9411.0, 9424.0, 9416.0, 9437.0, 9413.0, 9440.0, 9416.0, 9439.0, 9398.0, 9421.0, 9412.0, 9422.0, 9416.0, 9429.0, 9422.0, 9453.0, 9419.0, 9441.0, 9419.0, 9439.0, 9418.0, 9452.0, 9412.0, 9428.0, 9412.0, 9438.0, 9428.0, 9427.0, 9416.0, 9438.0, 9417.0, 9442.0, 9420.0, 9454.0, 9431.0, 9455.0, 9426.0, 9458.0, 9436.0, 9442.0, 9436.0, 9443.0, 9416.0, 9444.0, 9422.0, 9422.0, 9429.0, 9411.0, 9438.0, 9399.0, 9426.0, 9413.0, 9425.0, 9408.0, 9438.0, 9408.0, 9436.0, 9416.0, 9438.0, 9413.0, 9439.0, 9415.0, 9452.0, 9435.0, 9428.0, 9432.0, 9442.0, 9433.0, 9431.0, 9434.0, 9446.0, 9435.0, 9455.0, 9424.0, 9443.0, 9442.0, 9415.0, 9446.0, 9423.0, 9447.0, 9428.0, 9459.0, 9421.0, 9442.0, 9419.0, 9449.0, 9446.0, 9451.0, 9436.0, 9441.0, 9436.0, 9422.0, 9457.0, 9432.0, 9415.0, 9442.0, 9440.0, 9417.0, 9443.0, 9415.0, 9425.0, 9413.0, 9419.0, 9409.0, 9437.0, 9384.0, 9393.0, 9379.0, 9371.0, 9393.0, 9381.0, 9418.0, 9392.0, 9407.0, 9362.0, 9374.0, 9360.0, 9359.0, 9381.0, 9364.0, 9399.0, 9389.0, 9400.0, 9365.0, 9392.0, 9374.0, 9361.0, 9375.0, 9361.0, 9397.0, 9370.0, 9406.0, 9378.0, 9394.0, 9374.0, 9405.0, 9368.0, 9404.0, 9382.0, 9392.0, 9377.0, 9378.0, 9361.0, 9363.0, 9387.0, 9366.0, 9403.0, 9372.0, 9394.0, 9389.0, 9412.0, 9379.0, 9376.0, 9396.0, 9362.0, 9393.0, 9369.0, 9394.0, 9369.0, 9379.0, 9368.0, 9395.0, 9370.0, 9378.0, 9365.0, 9371.0, 9375.0, 9364.0, 9379.0, 9370.0, 9411.0, 9383.0, 9418.0, 9389.0, 9414.0, 9387.0, 9398.0, 9369.0, 9405.0, 9385.0, 9383.0, 9392.0, 9401.0, 9392.0, 9386.0, 9388.0, 9401.0, 9397.0, 9384.0, 9397.0, 9371.0, 9411.0, 9390.0, 9385.0, 9372.0, 9382.0, 9388.0, 9382.0, 9394.0, 9423.0, 9412.0, 9421.0, 9408.0, 9441.0, 9420.0, 9447.0, 9404.0, 9406.0, 9409.0, 9388.0, 9414.0, 9404.0, 9387.0, 9399.0, 9385.0, 9417.0, 9401.0, 9417.0, 9392.0, 9402.0, 9390.0, 9415.0, 9391.0, 9415.0, 9393.0, 9423.0, 9369.0, 9391.0, 9374.0, 9359.0, 9406.0, 9372.0, 9387.0, 9388.0, 9402.0, 9386.0, 9384.0, 9381.0, 9379.0, 9384.0, 9370.0, 9388.0, 9380.0, 9401.0, 9391.0, 9405.0, 9388.0, 9407.0, 9384.0, 9406.0, 9388.0, 9399.0, 9394.0, 9402.0, 9385.0, 9403.0, 9406.0, 9417.0, 9396.0, 9434.0, 9395.0, 9395.0, 9391.0, 9403.0, 9410.0, 9420.0, 9393.0, 9428.0, 9389.0, 9390.0, 9400.0, 9371.0, 9405.0, 9387.0, 9423.0, 9395.0, 9430.0, 9415.0, 9423.0, 9410.0, 9404.0, 9410.0, 9435.0, 9440.0, 9426.0, 9428.0, 9410.0, 9428.0, 9413.0, 9377.0, 9390.0, 9417.0, 9429.0, 9422.0, 9414.0, 9455.0, 9415.0, 9413.0, 9415.0, 9432.0, 9390.0, 9384.0, 9390.0, 9358.0, 9383.0, 9360.0, 9356.0, 9354.0, 9356.0, 9353.0, 9332.0, 9347.0, 9349.0, 9347.0, 9360.0, 9374.0, 9379.0, 9388.0, 9365.0, 9389.0, 9360.0, 9367.0, 9360.0, 9360.0, 9366.0, 9364.0, 9382.0, 9364.0, 9374.0, 9360.0, 9357.0, 9348.0, 9373.0, 9362.0, 9362.0, 9381.0, 9361.0, 9379.0, 9366.0, 9377.0, 9364.0, 9343.0, 9356.0, 9392.0, 9380.0, 9389.0, 9362.0, 9405.0, 9364.0, 9387.0, 9369.0, 9380.0, 9370.0, 9395.0, 9367.0, 9367.0, 9380.0, 9384.0, 9384.0, 9370.0, 9388.0, 9384.0, 9389.0, 9382.0, 9401.0, 9390.0, 9398.0, 9383.0, 9386.0, 9369.0, 9382.0, 9372.0, 9380.0, 9373.0, 9394.0, 9375.0, 9400.0, 9389.0, 9399.0, 9389.0, 9413.0, 9379.0, 9384.0, 9380.0, 9371.0, 9403.0, 9381.0, 9399.0, 9392.0, 9390.0, 9365.0, 9404.0, 9363.0, 9377.0, 9368.0, 9365.0, 9394.0, 9379.0, 9390.0, 9367.0, 9395.0, 9381.0, 9385.0, 9374.0, 9398.0, 9387.0, 9413.0, 9390.0, 9414.0, 9392.0, 9415.0, 9384.0, 9386.0, 9397.0, 9368.0, 9416.0, 9385.0, 9399.0, 9389.0, 9386.0, 9390.0, 9427.0, 9381.0, 9405.0, 9392.0, 9414.0, 9377.0, 9393.0, 9383.0, 9389.0, 9402.0, 9386.0, 9395.0, 9386.0, 9416.0, 9390.0, 9418.0, 9387.0, 9410.0, 9403.0, 9398.0, 9372.0, 9391.0, 9365.0, 9413.0, 9389.0, 9399.0, 9372.0, 9411.0, 9372.0, 9393.0, 9388.0, 9393.0, 9371.0, 9396.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.00023650219298245617</td></tr>
<tr><td colspan=3>aqi</td><td>0.014980365131578946</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.58755622126238</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.215867177036224</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9940769876509329</td></tr>
<tr><td colspan=3>efc</td><td>0.4469</td></tr>
<tr><td colspan=3>fber</td><td>6840.5532</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0669321051788851</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43859649122807015</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.666878636319964</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5773307567334647</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9100755669820284</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.513229585244398</td></tr>
<tr><td colspan=3>gcor</td><td>0.0261329</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012196673080325127</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019392365589737892</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>3.6472270180696866</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.608</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.9659</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.0981</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307515.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>749.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.7914</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9501</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.2482</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3493.9081</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3733.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4646.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1023.5099</td></tr>
<tr><td colspan=3>tsnr</td><td>46.99369381181896</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>