<?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-0051_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-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-02/func/sub-0051_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>25162d033042764833e9c5ce53783dc2</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>09:41:52.187500</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.99867, -0.0515458, 0.000873232, 0.0493672, 0.961068, 0.271867]</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.102837</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>[4137, -7790, -7247, 576, -43, -43, 34, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.414</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>001c64f2-d1e3-4095-b547-4c56afadfa45||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.679359197616577, 0.13244864344596863, 0.040102582424879074, 104.74362182617188], [0.13829351961612701, 2.578474760055542, 0.7329473495483398, -112.6554183959961], [0.0023428178392350674, -0.729398250579834, 2.5983033180236816, -14.150423049926758], [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': ['094152.187500', '094152.647500', '094153.107500', '094153.567500', '094154.027500', '094154.487500', '094154.947500', '094155.407500', '094155.867500', '094156.327500', '094156.787500', '094157.247500', '094157.707500', '094158.167500', '094158.627500', '094159.087500', '094159.547500', '094200.007500', '094200.467500', '094200.927500', '094201.387500', '094201.847500', '094202.307500', '094202.767500', '094203.227500', '094203.687500', '094204.147500', '094204.607500', '094205.067500', '094205.527500', '094205.987500', '094206.447500', '094206.907500', '094207.367500', '094207.827500', '094208.287500', '094208.747500', '094209.207500', '094209.667500', '094210.127500', '094210.587500', '094211.047500', '094211.507500', '094211.967500', '094212.427500', '094212.887500', '094213.347500', '094213.807500', '094214.267500', '094214.727500', '094215.187500', '094215.647500', '094216.107500', '094216.567500', '094217.027500', '094217.487500', '094217.947500', '094218.407500', '094218.867500', '094219.327500', '094219.787500', '094220.247500', '094220.707500', '094221.167500', '094221.627500', '094222.087500', '094222.547500', '094223.007500', '094223.467500', '094223.927500', '094224.387500', '094224.847500', '094225.307500', '094225.767500', '094226.227500', '094226.687500', '094227.147500', '094227.607500', '094228.067500', '094228.527500', '094228.987500', '094229.447500', '094229.907500', '094230.367500', '094230.827500', '094231.287500', '094231.747500', '094232.207500', '094232.667500', '094233.127500', '094233.587500', '094234.047500', '094234.507500', '094234.967500', '094235.427500', '094235.887500', '094236.347500', '094236.807500', '094237.267500', '094237.727500', '094238.187500', '094238.647500', '094239.107500', '094239.567500', '094240.027500', '094240.487500', '094240.947500', '094241.407500', '094241.867500', '094242.327500', '094242.787500', '094243.247500', '094243.707500', '094244.167500', '094244.627500', '094245.087500', '094245.547500', '094246.007500', '094246.467500', '094246.927500', '094247.387500', '094247.847500', '094248.307500', '094248.767500', '094249.227500', '094249.687500', '094250.147500', '094250.607500', '094251.067500', '094251.527500', '094251.987500', '094252.447500', '094252.907500', '094253.367500', '094253.827500', '094254.287500', '094254.747500', '094255.207500', '094255.667500', '094256.127500', '094256.587500', '094257.047500', '094257.507500', '094257.967500', '094258.427500', '094258.887500', '094259.347500', '094259.807500', '094300.267500', '094300.727500', '094301.187500', '094301.647500', '094302.107500', '094302.567500', '094303.027500', '094303.487500', '094303.947500', '094304.407500', '094304.867500', '094305.327500', '094305.787500', '094306.247500', '094306.707500', '094307.167500', '094307.627500', '094308.087500', '094308.547500', '094309.007500', '094309.467500', '094309.927500', '094310.387500', '094310.847500', '094311.307500', '094311.767500', '094312.227500', '094312.687500', '094313.147500', '094313.607500', '094314.067500', '094314.527500', '094314.987500', '094315.447500', '094315.907500', '094316.367500', '094316.827500', '094317.287500', '094317.747500', '094318.207500', '094318.667500', '094319.127500', '094319.587500', '094320.047500', '094320.507500', '094320.967500', '094321.427500', '094321.887500', '094322.347500', '094322.807500', '094323.267500', '094323.727500', '094324.187500', '094324.647500', '094325.107500', '094325.567500', '094326.027500', '094326.487500', '094326.947500', '094327.407500', '094327.867500', '094328.327500', '094328.787500', '094329.247500', '094329.707500', '094330.167500', '094330.627500', '094331.087500', '094331.547500', '094332.007500', '094332.467500', '094332.927500', '094333.387500', '094333.847500', '094334.307500', '094334.767500', '094335.227500', '094335.687500', '094336.147500', '094336.607500', '094337.067500', '094337.527500', '094337.987500', '094338.447500', '094338.907500', '094339.367500', '094339.827500', '094340.287500', '094340.747500', '094341.207500', '094341.667500', '094342.127500', '094342.587500', '094343.047500', '094343.507500', '094343.967500', '094344.427500', '094344.887500', '094345.347500', '094345.807500', '094346.267500', '094346.727500', '094347.187500', '094347.647500', '094348.107500', '094348.567500', '094349.027500', '094349.487500', '094349.947500', '094350.407500', '094350.867500', '094351.327500', '094351.787500', '094352.247500', '094352.707500', '094353.167500', '094353.627500', '094354.087500', '094354.547500', '094355.007500', '094355.467500', '094355.927500', '094356.387500', '094356.847500', '094357.307500', '094357.767500', '094358.227500', '094358.687500', '094359.147500', '094359.607500', '094400.067500', '094400.527500', '094400.987500', '094401.447500', '094401.907500', '094402.367500', '094402.827500', '094403.287500', '094403.747500', '094404.207500', '094404.667500', '094405.127500', '094405.587500', '094406.047500', '094406.507500', '094406.967500', '094407.427500', '094407.887500', '094408.347500', '094408.807500', '094409.267500', '094409.727500', '094410.187500', '094410.647500', '094411.107500', '094411.567500', '094412.027500', '094412.487500', '094412.947500', '094413.407500', '094413.867500', '094414.327500', '094414.787500', '094415.247500', '094415.707500', '094416.167500', '094416.627500', '094417.087500', '094417.547500', '094418.007500', '094418.467500', '094418.927500', '094419.387500', '094419.847500', '094420.307500', '094420.767500', '094421.227500', '094421.687500', '094422.147500', '094422.607500', '094423.067500', '094423.527500', '094423.987500', '094424.447500', '094424.907500', '094425.367500', '094425.827500', '094426.287500', '094426.747500', '094427.207500', '094427.667500', '094428.127500', '094428.587500', '094429.047500', '094429.507500', '094429.967500', '094430.427500', '094430.887500', '094431.347500', '094431.807500', '094432.267500', '094432.727500', '094433.187500', '094433.647500', '094434.107500', '094434.567500', '094435.027500', '094435.487500', '094435.947500', '094436.407500', '094436.867500', '094437.327500', '094437.787500', '094438.247500', '094438.707500', '094439.167500', '094439.627500', '094440.087500', '094440.547500', '094441.007500', '094441.467500', '094441.927500', '094442.387500', '094442.847500', '094443.307500', '094443.767500', '094444.227500', '094444.687500', '094445.147500', '094445.607500', '094446.067500', '094446.527500', '094446.987500', '094447.447500', '094447.907500', '094448.367500', '094448.827500', '094449.287500', '094449.747500', '094450.207500', '094450.667500', '094451.127500', '094451.587500', '094452.047500', '094452.507500', '094452.967500', '094453.427500', '094453.887500', '094454.347500', '094454.807500', '094455.267500', '094455.727500', '094456.187500', '094456.647500', '094457.107500', '094457.567500', '094458.027500', '094458.487500', '094458.947500', '094459.407500', '094459.867500', '094500.327500', '094500.787500', '094501.247500', '094501.707500', '094502.167500', '094502.627500', '094503.087500', '094503.547500', '094504.007500', '094504.467500', '094504.927500', '094505.387500', '094505.847500', '094506.307500', '094506.767500', '094507.227500', '094507.687500', '094508.147500', '094508.607500', '094509.067500', '094509.527500', '094509.987500', '094510.447500', '094510.907500', '094511.367500', '094511.827500', '094512.287500', '094512.747500', '094513.207500', '094513.667500', '094514.127500', '094514.587500', '094515.047500', '094515.507500', '094515.967500', '094516.427500', '094516.887500', '094517.347500', '094517.807500', '094518.267500', '094518.727500', '094519.187500', '094519.647500', '094520.107500', '094520.567500', '094521.027500', '094521.487500', '094521.947500', '094522.407500', '094522.867500', '094523.327500', '094523.787500', '094524.247500', '094524.707500', '094525.167500', '094525.627500', '094526.087500', '094526.547500', '094527.007500', '094527.467500', '094527.927500', '094528.387500', '094528.847500', '094529.307500', '094529.767500', '094530.227500', '094530.687500', '094531.147500', '094531.607500', '094532.067500', '094532.527500', '094532.987500', '094533.447500', '094533.907500', '094534.367500', '094534.827500', '094535.287500', '094535.747500', '094536.207500', '094536.667500', '094537.127500', '094537.587500', '094538.047500', '094538.507500', '094538.967500', '094539.427500', '094539.887500', '094540.347500', '094540.807500', '094541.267500', '094541.727500', '094542.187500', '094542.647500', '094543.107500', '094543.567500', '094544.027500', '094544.487500', '094544.947500', '094545.407500', '094545.867500', '094546.327500', '094546.787500', '094547.247500', '094547.707500', '094548.167500', '094548.627500', '094549.087500', '094549.547500', '094550.007500', '094550.467500', '094550.927500', '094551.387500', '094551.847500', '094552.307500', '094552.767500', '094553.227500', '094553.687500', '094554.147500', '094554.607500', '094555.067500', '094555.527500', '094555.987500', '094556.447500', '094556.907500', '094557.367500', '094557.827500', '094558.287500', '094558.747500', '094559.207500', '094559.667500', '094600.127500', '094600.587500', '094601.047500', '094601.507500', '094601.967500', '094602.427500', '094602.887500', '094603.347500', '094603.807500', '094604.267500', '094604.727500', '094605.187500', '094605.647500', '094606.107500', '094606.567500', '094607.027500', '094607.487500', '094607.947500', '094608.407500', '094608.867500', '094609.327500', '094609.787500', '094610.247500', '094610.707500', '094611.167500', '094611.627500', '094612.087500', '094612.547500', '094613.007500', '094613.467500', '094613.927500', '094614.387500', '094614.847500', '094615.307500', '094615.767500', '094616.227500', '094616.687500', '094617.147500', '094617.607500', '094618.067500', '094618.527500', '094618.987500', '094619.447500', '094619.907500', '094620.367500', '094620.827500', '094621.287500', '094621.747500', '094622.207500', '094622.667500', '094623.127500', '094623.587500', '094624.047500', '094624.507500', '094624.967500', '094625.427500', '094625.887500', '094626.347500', '094626.807500', '094627.267500', '094627.727500', '094628.187500', '094628.647500', '094629.107500', '094629.567500', '094630.027500', '094630.487500', '094630.947500', '094631.407500', '094631.867500', '094632.327500', '094632.787500', '094633.247500', '094633.707500', '094634.167500', '094634.627500', '094635.087500', '094635.547500', '094636.007500', '094636.467500', '094636.927500', '094637.387500', '094637.847500', '094638.307500', '094638.767500', '094639.227500', '094639.687500', '094640.147500', '094640.607500', '094641.067500', '094641.527500', '094641.987500', '094642.447500', '094642.907500', '094643.367500', '094643.827500', '094644.287500', '094644.747500', '094645.207500', '094645.667500', '094646.127500', '094646.587500', '094647.047500', '094647.507500', '094647.967500', '094648.427500', '094648.887500', '094649.347500', '094649.807500', '094650.267500', '094650.727500', '094651.187500', '094651.647500', '094652.107500', '094652.567500', '094653.027500', '094653.487500', '094653.947500', '094654.407500', '094654.867500', '094655.327500', '094655.787500', '094656.247500', '094656.707500', '094657.167500', '094657.627500', '094658.087500', '094658.547500', '094659.007500', '094659.467500', '094659.927500', '094700.387500', '094700.847500', '094701.307500', '094701.767500', '094702.227500', '094702.687500', '094703.147500', '094703.607500', '094704.067500', '094704.527500', '094704.987500', '094705.447500', '094705.907500', '094706.367500', '094706.827500', '094707.287500', '094707.747500', '094708.207500', '094708.667500', '094709.127500', '094709.587500', '094710.047500', '094710.507500', '094710.967500', '094711.427500', '094711.887500', '094712.347500', '094712.807500', '094713.267500', '094713.727500', '094714.187500', '094714.647500', '094715.107500', '094715.567500', '094716.027500', '094716.487500', '094716.947500', '094717.407500', '094717.867500', '094718.327500', '094718.787500', '094719.247500', '094719.707500', '094720.167500', '094720.627500', '094721.087500', '094721.547500', '094722.007500', '094722.467500', '094722.927500', '094723.387500', '094723.847500', '094724.307500', '094724.767500', '094725.227500', '094725.687500', '094726.147500', '094726.607500', '094727.067500', '094727.527500', '094727.987500', '094728.447500', '094728.907500', '094729.367500', '094729.827500', '094730.287500', '094730.747500', '094731.207500', '094731.667500', '094732.127500', '094732.587500', '094733.047500', '094733.507500', '094733.967500', '094734.427500', '094734.887500', '094735.347500', '094735.807500', '094736.267500', '094736.727500', '094737.187500', '094737.647500', '094738.107500', '094738.567500', '094739.027500', '094739.487500', '094739.947500', '094740.407500', '094740.867500', '094741.327500', '094741.787500', '094742.247500', '094742.707500', '094743.167500', '094743.627500', '094744.087500', '094744.547500', '094745.007500', '094745.467500', '094745.927500', '094746.387500', '094746.847500', '094747.307500', '094747.767500', '094748.227500', '094748.687500', '094749.147500', '094749.607500', '094750.067500', '094750.527500', '094750.987500', '094751.447500', '094751.907500', '094752.367500', '094752.827500', '094753.287500', '094753.747500', '094754.207500', '094754.667500', '094755.127500', '094755.587500', '094756.047500', '094756.507500', '094756.967500', '094757.427500', '094757.887500', '094758.347500', '094758.807500', '094759.267500', '094759.727500', '094800.187500', '094800.647500', '094801.107500', '094801.567500', '094802.027500', '094802.487500', '094802.947500', '094803.407500', '094803.867500', '094804.327500', '094804.787500', '094805.247500', '094805.707500', '094806.167500', '094806.627500', '094807.087500', '094807.547500', '094808.007500', '094808.467500', '094808.927500', '094809.387500', '094809.847500', '094810.307500', '094810.767500', '094811.227500', '094811.687500', '094812.147500', '094812.607500', '094813.067500', '094813.527500', '094813.987500', '094814.447500', '094814.907500', '094815.367500', '094815.827500', '094816.287500', '094816.747500', '094817.207500', '094817.667500', '094818.127500', '094818.587500', '094819.047500', '094819.507500', '094819.967500', '094820.427500', '094820.887500', '094821.347500', '094821.807500', '094822.267500', '094822.727500', '094823.187500', '094823.647500', '094824.107500', '094824.567500', '094825.027500', '094825.487500', '094825.947500', '094826.407500', '094826.867500', '094827.327500', '094827.787500', '094828.247500', '094828.707500', '094829.167500', '094829.627500', '094830.087500', '094830.547500', '094831.007500', '094831.467500', '094831.927500', '094832.387500', '094832.847500', '094833.307500', '094833.767500', '094834.227500', '094834.687500', '094835.147500', '094835.607500', '094836.067500', '094836.527500', '094836.987500', '094837.447500', '094837.907500', '094838.367500', '094838.827500', '094839.287500', '094839.747500', '094840.207500', '094840.667500', '094841.127500', '094841.587500', '094842.047500', '094842.507500', '094842.967500', '094843.427500', '094843.887500', '094844.347500', '094844.807500', '094845.267500', '094845.727500', '094846.187500', '094846.647500', '094847.107500', '094847.567500', '094848.027500', '094848.487500', '094848.947500', '094849.407500', '094849.867500', '094850.327500', '094850.787500', '094851.247500', '094851.707500', '094852.167500'], 'ContentTime': ['094213.666000', '094213.669000', '094213.672000', '094213.679000', '094213.681000', '094213.684000', '094213.686000', '094213.689000', '094213.691000', '094213.694000', '094213.696000', '094213.699000', '094213.702000', '094213.704000', '094213.707000', '094213.709000', '094213.712000', '094213.714000', '094213.717000', '094213.726000', '094213.728000', '094213.731000', '094213.733000', '094213.736000', '094213.738000', '094213.741000', '094213.744000', '094213.746000', '094213.749000', '094213.751000', '094213.754000', '094213.756000', '094213.759000', '094213.761000', '094213.764000', '094213.767000', '094213.769000', '094213.779000', '094213.782000', '094213.784000', '094213.787000', '094213.789000', '094213.792000', '094213.794000', '094233.636000', '094233.638000', '094233.641000', '094233.643000', '094233.646000', '094233.649000', '094233.651000', '094233.654000', '094233.656000', '094233.659000', '094233.661000', '094233.679000', '094233.681000', '094233.684000', '094233.686000', '094233.689000', '094233.691000', '094233.694000', '094233.697000', '094233.699000', '094233.702000', '094233.704000', '094233.707000', '094233.709000', '094233.712000', '094233.714000', '094233.717000', '094233.719000', '094233.722000', '094233.724000', '094233.727000', '094233.730000', '094233.732000', '094233.735000', '094233.737000', '094233.740000', '094233.742000', '094233.745000', '094233.747000', '094233.750000', '094233.752000', '094233.755000', '094233.757000', '094253.635000', '094253.638000', '094253.641000', '094253.643000', '094253.646000', '094253.648000', '094253.651000', '094253.653000', '094253.656000', '094253.658000', '094253.661000', '094253.663000', '094253.666000', '094253.669000', '094253.671000', '094253.674000', '094253.676000', '094253.679000', '094253.681000', '094253.684000', '094253.687000', '094253.689000', '094253.692000', '094253.694000', '094253.697000', '094253.699000', '094253.702000', '094253.704000', '094253.707000', '094253.709000', '094253.712000', '094253.714000', '094253.717000', '094253.720000', '094253.722000', '094253.725000', '094253.727000', '094253.730000', '094253.732000', '094253.735000', '094253.737000', '094253.740000', '094253.743000', '094253.745000', '094313.635000', '094313.638000', '094313.641000', '094313.644000', '094313.646000', '094313.649000', '094313.651000', '094313.654000', '094313.656000', '094313.659000', '094313.662000', '094313.664000', '094313.667000', '094313.669000', '094313.672000', '094313.674000', '094313.677000', '094313.679000', '094313.682000', '094313.685000', '094313.687000', '094313.690000', '094313.692000', '094313.695000', '094313.698000', '094313.700000', '094313.703000', '094313.705000', '094313.708000', '094313.710000', '094313.713000', '094313.715000', '094313.718000', '094313.721000', '094313.723000', '094313.726000', '094313.728000', '094313.731000', '094313.733000', '094313.736000', '094313.738000', '094313.741000', '094313.744000', '094333.636000', '094333.639000', '094333.642000', '094333.644000', '094333.647000', '094333.650000', '094333.652000', '094333.655000', '094333.657000', '094333.660000', '094333.663000', '094333.665000', '094333.668000', '094333.670000', '094333.673000', '094333.675000', '094333.678000', '094333.681000', '094333.683000', '094333.686000', '094333.688000', '094333.691000', '094333.693000', '094333.696000', '094333.698000', '094333.701000', '094333.704000', '094333.706000', '094333.709000', '094333.711000', '094333.714000', '094333.716000', '094333.725000', '094333.728000', '094333.730000', '094333.733000', '094333.735000', '094333.738000', '094333.741000', '094333.743000', '094333.746000', '094333.748000', '094333.751000', '094333.753000', '094353.637000', '094353.639000', '094353.642000', '094353.645000', '094353.647000', '094353.650000', '094353.652000', '094353.655000', '094353.657000', '094353.660000', '094353.663000', '094353.665000', '094353.668000', '094353.670000', '094353.673000', '094353.676000', '094353.678000', '094353.681000', '094353.686000', '094353.689000', '094353.691000', '094353.694000', '094353.697000', '094353.699000', '094353.702000', '094353.704000', '094353.707000', '094353.709000', '094353.712000', '094353.715000', '094353.717000', '094353.720000', '094353.722000', '094353.725000', '094353.727000', '094353.730000', '094353.733000', '094353.735000', '094353.738000', '094353.740000', '094353.743000', '094353.745000', '094353.748000', '094413.635000', '094413.638000', '094413.641000', '094413.643000', '094413.646000', '094413.649000', '094413.651000', '094413.680000', '094413.683000', '094413.685000', '094413.688000', '094413.690000', '094413.693000', '094413.695000', '094413.698000', '094413.700000', '094413.703000', '094413.706000', '094413.708000', '094413.711000', '094413.713000', '094413.716000', '094413.719000', '094413.721000', '094413.724000', '094413.726000', '094413.729000', '094413.731000', '094413.734000', '094413.736000', '094413.739000', '094413.741000', '094413.744000', '094413.747000', '094413.749000', '094413.752000', '094413.754000', '094413.757000', '094413.759000', '094413.762000', '094413.765000', '094413.767000', '094413.770000', '094433.635000', '094433.638000', '094433.641000', '094433.643000', '094433.646000', '094433.648000', '094433.651000', '094433.654000', '094433.656000', '094433.659000', '094433.661000', '094433.664000', '094433.667000', '094433.669000', '094433.672000', '094433.674000', '094433.677000', '094433.679000', '094433.682000', '094433.685000', '094433.687000', '094433.690000', '094433.693000', '094433.695000', '094433.698000', '094433.702000', '094433.704000', '094433.707000', '094433.709000', '094433.712000', '094433.715000', '094433.717000', '094433.720000', '094433.722000', '094433.725000', '094433.728000', '094433.730000', '094433.733000', '094433.736000', '094433.738000', '094433.741000', '094433.743000', '094433.746000', '094433.748000', '094453.635000', '094453.638000', '094453.641000', '094453.643000', '094453.646000', '094453.649000', '094453.652000', '094453.655000', '094453.658000', '094453.660000', '094453.663000', '094453.665000', '094453.668000', '094453.671000', '094453.673000', '094453.676000', '094453.678000', '094453.681000', '094453.683000', '094453.686000', '094453.689000', '094453.691000', '094453.694000', '094453.696000', '094453.699000', '094453.701000', '094453.704000', '094453.707000', '094453.709000', '094453.712000', '094453.715000', '094453.717000', '094453.721000', '094453.724000', '094453.727000', '094453.729000', '094453.732000', '094453.734000', '094453.737000', '094453.739000', '094453.742000', '094453.745000', '094453.747000', '094513.635000', '094513.638000', '094513.641000', '094513.643000', '094513.646000', '094513.649000', '094513.651000', '094513.654000', '094513.656000', '094513.659000', '094513.661000', '094513.664000', '094513.667000', '094513.669000', '094513.672000', '094513.674000', '094513.677000', '094513.680000', '094513.682000', '094513.685000', '094513.687000', '094513.690000', '094513.693000', '094513.695000', '094513.698000', '094513.700000', '094513.703000', '094513.705000', '094513.708000', '094513.711000', '094513.713000', '094513.716000', '094513.718000', '094513.721000', '094513.724000', '094513.726000', '094513.729000', '094513.731000', '094513.734000', '094513.736000', '094513.739000', '094513.742000', '094513.744000', '094513.747000', '094533.635000', '094533.638000', '094533.641000', '094533.643000', '094533.646000', '094533.649000', '094533.651000', '094533.654000', '094533.656000', '094533.659000', '094533.661000', '094533.664000', '094533.667000', '094533.669000', '094533.672000', '094533.675000', '094533.677000', '094533.680000', '094533.682000', '094533.685000', '094533.687000', '094533.690000', '094533.693000', '094533.695000', '094533.698000', '094533.700000', '094533.703000', '094533.705000', '094533.708000', '094533.711000', '094533.713000', '094533.716000', '094533.718000', '094533.721000', '094533.723000', '094533.726000', '094533.729000', '094533.731000', '094533.734000', '094533.736000', '094533.739000', '094533.741000', '094533.744000', '094553.636000', '094553.639000', '094553.642000', '094553.645000', '094553.647000', '094553.650000', '094553.652000', '094553.655000', '094553.657000', '094553.660000', '094553.662000', '094553.665000', '094553.668000', '094553.670000', '094553.673000', '094553.675000', '094553.678000', '094553.680000', '094553.683000', '094553.686000', '094553.688000', '094553.691000', '094553.693000', '094553.696000', '094553.698000', '094553.701000', '094553.704000', '094553.706000', '094553.709000', '094553.711000', '094553.714000', '094553.716000', '094553.719000', '094553.722000', '094553.724000', '094553.727000', '094553.729000', '094553.732000', '094553.735000', '094553.737000', '094553.740000', '094553.742000', '094553.745000', '094553.748000', '094613.637000', '094613.639000', '094613.642000', '094613.645000', '094613.647000', '094613.650000', '094613.652000', '094613.655000', '094613.657000', '094613.660000', '094613.663000', '094613.665000', '094613.668000', '094613.671000', '094613.674000', '094613.677000', '094613.679000', '094613.682000', '094613.685000', '094613.687000', '094613.691000', '094613.693000', '094613.696000', '094613.698000', '094613.701000', '094613.704000', '094613.706000', '094613.709000', '094613.711000', '094613.714000', '094613.716000', '094613.719000', '094613.722000', '094613.724000', '094613.727000', '094613.729000', '094613.732000', '094613.734000', '094613.737000', '094613.740000', '094613.742000', '094613.745000', '094613.747000', '094633.636000', '094633.638000', '094633.641000', '094633.644000', '094633.646000', '094633.649000', '094633.651000', '094633.654000', '094633.656000', '094633.659000', '094633.662000', '094633.664000', '094633.667000', '094633.669000', '094633.672000', '094633.675000', '094633.677000', '094633.680000', '094633.682000', '094633.685000', '094633.688000', '094633.690000', '094633.693000', '094633.695000', '094633.698000', '094633.701000', '094633.703000', '094633.706000', '094633.708000', '094633.711000', '094633.714000', '094633.716000', '094633.719000', '094633.721000', '094633.724000', '094633.727000', '094633.729000', '094633.732000', '094633.734000', '094633.737000', '094633.739000', '094633.742000', '094633.745000', '094633.747000', '094653.635000', '094653.638000', '094653.641000', '094653.643000', '094653.646000', '094653.649000', '094653.651000', '094653.654000', '094653.656000', '094653.659000', '094653.662000', '094653.664000', '094653.667000', '094653.669000', '094653.672000', '094653.674000', '094653.677000', '094653.680000', '094653.682000', '094653.685000', '094653.687000', '094653.690000', '094653.692000', '094653.695000', '094653.698000', '094653.700000', '094653.703000', '094653.705000', '094653.708000', '094653.711000', '094653.713000', '094653.716000', '094653.718000', '094653.721000', '094653.723000', '094653.726000', '094653.729000', '094653.731000', '094653.734000', '094653.736000', '094653.739000', '094653.741000', '094653.744000', '094653.747000', '094713.636000', '094713.638000', '094713.641000', '094713.644000', '094713.646000', '094713.649000', '094713.651000', '094713.654000', '094713.657000', '094713.659000', '094713.662000', '094713.664000', '094713.667000', '094713.676000', '094713.679000', '094713.682000', '094713.684000', '094713.687000', '094713.689000', '094713.692000', '094713.694000', '094713.697000', '094713.700000', '094713.702000', '094713.705000', '094713.707000', '094713.710000', '094713.713000', '094713.715000', '094713.718000', '094713.720000', '094713.723000', '094713.725000', '094713.728000', '094713.731000', '094713.733000', '094713.736000', '094713.738000', '094713.741000', '094713.743000', '094713.746000', '094713.749000', '094713.751000', '094733.635000', '094733.638000', '094733.641000', '094733.643000', '094733.646000', '094733.649000', '094733.651000', '094733.654000', '094733.656000', '094733.659000', '094733.662000', '094733.664000', '094733.667000', '094733.669000', '094733.672000', '094733.674000', '094733.677000', '094733.680000', '094733.682000', '094733.685000', '094733.687000', '094733.690000', '094733.692000', '094733.695000', '094733.698000', '094733.702000', '094733.705000', '094733.707000', '094733.710000', '094733.712000', '094733.715000', '094733.718000', '094733.720000', '094733.723000', '094733.725000', '094733.729000', '094733.732000', '094733.734000', '094733.737000', '094733.739000', '094733.742000', '094733.745000', '094733.747000', '094753.636000', '094753.638000', '094753.641000', '094753.643000', '094753.646000', '094753.649000', '094753.651000', '094753.654000', '094753.656000', '094753.659000', '094753.662000', '094753.664000', '094753.667000', '094753.669000', '094753.672000', '094753.674000', '094753.677000', '094753.680000', '094753.682000', '094753.685000', '094753.687000', '094753.690000', '094753.693000', '094753.695000', '094753.698000', '094753.700000', '094753.703000', '094753.706000', '094753.708000', '094753.711000', '094753.714000', '094753.716000', '094753.719000', '094753.721000', '094753.724000', '094753.726000', '094753.729000', '094753.732000', '094753.734000', '094753.737000', '094753.739000', '094753.742000', '094753.745000', '094753.747000', '094813.636000', '094813.639000', '094813.642000', '094813.644000', '094813.647000', '094813.650000', '094813.652000', '094813.655000', '094813.657000', '094813.660000', '094813.662000', '094813.665000', '094813.668000', '094813.670000', '094813.673000', '094813.675000', '094813.678000', '094813.681000', '094813.683000', '094813.686000', '094813.688000', '094813.691000', '094813.694000', '094813.696000', '094813.699000', '094813.701000', '094813.704000', '094813.707000', '094813.709000', '094813.712000', '094813.714000', '094813.717000', '094813.720000', '094813.722000', '094813.725000', '094813.727000', '094813.730000', '094813.733000', '094813.735000', '094813.738000', '094813.740000', '094813.743000', '094813.746000', '094833.636000', '094833.639000', '094833.642000', '094833.644000', '094833.647000', '094833.650000', '094833.652000', '094833.655000', '094833.657000', '094833.660000', '094833.662000', '094833.665000', '094833.668000', '094833.670000', '094833.673000', '094833.675000', '094833.678000', '094833.680000', '094833.683000', '094833.685000', '094833.688000', '094833.691000', '094833.693000', '094833.696000', '094833.698000', '094833.709000', '094833.712000', '094833.715000', '094833.717000', '094833.720000', '094833.722000', '094833.725000', '094833.727000', '094833.730000', '094833.733000', '094833.735000', '094833.738000', '094833.740000', '094833.743000', '094833.746000', '094833.748000', '094833.751000', '094833.753000', '094833.756000', '094853.636000', '094853.639000', '094853.641000', '094853.644000', '094853.646000', '094853.649000', '094853.651000', '094853.654000', '094853.657000', '094853.659000', '094853.662000', '094853.664000', '094853.667000', '094853.670000', '094853.672000', '094853.675000', '094853.678000', '094853.680000', '094853.683000', '094853.688000', '094853.691000', '094853.694000', '094853.696000', '094853.699000', '094853.702000', '094853.704000', '094853.707000', '094853.709000', '094853.712000', '094853.714000', '094853.717000', '094853.720000', '094853.722000', '094853.725000', '094853.727000', '094853.730000', '094853.732000', '094853.735000', '094853.738000', '094853.740000', '094853.743000', '094853.745000', '094853.748000', '094853.814000'], 'InstanceCreationTime': ['094213.666000', '094213.669000', '094213.672000', '094213.679000', '094213.681000', '094213.684000', '094213.686000', '094213.689000', '094213.691000', '094213.694000', '094213.696000', '094213.699000', '094213.702000', '094213.704000', '094213.707000', '094213.709000', '094213.712000', '094213.714000', '094213.717000', '094213.726000', '094213.728000', '094213.731000', '094213.733000', '094213.736000', '094213.738000', '094213.741000', '094213.744000', '094213.746000', '094213.749000', '094213.751000', '094213.754000', '094213.756000', '094213.759000', '094213.761000', '094213.764000', '094213.767000', '094213.769000', '094213.779000', '094213.782000', '094213.784000', '094213.787000', '094213.789000', '094213.792000', '094213.794000', '094233.636000', '094233.638000', '094233.641000', '094233.643000', '094233.646000', '094233.649000', '094233.651000', '094233.654000', '094233.656000', '094233.659000', '094233.661000', '094233.679000', '094233.681000', '094233.684000', '094233.686000', '094233.689000', '094233.691000', '094233.694000', '094233.697000', '094233.699000', '094233.702000', '094233.704000', '094233.707000', '094233.709000', '094233.712000', '094233.714000', '094233.717000', '094233.719000', '094233.722000', '094233.724000', '094233.727000', '094233.730000', '094233.732000', '094233.735000', '094233.737000', '094233.740000', '094233.742000', '094233.745000', '094233.747000', '094233.750000', '094233.752000', '094233.755000', '094233.757000', '094253.635000', '094253.638000', '094253.641000', '094253.643000', '094253.646000', '094253.648000', '094253.651000', '094253.653000', '094253.656000', '094253.658000', '094253.661000', '094253.663000', '094253.666000', '094253.669000', '094253.671000', '094253.674000', '094253.676000', '094253.679000', '094253.681000', '094253.684000', '094253.687000', '094253.689000', '094253.692000', '094253.694000', '094253.697000', '094253.699000', '094253.702000', '094253.704000', '094253.707000', '094253.709000', '094253.712000', '094253.714000', '094253.717000', '094253.720000', '094253.722000', '094253.725000', '094253.727000', '094253.730000', '094253.732000', '094253.735000', '094253.737000', '094253.740000', '094253.743000', '094253.745000', '094313.635000', '094313.638000', '094313.641000', '094313.644000', '094313.646000', '094313.649000', '094313.651000', '094313.654000', '094313.656000', '094313.659000', '094313.662000', '094313.664000', '094313.667000', '094313.669000', '094313.672000', '094313.674000', '094313.677000', '094313.679000', '094313.682000', '094313.685000', '094313.687000', '094313.690000', '094313.692000', '094313.695000', '094313.698000', '094313.700000', '094313.703000', '094313.705000', '094313.708000', '094313.710000', '094313.713000', '094313.715000', '094313.718000', '094313.721000', '094313.723000', '094313.726000', '094313.728000', '094313.731000', '094313.733000', '094313.736000', '094313.738000', '094313.741000', '094313.744000', '094333.636000', '094333.639000', '094333.642000', '094333.644000', '094333.647000', '094333.650000', '094333.652000', '094333.655000', '094333.657000', '094333.660000', '094333.663000', '094333.665000', '094333.668000', '094333.670000', '094333.673000', '094333.675000', '094333.678000', '094333.681000', '094333.683000', '094333.686000', '094333.688000', '094333.691000', '094333.693000', '094333.696000', '094333.698000', '094333.701000', '094333.704000', '094333.706000', '094333.709000', '094333.711000', '094333.714000', '094333.716000', '094333.725000', '094333.728000', '094333.730000', '094333.733000', '094333.735000', '094333.738000', '094333.741000', '094333.743000', '094333.746000', '094333.748000', '094333.751000', '094333.753000', '094353.637000', '094353.639000', '094353.642000', '094353.645000', '094353.647000', '094353.650000', '094353.652000', '094353.655000', '094353.657000', '094353.660000', '094353.663000', '094353.665000', '094353.668000', '094353.670000', '094353.673000', '094353.676000', '094353.678000', '094353.681000', '094353.686000', '094353.689000', '094353.691000', '094353.694000', '094353.697000', '094353.699000', '094353.702000', '094353.704000', '094353.707000', '094353.709000', '094353.712000', '094353.715000', '094353.717000', '094353.720000', '094353.722000', '094353.725000', '094353.727000', '094353.730000', '094353.733000', '094353.735000', '094353.738000', '094353.740000', '094353.743000', '094353.745000', '094353.748000', '094413.635000', '094413.638000', '094413.641000', '094413.643000', '094413.646000', '094413.649000', '094413.651000', '094413.680000', '094413.683000', '094413.685000', '094413.688000', '094413.690000', '094413.693000', '094413.695000', '094413.698000', '094413.700000', '094413.703000', '094413.706000', '094413.708000', '094413.711000', '094413.713000', '094413.716000', '094413.719000', '094413.721000', '094413.724000', '094413.726000', '094413.729000', '094413.731000', '094413.734000', '094413.736000', '094413.739000', '094413.741000', '094413.744000', '094413.747000', '094413.749000', '094413.752000', '094413.754000', '094413.757000', '094413.759000', '094413.762000', '094413.765000', '094413.767000', '094413.770000', '094433.635000', '094433.638000', '094433.641000', '094433.643000', '094433.646000', '094433.648000', '094433.651000', '094433.654000', '094433.656000', '094433.659000', '094433.661000', '094433.664000', '094433.667000', '094433.669000', '094433.672000', '094433.674000', '094433.677000', '094433.679000', '094433.682000', '094433.685000', '094433.687000', '094433.690000', '094433.693000', '094433.695000', '094433.698000', '094433.702000', '094433.704000', '094433.707000', '094433.709000', '094433.712000', '094433.715000', '094433.717000', '094433.720000', '094433.722000', '094433.725000', '094433.728000', '094433.730000', '094433.733000', '094433.736000', '094433.738000', '094433.741000', '094433.743000', '094433.746000', '094433.748000', '094453.635000', '094453.638000', '094453.641000', '094453.643000', '094453.646000', '094453.649000', '094453.652000', '094453.655000', '094453.658000', '094453.660000', '094453.663000', '094453.665000', '094453.668000', '094453.671000', '094453.673000', '094453.676000', '094453.678000', '094453.681000', '094453.683000', '094453.686000', '094453.689000', '094453.691000', '094453.694000', '094453.696000', '094453.699000', '094453.701000', '094453.704000', '094453.707000', '094453.709000', '094453.712000', '094453.715000', '094453.717000', '094453.721000', '094453.724000', '094453.727000', '094453.729000', '094453.732000', '094453.734000', '094453.737000', '094453.739000', '094453.742000', '094453.745000', '094453.747000', '094513.635000', '094513.638000', '094513.641000', '094513.643000', '094513.646000', '094513.649000', '094513.651000', '094513.654000', '094513.656000', '094513.659000', '094513.661000', '094513.664000', '094513.667000', '094513.669000', '094513.672000', '094513.674000', '094513.677000', '094513.680000', '094513.682000', '094513.685000', '094513.687000', '094513.690000', '094513.693000', '094513.695000', '094513.698000', '094513.700000', '094513.703000', '094513.705000', '094513.708000', '094513.711000', '094513.713000', '094513.716000', '094513.718000', '094513.721000', '094513.724000', '094513.726000', '094513.729000', '094513.731000', '094513.734000', '094513.736000', '094513.739000', '094513.742000', '094513.744000', '094513.747000', '094533.635000', '094533.638000', '094533.641000', '094533.643000', '094533.646000', '094533.649000', '094533.651000', '094533.654000', '094533.656000', '094533.659000', '094533.661000', '094533.664000', '094533.667000', '094533.669000', '094533.672000', '094533.675000', '094533.677000', '094533.680000', '094533.682000', '094533.685000', '094533.687000', '094533.690000', '094533.693000', '094533.695000', '094533.698000', '094533.700000', '094533.703000', '094533.705000', '094533.708000', '094533.711000', '094533.713000', '094533.716000', '094533.718000', '094533.721000', '094533.723000', '094533.726000', '094533.729000', '094533.731000', '094533.734000', '094533.736000', '094533.739000', '094533.741000', '094533.744000', '094553.636000', '094553.639000', '094553.642000', '094553.645000', '094553.647000', '094553.650000', '094553.652000', '094553.655000', '094553.657000', '094553.660000', '094553.662000', '094553.665000', '094553.668000', '094553.670000', '094553.673000', '094553.675000', '094553.678000', '094553.680000', '094553.683000', '094553.686000', '094553.688000', '094553.691000', '094553.693000', '094553.696000', '094553.698000', '094553.701000', '094553.704000', '094553.706000', '094553.709000', '094553.711000', '094553.714000', '094553.716000', '094553.719000', '094553.722000', '094553.724000', '094553.727000', '094553.729000', '094553.732000', '094553.735000', '094553.737000', '094553.740000', '094553.742000', '094553.745000', '094553.748000', '094613.637000', '094613.639000', '094613.642000', '094613.645000', '094613.647000', '094613.650000', '094613.652000', '094613.655000', '094613.657000', '094613.660000', '094613.663000', '094613.665000', '094613.668000', '094613.671000', '094613.674000', '094613.677000', '094613.679000', '094613.682000', '094613.685000', '094613.687000', '094613.691000', '094613.693000', '094613.696000', '094613.698000', '094613.701000', '094613.704000', '094613.706000', '094613.709000', '094613.711000', '094613.714000', '094613.716000', '094613.719000', '094613.722000', '094613.724000', '094613.727000', '094613.729000', '094613.732000', '094613.734000', '094613.737000', '094613.740000', '094613.742000', '094613.745000', '094613.747000', '094633.636000', '094633.638000', '094633.641000', '094633.644000', '094633.646000', '094633.649000', '094633.651000', '094633.654000', '094633.656000', '094633.659000', '094633.662000', '094633.664000', '094633.667000', '094633.669000', '094633.672000', '094633.675000', '094633.677000', '094633.680000', '094633.682000', '094633.685000', '094633.688000', '094633.690000', '094633.693000', '094633.695000', '094633.698000', '094633.701000', '094633.703000', '094633.706000', '094633.708000', '094633.711000', '094633.714000', '094633.716000', '094633.719000', '094633.721000', '094633.724000', '094633.727000', '094633.729000', '094633.732000', '094633.734000', '094633.737000', '094633.739000', '094633.742000', '094633.745000', '094633.747000', '094653.635000', '094653.638000', '094653.641000', '094653.643000', '094653.646000', '094653.649000', '094653.651000', '094653.654000', '094653.656000', '094653.659000', '094653.662000', '094653.664000', '094653.667000', '094653.669000', '094653.672000', '094653.674000', '094653.677000', '094653.680000', '094653.682000', '094653.685000', '094653.687000', '094653.690000', '094653.692000', '094653.695000', '094653.698000', '094653.700000', '094653.703000', '094653.705000', '094653.708000', '094653.711000', '094653.713000', '094653.716000', '094653.718000', '094653.721000', '094653.723000', '094653.726000', '094653.729000', '094653.731000', '094653.734000', '094653.736000', '094653.739000', '094653.741000', '094653.744000', '094653.747000', '094713.636000', '094713.638000', '094713.641000', '094713.644000', '094713.646000', '094713.649000', '094713.651000', '094713.654000', '094713.657000', '094713.659000', '094713.662000', '094713.664000', '094713.667000', '094713.676000', '094713.679000', '094713.682000', '094713.684000', '094713.687000', '094713.689000', '094713.692000', '094713.694000', '094713.697000', '094713.700000', '094713.702000', '094713.705000', '094713.707000', '094713.710000', '094713.713000', '094713.715000', '094713.718000', '094713.720000', '094713.723000', '094713.725000', '094713.728000', '094713.731000', '094713.733000', '094713.736000', '094713.738000', '094713.741000', '094713.743000', '094713.746000', '094713.749000', '094713.751000', '094733.635000', '094733.638000', '094733.641000', '094733.643000', '094733.646000', '094733.649000', '094733.651000', '094733.654000', '094733.656000', '094733.659000', '094733.662000', '094733.664000', '094733.667000', '094733.669000', '094733.672000', '094733.674000', '094733.677000', '094733.680000', '094733.682000', '094733.685000', '094733.687000', '094733.690000', '094733.692000', '094733.695000', '094733.698000', '094733.702000', '094733.705000', '094733.707000', '094733.710000', '094733.712000', '094733.715000', '094733.718000', '094733.720000', '094733.723000', '094733.725000', '094733.729000', '094733.732000', '094733.734000', '094733.737000', '094733.739000', '094733.742000', '094733.745000', '094733.747000', '094753.636000', '094753.638000', '094753.641000', '094753.643000', '094753.646000', '094753.649000', '094753.651000', '094753.654000', '094753.656000', '094753.659000', '094753.662000', '094753.664000', '094753.667000', '094753.669000', '094753.672000', '094753.674000', '094753.677000', '094753.680000', '094753.682000', '094753.685000', '094753.687000', '094753.690000', '094753.693000', '094753.695000', '094753.698000', '094753.700000', '094753.703000', '094753.706000', '094753.708000', '094753.711000', '094753.714000', '094753.716000', '094753.719000', '094753.721000', '094753.724000', '094753.726000', '094753.729000', '094753.732000', '094753.734000', '094753.737000', '094753.739000', '094753.742000', '094753.745000', '094753.747000', '094813.636000', '094813.639000', '094813.642000', '094813.644000', '094813.647000', '094813.650000', '094813.652000', '094813.655000', '094813.657000', '094813.660000', '094813.662000', '094813.665000', '094813.668000', '094813.670000', '094813.673000', '094813.675000', '094813.678000', '094813.681000', '094813.683000', '094813.686000', '094813.688000', '094813.691000', '094813.694000', '094813.696000', '094813.699000', '094813.701000', '094813.704000', '094813.707000', '094813.709000', '094813.712000', '094813.714000', '094813.717000', '094813.720000', '094813.722000', '094813.725000', '094813.727000', '094813.730000', '094813.733000', '094813.735000', '094813.738000', '094813.740000', '094813.743000', '094813.746000', '094833.636000', '094833.639000', '094833.642000', '094833.644000', '094833.647000', '094833.650000', '094833.652000', '094833.655000', '094833.657000', '094833.660000', '094833.662000', '094833.665000', '094833.668000', '094833.670000', '094833.673000', '094833.675000', '094833.678000', '094833.680000', '094833.683000', '094833.685000', '094833.688000', '094833.691000', '094833.693000', '094833.696000', '094833.698000', '094833.709000', '094833.712000', '094833.715000', '094833.717000', '094833.720000', '094833.722000', '094833.725000', '094833.727000', '094833.730000', '094833.733000', '094833.735000', '094833.738000', '094833.740000', '094833.743000', '094833.746000', '094833.748000', '094833.751000', '094833.753000', '094833.756000', '094853.636000', '094853.639000', '094853.641000', '094853.644000', '094853.646000', '094853.649000', '094853.651000', '094853.654000', '094853.657000', '094853.659000', '094853.662000', '094853.664000', '094853.667000', '094853.670000', '094853.672000', '094853.675000', '094853.678000', '094853.680000', '094853.683000', '094853.688000', '094853.691000', '094853.694000', '094853.696000', '094853.699000', '094853.702000', '094853.704000', '094853.707000', '094853.709000', '094853.712000', '094853.714000', '094853.717000', '094853.720000', '094853.722000', '094853.725000', '094853.727000', '094853.730000', '094853.732000', '094853.735000', '094853.738000', '094853.740000', '094853.743000', '094853.745000', '094853.748000', '094853.814000'], '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': [15168, 14092, 17610, 14316, 11618, 14221, 13108, 11334, 12926, 11154, 15663, 11122, 15179, 16975, 14894, 17952, 14228, 16699, 14225, 15179, 14341, 17357, 13167, 15177, 12854, 13714, 12392, 12137, 11612, 11706, 11458, 14821, 13640, 14300, 15103, 14385, 13889, 13607, 12234, 12899, 14835, 11598, 12698, 11352, 13959, 12149, 13882, 11931, 12473, 12097, 13443, 13901, 11963, 13919, 10440, 9620, 10475, 9275, 11821, 12016, 10902, 10133, 13483, 9603, 13052, 10720, 14296, 10959, 16192, 12466, 16889, 13566, 17360, 13838, 18082, 14064, 18304, 13921, 17400, 13262, 15357, 12443, 17141, 10667, 9077, 11256, 10673, 14701, 10233, 14831, 18657, 13290, 16515, 12428, 13616, 12048, 12969, 10655, 12005, 11125, 12715, 10457, 11891, 11143, 12301, 11639, 13230, 12305, 12377, 11762, 11455, 11920, 11593, 12496, 12398, 14604, 12241, 12647, 13102, 13109, 14141, 14144, 10702, 12434, 11225, 13673, 13286, 13051, 18118, 12417, 16402, 12462, 14687, 12336, 14240, 12685, 12908, 17221, 12825, 14443, 12592, 14808, 12379, 11375, 9866, 13366, 12879, 13532, 13622, 13407, 13089, 13289, 13317, 13257, 12452, 13661, 12472, 14109, 14915, 11149, 10138, 12039, 12095, 14068, 12933, 13950, 12009, 12396, 12401, 13604, 13021, 12333, 13476, 13532, 11652, 14739, 13774, 14451, 14861, 12976, 11853, 12068, 10523, 12879, 12015, 13915, 14968, 14025, 13403, 14194, 16167, 13889, 13301, 12356, 15450, 16524, 14090, 12894, 13880, 11947, 13062, 11961, 11793, 10290, 10557, 10776, 13756, 15342, 11403, 12537, 11016, 13046, 11419, 14013, 12037, 13667, 12307, 11636, 12159, 10665, 13921, 12676, 14656, 12030, 10909, 12083, 13075, 16131, 12072, 12422, 14742, 13965, 15300, 13562, 13904, 13029, 11201, 13317, 10435, 11696, 11735, 12932, 12275, 12634, 13606, 15217, 13672, 14985, 13539, 13841, 13877, 13478, 13763, 13674, 12739, 11832, 12331, 13463, 10863, 11841, 10478, 10559, 10724, 10535, 11181, 10308, 11046, 10783, 11353, 8600, 10273, 11055, 12223, 12895, 16031, 12364, 15716, 11344, 11714, 13534, 14389, 18191, 13366, 16726, 12482, 13320, 11602, 13769, 16171, 12230, 12692, 12036, 11618, 10826, 10325, 11439, 10394, 9705, 11758, 9535, 11079, 10907, 9800, 12677, 11355, 16000, 13752, 18902, 14570, 14408, 12309, 12383, 14448, 12494, 13649, 12119, 11983, 12589, 12261, 11991, 9906, 11814, 11212, 12094, 11322, 12739, 11757, 14006, 11935, 13079, 11945, 11032, 12437, 11332, 10531, 10330, 11308, 10804, 9704, 11910, 9803, 12759, 12968, 15463, 15610, 13476, 13515, 12009, 13348, 12052, 12962, 12306, 13652, 11804, 14479, 12370, 16146, 12576, 17118, 12614, 16720, 14263, 14279, 13817, 14604, 14890, 10994, 13040, 13056, 12437, 11036, 12376, 11631, 13163, 15102, 12593, 14299, 12709, 13474, 12232, 12259, 10322, 13487, 12623, 12584, 13185, 12546, 14117, 11303, 11773, 10583, 9581, 9528, 10306, 10009, 11064, 9903, 10331, 10147, 11348, 13253, 12088, 14421, 13769, 14496, 14609, 14065, 16686, 14578, 11232, 11140, 13345, 10849, 14448, 14213, 14071, 14977, 16220, 14966, 14582, 14238, 16847, 16381, 17463, 12536, 15106, 11381, 12005, 12434, 12643, 12136, 11840, 11683, 10476, 11725, 10977, 11511, 11442, 11338, 12493, 11012, 12207, 10803, 12514, 11633, 11755, 10977, 12476, 10368, 11747, 9830, 10427, 10685, 11656, 10355, 11678, 10501, 12129, 11862, 10760, 11592, 11131, 12251, 14722, 12037, 11826, 11115, 10506, 11343, 13918, 12201, 15082, 12512, 14882, 13005, 17452, 12842, 17762, 13005, 16014, 13524, 16554, 15337, 17026, 17474, 14553, 14944, 11361, 13401, 12297, 12829, 13700, 12663, 14111, 12114, 13751, 11709, 14621, 11756, 15004, 12051, 12499, 11804, 11377, 11570, 12097, 11458, 11516, 12505, 11851, 12205, 12639, 11429, 12132, 11853, 11572, 13120, 10704, 11538, 9621, 12022, 13584, 11542, 14161, 10997, 12286, 11614, 14036, 11510, 10283, 10707, 11875, 11487, 12785, 12116, 11923, 15581, 11780, 13953, 12793, 15607, 11197, 12680, 11739, 12169, 12298, 13895, 13324, 15615, 13328, 17144, 13963, 17207, 12836, 13753, 17456, 14917, 17640, 13637, 15341, 12471, 14237, 17012, 10914, 12062, 11800, 12138, 12118, 10990, 12484, 12349, 13282, 13853, 10938, 12626, 10673, 14097, 15528, 12434, 12122, 13375, 12472, 15503, 12412, 12549, 12060, 11998, 11888, 12603, 11731, 12185, 12431, 13015, 11817, 11727, 11167, 12190, 12903, 11860, 14226, 11888, 11713, 12216, 13783, 11832, 9120, 10257, 9308, 10636, 9747, 12434, 11823, 12349, 13197, 11164, 12532, 9935, 12281, 10300, 10959, 13899, 11357, 15055, 11400, 13878, 9593, 10704, 10754, 11419, 10048, 9335, 12244, 11785, 11249, 12364, 11092, 14562, 11000, 14110, 11263, 16650, 11172, 15776, 13151, 16241, 12871, 16306, 13361, 14291, 12665, 15639, 11716, 11395, 13930, 10119, 9252, 12096, 12269, 14404, 11666, 14687, 11906, 13907, 14059, 15307, 13516, 15362, 12718, 11121, 11079, 11782, 11168, 12486, 11574, 10965, 11497, 10987, 10964, 10819, 11952, 11593, 13998, 14112, 12727, 13326, 12301, 14323, 11404, 13450, 16034, 12796, 15409, 12234, 13209, 11147, 12313, 10572, 10675, 10165, 11106, 9831, 12073, 9691, 11442, 9551, 12031, 15204, 10830, 13258, 11005, 13341, 10990, 14906, 11042, 9176, 10738, 10084, 11652, 8904, 11257, 14212, 10740, 12673, 10401, 13735, 9286, 12378, 9399, 10746, 14520, 10894, 15528, 10903, 13047, 9840, 8321, 10169, 8542, 11329, 13773, 11164, 14523, 11621, 14388, 11507, 14331, 11739, 13545, 12619, 13351, 11410, 12617, 12699, 16852, 12585, 17543, 12399, 16790, 11455, 16004, 11953, 15555, 11231, 14344, 10869, 13739, 10157, 11304, 9918, 10839, 9805, 11459, 13443, 10861, 13204, 11199, 11441, 10487, 12672, 10106, 12645, 9967, 12437, 9834, 10956, 8805, 11899, 13817, 11724, 13179, 11820, 13687, 11994, 13243, 11983, 13708, 12902, 12753, 13667, 12724, 16592, 12460, 15374, 11341, 15674, 11592, 14104, 11895, 13280, 11589, 14293, 11512, 12892, 11669, 13712, 11436, 13433, 11909, 12863, 11712, 13733, 12580, 11637, 10895, 12271, 11254, 14379, 14100, 13809, 12368, 14287, 13864, 14483, 15408, 14178, 13742, 13495, 13647, 13554, 13482, 13150, 14583, 12666, 13062, 12236, 12502, 12036, 11894, 12233, 10354, 13038, 10415, 9865, 11443, 11165, 11313, 11003, 11151, 13739, 12906, 11695, 12152, 12373, 13535, 11730, 14623, 12432, 15980, 12432, 15865, 12119, 15790, 12160, 13976, 12178, 15668, 11775, 11322, 10549, 11692, 11323, 11619, 13300, 10328, 11891, 10441, 11727, 10477, 9764, 11161, 10906, 11349, 14532, 10767, 12542, 11272, 11568, 12186, 11266, 11298, 14760, 11791, 14135, 14077, 12373, 14641, 12119, 14023, 11622, 13125, 10273, 14318, 11042, 12127], 'WindowCenter': [5036.0, 5016.0, 5020.0, 4977.0, 4933.0, 4949.0, 4938.0, 4919.0, 4937.0, 4932.0, 4981.0, 4921.0, 4960.0, 4967.0, 4959.0, 4965.0, 4945.0, 4954.0, 4932.0, 4929.0, 4932.0, 4941.0, 4910.0, 4928.0, 4909.0, 4907.0, 4896.0, 4897.0, 4886.0, 4896.0, 4885.0, 4918.0, 4917.0, 4917.0, 4928.0, 4932.0, 4918.0, 4919.0, 4898.0, 4909.0, 4927.0, 4909.0, 4933.0, 4934.0, 4954.0, 4933.0, 4951.0, 4920.0, 4933.0, 4931.0, 4970.0, 4949.0, 4929.0, 4934.0, 4905.0, 4889.0, 4905.0, 4888.0, 4932.0, 4942.0, 4922.0, 4910.0, 4950.0, 4902.0, 4941.0, 4935.0, 4962.0, 4923.0, 4968.0, 4941.0, 4958.0, 4936.0, 4965.0, 4958.0, 4986.0, 4959.0, 4975.0, 4967.0, 4989.0, 4947.0, 4966.0, 4936.0, 4975.0, 4906.0, 4886.0, 4915.0, 4931.0, 4981.0, 4933.0, 4982.0, 4998.0, 4957.0, 4975.0, 4934.0, 4945.0, 4925.0, 4946.0, 4931.0, 4951.0, 4938.0, 4945.0, 4915.0, 4937.0, 4950.0, 4959.0, 4952.0, 4945.0, 4937.0, 4935.0, 4936.0, 4936.0, 4949.0, 4951.0, 4961.0, 4961.0, 4981.0, 4949.0, 4973.0, 4972.0, 4959.0, 4970.0, 4956.0, 4913.0, 4944.0, 4936.0, 4967.0, 4971.0, 4972.0, 4987.0, 4948.0, 4965.0, 4935.0, 4954.0, 4920.0, 4940.0, 4917.0, 4917.0, 4942.0, 4913.0, 4923.0, 4905.0, 4934.0, 4928.0, 4918.0, 4897.0, 4938.0, 4928.0, 4940.0, 4938.0, 4941.0, 4941.0, 4955.0, 4955.0, 4971.0, 4972.0, 4992.0, 4972.0, 4980.0, 4965.0, 4949.0, 4926.0, 4948.0, 4947.0, 4968.0, 4958.0, 4982.0, 4974.0, 4962.0, 4948.0, 4957.0, 4943.0, 4944.0, 4954.0, 4964.0, 4971.0, 5001.0, 4952.0, 4947.0, 4948.0, 4927.0, 4943.0, 4954.0, 4938.0, 4955.0, 4944.0, 4965.0, 4973.0, 4974.0, 4953.0, 4962.0, 4972.0, 4951.0, 4952.0, 4931.0, 4974.0, 4968.0, 4937.0, 4926.0, 4936.0, 4915.0, 4938.0, 4941.0, 4957.0, 4949.0, 4960.0, 4959.0, 5002.0, 5008.0, 4970.0, 4955.0, 4937.0, 4952.0, 4948.0, 4965.0, 4960.0, 4964.0, 4931.0, 4930.0, 4953.0, 4947.0, 4977.0, 4968.0, 4977.0, 4959.0, 4978.0, 4968.0, 4939.0, 4971.0, 4955.0, 4957.0, 4988.0, 4965.0, 4960.0, 4939.0, 4940.0, 4938.0, 4918.0, 4951.0, 4920.0, 4954.0, 4954.0, 4954.0, 4954.0, 4966.0, 4975.0, 4984.0, 4974.0, 4972.0, 4951.0, 4949.0, 4960.0, 4948.0, 4959.0, 4958.0, 4951.0, 4941.0, 4952.0, 4959.0, 4942.0, 4952.0, 4942.0, 4944.0, 4945.0, 4945.0, 4946.0, 4937.0, 4969.0, 4960.0, 4958.0, 4930.0, 4963.0, 4984.0, 4980.0, 4992.0, 5010.0, 4982.0, 4999.0, 4948.0, 4960.0, 4967.0, 4979.0, 4993.0, 4967.0, 4983.0, 4943.0, 4954.0, 4943.0, 4964.0, 4985.0, 4954.0, 4952.0, 4942.0, 4931.0, 4947.0, 4961.0, 5009.0, 5027.0, 4995.0, 5008.0, 4965.0, 4960.0, 4976.0, 4965.0, 4982.0, 4963.0, 4987.0, 4954.0, 4979.0, 4937.0, 4937.0, 4943.0, 4943.0, 4963.0, 4943.0, 4963.0, 4942.0, 4933.0, 4942.0, 4942.0, 4927.0, 4894.0, 4927.0, 4919.0, 4928.0, 4929.0, 4939.0, 4929.0, 4960.0, 4945.0, 4971.0, 4946.0, 4920.0, 4885.0, 4873.0, 4893.0, 4947.0, 4956.0, 4947.0, 4936.0, 4957.0, 4938.0, 4965.0, 4968.0, 4960.0, 4963.0, 4954.0, 4953.0, 4942.0, 4953.0, 4945.0, 4952.0, 4955.0, 4960.0, 4956.0, 4973.0, 4965.0, 4982.0, 4955.0, 4983.0, 4943.0, 4958.0, 4936.0, 4935.0, 4925.0, 4935.0, 4931.0, 4877.0, 4894.0, 4895.0, 4896.0, 4887.0, 4907.0, 4887.0, 4909.0, 4929.0, 4911.0, 4930.0, 4920.0, 4920.0, 4921.0, 4918.0, 4890.0, 4941.0, 4921.0, 4932.0, 4932.0, 4937.0, 4942.0, 4915.0, 4923.0, 4930.0, 4923.0, 4950.0, 4948.0, 4923.0, 4933.0, 4923.0, 4941.0, 4968.0, 4962.0, 4980.0, 4959.0, 4995.0, 4980.0, 4991.0, 4976.0, 4993.0, 4986.0, 4953.0, 4908.0, 4909.0, 4914.0, 4898.0, 4924.0, 4912.0, 4927.0, 4936.0, 4949.0, 4937.0, 4948.0, 4937.0, 4956.0, 4932.0, 4941.0, 4901.0, 4920.0, 4901.0, 4912.0, 4924.0, 4937.0, 4938.0, 4928.0, 4927.0, 4917.0, 4913.0, 4905.0, 4928.0, 4927.0, 4944.0, 4955.0, 4936.0, 4953.0, 4933.0, 4953.0, 4931.0, 4943.0, 4933.0, 4955.0, 4936.0, 4970.0, 4952.0, 4962.0, 4952.0, 4962.0, 4952.0, 4973.0, 4952.0, 4982.0, 4971.0, 4975.0, 4976.0, 4963.0, 4982.0, 4998.0, 4956.0, 4954.0, 4946.0, 4962.0, 4972.0, 5005.0, 4986.0, 5016.0, 4984.0, 5004.0, 4984.0, 5013.0, 4971.0, 4998.0, 4958.0, 4974.0, 4969.0, 4976.0, 4977.0, 4985.0, 4995.0, 4963.0, 4959.0, 4946.0, 4961.0, 4942.0, 4952.0, 4964.0, 4954.0, 4963.0, 4944.0, 4952.0, 4935.0, 4959.0, 4931.0, 4963.0, 4943.0, 4941.0, 4932.0, 4919.0, 4919.0, 4916.0, 4917.0, 4917.0, 4940.0, 4931.0, 4940.0, 4951.0, 4930.0, 4929.0, 4917.0, 4931.0, 4941.0, 4909.0, 4932.0, 4913.0, 4955.0, 4964.0, 4945.0, 4962.0, 4935.0, 4956.0, 4972.0, 4988.0, 4970.0, 4950.0, 4961.0, 4996.0, 5002.0, 5022.0, 4999.0, 5014.0, 5044.0, 4991.0, 5020.0, 5000.0, 5006.0, 4938.0, 4957.0, 4959.0, 4959.0, 4962.0, 4970.0, 4980.0, 4989.0, 4971.0, 4987.0, 4980.0, 5066.0, 5002.0, 4971.0, 4946.0, 4892.0, 4927.0, 4937.0, 4989.0, 4944.0, 4962.0, 4955.0, 4887.0, 4898.0, 4903.0, 4939.0, 4955.0, 4934.0, 4952.0, 4954.0, 4951.0, 4946.0, 4918.0, 4934.0, 4907.0, 4946.0, 4957.0, 4939.0, 4957.0, 5002.0, 4956.0, 4971.0, 4943.0, 4953.0, 4941.0, 4943.0, 4944.0, 4944.0, 4933.0, 4944.0, 4931.0, 4938.0, 4918.0, 4916.0, 4904.0, 4914.0, 4913.0, 4904.0, 4922.0, 4915.0, 4916.0, 4927.0, 4935.0, 4919.0, 4898.0, 4921.0, 4913.0, 4948.0, 4938.0, 4982.0, 4970.0, 4971.0, 4980.0, 4959.0, 4955.0, 4927.0, 4956.0, 4925.0, 4937.0, 4966.0, 4961.0, 4987.0, 4959.0, 4980.0, 4939.0, 4951.0, 4971.0, 4972.0, 4956.0, 4941.0, 4982.0, 4971.0, 4976.0, 4983.0, 4974.0, 4990.0, 4952.0, 4978.0, 4949.0, 4989.0, 4938.0, 4975.0, 4971.0, 4989.0, 4940.0, 4988.0, 5021.0, 5030.0, 4969.0, 4929.0, 4875.0, 4875.0, 4917.0, 4895.0, 4900.0, 4941.0, 4942.0, 4945.0, 4932.0, 4919.0, 4910.0, 4915.0, 4925.0, 4933.0, 4908.0, 4942.0, 4939.0, 4913.0, 4913.0, 4925.0, 4901.0, 4923.0, 4924.0, 4918.0, 4938.0, 4928.0, 4946.0, 4941.0, 4951.0, 4942.0, 4961.0, 4947.0, 4926.0, 4932.0, 4923.0, 4946.0, 4914.0, 4936.0, 4954.0, 4925.0, 4940.0, 4922.0, 4933.0, 4912.0, 4933.0, 4913.0, 4917.0, 4919.0, 4940.0, 4934.0, 4961.0, 4934.0, 4954.0, 4935.0, 4965.0, 4991.0, 4956.0, 4974.0, 4954.0, 4978.0, 4961.0, 4996.0, 4966.0, 4940.0, 4972.0, 4958.0, 4972.0, 4940.0, 4969.0, 4985.0, 4961.0, 4978.0, 4956.0, 4988.0, 4936.0, 4979.0, 4926.0, 4960.0, 4984.0, 4971.0, 5005.0, 4959.0, 4986.0, 4951.0, 4933.0, 4975.0, 4944.0, 4997.0, 5016.0, 5000.0, 5016.0, 5001.0, 5011.0, 4984.0, 5002.0, 4984.0, 5005.0, 4991.0, 4988.0, 4980.0, 4982.0, 5006.0, 5022.0, 4982.0, 5004.0, 4968.0, 4985.0, 4944.0, 4981.0, 4946.0, 4970.0, 4934.0, 4962.0, 4929.0, 4961.0, 4920.0, 4930.0, 4911.0, 4930.0, 4933.0, 4957.0, 4973.0, 4945.0, 4961.0, 4956.0, 4955.0, 4950.0, 4977.0, 4948.0, 4979.0, 4946.0, 4980.0, 4947.0, 4960.0, 4930.0, 4982.0, 4997.0, 4982.0, 4994.0, 4984.0, 5006.0, 4984.0, 4991.0, 4971.0, 4992.0, 4980.0, 4981.0, 4975.0, 4967.0, 4985.0, 4953.0, 4975.0, 4947.0, 4983.0, 4942.0, 4973.0, 4957.0, 4966.0, 4946.0, 4961.0, 4942.0, 4941.0, 4932.0, 4962.0, 4944.0, 4962.0, 4957.0, 4979.0, 4958.0, 4963.0, 4954.0, 4930.0, 4921.0, 4952.0, 4944.0, 4986.0, 4977.0, 4990.0, 4970.0, 4992.0, 4979.0, 4988.0, 4987.0, 4977.0, 4964.0, 4964.0, 4964.0, 4965.0, 4953.0, 4954.0, 4972.0, 4939.0, 4940.0, 4928.0, 4939.0, 4928.0, 4941.0, 4942.0, 4922.0, 4949.0, 4906.0, 4909.0, 4954.0, 4968.0, 4968.0, 4970.0, 4973.0, 5028.0, 5005.0, 4969.0, 4941.0, 4943.0, 4950.0, 4945.0, 4975.0, 4955.0, 4987.0, 4954.0, 4969.0, 4928.0, 4946.0, 4927.0, 4935.0, 4930.0, 4967.0, 4942.0, 4929.0, 4920.0, 4936.0, 4978.0, 4956.0, 4961.0, 4917.0, 4926.0, 4919.0, 4943.0, 4948.0, 4937.0, 4961.0, 4962.0, 4975.0, 5002.0, 4971.0, 4969.0, 4944.0, 4891.0, 4943.0, 4921.0, 4934.0, 4960.0, 4945.0, 4963.0, 4962.0, 4942.0, 4961.0, 4941.0, 4946.0, 4917.0, 4936.0, 4906.0, 4944.0, 4914.0, 4923.0], 'WindowWidth': [10916.0, 10879.0, 10872.0, 10804.0, 10733.0, 10749.0, 10732.0, 10707.0, 10732.0, 10734.0, 10803.0, 10715.0, 10771.0, 10775.0, 10764.0, 10770.0, 10741.0, 10753.0, 10718.0, 10714.0, 10716.0, 10728.0, 10683.0, 10708.0, 10681.0, 10676.0, 10658.0, 10662.0, 10645.0, 10660.0, 10644.0, 10691.0, 10690.0, 10691.0, 10707.0, 10717.0, 10695.0, 10695.0, 10665.0, 10681.0, 10706.0, 10688.0, 10731.0, 10735.0, 10762.0, 10730.0, 10752.0, 10708.0, 10728.0, 10726.0, 10791.0, 10754.0, 10721.0, 10719.0, 10683.0, 10662.0, 10687.0, 10664.0, 10729.0, 10742.0, 10718.0, 10700.0, 10757.0, 10690.0, 10742.0, 10741.0, 10776.0, 10721.0, 10777.0, 10742.0, 10759.0, 10729.0, 10771.0, 10767.0, 10805.0, 10768.0, 10786.0, 10784.0, 10815.0, 10751.0, 10775.0, 10734.0, 10784.0, 10691.0, 10665.0, 10703.0, 10733.0, 10808.0, 10745.0, 10812.0, 10828.0, 10767.0, 10789.0, 10731.0, 10746.0, 10717.0, 10748.0, 10735.0, 10763.0, 10741.0, 10748.0, 10706.0, 10740.0, 10764.0, 10776.0, 10769.0, 10746.0, 10736.0, 10731.0, 10736.0, 10739.0, 10762.0, 10768.0, 10782.0, 10781.0, 10810.0, 10760.0, 10802.0, 10798.0, 10777.0, 10791.0, 10763.0, 10699.0, 10744.0, 10736.0, 10784.0, 10794.0, 10797.0, 10812.0, 10757.0, 10777.0, 10733.0, 10761.0, 10708.0, 10732.0, 10696.0, 10700.0, 10727.0, 10687.0, 10700.0, 10677.0, 10716.0, 10716.0, 10703.0, 10672.0, 10730.0, 10716.0, 10733.0, 10728.0, 10737.0, 10736.0, 10763.0, 10763.0, 10797.0, 10801.0, 10830.0, 10801.0, 10805.0, 10778.0, 10764.0, 10727.0, 10759.0, 10757.0, 10789.0, 10772.0, 10816.0, 10805.0, 10786.0, 10760.0, 10768.0, 10743.0, 10749.0, 10759.0, 10781.0, 10804.0, 10849.0, 10760.0, 10746.0, 10745.0, 10715.0, 10748.0, 10766.0, 10749.0, 10768.0, 10755.0, 10782.0, 10793.0, 10796.0, 10765.0, 10773.0, 10788.0, 10756.0, 10759.0, 10727.0, 10794.0, 10773.0, 10729.0, 10710.0, 10724.0, 10696.0, 10732.0, 10743.0, 10777.0, 10771.0, 10789.0, 10786.0, 10849.0, 10854.0, 10803.0, 10770.0, 10746.0, 10760.0, 10762.0, 10778.0, 10782.0, 10776.0, 10726.0, 10723.0, 10764.0, 10763.0, 10800.0, 10789.0, 10802.0, 10780.0, 10823.0, 10796.0, 10737.0, 10787.0, 10771.0, 10774.0, 10823.0, 10785.0, 10766.0, 10737.0, 10737.0, 10732.0, 10707.0, 10757.0, 10716.0, 10771.0, 10768.0, 10770.0, 10768.0, 10789.0, 10799.0, 10810.0, 10795.0, 10790.0, 10759.0, 10753.0, 10769.0, 10749.0, 10768.0, 10766.0, 10759.0, 10745.0, 10763.0, 10771.0, 10750.0, 10762.0, 10752.0, 10757.0, 10759.0, 10759.0, 10760.0, 10750.0, 10801.0, 10787.0, 10783.0, 10745.0, 10795.0, 10832.0, 10815.0, 10836.0, 10855.0, 10818.0, 10840.0, 10767.0, 10786.0, 10789.0, 10811.0, 10823.0, 10789.0, 10808.0, 10749.0, 10767.0, 10747.0, 10781.0, 10813.0, 10766.0, 10762.0, 10746.0, 10731.0, 10764.0, 10792.0, 10876.0, 10917.0, 10863.0, 10870.0, 10802.0, 10782.0, 10815.0, 10798.0, 10817.0, 10793.0, 10817.0, 10762.0, 10798.0, 10733.0, 10729.0, 10751.0, 10750.0, 10779.0, 10751.0, 10780.0, 10746.0, 10736.0, 10748.0, 10747.0, 10718.0, 10670.0, 10716.0, 10708.0, 10721.0, 10724.0, 10739.0, 10723.0, 10771.0, 10756.0, 10802.0, 10756.0, 10712.0, 10633.0, 10617.0, 10662.0, 10766.0, 10777.0, 10765.0, 10748.0, 10777.0, 10753.0, 10786.0, 10791.0, 10766.0, 10772.0, 10762.0, 10760.0, 10744.0, 10764.0, 10753.0, 10758.0, 10773.0, 10772.0, 10775.0, 10796.0, 10791.0, 10809.0, 10773.0, 10809.0, 10751.0, 10762.0, 10732.0, 10724.0, 10710.0, 10726.0, 10714.0, 10633.0, 10651.0, 10653.0, 10658.0, 10649.0, 10677.0, 10649.0, 10683.0, 10709.0, 10688.0, 10713.0, 10702.0, 10701.0, 10703.0, 10697.0, 10657.0, 10734.0, 10704.0, 10721.0, 10719.0, 10735.0, 10734.0, 10699.0, 10709.0, 10730.0, 10725.0, 10775.0, 10771.0, 10723.0, 10731.0, 10722.0, 10756.0, 10810.0, 10788.0, 10808.0, 10780.0, 10837.0, 10812.0, 10826.0, 10802.0, 10834.0, 10814.0, 10752.0, 10686.0, 10688.0, 10686.0, 10668.0, 10700.0, 10681.0, 10710.0, 10726.0, 10753.0, 10730.0, 10750.0, 10728.0, 10760.0, 10716.0, 10735.0, 10674.0, 10697.0, 10674.0, 10690.0, 10711.0, 10734.0, 10736.0, 10724.0, 10721.0, 10705.0, 10694.0, 10685.0, 10719.0, 10721.0, 10753.0, 10770.0, 10741.0, 10765.0, 10733.0, 10763.0, 10729.0, 10749.0, 10732.0, 10767.0, 10747.0, 10798.0, 10777.0, 10789.0, 10775.0, 10790.0, 10776.0, 10806.0, 10774.0, 10818.0, 10804.0, 10816.0, 10812.0, 10794.0, 10821.0, 10843.0, 10774.0, 10764.0, 10758.0, 10796.0, 10805.0, 10857.0, 10830.0, 10875.0, 10825.0, 10853.0, 10822.0, 10864.0, 10802.0, 10835.0, 10778.0, 10796.0, 10794.0, 10799.0, 10804.0, 10817.0, 10834.0, 10782.0, 10771.0, 10760.0, 10775.0, 10751.0, 10763.0, 10780.0, 10768.0, 10779.0, 10755.0, 10763.0, 10740.0, 10767.0, 10731.0, 10778.0, 10750.0, 10742.0, 10728.0, 10706.0, 10703.0, 10698.0, 10702.0, 10700.0, 10736.0, 10727.0, 10741.0, 10758.0, 10724.0, 10721.0, 10702.0, 10726.0, 10740.0, 10692.0, 10727.0, 10705.0, 10766.0, 10777.0, 10754.0, 10770.0, 10739.0, 10771.0, 10802.0, 10823.0, 10799.0, 10774.0, 10789.0, 10845.0, 10866.0, 10896.0, 10859.0, 10884.0, 10926.0, 10845.0, 10884.0, 10855.0, 10857.0, 10747.0, 10775.0, 10781.0, 10780.0, 10787.0, 10794.0, 10811.0, 10821.0, 10799.0, 10819.0, 10808.0, 10961.0, 10861.0, 10797.0, 10741.0, 10637.0, 10698.0, 10731.0, 10827.0, 10752.0, 10774.0, 10753.0, 10649.0, 10665.0, 10677.0, 10741.0, 10773.0, 10743.0, 10763.0, 10766.0, 10756.0, 10745.0, 10708.0, 10724.0, 10692.0, 10743.0, 10760.0, 10739.0, 10778.0, 10853.0, 10774.0, 10790.0, 10751.0, 10766.0, 10746.0, 10750.0, 10754.0, 10751.0, 10734.0, 10751.0, 10724.0, 10732.0, 10703.0, 10697.0, 10677.0, 10691.0, 10686.0, 10677.0, 10698.0, 10694.0, 10700.0, 10714.0, 10722.0, 10704.0, 10676.0, 10713.0, 10707.0, 10763.0, 10753.0, 10821.0, 10798.0, 10800.0, 10811.0, 10781.0, 10769.0, 10730.0, 10770.0, 10725.0, 10747.0, 10785.0, 10787.0, 10818.0, 10780.0, 10808.0, 10752.0, 10773.0, 10806.0, 10805.0, 10787.0, 10759.0, 10819.0, 10809.0, 10819.0, 10823.0, 10811.0, 10829.0, 10776.0, 10809.0, 10765.0, 10823.0, 10750.0, 10798.0, 10799.0, 10825.0, 10740.0, 10823.0, 10894.0, 10913.0, 10798.0, 10710.0, 10624.0, 10622.0, 10687.0, 10669.0, 10684.0, 10744.0, 10746.0, 10742.0, 10731.0, 10688.0, 10689.0, 10692.0, 10705.0, 10717.0, 10673.0, 10735.0, 10741.0, 10697.0, 10700.0, 10716.0, 10679.0, 10709.0, 10713.0, 10712.0, 10744.0, 10726.0, 10762.0, 10751.0, 10764.0, 10746.0, 10771.0, 10747.0, 10716.0, 10722.0, 10709.0, 10744.0, 10697.0, 10731.0, 10751.0, 10713.0, 10729.0, 10707.0, 10724.0, 10697.0, 10726.0, 10697.0, 10707.0, 10716.0, 10745.0, 10745.0, 10779.0, 10746.0, 10773.0, 10749.0, 10791.0, 10820.0, 10777.0, 10802.0, 10774.0, 10807.0, 10793.0, 10832.0, 10792.0, 10762.0, 10808.0, 10786.0, 10811.0, 10764.0, 10805.0, 10819.0, 10789.0, 10811.0, 10779.0, 10824.0, 10753.0, 10812.0, 10737.0, 10787.0, 10815.0, 10807.0, 10847.0, 10787.0, 10822.0, 10778.0, 10756.0, 10817.0, 10777.0, 10856.0, 10883.0, 10861.0, 10877.0, 10864.0, 10868.0, 10829.0, 10849.0, 10832.0, 10861.0, 10840.0, 10831.0, 10822.0, 10823.0, 10866.0, 10882.0, 10824.0, 10847.0, 10794.0, 10815.0, 10756.0, 10805.0, 10758.0, 10788.0, 10740.0, 10775.0, 10727.0, 10771.0, 10713.0, 10727.0, 10701.0, 10732.0, 10739.0, 10778.0, 10796.0, 10761.0, 10779.0, 10775.0, 10775.0, 10773.0, 10805.0, 10768.0, 10814.0, 10766.0, 10817.0, 10770.0, 10790.0, 10748.0, 10825.0, 10841.0, 10827.0, 10842.0, 10831.0, 10863.0, 10828.0, 10836.0, 10805.0, 10836.0, 10815.0, 10818.0, 10803.0, 10793.0, 10817.0, 10770.0, 10801.0, 10763.0, 10809.0, 10753.0, 10799.0, 10778.0, 10789.0, 10761.0, 10775.0, 10750.0, 10746.0, 10735.0, 10777.0, 10754.0, 10777.0, 10776.0, 10819.0, 10781.0, 10782.0, 10768.0, 10729.0, 10717.0, 10765.0, 10755.0, 10817.0, 10808.0, 10830.0, 10803.0, 10836.0, 10816.0, 10826.0, 10823.0, 10806.0, 10784.0, 10781.0, 10785.0, 10785.0, 10766.0, 10769.0, 10790.0, 10740.0, 10743.0, 10723.0, 10741.0, 10724.0, 10748.0, 10749.0, 10725.0, 10758.0, 10691.0, 10700.0, 10771.0, 10801.0, 10804.0, 10808.0, 10813.0, 10904.0, 10868.0, 10803.0, 10749.0, 10748.0, 10761.0, 10758.0, 10801.0, 10770.0, 10819.0, 10771.0, 10783.0, 10719.0, 10743.0, 10720.0, 10730.0, 10727.0, 10777.0, 10749.0, 10728.0, 10716.0, 10735.0, 10820.0, 10778.0, 10775.0, 10709.0, 10717.0, 10712.0, 10748.0, 10762.0, 10749.0, 10786.0, 10793.0, 10816.0, 10851.0, 10808.0, 10795.0, 10753.0, 10649.0, 10747.0, 10713.0, 10736.0, 10771.0, 10758.0, 10776.0, 10776.0, 10746.0, 10775.0, 10745.0, 10746.0, 10707.0, 10728.0, 10689.0, 10738.0, 10695.0, 10707.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.008716926454445663</td></tr>
<tr><td colspan=3>aqi</td><td>0.13062512447859495</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.278754936516535</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1864860190769226</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0326328926593396</td></tr>
<tr><td colspan=3>efc</td><td>0.5055</td></tr>
<tr><td colspan=3>fber</td><td>5237.0493</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2926206270497931</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>485</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>53.23819978046103</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6271247404706943</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3971394883022863</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9961681103839677</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.488066622725829</td></tr>
<tr><td colspan=3>gcor</td><td>0.0136593</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008615092374384403</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0481666661798954</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.340373051371069</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>14.2929</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.4106</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>240.3298</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293065.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>1108.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.088</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0338</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.1185</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4112.1042</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1734.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5263.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.3835</td></tr>
<tr><td colspan=3>tsnr</td><td>18.98002739995718</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>