<?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-0124_ses-04_task-social_acq-mb8_run-02_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-0124_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0124_suffix-bold_task-social" 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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0124_suffix-bold_task-social" 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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0124_suffix-bold_task-social" 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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0124_suffix-bold_task-social" 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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0124_suffix-bold_task-social" 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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-02_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-0124/ses-04/func/sub-0124_ses-04_task-social_acq-mb8_run-02_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>b363ba7808e1e4442a397d85d9bb7dea</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:37:55.177500</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.999809, -0.0108236, 0.0162795, 0.00872524, 0.992262, 0.123854]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_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.092308</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7803, -7217, 438, -114, -120, -9, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e1e08038-3daa-4ecc-8df5-f8821906968f||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.6824140548706055, 0.023409191519021988, 0.04723411053419113, 108.91999816894531], [0.029038982465863228, 2.6621665954589844, 0.33395934104919434, -115.51084899902344], [0.043676797300577164, -0.3322921693325043, 2.6788504123687744, -54.83186340332031], [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, 872]</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], 'AcquisitionTime': ['173755.177500', '173755.637500', '173756.097500', '173756.557500', '173757.017500', '173757.477500', '173757.937500', '173758.397500', '173758.857500', '173759.317500', '173759.777500', '173800.237500', '173800.697500', '173801.157500', '173801.617500', '173802.077500', '173802.537500', '173802.997500', '173803.457500', '173803.917500', '173804.377500', '173804.837500', '173805.297500', '173805.757500', '173806.217500', '173806.677500', '173807.137500', '173807.597500', '173808.057500', '173808.517500', '173808.977500', '173809.437500', '173809.897500', '173810.357500', '173810.817500', '173811.277500', '173811.737500', '173812.197500', '173812.657500', '173813.117500', '173813.577500', '173814.037500', '173814.497500', '173814.957500', '173815.417500', '173815.877500', '173816.337500', '173816.797500', '173817.257500', '173817.717500', '173818.177500', '173818.637500', '173819.097500', '173819.557500', '173820.017500', '173820.477500', '173820.937500', '173821.397500', '173821.857500', '173822.317500', '173822.777500', '173823.237500', '173823.697500', '173824.157500', '173824.617500', '173825.077500', '173825.537500', '173825.997500', '173826.457500', '173826.917500', '173827.377500', '173827.837500', '173828.297500', '173828.757500', '173829.217500', '173829.677500', '173830.137500', '173830.597500', '173831.057500', '173831.517500', '173831.977500', '173832.437500', '173832.897500', '173833.357500', '173833.817500', '173834.277500', '173834.737500', '173835.197500', '173835.657500', '173836.117500', '173836.577500', '173837.037500', '173837.497500', '173837.957500', '173838.417500', '173838.877500', '173839.337500', '173839.797500', '173840.257500', '173840.717500', '173841.177500', '173841.637500', '173842.097500', '173842.557500', '173843.017500', '173843.477500', '173843.937500', '173844.397500', '173844.857500', '173845.317500', '173845.777500', '173846.237500', '173846.697500', '173847.157500', '173847.617500', '173848.077500', '173848.537500', '173848.997500', '173849.457500', '173849.917500', '173850.377500', '173850.837500', '173851.297500', '173851.757500', '173852.217500', '173852.677500', '173853.137500', '173853.597500', '173854.057500', '173854.517500', '173854.977500', '173855.437500', '173855.897500', '173856.357500', '173856.817500', '173857.277500', '173857.737500', '173858.197500', '173858.657500', '173859.117500', '173859.577500', '173900.037500', '173900.497500', '173900.957500', '173901.417500', '173901.877500', '173902.337500', '173902.797500', '173903.257500', '173903.717500', '173904.177500', '173904.637500', '173905.097500', '173905.557500', '173906.017500', '173906.477500', '173906.937500', '173907.397500', '173907.857500', '173908.317500', '173908.777500', '173909.237500', '173909.697500', '173910.157500', '173910.617500', '173911.077500', '173911.537500', '173911.997500', '173912.457500', '173912.917500', '173913.377500', '173913.837500', '173914.297500', '173914.757500', '173915.217500', '173915.677500', '173916.137500', '173916.597500', '173917.057500', '173917.517500', '173917.977500', '173918.437500', '173918.897500', '173919.357500', '173919.817500', '173920.277500', '173920.737500', '173921.197500', '173921.657500', '173922.117500', '173922.577500', '173923.037500', '173923.497500', '173923.957500', '173924.417500', '173924.877500', '173925.337500', '173925.797500', '173926.257500', '173926.717500', '173927.177500', '173927.637500', '173928.097500', '173928.557500', '173929.017500', '173929.477500', '173929.937500', '173930.397500', '173930.857500', '173931.317500', '173931.777500', '173932.237500', '173932.697500', '173933.157500', '173933.617500', '173934.077500', '173934.537500', '173934.997500', '173935.457500', '173935.917500', '173936.377500', '173936.837500', '173937.297500', '173937.757500', '173938.217500', '173938.677500', '173939.137500', '173939.597500', '173940.057500', '173940.517500', '173940.977500', '173941.437500', '173941.897500', '173942.357500', '173942.817500', '173943.277500', '173943.737500', '173944.197500', '173944.657500', '173945.117500', '173945.577500', '173946.037500', '173946.497500', '173946.957500', '173947.417500', '173947.877500', '173948.337500', '173948.797500', '173949.257500', '173949.717500', '173950.177500', '173950.637500', '173951.097500', '173951.557500', '173952.017500', '173952.477500', '173952.937500', '173953.397500', '173953.857500', '173954.317500', '173954.777500', '173955.237500', '173955.697500', '173956.157500', '173956.617500', '173957.077500', '173957.537500', '173957.997500', '173958.457500', '173958.917500', '173959.377500', '173959.837500', '174000.297500', '174000.757500', '174001.217500', '174001.677500', '174002.137500', '174002.597500', '174003.057500', '174003.517500', '174003.977500', '174004.437500', '174004.897500', '174005.357500', '174005.817500', '174006.277500', '174006.737500', '174007.197500', '174007.657500', '174008.117500', '174008.577500', '174009.037500', '174009.497500', '174009.957500', '174010.417500', '174010.877500', '174011.337500', '174011.797500', '174012.257500', '174012.717500', '174013.177500', '174013.637500', '174014.097500', '174014.557500', '174015.017500', '174015.477500', '174015.937500', '174016.397500', '174016.857500', '174017.317500', '174017.777500', '174018.237500', '174018.697500', '174019.157500', '174019.617500', '174020.077500', '174020.537500', '174020.997500', '174021.457500', '174021.917500', '174022.377500', '174022.837500', '174023.297500', '174023.757500', '174024.217500', '174024.677500', '174025.137500', '174025.597500', '174026.057500', '174026.517500', '174026.977500', '174027.437500', '174027.897500', '174028.357500', '174028.817500', '174029.277500', '174029.737500', '174030.197500', '174030.657500', '174031.117500', '174031.577500', '174032.037500', '174032.497500', '174032.957500', '174033.417500', '174033.877500', '174034.337500', '174034.797500', '174035.257500', '174035.717500', '174036.177500', '174036.637500', '174037.097500', '174037.557500', '174038.017500', '174038.477500', '174038.937500', '174039.397500', '174039.857500', '174040.317500', '174040.777500', '174041.237500', '174041.697500', '174042.157500', '174042.617500', '174043.077500', '174043.537500', '174043.997500', '174044.457500', '174044.917500', '174045.377500', '174045.837500', '174046.297500', '174046.757500', '174047.217500', '174047.677500', '174048.137500', '174048.597500', '174049.057500', '174049.517500', '174049.977500', '174050.437500', '174050.897500', '174051.357500', '174051.817500', '174052.277500', '174052.737500', '174053.197500', '174053.657500', '174054.117500', '174054.577500', '174055.037500', '174055.497500', '174055.957500', '174056.417500', '174056.877500', '174057.337500', '174057.797500', '174058.257500', '174058.717500', '174059.177500', '174059.637500', '174100.097500', '174100.557500', '174101.017500', '174101.477500', '174101.937500', '174102.397500', '174102.857500', '174103.317500', '174103.777500', '174104.237500', '174104.697500', '174105.157500', '174105.617500', '174106.077500', '174106.537500', '174106.997500', '174107.457500', '174107.917500', '174108.377500', '174108.837500', '174109.297500', '174109.757500', '174110.217500', '174110.677500', '174111.137500', '174111.597500', '174112.057500', '174112.517500', '174112.977500', '174113.437500', '174113.897500', '174114.357500', '174114.817500', '174115.277500', '174115.737500', '174116.197500', '174116.657500', '174117.117500', '174117.577500', '174118.037500', '174118.497500', '174118.957500', '174119.417500', '174119.877500', '174120.337500', '174120.797500', '174121.257500', '174121.717500', '174122.177500', '174122.637500', '174123.097500', '174123.557500', '174124.017500', '174124.477500', '174124.937500', '174125.397500', '174125.857500', '174126.317500', '174126.777500', '174127.237500', '174127.697500', '174128.157500', '174128.617500', '174129.077500', '174129.537500', '174129.997500', '174130.457500', '174130.917500', '174131.377500', '174131.837500', '174132.297500', '174132.757500', '174133.217500', '174133.677500', '174134.137500', '174134.597500', '174135.057500', '174135.517500', '174135.977500', '174136.437500', '174136.897500', '174137.357500', '174137.817500', '174138.277500', '174138.737500', '174139.197500', '174139.657500', '174140.117500', '174140.577500', '174141.037500', '174141.497500', '174141.957500', '174142.417500', '174142.877500', '174143.337500', '174143.797500', '174144.257500', '174144.717500', '174145.177500', '174145.637500', '174146.097500', '174146.557500', '174147.017500', '174147.477500', '174147.937500', '174148.397500', '174148.857500', '174149.317500', '174149.777500', '174150.237500', '174150.697500', '174151.157500', '174151.617500', '174152.077500', '174152.537500', '174152.997500', '174153.457500', '174153.917500', '174154.377500', '174154.837500', '174155.297500', '174155.757500', '174156.217500', '174156.677500', '174157.137500', '174157.597500', '174158.057500', '174158.517500', '174158.977500', '174159.437500', '174159.897500', '174200.357500', '174200.817500', '174201.277500', '174201.737500', '174202.197500', '174202.657500', '174203.117500', '174203.577500', '174204.037500', '174204.497500', '174204.957500', '174205.417500', '174205.877500', '174206.337500', '174206.797500', '174207.257500', '174207.717500', '174208.177500', '174208.637500', '174209.097500', '174209.557500', '174210.017500', '174210.477500', '174210.937500', '174211.397500', '174211.857500', '174212.317500', '174212.777500', '174213.237500', '174213.697500', '174214.157500', '174214.617500', '174215.077500', '174215.537500', '174215.997500', '174216.457500', '174216.917500', '174217.377500', '174217.837500', '174218.297500', '174218.757500', '174219.217500', '174219.677500', '174220.137500', '174220.597500', '174221.057500', '174221.517500', '174221.977500', '174222.437500', '174222.897500', '174223.357500', '174223.817500', '174224.277500', '174224.737500', '174225.197500', '174225.657500', '174226.117500', '174226.577500', '174227.037500', '174227.497500', '174227.957500', '174228.417500', '174228.877500', '174229.337500', '174229.797500', '174230.257500', '174230.717500', '174231.177500', '174231.637500', '174232.097500', '174232.557500', '174233.017500', '174233.477500', '174233.937500', '174234.397500', '174234.857500', '174235.317500', '174235.777500', '174236.237500', '174236.697500', '174237.157500', '174237.617500', '174238.077500', '174238.537500', '174238.997500', '174239.457500', '174239.917500', '174240.377500', '174240.837500', '174241.297500', '174241.757500', '174242.217500', '174242.677500', '174243.137500', '174243.597500', '174244.057500', '174244.517500', '174244.977500', '174245.437500', '174245.897500', '174246.357500', '174246.817500', '174247.277500', '174247.737500', '174248.197500', '174248.657500', '174249.117500', '174249.577500', '174250.037500', '174250.497500', '174250.957500', '174251.417500', '174251.877500', '174252.337500', '174252.797500', '174253.257500', '174253.717500', '174254.177500', '174254.637500', '174255.097500', '174255.557500', '174256.017500', '174256.477500', '174256.937500', '174257.397500', '174257.857500', '174258.317500', '174258.777500', '174259.237500', '174259.697500', '174300.157500', '174300.617500', '174301.077500', '174301.537500', '174301.997500', '174302.457500', '174302.917500', '174303.377500', '174303.837500', '174304.297500', '174304.757500', '174305.217500', '174305.677500', '174306.137500', '174306.597500', '174307.057500', '174307.517500', '174307.977500', '174308.437500', '174308.897500', '174309.357500', '174309.817500', '174310.277500', '174310.737500', '174311.197500', '174311.657500', '174312.117500', '174312.577500', '174313.037500', '174313.497500', '174313.957500', '174314.417500', '174314.877500', '174315.337500', '174315.797500', '174316.257500', '174316.717500', '174317.177500', '174317.637500', '174318.097500', '174318.557500', '174319.017500', '174319.477500', '174319.937500', '174320.397500', '174320.857500', '174321.317500', '174321.777500', '174322.237500', '174322.697500', '174323.157500', '174323.617500', '174324.077500', '174324.537500', '174324.997500', '174325.457500', '174325.917500', '174326.377500', '174326.837500', '174327.297500', '174327.757500', '174328.217500', '174328.677500', '174329.137500', '174329.597500', '174330.057500', '174330.517500', '174330.977500', '174331.437500', '174331.897500', '174332.357500', '174332.817500', '174333.277500', '174333.737500', '174334.197500', '174334.657500', '174335.117500', '174335.577500', '174336.037500', '174336.497500', '174336.957500', '174337.417500', '174337.877500', '174338.337500', '174338.797500', '174339.257500', '174339.717500', '174340.177500', '174340.637500', '174341.097500', '174341.557500', '174342.017500', '174342.477500', '174342.937500', '174343.397500', '174343.857500', '174344.317500', '174344.777500', '174345.237500', '174345.697500', '174346.157500', '174346.617500', '174347.077500', '174347.537500', '174347.997500', '174348.457500', '174348.917500', '174349.377500', '174349.837500', '174350.297500', '174350.757500', '174351.217500', '174351.677500', '174352.137500', '174352.597500', '174353.057500', '174353.517500', '174353.977500', '174354.437500', '174354.897500', '174355.357500', '174355.817500', '174356.277500', '174356.737500', '174357.197500', '174357.657500', '174358.117500', '174358.577500', '174359.037500', '174359.497500', '174359.957500', '174400.417500', '174400.877500', '174401.337500', '174401.797500', '174402.257500', '174402.717500', '174403.177500', '174403.637500', '174404.097500', '174404.557500', '174405.017500', '174405.477500', '174405.937500', '174406.397500', '174406.857500', '174407.317500', '174407.777500', '174408.237500', '174408.697500', '174409.157500', '174409.617500', '174410.077500', '174410.537500', '174410.997500', '174411.457500', '174411.917500', '174412.377500', '174412.837500', '174413.297500', '174413.757500', '174414.217500', '174414.677500', '174415.137500', '174415.597500', '174416.057500', '174416.517500', '174416.977500', '174417.437500', '174417.897500', '174418.357500', '174418.817500', '174419.277500', '174419.737500', '174420.197500', '174420.657500', '174421.117500', '174421.577500', '174422.037500', '174422.497500', '174422.957500', '174423.417500', '174423.877500', '174424.337500', '174424.797500', '174425.257500', '174425.717500', '174426.177500', '174426.637500', '174427.097500', '174427.557500', '174428.017500', '174428.477500', '174428.937500', '174429.397500', '174429.857500', '174430.317500', '174430.777500', '174431.237500', '174431.697500', '174432.157500', '174432.617500', '174433.077500', '174433.537500', '174433.997500', '174434.457500', '174434.917500', '174435.377500', '174435.837500'], 'ContentTime': ['173819.861000', '173819.865000', '173819.868000', '173819.871000', '173819.873000', '173819.876000', '173819.879000', '173819.882000', '173819.884000', '173819.887000', '173819.889000', '173819.892000', '173819.894000', '173819.897000', '173819.900000', '173819.902000', '173819.905000', '173819.907000', '173819.910000', '173819.912000', '173819.915000', '173819.917000', '173819.920000', '173819.923000', '173819.925000', '173819.928000', '173819.930000', '173819.941000', '173819.943000', '173819.946000', '173819.948000', '173819.951000', '173819.953000', '173819.956000', '173819.958000', '173819.961000', '173819.963000', '173819.966000', '173819.969000', '173819.971000', '173819.974000', '173819.976000', '173819.979000', '173819.981000', '173819.984000', '173819.986000', '173819.989000', '173819.991000', '173819.994000', '173819.996000', '173839.818000', '173839.821000', '173839.824000', '173839.826000', '173839.829000', '173839.832000', '173839.834000', '173839.837000', '173839.839000', '173839.842000', '173839.844000', '173839.847000', '173839.849000', '173839.852000', '173839.854000', '173839.857000', '173839.860000', '173839.862000', '173839.865000', '173839.867000', '173839.870000', '173839.872000', '173839.875000', '173839.877000', '173839.880000', '173839.882000', '173839.885000', '173839.893000', '173839.896000', '173839.898000', '173839.901000', '173839.904000', '173839.906000', '173839.909000', '173839.911000', '173839.914000', '173839.916000', '173839.919000', '173839.921000', '173839.924000', '173839.927000', '173839.929000', '173839.932000', '173839.934000', '173859.819000', '173859.821000', '173859.824000', '173859.827000', '173859.829000', '173859.832000', '173859.834000', '173859.837000', '173859.839000', '173859.842000', '173859.853000', '173859.855000', '173859.858000', '173859.860000', '173859.863000', '173859.866000', '173859.869000', '173859.872000', '173859.875000', '173859.877000', '173859.880000', '173859.883000', '173859.885000', '173859.888000', '173859.890000', '173859.893000', '173859.895000', '173859.898000', '173859.901000', '173859.903000', '173859.906000', '173859.908000', '173859.911000', '173859.913000', '173859.916000', '173859.918000', '173859.921000', '173859.923000', '173859.926000', '173859.929000', '173859.931000', '173859.934000', '173859.937000', '173919.818000', '173919.821000', '173919.824000', '173919.826000', '173919.829000', '173919.832000', '173919.834000', '173919.837000', '173919.839000', '173919.842000', '173919.844000', '173919.847000', '173919.849000', '173919.852000', '173919.854000', '173919.857000', '173919.860000', '173919.862000', '173919.865000', '173919.867000', '173919.870000', '173919.873000', '173919.875000', '173919.878000', '173919.880000', '173919.883000', '173919.885000', '173919.888000', '173919.890000', '173919.893000', '173919.896000', '173919.898000', '173919.912000', '173919.915000', '173919.917000', '173919.920000', '173919.923000', '173919.925000', '173919.928000', '173919.930000', '173919.933000', '173919.935000', '173919.938000', '173919.941000', '173939.819000', '173939.822000', '173939.825000', '173939.827000', '173939.830000', '173939.832000', '173939.835000', '173939.838000', '173939.840000', '173939.843000', '173939.845000', '173939.848000', '173939.850000', '173939.853000', '173939.855000', '173939.858000', '173939.861000', '173939.863000', '173939.866000', '173939.868000', '173939.871000', '173939.873000', '173939.876000', '173939.879000', '173939.881000', '173939.884000', '173939.886000', '173939.889000', '173939.892000', '173939.894000', '173939.897000', '173939.900000', '173939.902000', '173939.905000', '173939.907000', '173939.910000', '173939.912000', '173939.915000', '173939.918000', '173939.920000', '173939.923000', '173939.925000', '173939.928000', '173959.819000', '173959.821000', '173959.824000', '173959.827000', '173959.829000', '173959.832000', '173959.834000', '173959.837000', '173959.840000', '173959.842000', '173959.845000', '173959.847000', '173959.850000', '173959.852000', '173959.855000', '173959.858000', '173959.860000', '173959.863000', '173959.865000', '173959.868000', '173959.870000', '173959.873000', '173959.876000', '173959.878000', '173959.881000', '173959.883000', '173959.886000', '173959.889000', '173959.891000', '173959.894000', '173959.896000', '173959.899000', '173959.901000', '173959.904000', '173959.907000', '173959.909000', '173959.912000', '173959.914000', '173959.917000', '173959.919000', '173959.922000', '173959.924000', '173959.927000', '174019.819000', '174019.821000', '174019.824000', '174019.827000', '174019.829000', '174019.832000', '174019.834000', '174019.837000', '174019.839000', '174019.842000', '174019.844000', '174019.847000', '174019.849000', '174019.852000', '174019.855000', '174019.857000', '174019.860000', '174019.862000', '174019.865000', '174019.867000', '174019.870000', '174019.872000', '174019.875000', '174019.877000', '174019.880000', '174019.883000', '174019.885000', '174019.888000', '174019.890000', '174019.893000', '174019.895000', '174019.898000', '174019.901000', '174019.903000', '174019.906000', '174019.908000', '174019.911000', '174019.913000', '174019.916000', '174019.918000', '174019.921000', '174019.924000', '174019.926000', '174019.929000', '174039.818000', '174039.821000', '174039.824000', '174039.826000', '174039.829000', '174039.831000', '174039.834000', '174039.837000', '174039.839000', '174039.842000', '174039.844000', '174039.847000', '174039.849000', '174039.852000', '174039.855000', '174039.857000', '174039.860000', '174039.862000', '174039.865000', '174039.868000', '174039.870000', '174039.873000', '174039.875000', '174039.878000', '174039.880000', '174039.883000', '174039.885000', '174039.888000', '174039.891000', '174039.893000', '174039.896000', '174039.898000', '174039.901000', '174039.903000', '174039.906000', '174039.908000', '174039.911000', '174039.914000', '174039.916000', '174039.919000', '174039.921000', '174039.924000', '174039.927000', '174039.929000', '174059.818000', '174059.821000', '174059.824000', '174059.826000', '174059.829000', '174059.832000', '174059.834000', '174059.837000', '174059.839000', '174059.842000', '174059.844000', '174059.847000', '174059.850000', '174059.852000', '174059.855000', '174059.857000', '174059.860000', '174059.863000', '174059.865000', '174059.868000', '174059.870000', '174059.873000', '174059.875000', '174059.878000', '174059.881000', '174059.883000', '174059.886000', '174059.942000', '174059.944000', '174059.947000', '174059.949000', '174059.952000', '174059.955000', '174059.957000', '174059.960000', '174059.962000', '174059.965000', '174059.967000', '174059.970000', '174059.972000', '174059.975000', '174059.978000', '174059.980000', '174119.818000', '174119.821000', '174119.824000', '174119.827000', '174119.829000', '174119.832000', '174119.834000', '174119.837000', '174119.840000', '174119.842000', '174119.845000', '174119.847000', '174119.850000', '174119.853000', '174119.855000', '174119.858000', '174119.860000', '174119.863000', '174119.865000', '174119.868000', '174119.870000', '174119.873000', '174119.875000', '174119.878000', '174119.881000', '174119.883000', '174119.886000', '174119.889000', '174119.891000', '174119.894000', '174119.896000', '174119.899000', '174119.902000', '174119.904000', '174119.907000', '174119.909000', '174119.912000', '174119.915000', '174119.917000', '174119.920000', '174119.922000', '174119.925000', '174119.928000', '174119.930000', '174139.818000', '174139.821000', '174139.824000', '174139.826000', '174139.829000', '174139.832000', '174139.834000', '174139.837000', '174139.839000', '174139.842000', '174139.845000', '174139.847000', '174139.850000', '174139.852000', '174139.855000', '174139.858000', '174139.860000', '174139.863000', '174139.865000', '174139.868000', '174139.870000', '174139.873000', '174139.876000', '174139.878000', '174139.881000', '174139.883000', '174139.886000', '174139.889000', '174139.891000', '174139.894000', '174139.896000', '174139.899000', '174139.902000', '174139.904000', '174139.907000', '174139.909000', '174139.912000', '174139.915000', '174139.917000', '174139.920000', '174139.922000', '174139.925000', '174139.928000', '174159.819000', '174159.822000', '174159.825000', '174159.827000', '174159.830000', '174159.832000', '174159.835000', '174159.838000', '174159.840000', '174159.843000', '174159.845000', '174159.848000', '174159.850000', '174159.853000', '174159.855000', '174159.858000', '174159.861000', '174159.863000', '174159.866000', '174159.868000', '174159.871000', '174159.873000', '174159.876000', '174159.878000', '174159.881000', '174159.892000', '174159.895000', '174159.897000', '174159.900000', '174159.903000', '174159.905000', '174159.908000', '174159.910000', '174159.913000', '174159.915000', '174159.918000', '174159.921000', '174159.923000', '174159.926000', '174159.928000', '174159.931000', '174159.933000', '174159.936000', '174159.939000', '174219.819000', '174219.821000', '174219.824000', '174219.826000', '174219.829000', '174219.832000', '174219.834000', '174219.837000', '174219.839000', '174219.842000', '174219.844000', '174219.847000', '174219.849000', '174219.852000', '174219.855000', '174219.857000', '174219.860000', '174219.862000', '174219.865000', '174219.867000', '174219.870000', '174219.873000', '174219.875000', '174219.878000', '174219.880000', '174219.883000', '174219.886000', '174219.888000', '174219.891000', '174219.893000', '174219.896000', '174219.898000', '174219.901000', '174219.904000', '174219.906000', '174219.909000', '174219.911000', '174219.914000', '174219.916000', '174219.919000', '174219.922000', '174219.924000', '174219.927000', '174239.818000', '174239.821000', '174239.825000', '174239.828000', '174239.830000', '174239.833000', '174239.836000', '174239.839000', '174239.842000', '174239.845000', '174239.847000', '174239.850000', '174239.852000', '174239.855000', '174239.858000', '174239.860000', '174239.863000', '174239.865000', '174239.868000', '174239.871000', '174239.873000', '174239.876000', '174239.879000', '174239.881000', '174239.884000', '174239.886000', '174239.889000', '174239.892000', '174239.894000', '174239.897000', '174239.899000', '174239.902000', '174239.904000', '174239.907000', '174239.910000', '174239.912000', '174239.915000', '174239.917000', '174239.920000', '174239.922000', '174239.925000', '174239.928000', '174239.930000', '174259.818000', '174259.821000', '174259.824000', '174259.826000', '174259.829000', '174259.832000', '174259.834000', '174259.837000', '174259.839000', '174259.842000', '174259.845000', '174259.847000', '174259.850000', '174259.852000', '174259.855000', '174259.858000', '174259.860000', '174259.863000', '174259.865000', '174259.868000', '174259.870000', '174259.873000', '174259.876000', '174259.878000', '174259.881000', '174259.883000', '174259.886000', '174259.888000', '174259.891000', '174259.894000', '174259.896000', '174259.899000', '174259.901000', '174259.904000', '174259.907000', '174259.909000', '174259.912000', '174259.914000', '174259.917000', '174259.919000', '174259.922000', '174259.925000', '174259.927000', '174259.930000', '174319.818000', '174319.821000', '174319.824000', '174319.826000', '174319.829000', '174319.831000', '174319.834000', '174319.837000', '174319.839000', '174319.842000', '174319.844000', '174319.847000', '174319.849000', '174319.852000', '174319.855000', '174319.857000', '174319.860000', '174319.862000', '174319.865000', '174319.867000', '174319.870000', '174319.872000', '174319.875000', '174319.878000', '174319.880000', '174319.883000', '174319.885000', '174319.888000', '174319.890000', '174319.893000', '174319.896000', '174319.898000', '174319.901000', '174319.903000', '174319.906000', '174319.909000', '174319.911000', '174319.914000', '174319.916000', '174319.919000', '174319.921000', '174319.924000', '174319.927000', '174319.929000', '174339.819000', '174339.821000', '174339.824000', '174339.826000', '174339.829000', '174339.831000', '174339.834000', '174339.837000', '174339.839000', '174339.842000', '174339.844000', '174339.847000', '174339.849000', '174339.852000', '174339.854000', '174339.857000', '174339.860000', '174339.862000', '174339.865000', '174339.867000', '174339.870000', '174339.872000', '174339.875000', '174339.878000', '174339.880000', '174339.883000', '174339.885000', '174339.888000', '174339.890000', '174339.893000', '174339.896000', '174339.898000', '174339.901000', '174339.903000', '174339.906000', '174339.909000', '174339.911000', '174339.914000', '174339.917000', '174339.919000', '174339.922000', '174339.924000', '174339.927000', '174359.819000', '174359.821000', '174359.824000', '174359.827000', '174359.831000', '174359.833000', '174359.836000', '174359.838000', '174359.842000', '174359.845000', '174359.848000', '174359.851000', '174359.854000', '174359.857000', '174359.860000', '174359.862000', '174359.865000', '174359.867000', '174359.870000', '174359.872000', '174359.892000', '174359.894000', '174359.897000', '174359.900000', '174359.902000', '174359.905000', '174359.908000', '174359.911000', '174359.913000', '174359.916000', '174359.918000', '174359.921000', '174359.924000', '174359.926000', '174359.929000', '174359.931000', '174359.934000', '174359.936000', '174359.939000', '174359.942000', '174359.944000', '174359.947000', '174359.949000', '174419.819000', '174419.822000', '174419.825000', '174419.828000', '174419.830000', '174419.833000', '174419.835000', '174419.838000', '174419.840000', '174419.843000', '174419.846000', '174419.848000', '174419.851000', '174419.853000', '174419.856000', '174419.858000', '174419.861000', '174419.863000', '174419.866000', '174419.869000', '174419.871000', '174419.874000', '174419.876000', '174419.879000', '174419.881000', '174419.884000', '174419.886000', '174419.889000', '174419.892000', '174419.894000', '174419.897000', '174419.899000', '174419.902000', '174419.904000', '174419.907000', '174419.910000', '174419.912000', '174419.915000', '174419.917000', '174419.920000', '174419.922000', '174419.925000', '174419.927000', '174419.930000', '174437.512000', '174437.515000', '174437.517000', '174437.520000', '174437.523000', '174437.526000', '174437.528000', '174437.531000', '174437.533000', '174437.536000', '174437.538000', '174437.541000', '174437.544000', '174437.547000', '174437.550000', '174437.552000', '174437.555000', '174437.558000', '174437.560000', '174437.563000', '174437.565000', '174437.568000', '174437.571000', '174437.574000', '174437.578000', '174437.581000', '174437.584000', '174437.587000', '174437.590000', '174437.593000', '174437.596000', '174437.598000', '174437.601000', '174437.604000', '174437.607000', '174437.609000', '174437.612000', '174437.615000', '174437.618000'], 'InstanceCreationTime': ['173819.861000', '173819.865000', '173819.868000', '173819.871000', '173819.873000', '173819.876000', '173819.879000', '173819.882000', '173819.884000', '173819.887000', '173819.889000', '173819.892000', '173819.894000', '173819.897000', '173819.900000', '173819.902000', '173819.905000', '173819.907000', '173819.910000', '173819.912000', '173819.915000', '173819.917000', '173819.920000', '173819.923000', '173819.925000', '173819.928000', '173819.930000', '173819.941000', '173819.943000', '173819.946000', '173819.948000', '173819.951000', '173819.953000', '173819.956000', '173819.958000', '173819.961000', '173819.963000', '173819.966000', '173819.969000', '173819.971000', '173819.974000', '173819.976000', '173819.979000', '173819.981000', '173819.984000', '173819.986000', '173819.989000', '173819.991000', '173819.994000', '173819.996000', '173839.818000', '173839.821000', '173839.824000', '173839.826000', '173839.829000', '173839.832000', '173839.834000', '173839.837000', '173839.839000', '173839.842000', '173839.844000', '173839.847000', '173839.849000', '173839.852000', '173839.854000', '173839.857000', '173839.860000', '173839.862000', '173839.865000', '173839.867000', '173839.870000', '173839.872000', '173839.875000', '173839.877000', '173839.880000', '173839.882000', '173839.885000', '173839.893000', '173839.896000', '173839.898000', '173839.901000', '173839.904000', '173839.906000', '173839.909000', '173839.911000', '173839.914000', '173839.916000', '173839.919000', '173839.921000', '173839.924000', '173839.927000', '173839.929000', '173839.932000', '173839.934000', '173859.819000', '173859.821000', '173859.824000', '173859.827000', '173859.829000', '173859.832000', '173859.834000', '173859.837000', '173859.839000', '173859.842000', '173859.853000', '173859.855000', '173859.858000', '173859.860000', '173859.863000', '173859.866000', '173859.869000', '173859.872000', '173859.875000', '173859.877000', '173859.880000', '173859.883000', '173859.885000', '173859.888000', '173859.890000', '173859.893000', '173859.895000', '173859.898000', '173859.901000', '173859.903000', '173859.906000', '173859.908000', '173859.911000', '173859.913000', '173859.916000', '173859.918000', '173859.921000', '173859.923000', '173859.926000', '173859.929000', '173859.931000', '173859.934000', '173859.937000', '173919.818000', '173919.821000', '173919.824000', '173919.826000', '173919.829000', '173919.832000', '173919.834000', '173919.837000', '173919.839000', '173919.842000', '173919.844000', '173919.847000', '173919.849000', '173919.852000', '173919.854000', '173919.857000', '173919.860000', '173919.862000', '173919.865000', '173919.867000', '173919.870000', '173919.873000', '173919.875000', '173919.878000', '173919.880000', '173919.883000', '173919.885000', '173919.888000', '173919.890000', '173919.893000', '173919.896000', '173919.898000', '173919.912000', '173919.915000', '173919.917000', '173919.920000', '173919.923000', '173919.925000', '173919.928000', '173919.930000', '173919.933000', '173919.935000', '173919.938000', '173919.941000', '173939.819000', '173939.822000', '173939.825000', '173939.827000', '173939.830000', '173939.832000', '173939.835000', '173939.838000', '173939.840000', '173939.843000', '173939.845000', '173939.848000', '173939.850000', '173939.853000', '173939.855000', '173939.858000', '173939.861000', '173939.863000', '173939.866000', '173939.868000', '173939.871000', '173939.873000', '173939.876000', '173939.879000', '173939.881000', '173939.884000', '173939.886000', '173939.889000', '173939.892000', '173939.894000', '173939.897000', '173939.900000', '173939.902000', '173939.905000', '173939.907000', '173939.910000', '173939.912000', '173939.915000', '173939.918000', '173939.920000', '173939.923000', '173939.925000', '173939.928000', '173959.819000', '173959.821000', '173959.824000', '173959.827000', '173959.829000', '173959.832000', '173959.834000', '173959.837000', '173959.840000', '173959.842000', '173959.845000', '173959.847000', '173959.850000', '173959.852000', '173959.855000', '173959.858000', '173959.860000', '173959.863000', '173959.865000', '173959.868000', '173959.870000', '173959.873000', '173959.876000', '173959.878000', '173959.881000', '173959.883000', '173959.886000', '173959.889000', '173959.891000', '173959.894000', '173959.896000', '173959.899000', '173959.901000', '173959.904000', '173959.907000', '173959.909000', '173959.912000', '173959.914000', '173959.917000', '173959.919000', '173959.922000', '173959.924000', '173959.927000', '174019.819000', '174019.821000', '174019.824000', '174019.827000', '174019.829000', '174019.832000', '174019.834000', '174019.837000', '174019.839000', '174019.842000', '174019.844000', '174019.847000', '174019.849000', '174019.852000', '174019.855000', '174019.857000', '174019.860000', '174019.862000', '174019.865000', '174019.867000', '174019.870000', '174019.872000', '174019.875000', '174019.877000', '174019.880000', '174019.883000', '174019.885000', '174019.888000', '174019.890000', '174019.893000', '174019.895000', '174019.898000', '174019.901000', '174019.903000', '174019.906000', '174019.908000', '174019.911000', '174019.913000', '174019.916000', '174019.918000', '174019.921000', '174019.924000', '174019.926000', '174019.929000', '174039.818000', '174039.821000', '174039.824000', '174039.826000', '174039.829000', '174039.831000', '174039.834000', '174039.837000', '174039.839000', '174039.842000', '174039.844000', '174039.847000', '174039.849000', '174039.852000', '174039.855000', '174039.857000', '174039.860000', '174039.862000', '174039.865000', '174039.868000', '174039.870000', '174039.873000', '174039.875000', '174039.878000', '174039.880000', '174039.883000', '174039.885000', '174039.888000', '174039.891000', '174039.893000', '174039.896000', '174039.898000', '174039.901000', '174039.903000', '174039.906000', '174039.908000', '174039.911000', '174039.914000', '174039.916000', '174039.919000', '174039.921000', '174039.924000', '174039.927000', '174039.929000', '174059.818000', '174059.821000', '174059.824000', '174059.826000', '174059.829000', '174059.832000', '174059.834000', '174059.837000', '174059.839000', '174059.842000', '174059.844000', '174059.847000', '174059.850000', '174059.852000', '174059.855000', '174059.857000', '174059.860000', '174059.863000', '174059.865000', '174059.868000', '174059.870000', '174059.873000', '174059.875000', '174059.878000', '174059.881000', '174059.883000', '174059.886000', '174059.942000', '174059.944000', '174059.947000', '174059.949000', '174059.952000', '174059.955000', '174059.957000', '174059.960000', '174059.962000', '174059.965000', '174059.967000', '174059.970000', '174059.972000', '174059.975000', '174059.978000', '174059.980000', '174119.818000', '174119.821000', '174119.824000', '174119.827000', '174119.829000', '174119.832000', '174119.834000', '174119.837000', '174119.840000', '174119.842000', '174119.845000', '174119.847000', '174119.850000', '174119.853000', '174119.855000', '174119.858000', '174119.860000', '174119.863000', '174119.865000', '174119.868000', '174119.870000', '174119.873000', '174119.875000', '174119.878000', '174119.881000', '174119.883000', '174119.886000', '174119.889000', '174119.891000', '174119.894000', '174119.896000', '174119.899000', '174119.902000', '174119.904000', '174119.907000', '174119.909000', '174119.912000', '174119.915000', '174119.917000', '174119.920000', '174119.922000', '174119.925000', '174119.928000', '174119.930000', '174139.818000', '174139.821000', '174139.824000', '174139.826000', '174139.829000', '174139.832000', '174139.834000', '174139.837000', '174139.839000', '174139.842000', '174139.845000', '174139.847000', '174139.850000', '174139.852000', '174139.855000', '174139.858000', '174139.860000', '174139.863000', '174139.865000', '174139.868000', '174139.870000', '174139.873000', '174139.876000', '174139.878000', '174139.881000', '174139.883000', '174139.886000', '174139.889000', '174139.891000', '174139.894000', '174139.896000', '174139.899000', '174139.902000', '174139.904000', '174139.907000', '174139.909000', '174139.912000', '174139.915000', '174139.917000', '174139.920000', '174139.922000', '174139.925000', '174139.928000', '174159.819000', '174159.822000', '174159.825000', '174159.827000', '174159.830000', '174159.832000', '174159.835000', '174159.838000', '174159.840000', '174159.843000', '174159.845000', '174159.848000', '174159.850000', '174159.853000', '174159.855000', '174159.858000', '174159.861000', '174159.863000', '174159.866000', '174159.868000', '174159.871000', '174159.873000', '174159.876000', '174159.878000', '174159.881000', '174159.892000', '174159.895000', '174159.897000', '174159.900000', '174159.903000', '174159.905000', '174159.908000', '174159.910000', '174159.913000', '174159.915000', '174159.918000', '174159.921000', '174159.923000', '174159.926000', '174159.928000', '174159.931000', '174159.933000', '174159.936000', '174159.939000', '174219.819000', '174219.821000', '174219.824000', '174219.826000', '174219.829000', '174219.832000', '174219.834000', '174219.837000', '174219.839000', '174219.842000', '174219.844000', '174219.847000', '174219.849000', '174219.852000', '174219.855000', '174219.857000', '174219.860000', '174219.862000', '174219.865000', '174219.867000', '174219.870000', '174219.873000', '174219.875000', '174219.878000', '174219.880000', '174219.883000', '174219.886000', '174219.888000', '174219.891000', '174219.893000', '174219.896000', '174219.898000', '174219.901000', '174219.904000', '174219.906000', '174219.909000', '174219.911000', '174219.914000', '174219.916000', '174219.919000', '174219.922000', '174219.924000', '174219.927000', '174239.818000', '174239.821000', '174239.825000', '174239.828000', '174239.830000', '174239.833000', '174239.836000', '174239.839000', '174239.842000', '174239.845000', '174239.847000', '174239.850000', '174239.852000', '174239.855000', '174239.858000', '174239.860000', '174239.863000', '174239.865000', '174239.868000', '174239.871000', '174239.873000', '174239.876000', '174239.879000', '174239.881000', '174239.884000', '174239.886000', '174239.889000', '174239.892000', '174239.894000', '174239.897000', '174239.899000', '174239.902000', '174239.904000', '174239.907000', '174239.910000', '174239.912000', '174239.915000', '174239.917000', '174239.920000', '174239.922000', '174239.925000', '174239.928000', '174239.930000', '174259.818000', '174259.821000', '174259.824000', '174259.826000', '174259.829000', '174259.832000', '174259.834000', '174259.837000', '174259.839000', '174259.842000', '174259.845000', '174259.847000', '174259.850000', '174259.852000', '174259.855000', '174259.858000', '174259.860000', '174259.863000', '174259.865000', '174259.868000', '174259.870000', '174259.873000', '174259.876000', '174259.878000', '174259.881000', '174259.883000', '174259.886000', '174259.888000', '174259.891000', '174259.894000', '174259.896000', '174259.899000', '174259.901000', '174259.904000', '174259.907000', '174259.909000', '174259.912000', '174259.914000', '174259.917000', '174259.919000', '174259.922000', '174259.925000', '174259.927000', '174259.930000', '174319.818000', '174319.821000', '174319.824000', '174319.826000', '174319.829000', '174319.831000', '174319.834000', '174319.837000', '174319.839000', '174319.842000', '174319.844000', '174319.847000', '174319.849000', '174319.852000', '174319.855000', '174319.857000', '174319.860000', '174319.862000', '174319.865000', '174319.867000', '174319.870000', '174319.872000', '174319.875000', '174319.878000', '174319.880000', '174319.883000', '174319.885000', '174319.888000', '174319.890000', '174319.893000', '174319.896000', '174319.898000', '174319.901000', '174319.903000', '174319.906000', '174319.909000', '174319.911000', '174319.914000', '174319.916000', '174319.919000', '174319.921000', '174319.924000', '174319.927000', '174319.929000', '174339.819000', '174339.821000', '174339.824000', '174339.826000', '174339.829000', '174339.831000', '174339.834000', '174339.837000', '174339.839000', '174339.842000', '174339.844000', '174339.847000', '174339.849000', '174339.852000', '174339.854000', '174339.857000', '174339.860000', '174339.862000', '174339.865000', '174339.867000', '174339.870000', '174339.872000', '174339.875000', '174339.878000', '174339.880000', '174339.883000', '174339.885000', '174339.888000', '174339.890000', '174339.893000', '174339.896000', '174339.898000', '174339.901000', '174339.903000', '174339.906000', '174339.909000', '174339.911000', '174339.914000', '174339.917000', '174339.919000', '174339.922000', '174339.924000', '174339.927000', '174359.819000', '174359.821000', '174359.824000', '174359.827000', '174359.831000', '174359.833000', '174359.836000', '174359.838000', '174359.842000', '174359.845000', '174359.848000', '174359.851000', '174359.854000', '174359.857000', '174359.860000', '174359.862000', '174359.865000', '174359.867000', '174359.870000', '174359.872000', '174359.892000', '174359.894000', '174359.897000', '174359.900000', '174359.902000', '174359.905000', '174359.908000', '174359.911000', '174359.913000', '174359.916000', '174359.918000', '174359.921000', '174359.924000', '174359.926000', '174359.929000', '174359.931000', '174359.934000', '174359.936000', '174359.939000', '174359.942000', '174359.944000', '174359.947000', '174359.949000', '174419.819000', '174419.822000', '174419.825000', '174419.828000', '174419.830000', '174419.833000', '174419.835000', '174419.838000', '174419.840000', '174419.843000', '174419.846000', '174419.848000', '174419.851000', '174419.853000', '174419.856000', '174419.858000', '174419.861000', '174419.863000', '174419.866000', '174419.869000', '174419.871000', '174419.874000', '174419.876000', '174419.879000', '174419.881000', '174419.884000', '174419.886000', '174419.889000', '174419.892000', '174419.894000', '174419.897000', '174419.899000', '174419.902000', '174419.904000', '174419.907000', '174419.910000', '174419.912000', '174419.915000', '174419.917000', '174419.920000', '174419.922000', '174419.925000', '174419.927000', '174419.930000', '174437.512000', '174437.515000', '174437.517000', '174437.520000', '174437.523000', '174437.526000', '174437.528000', '174437.531000', '174437.533000', '174437.536000', '174437.538000', '174437.541000', '174437.544000', '174437.547000', '174437.550000', '174437.552000', '174437.555000', '174437.558000', '174437.560000', '174437.563000', '174437.565000', '174437.568000', '174437.571000', '174437.574000', '174437.578000', '174437.581000', '174437.584000', '174437.587000', '174437.590000', '174437.593000', '174437.596000', '174437.598000', '174437.601000', '174437.604000', '174437.607000', '174437.609000', '174437.612000', '174437.615000', '174437.618000'], '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], 'LargestImagePixelValue': [9719, 12833, 8914, 13183, 10467, 13662, 10433, 12747, 7846, 12586, 8694, 13087, 7704, 10054, 10760, 10099, 13270, 9171, 12521, 8315, 12700, 8775, 12533, 7834, 12282, 8002, 12565, 9158, 10368, 8264, 9920, 14037, 10686, 14998, 9604, 13705, 9113, 13147, 9745, 13454, 8678, 12760, 8162, 13113, 9181, 12422, 8148, 12512, 8168, 13076, 8330, 11943, 7783, 11221, 10736, 10358, 11587, 9016, 7679, 11743, 9993, 13210, 11128, 12917, 8633, 12900, 8565, 13153, 7949, 11755, 8864, 10351, 14272, 9463, 12510, 8896, 12479, 8706, 12463, 8271, 11464, 7437, 10914, 7523, 10362, 11203, 8852, 11604, 8188, 12038, 9394, 12288, 9936, 12018, 8000, 12259, 7946, 11135, 15482, 10663, 14524, 8735, 12989, 9234, 13176, 9069, 12547, 7761, 11743, 8218, 11027, 9629, 9588, 13711, 9545, 12715, 8578, 12840, 9561, 13078, 9558, 12627, 7809, 11593, 11989, 9688, 12959, 9270, 12682, 8892, 12546, 8138, 12643, 7790, 9998, 13502, 9883, 12731, 9890, 12594, 8555, 12707, 8242, 12741, 8259, 11186, 7498, 9852, 13612, 10003, 13304, 8950, 12736, 8770, 12459, 8340, 12691, 7962, 11017, 10157, 9962, 13603, 9709, 12471, 9029, 12512, 8193, 12721, 8225, 10717, 8978, 9303, 13439, 9778, 12770, 8940, 12390, 8069, 12537, 8801, 9573, 12489, 8660, 12743, 9954, 12511, 8071, 12285, 7757, 11053, 13393, 9332, 12612, 8423, 12595, 9619, 12495, 8341, 12248, 7628, 9596, 13773, 9225, 12518, 8691, 12460, 8736, 12599, 8259, 12083, 7758, 9806, 14034, 10115, 13364, 9611, 12863, 8709, 12535, 8348, 12712, 7818, 10947, 7663, 9528, 13109, 9288, 12956, 9607, 12311, 8891, 12328, 8374, 12473, 9463, 12068, 7911, 11866, 7757, 12717, 13840, 8987, 12970, 8241, 12724, 10185, 12769, 8806, 12523, 8041, 11273, 11129, 9816, 12202, 8807, 12287, 8449, 12671, 9812, 12501, 7989, 11438, 10001, 10335, 13904, 9054, 12585, 9005, 12534, 8503, 12215, 7901, 10170, 12268, 9677, 12886, 9273, 12604, 8689, 12228, 9170, 12441, 7982, 12276, 7730, 9778, 7901, 12116, 8560, 12528, 8048, 12082, 8111, 12466, 8321, 12305, 7898, 11876, 8495, 10865, 15295, 9896, 13363, 8948, 12481, 8112, 12931, 9935, 9709, 13240, 8518, 12703, 8623, 12427, 7762, 9916, 9477, 9155, 12345, 8659, 11642, 8066, 11885, 8787, 12235, 8266, 11511, 7504, 10158, 14252, 9074, 13040, 10195, 12575, 8032, 12329, 10592, 10591, 14485, 8975, 12895, 9673, 12875, 8414, 12234, 7632, 10695, 12000, 10037, 12783, 9160, 12529, 8656, 12904, 10131, 12735, 8343, 12263, 8198, 12118, 10190, 9180, 10258, 9069, 12599, 9498, 12842, 10027, 12304, 8091, 11599, 9248, 10544, 10928, 9213, 12740, 8507, 12648, 10298, 12773, 8394, 12383, 8046, 11574, 8640, 11030, 8239, 9684, 12806, 9197, 12984, 10007, 12520, 8252, 12237, 8029, 12780, 8063, 10125, 13668, 9401, 13101, 10525, 12672, 8288, 12396, 8147, 12924, 8091, 9766, 12552, 9579, 12990, 10475, 12430, 8749, 11182, 8457, 11581, 9219, 8084, 13054, 8277, 12411, 8317, 11955, 15154, 10861, 15114, 9229, 13225, 9297, 12889, 8784, 12217, 7844, 11227, 7794, 11150, 11004, 8866, 9990, 8669, 12291, 9143, 12809, 9235, 12440, 7674, 11208, 10814, 9999, 13339, 9080, 12778, 8751, 12596, 8478, 12877, 8037, 11203, 7780, 9437, 13257, 9887, 12518, 9147, 11818, 8203, 12277, 8298, 11795, 7505, 10914, 7672, 9692, 14082, 8876, 12740, 10319, 12451, 9370, 12248, 8526, 11964, 8239, 12621, 8088, 10354, 10943, 9429, 13071, 9767, 12101, 8451, 12299, 8695, 12306, 8006, 11421, 7476, 9640, 13410, 9867, 13085, 9509, 12460, 8646, 12235, 8519, 12515, 8225, 11592, 7602, 9468, 14110, 9403, 12367, 8873, 12219, 8305, 12242, 8600, 9843, 8740, 8881, 12268, 8816, 12579, 8192, 11817, 7848, 12003, 9636, 12343, 9209, 11916, 8131, 11767, 8154, 12639, 7764, 11022, 8667, 9786, 15155, 9722, 12914, 8856, 12223, 8653, 12411, 8371, 11650, 7971, 10505, 13821, 9662, 12763, 9340, 11969, 8428, 12541, 8679, 11905, 8103, 9364, 13152, 9640, 13216, 9072, 12140, 8353, 11952, 8714, 12208, 8055, 11185, 7503, 9296, 13824, 9066, 12272, 8918, 12184, 8554, 11969, 8291, 12292, 7768, 10781, 9027, 9533, 13849, 9417, 12192, 8686, 12105, 8541, 12552, 8218, 11856, 7650, 10021, 10130, 9480, 13644, 8512, 11798, 8231, 12163, 9358, 12711, 9987, 12214, 8176, 12151, 8211, 12599, 8273, 11651, 7875, 10793, 10256, 10234, 13747, 8891, 13404, 8662, 12930, 10018, 11992, 8206, 11977, 8250, 11970, 10194, 9259, 12923, 8249, 12592, 10229, 12202, 8209, 11786, 8124, 11367, 9340, 9254, 12887, 8414, 11989, 9424, 12236, 8975, 11710, 8002, 11697, 8028, 11902, 7728, 10162, 11586, 9823, 13861, 9195, 12277, 8641, 12421, 9574, 12885, 10320, 12546, 8355, 12235, 8044, 12125, 8647, 10426, 7951, 9242, 13769, 9333, 13059, 9399, 12460, 8645, 12069, 9003, 12636, 9075, 12017, 7752, 11394, 8081, 12223, 9571, 9379, 13854, 8776, 12614, 9132, 12283, 7834, 10797, 10654, 9456, 12645, 8957, 12424, 8721, 11999, 8306, 11700, 7883, 10379, 7747, 8843, 7519, 11032, 8415, 12135, 9582, 10527, 8938, 13881, 9964, 13794, 8699, 11772, 7868, 11262, 11651, 9936, 13100, 8880, 13059, 8452, 12718, 10104, 12542, 9974, 11237, 8264, 7531, 11113, 7933, 10123, 15147, 8773, 13452, 9603, 12474, 8986, 12351, 8364, 12648, 13544, 11182, 15827, 10995, 14556, 10361, 12379, 8232, 12520, 7919, 10866, 12525, 8737, 9511, 8335, 11548, 9014, 12711, 8523, 11485, 8191, 11505, 8590, 11224, 8664, 11294, 7915, 10969, 7878, 10188, 8080, 10636, 8642, 9997, 7975, 10386, 7985, 9687, 15609, 9436, 14803, 8547, 13815, 9383, 12190, 8587, 11530, 8690, 8808, 13952, 8321, 12474, 8203, 11919, 8033, 11650, 8577, 10755, 8036, 9560, 14502, 8661, 12934, 9349, 12211, 7794, 11434, 8073, 11126, 9374, 9564, 8257, 9243, 13964, 9610, 13442, 10211, 12264, 8517, 11841, 8337, 12227, 7645, 10358, 12211, 9680, 14227, 9012, 13375, 10791, 12425, 8798, 11589, 8287, 11768, 8647, 12022, 8002, 11713, 8120, 11701, 8359, 11499, 7692, 10703, 8339, 10860, 10809, 10038, 14748, 8542, 13640, 9467, 12071, 8730], 'WindowCenter': [4560.0, 4562.0, 4520.0, 4545.0, 4526.0, 4533.0, 4513.0, 4523.0, 4480.0, 4519.0, 4490.0, 4520.0, 4467.0, 4500.0, 4508.0, 4511.0, 4519.0, 4503.0, 4520.0, 4489.0, 4519.0, 4490.0, 4518.0, 4470.0, 4520.0, 4479.0, 4521.0, 4490.0, 4510.0, 4479.0, 4499.0, 4519.0, 4500.0, 4529.0, 4489.0, 4517.0, 4477.0, 4507.0, 4486.0, 4505.0, 4477.0, 4505.0, 4476.0, 4518.0, 4488.0, 4518.0, 4480.0, 4520.0, 4480.0, 4529.0, 4479.0, 4509.0, 4467.0, 4509.0, 4498.0, 4499.0, 4508.0, 4489.0, 4479.0, 4519.0, 4513.0, 4530.0, 4510.0, 4519.0, 4478.0, 4519.0, 4479.0, 4519.0, 4468.0, 4507.0, 4475.0, 4487.0, 4516.0, 4486.0, 4505.0, 4476.0, 4508.0, 4476.0, 4507.0, 4465.0, 4508.0, 4457.0, 4508.0, 4467.0, 4498.0, 4507.0, 4489.0, 4508.0, 4479.0, 4519.0, 4501.0, 4521.0, 4501.0, 4521.0, 4480.0, 4521.0, 4481.0, 4511.0, 4530.0, 4500.0, 4530.0, 4478.0, 4518.0, 4487.0, 4519.0, 4478.0, 4508.0, 4468.0, 4508.0, 4478.0, 4509.0, 4488.0, 4500.0, 4520.0, 4500.0, 4519.0, 4490.0, 4517.0, 4489.0, 4519.0, 4488.0, 4508.0, 4457.0, 4509.0, 4507.0, 4489.0, 4509.0, 4488.0, 4506.0, 4486.0, 4507.0, 4468.0, 4518.0, 4467.0, 4499.0, 4517.0, 4499.0, 4516.0, 4499.0, 4506.0, 4479.0, 4518.0, 4478.0, 4519.0, 4478.0, 4508.0, 4458.0, 4498.0, 4518.0, 4499.0, 4518.0, 4489.0, 4507.0, 4478.0, 4519.0, 4477.0, 4518.0, 4467.0, 4510.0, 4486.0, 4499.0, 4518.0, 4488.0, 4509.0, 4488.0, 4518.0, 4477.0, 4519.0, 4479.0, 4499.0, 4476.0, 4488.0, 4518.0, 4490.0, 4506.0, 4478.0, 4507.0, 4469.0, 4519.0, 4478.0, 4489.0, 4507.0, 4480.0, 4517.0, 4500.0, 4508.0, 4468.0, 4519.0, 4466.0, 4509.0, 4518.0, 4488.0, 4516.0, 4478.0, 4518.0, 4500.0, 4519.0, 4479.0, 4519.0, 4469.0, 4499.0, 4518.0, 4491.0, 4519.0, 4490.0, 4518.0, 4477.0, 4521.0, 4479.0, 4519.0, 4468.0, 4498.0, 4516.0, 4499.0, 4518.0, 4488.0, 4506.0, 4478.0, 4507.0, 4478.0, 4518.0, 4467.0, 4507.0, 4466.0, 4488.0, 4506.0, 4490.0, 4518.0, 4489.0, 4508.0, 4488.0, 4519.0, 4479.0, 4521.0, 4500.0, 4521.0, 4480.0, 4520.0, 4471.0, 4531.0, 4532.0, 4491.0, 4519.0, 4479.0, 4517.0, 4500.0, 4519.0, 4489.0, 4521.0, 4468.0, 4509.0, 4508.0, 4498.0, 4508.0, 4490.0, 4508.0, 4479.0, 4521.0, 4498.0, 4521.0, 4468.0, 4509.0, 4499.0, 4500.0, 4520.0, 4489.0, 4508.0, 4489.0, 4520.0, 4478.0, 4507.0, 4469.0, 4498.0, 4506.0, 4490.0, 4508.0, 4488.0, 4509.0, 4478.0, 4506.0, 4490.0, 4519.0, 4478.0, 4521.0, 4468.0, 4501.0, 4478.0, 4520.0, 4490.0, 4521.0, 4481.0, 4521.0, 4481.0, 4522.0, 4481.0, 4520.0, 4480.0, 4521.0, 4478.0, 4511.0, 4530.0, 4500.0, 4507.0, 4477.0, 4506.0, 4466.0, 4508.0, 4485.0, 4486.0, 4505.0, 4477.0, 4507.0, 4476.0, 4506.0, 4456.0, 4488.0, 4485.0, 4489.0, 4508.0, 4489.0, 4509.0, 4480.0, 4520.0, 4492.0, 4521.0, 4481.0, 4511.0, 4460.0, 4501.0, 4530.0, 4491.0, 4520.0, 4499.0, 4510.0, 4469.0, 4520.0, 4500.0, 4499.0, 4518.0, 4479.0, 4508.0, 4486.0, 4518.0, 4466.0, 4508.0, 4456.0, 4498.0, 4507.0, 4488.0, 4506.0, 4488.0, 4507.0, 4478.0, 4519.0, 4486.0, 4505.0, 4469.0, 4507.0, 4467.0, 4519.0, 4498.0, 4489.0, 4487.0, 4478.0, 4508.0, 4488.0, 4518.0, 4488.0, 4508.0, 4468.0, 4508.0, 4479.0, 4498.0, 4498.0, 4488.0, 4507.0, 4479.0, 4507.0, 4499.0, 4517.0, 4479.0, 4520.0, 4469.0, 4510.0, 4480.0, 4501.0, 4480.0, 4489.0, 4508.0, 4490.0, 4518.0, 4501.0, 4508.0, 4479.0, 4509.0, 4468.0, 4518.0, 4469.0, 4498.0, 4519.0, 4489.0, 4517.0, 4499.0, 4509.0, 4468.0, 4508.0, 4470.0, 4509.0, 4469.0, 4489.0, 4507.0, 4488.0, 4507.0, 4497.0, 4506.0, 4478.0, 4497.0, 4479.0, 4509.0, 4502.0, 4483.0, 4532.0, 4494.0, 4534.0, 4481.0, 4523.0, 4533.0, 4501.0, 4521.0, 4489.0, 4506.0, 4477.0, 4509.0, 4467.0, 4496.0, 4456.0, 4497.0, 4455.0, 4509.0, 4495.0, 4478.0, 4487.0, 4479.0, 4509.0, 4490.0, 4520.0, 4487.0, 4510.0, 4459.0, 4498.0, 4487.0, 4488.0, 4507.0, 4477.0, 4506.0, 4467.0, 4508.0, 4468.0, 4508.0, 4467.0, 4499.0, 4456.0, 4477.0, 4506.0, 4487.0, 4507.0, 4488.0, 4506.0, 4468.0, 4509.0, 4478.0, 4507.0, 4458.0, 4499.0, 4458.0, 4487.0, 4518.0, 4477.0, 4508.0, 4498.0, 4507.0, 4489.0, 4509.0, 4478.0, 4508.0, 4478.0, 4509.0, 4469.0, 4501.0, 4498.0, 4489.0, 4520.0, 4489.0, 4510.0, 4481.0, 4508.0, 4479.0, 4511.0, 4469.0, 4507.0, 4459.0, 4488.0, 4517.0, 4500.0, 4518.0, 4489.0, 4507.0, 4478.0, 4507.0, 4478.0, 4509.0, 4467.0, 4508.0, 4456.0, 4488.0, 4517.0, 4487.0, 4508.0, 4477.0, 4509.0, 4467.0, 4509.0, 4479.0, 4488.0, 4466.0, 4477.0, 4507.0, 4489.0, 4508.0, 4479.0, 4509.0, 4480.0, 4521.0, 4502.0, 4520.0, 4491.0, 4519.0, 4481.0, 4511.0, 4481.0, 4521.0, 4469.0, 4500.0, 4478.0, 4489.0, 4519.0, 4489.0, 4507.0, 4478.0, 4508.0, 4477.0, 4509.0, 4466.0, 4498.0, 4469.0, 4499.0, 4517.0, 4489.0, 4507.0, 4478.0, 4497.0, 4466.0, 4507.0, 4465.0, 4497.0, 4455.0, 4477.0, 4505.0, 4488.0, 4507.0, 4476.0, 4506.0, 4467.0, 4496.0, 4479.0, 4509.0, 4468.0, 4499.0, 4458.0, 4490.0, 4517.0, 4480.0, 4508.0, 4489.0, 4509.0, 4479.0, 4509.0, 4479.0, 4510.0, 4459.0, 4500.0, 4479.0, 4490.0, 4520.0, 4479.0, 4507.0, 4479.0, 4507.0, 4478.0, 4509.0, 4468.0, 4508.0, 4460.0, 4489.0, 4497.0, 4489.0, 4518.0, 4481.0, 4510.0, 4480.0, 4507.0, 4490.0, 4520.0, 4501.0, 4520.0, 4480.0, 4510.0, 4480.0, 4521.0, 4480.0, 4510.0, 4467.0, 4499.0, 4488.0, 4499.0, 4516.0, 4477.0, 4508.0, 4478.0, 4508.0, 4488.0, 4509.0, 4467.0, 4508.0, 4468.0, 4509.0, 4488.0, 4488.0, 4508.0, 4468.0, 4507.0, 4487.0, 4508.0, 4466.0, 4506.0, 4469.0, 4510.0, 4489.0, 4489.0, 4506.0, 4470.0, 4507.0, 4491.0, 4506.0, 4488.0, 4510.0, 4469.0, 4510.0, 4470.0, 4521.0, 4471.0, 4501.0, 4509.0, 4499.0, 4521.0, 4490.0, 4509.0, 4480.0, 4508.0, 4489.0, 4519.0, 4498.0, 4508.0, 4478.0, 4509.0, 4468.0, 4510.0, 4477.0, 4500.0, 4467.0, 4489.0, 4519.0, 4490.0, 4519.0, 4490.0, 4508.0, 4479.0, 4508.0, 4490.0, 4520.0, 4479.0, 4509.0, 4458.0, 4509.0, 4471.0, 4510.0, 4489.0, 4478.0, 4519.0, 4478.0, 4508.0, 4477.0, 4507.0, 4456.0, 4496.0, 4487.0, 4488.0, 4508.0, 4478.0, 4506.0, 4477.0, 4497.0, 4468.0, 4510.0, 4467.0, 4500.0, 4458.0, 4490.0, 4460.0, 4510.0, 4493.0, 4522.0, 4502.0, 4512.0, 4505.0, 4533.0, 4502.0, 4521.0, 4480.0, 4499.0, 4457.0, 4498.0, 4496.0, 4488.0, 4505.0, 4477.0, 4507.0, 4467.0, 4509.0, 4501.0, 4533.0, 4504.0, 4500.0, 4467.0, 4471.0, 4511.0, 4471.0, 4500.0, 4519.0, 4480.0, 4520.0, 4490.0, 4510.0, 4480.0, 4511.0, 4468.0, 4507.0, 4496.0, 4486.0, 4504.0, 4475.0, 4493.0, 4474.0, 4483.0, 4441.0, 4493.0, 4443.0, 4484.0, 4483.0, 4452.0, 4460.0, 4453.0, 4482.0, 4466.0, 4496.0, 4465.0, 4485.0, 4464.0, 4495.0, 4477.0, 4497.0, 4466.0, 4497.0, 4469.0, 4498.0, 4468.0, 4498.0, 4468.0, 4501.0, 4479.0, 4500.0, 4469.0, 4500.0, 4469.0, 4502.0, 4529.0, 4491.0, 4520.0, 4480.0, 4517.0, 4479.0, 4510.0, 4479.0, 4499.0, 4466.0, 4478.0, 4517.0, 4469.0, 4508.0, 4481.0, 4507.0, 4468.0, 4510.0, 4479.0, 4500.0, 4466.0, 4489.0, 4518.0, 4481.0, 4510.0, 4479.0, 4509.0, 4460.0, 4508.0, 4469.0, 4511.0, 4491.0, 4490.0, 4470.0, 4492.0, 4532.0, 4503.0, 4521.0, 4502.0, 4510.0, 4480.0, 4510.0, 4481.0, 4521.0, 4469.0, 4500.0, 4509.0, 4490.0, 4518.0, 4489.0, 4521.0, 4500.0, 4507.0, 4480.0, 4498.0, 4480.0, 4509.0, 4479.0, 4510.0, 4468.0, 4509.0, 4470.0, 4511.0, 4469.0, 4510.0, 4471.0, 4499.0, 4481.0, 4510.0, 4510.0, 4491.0, 4519.0, 4479.0, 4518.0, 4491.0, 4508.0, 4479.0], 'WindowWidth': [10020.0, 10008.0, 9942.0, 9967.0, 9940.0, 9947.0, 9917.0, 9928.0, 9868.0, 9920.0, 9879.0, 9920.0, 9846.0, 9893.0, 9901.0, 9909.0, 9919.0, 9902.0, 9920.0, 9879.0, 9917.0, 9878.0, 9916.0, 9853.0, 9921.0, 9864.0, 9923.0, 9881.0, 9907.0, 9864.0, 9889.0, 9916.0, 9892.0, 9930.0, 9876.0, 9910.0, 9856.0, 9895.0, 9865.0, 9891.0, 9854.0, 9891.0, 9855.0, 9915.0, 9874.0, 9914.0, 9866.0, 9919.0, 9868.0, 9931.0, 9862.0, 9903.0, 9844.0, 9901.0, 9887.0, 9889.0, 9898.0, 9875.0, 9864.0, 9917.0, 9917.0, 9934.0, 9909.0, 9917.0, 9860.0, 9915.0, 9860.0, 9915.0, 9844.0, 9897.0, 9851.0, 9868.0, 9908.0, 9866.0, 9890.0, 9852.0, 9898.0, 9854.0, 9897.0, 9836.0, 9898.0, 9829.0, 9900.0, 9842.0, 9889.0, 9898.0, 9877.0, 9901.0, 9864.0, 9918.0, 9896.0, 9922.0, 9896.0, 9922.0, 9866.0, 9923.0, 9867.0, 9908.0, 9935.0, 9893.0, 9932.0, 9861.0, 9914.0, 9872.0, 9916.0, 9858.0, 9899.0, 9844.0, 9901.0, 9858.0, 9903.0, 9874.0, 9892.0, 9920.0, 9894.0, 9918.0, 9879.0, 9913.0, 9876.0, 9917.0, 9873.0, 9899.0, 9829.0, 9901.0, 9897.0, 9875.0, 9900.0, 9872.0, 9893.0, 9869.0, 9897.0, 9845.0, 9913.0, 9843.0, 9887.0, 9910.0, 9889.0, 9909.0, 9889.0, 9895.0, 9861.0, 9912.0, 9858.0, 9915.0, 9859.0, 9900.0, 9831.0, 9887.0, 9912.0, 9888.0, 9913.0, 9876.0, 9897.0, 9860.0, 9917.0, 9856.0, 9914.0, 9843.0, 9904.0, 9867.0, 9888.0, 9915.0, 9873.0, 9900.0, 9874.0, 9913.0, 9857.0, 9916.0, 9862.0, 9888.0, 9853.0, 9871.0, 9913.0, 9876.0, 9894.0, 9859.0, 9898.0, 9846.0, 9917.0, 9858.0, 9875.0, 9897.0, 9863.0, 9911.0, 9893.0, 9900.0, 9847.0, 9917.0, 9842.0, 9903.0, 9915.0, 9874.0, 9909.0, 9860.0, 9913.0, 9892.0, 9918.0, 9861.0, 9918.0, 9848.0, 9889.0, 9916.0, 9880.0, 9916.0, 9879.0, 9914.0, 9861.0, 9921.0, 9861.0, 9916.0, 9844.0, 9886.0, 9910.0, 9890.0, 9912.0, 9872.0, 9894.0, 9858.0, 9898.0, 9858.0, 9913.0, 9843.0, 9897.0, 9841.0, 9872.0, 9893.0, 9876.0, 9912.0, 9875.0, 9899.0, 9874.0, 9916.0, 9864.0, 9923.0, 9894.0, 9922.0, 9866.0, 9921.0, 9856.0, 9937.0, 9938.0, 9882.0, 9917.0, 9861.0, 9911.0, 9891.0, 9917.0, 9874.0, 9919.0, 9845.0, 9903.0, 9901.0, 9888.0, 9900.0, 9879.0, 9902.0, 9864.0, 9922.0, 9887.0, 9920.0, 9847.0, 9904.0, 9889.0, 9892.0, 9918.0, 9876.0, 9899.0, 9874.0, 9919.0, 9858.0, 9898.0, 9846.0, 9886.0, 9893.0, 9877.0, 9898.0, 9872.0, 9900.0, 9859.0, 9896.0, 9878.0, 9918.0, 9861.0, 9920.0, 9844.0, 9895.0, 9862.0, 9920.0, 9879.0, 9922.0, 9869.0, 9924.0, 9869.0, 9925.0, 9868.0, 9920.0, 9865.0, 9921.0, 9861.0, 9908.0, 9933.0, 9890.0, 9897.0, 9855.0, 9893.0, 9838.0, 9898.0, 9862.0, 9866.0, 9889.0, 9854.0, 9895.0, 9852.0, 9892.0, 9824.0, 9870.0, 9863.0, 9874.0, 9898.0, 9875.0, 9902.0, 9865.0, 9920.0, 9884.0, 9922.0, 9869.0, 9910.0, 9839.0, 9894.0, 9932.0, 9883.0, 9918.0, 9888.0, 9905.0, 9847.0, 9919.0, 9889.0, 9887.0, 9912.0, 9859.0, 9899.0, 9868.0, 9912.0, 9841.0, 9898.0, 9826.0, 9883.0, 9894.0, 9873.0, 9894.0, 9872.0, 9895.0, 9858.0, 9914.0, 9866.0, 9891.0, 9845.0, 9896.0, 9841.0, 9915.0, 9884.0, 9873.0, 9868.0, 9860.0, 9898.0, 9872.0, 9913.0, 9872.0, 9899.0, 9844.0, 9898.0, 9861.0, 9884.0, 9883.0, 9872.0, 9896.0, 9862.0, 9896.0, 9889.0, 9910.0, 9861.0, 9918.0, 9848.0, 9906.0, 9864.0, 9893.0, 9863.0, 9875.0, 9898.0, 9877.0, 9915.0, 9894.0, 9899.0, 9860.0, 9901.0, 9846.0, 9913.0, 9847.0, 9887.0, 9915.0, 9876.0, 9911.0, 9887.0, 9900.0, 9843.0, 9897.0, 9847.0, 9901.0, 9845.0, 9873.0, 9895.0, 9870.0, 9896.0, 9882.0, 9891.0, 9857.0, 9881.0, 9862.0, 9904.0, 9898.0, 9875.0, 9942.0, 9891.0, 9946.0, 9869.0, 9926.0, 9939.0, 9894.0, 9918.0, 9873.0, 9893.0, 9856.0, 9900.0, 9839.0, 9878.0, 9823.0, 9880.0, 9823.0, 9901.0, 9879.0, 9859.0, 9869.0, 9861.0, 9901.0, 9877.0, 9918.0, 9869.0, 9903.0, 9831.0, 9884.0, 9866.0, 9871.0, 9893.0, 9854.0, 9892.0, 9840.0, 9895.0, 9845.0, 9898.0, 9840.0, 9886.0, 9823.0, 9855.0, 9892.0, 9869.0, 9895.0, 9870.0, 9892.0, 9844.0, 9902.0, 9858.0, 9898.0, 9831.0, 9887.0, 9830.0, 9871.0, 9910.0, 9856.0, 9899.0, 9884.0, 9895.0, 9873.0, 9899.0, 9856.0, 9897.0, 9858.0, 9902.0, 9848.0, 9893.0, 9884.0, 9874.0, 9916.0, 9875.0, 9902.0, 9865.0, 9900.0, 9861.0, 9908.0, 9847.0, 9898.0, 9833.0, 9873.0, 9909.0, 9891.0, 9913.0, 9874.0, 9896.0, 9857.0, 9897.0, 9859.0, 9901.0, 9842.0, 9900.0, 9826.0, 9870.0, 9911.0, 9870.0, 9898.0, 9856.0, 9899.0, 9842.0, 9901.0, 9860.0, 9871.0, 9838.0, 9856.0, 9895.0, 9873.0, 9899.0, 9863.0, 9901.0, 9865.0, 9919.0, 9898.0, 9919.0, 9883.0, 9917.0, 9868.0, 9909.0, 9868.0, 9921.0, 9848.0, 9891.0, 9857.0, 9874.0, 9915.0, 9873.0, 9895.0, 9856.0, 9895.0, 9856.0, 9901.0, 9838.0, 9884.0, 9845.0, 9886.0, 9910.0, 9873.0, 9895.0, 9855.0, 9880.0, 9838.0, 9895.0, 9836.0, 9881.0, 9822.0, 9854.0, 9889.0, 9870.0, 9895.0, 9854.0, 9892.0, 9842.0, 9879.0, 9859.0, 9903.0, 9843.0, 9886.0, 9829.0, 9875.0, 9911.0, 9863.0, 9898.0, 9875.0, 9901.0, 9861.0, 9903.0, 9861.0, 9904.0, 9833.0, 9890.0, 9860.0, 9877.0, 9917.0, 9860.0, 9895.0, 9859.0, 9894.0, 9857.0, 9901.0, 9844.0, 9899.0, 9834.0, 9875.0, 9882.0, 9875.0, 9914.0, 9864.0, 9904.0, 9863.0, 9898.0, 9878.0, 9918.0, 9895.0, 9917.0, 9865.0, 9903.0, 9865.0, 9920.0, 9863.0, 9904.0, 9843.0, 9888.0, 9872.0, 9887.0, 9908.0, 9855.0, 9897.0, 9857.0, 9899.0, 9871.0, 9901.0, 9840.0, 9898.0, 9844.0, 9902.0, 9871.0, 9871.0, 9896.0, 9843.0, 9896.0, 9869.0, 9897.0, 9840.0, 9894.0, 9846.0, 9903.0, 9873.0, 9872.0, 9894.0, 9848.0, 9894.0, 9878.0, 9894.0, 9873.0, 9904.0, 9848.0, 9905.0, 9853.0, 9921.0, 9853.0, 9893.0, 9900.0, 9890.0, 9920.0, 9877.0, 9900.0, 9863.0, 9899.0, 9875.0, 9914.0, 9886.0, 9899.0, 9858.0, 9900.0, 9845.0, 9903.0, 9857.0, 9889.0, 9842.0, 9874.0, 9915.0, 9878.0, 9913.0, 9876.0, 9898.0, 9861.0, 9898.0, 9878.0, 9918.0, 9861.0, 9901.0, 9830.0, 9902.0, 9851.0, 9903.0, 9873.0, 9857.0, 9912.0, 9857.0, 9898.0, 9854.0, 9895.0, 9825.0, 9880.0, 9866.0, 9871.0, 9896.0, 9856.0, 9892.0, 9853.0, 9881.0, 9845.0, 9904.0, 9841.0, 9888.0, 9830.0, 9876.0, 9836.0, 9904.0, 9887.0, 9924.0, 9900.0, 9912.0, 9905.0, 9940.0, 9898.0, 9921.0, 9860.0, 9886.0, 9827.0, 9882.0, 9876.0, 9869.0, 9890.0, 9854.0, 9893.0, 9841.0, 9899.0, 9893.0, 9942.0, 9901.0, 9887.0, 9839.0, 9852.0, 9908.0, 9853.0, 9892.0, 9912.0, 9860.0, 9915.0, 9875.0, 9903.0, 9862.0, 9906.0, 9841.0, 9894.0, 9875.0, 9860.0, 9883.0, 9842.0, 9865.0, 9839.0, 9852.0, 9795.0, 9865.0, 9798.0, 9855.0, 9853.0, 9809.0, 9817.0, 9812.0, 9850.0, 9836.0, 9875.0, 9835.0, 9859.0, 9831.0, 9875.0, 9854.0, 9881.0, 9838.0, 9879.0, 9845.0, 9884.0, 9844.0, 9885.0, 9846.0, 9894.0, 9862.0, 9890.0, 9846.0, 9891.0, 9846.0, 9895.0, 9930.0, 9877.0, 9915.0, 9861.0, 9908.0, 9859.0, 9904.0, 9858.0, 9884.0, 9837.0, 9854.0, 9908.0, 9845.0, 9897.0, 9864.0, 9896.0, 9843.0, 9904.0, 9859.0, 9888.0, 9839.0, 9874.0, 9910.0, 9863.0, 9902.0, 9858.0, 9898.0, 9833.0, 9897.0, 9845.0, 9908.0, 9878.0, 9876.0, 9850.0, 9881.0, 9934.0, 9901.0, 9921.0, 9895.0, 9903.0, 9863.0, 9905.0, 9864.0, 9920.0, 9847.0, 9890.0, 9899.0, 9875.0, 9911.0, 9876.0, 9917.0, 9889.0, 9894.0, 9862.0, 9883.0, 9862.0, 9901.0, 9860.0, 9902.0, 9844.0, 9901.0, 9849.0, 9907.0, 9847.0, 9904.0, 9850.0, 9887.0, 9865.0, 9904.0, 9906.0, 9879.0, 9913.0, 9858.0, 9912.0, 9877.0, 9898.0, 9860.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.0003451438434982739</td></tr>
<tr><td colspan=3>aqi</td><td>0.019223145454545457</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.018206556843325</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2044260151728121</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9873364131105996</td></tr>
<tr><td colspan=3>efc</td><td>0.4616</td></tr>
<tr><td colspan=3>fber</td><td>6732.77</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07873136852277933</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5753739930955121</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.509096878758959</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4089213971122927</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.78959520621814</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3287740329464444</td></tr>
<tr><td colspan=3>gcor</td><td>0.0064275</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009909613057971</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022326352074742317</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.858982437484251</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>29.2913</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7833</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.4981</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302301.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>753.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.1274</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2046</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.2364</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3697.6634</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3944.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74243.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1022.0242</td></tr>
<tr><td colspan=3>tsnr</td><td>44.79940745397471</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>