<?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-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-04/func/sub-0132_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>8240ece9359c4cc857d3bb41c21a80b4</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:38:46.752500</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.998387, 0.055141, -0.0135254, -0.0551194, 0.998478, 0.00196478]</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.083023</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>[4225, -7735, -7255, 334, -107, -21, 98, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.349</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b9a099f9-5ebb-47d5-8bef-c343940dfb2f||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.6785993576049805, -0.14788125455379486, -0.036755383014678955, 119.82816314697266], [-0.14793920516967773, 2.6788430213928223, 0.0032834799494594336, -102.79147338867188], [-0.03628753125667572, -0.005271366331726313, 2.6997478008270264, -68.75568389892578], [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': ['173846.752500', '173847.212500', '173847.672500', '173848.132500', '173848.592500', '173849.052500', '173849.512500', '173849.972500', '173850.432500', '173850.892500', '173851.352500', '173851.812500', '173852.272500', '173852.732500', '173853.192500', '173853.652500', '173854.112500', '173854.572500', '173855.032500', '173855.492500', '173855.952500', '173856.412500', '173856.872500', '173857.332500', '173857.792500', '173858.252500', '173858.712500', '173859.172500', '173859.632500', '173900.092500', '173900.552500', '173901.012500', '173901.472500', '173901.932500', '173902.392500', '173902.852500', '173903.312500', '173903.772500', '173904.232500', '173904.692500', '173905.152500', '173905.612500', '173906.072500', '173906.532500', '173906.992500', '173907.452500', '173907.912500', '173908.372500', '173908.832500', '173909.292500', '173909.752500', '173910.212500', '173910.672500', '173911.132500', '173911.592500', '173912.052500', '173912.512500', '173912.972500', '173913.432500', '173913.892500', '173914.352500', '173914.812500', '173915.272500', '173915.732500', '173916.192500', '173916.652500', '173917.112500', '173917.572500', '173918.032500', '173918.492500', '173918.952500', '173919.412500', '173919.872500', '173920.332500', '173920.792500', '173921.252500', '173921.712500', '173922.172500', '173922.632500', '173923.092500', '173923.552500', '173924.012500', '173924.472500', '173924.932500', '173925.392500', '173925.852500', '173926.312500', '173926.772500', '173927.232500', '173927.692500', '173928.152500', '173928.612500', '173929.072500', '173929.532500', '173929.992500', '173930.452500', '173930.912500', '173931.372500', '173931.832500', '173932.292500', '173932.752500', '173933.212500', '173933.672500', '173934.132500', '173934.592500', '173935.052500', '173935.512500', '173935.972500', '173936.432500', '173936.892500', '173937.352500', '173937.812500', '173938.272500', '173938.732500', '173939.192500', '173939.652500', '173940.112500', '173940.572500', '173941.032500', '173941.492500', '173941.952500', '173942.412500', '173942.872500', '173943.332500', '173943.792500', '173944.252500', '173944.712500', '173945.172500', '173945.632500', '173946.092500', '173946.552500', '173947.012500', '173947.472500', '173947.932500', '173948.392500', '173948.852500', '173949.312500', '173949.772500', '173950.232500', '173950.692500', '173951.152500', '173951.612500', '173952.072500', '173952.532500', '173952.992500', '173953.452500', '173953.912500', '173954.372500', '173954.832500', '173955.292500', '173955.752500', '173956.212500', '173956.672500', '173957.132500', '173957.592500', '173958.052500', '173958.512500', '173958.972500', '173959.432500', '173959.892500', '174000.352500', '174000.812500', '174001.272500', '174001.732500', '174002.192500', '174002.652500', '174003.112500', '174003.572500', '174004.032500', '174004.492500', '174004.952500', '174005.412500', '174005.872500', '174006.332500', '174006.792500', '174007.252500', '174007.712500', '174008.172500', '174008.632500', '174009.092500', '174009.552500', '174010.012500', '174010.472500', '174010.932500', '174011.392500', '174011.852500', '174012.312500', '174012.772500', '174013.232500', '174013.692500', '174014.152500', '174014.612500', '174015.072500', '174015.532500', '174015.992500', '174016.452500', '174016.912500', '174017.372500', '174017.832500', '174018.292500', '174018.752500', '174019.212500', '174019.672500', '174020.132500', '174020.592500', '174021.052500', '174021.512500', '174021.972500', '174022.432500', '174022.892500', '174023.352500', '174023.812500', '174024.272500', '174024.732500', '174025.192500', '174025.652500', '174026.112500', '174026.572500', '174027.032500', '174027.492500', '174027.952500', '174028.412500', '174028.872500', '174029.332500', '174029.792500', '174030.252500', '174030.712500', '174031.172500', '174031.632500', '174032.092500', '174032.552500', '174033.012500', '174033.472500', '174033.932500', '174034.392500', '174034.852500', '174035.312500', '174035.772500', '174036.232500', '174036.692500', '174037.152500', '174037.612500', '174038.072500', '174038.532500', '174038.992500', '174039.452500', '174039.912500', '174040.372500', '174040.832500', '174041.292500', '174041.752500', '174042.212500', '174042.672500', '174043.132500', '174043.592500', '174044.052500', '174044.512500', '174044.972500', '174045.432500', '174045.892500', '174046.352500', '174046.812500', '174047.272500', '174047.732500', '174048.192500', '174048.652500', '174049.112500', '174049.572500', '174050.032500', '174050.492500', '174050.952500', '174051.412500', '174051.872500', '174052.332500', '174052.792500', '174053.252500', '174053.712500', '174054.172500', '174054.632500', '174055.092500', '174055.552500', '174056.012500', '174056.472500', '174056.932500', '174057.392500', '174057.852500', '174058.312500', '174058.772500', '174059.232500', '174059.692500', '174100.152500', '174100.612500', '174101.072500', '174101.532500', '174101.992500', '174102.452500', '174102.912500', '174103.372500', '174103.832500', '174104.292500', '174104.752500', '174105.212500', '174105.672500', '174106.132500', '174106.592500', '174107.052500', '174107.512500', '174107.972500', '174108.432500', '174108.892500', '174109.352500', '174109.812500', '174110.272500', '174110.732500', '174111.192500', '174111.652500', '174112.112500', '174112.572500', '174113.032500', '174113.492500', '174113.952500', '174114.412500', '174114.872500', '174115.332500', '174115.792500', '174116.252500', '174116.712500', '174117.172500', '174117.632500', '174118.092500', '174118.552500', '174119.012500', '174119.472500', '174119.932500', '174120.392500', '174120.852500', '174121.312500', '174121.772500', '174122.232500', '174122.692500', '174123.152500', '174123.612500', '174124.072500', '174124.532500', '174124.992500', '174125.452500', '174125.912500', '174126.372500', '174126.832500', '174127.292500', '174127.752500', '174128.212500', '174128.672500', '174129.132500', '174129.592500', '174130.052500', '174130.512500', '174130.972500', '174131.432500', '174131.892500', '174132.352500', '174132.812500', '174133.272500', '174133.732500', '174134.192500', '174134.652500', '174135.112500', '174135.572500', '174136.032500', '174136.492500', '174136.952500', '174137.412500', '174137.872500', '174138.332500', '174138.792500', '174139.252500', '174139.712500', '174140.172500', '174140.632500', '174141.092500', '174141.552500', '174142.012500', '174142.472500', '174142.932500', '174143.392500', '174143.852500', '174144.312500', '174144.772500', '174145.232500', '174145.692500', '174146.152500', '174146.612500', '174147.072500', '174147.532500', '174147.992500', '174148.452500', '174148.912500', '174149.372500', '174149.832500', '174150.292500', '174150.752500', '174151.212500', '174151.672500', '174152.132500', '174152.592500', '174153.052500', '174153.512500', '174153.972500', '174154.432500', '174154.892500', '174155.352500', '174155.812500', '174156.272500', '174156.732500', '174157.192500', '174157.652500', '174158.112500', '174158.572500', '174159.032500', '174159.492500', '174159.952500', '174200.412500', '174200.872500', '174201.332500', '174201.792500', '174202.252500', '174202.712500', '174203.172500', '174203.632500', '174204.092500', '174204.552500', '174205.012500', '174205.472500', '174205.932500', '174206.392500', '174206.852500', '174207.312500', '174207.772500', '174208.232500', '174208.692500', '174209.152500', '174209.612500', '174210.072500', '174210.532500', '174210.992500', '174211.452500', '174211.912500', '174212.372500', '174212.832500', '174213.292500', '174213.752500', '174214.212500', '174214.672500', '174215.132500', '174215.592500', '174216.052500', '174216.512500', '174216.972500', '174217.432500', '174217.892500', '174218.352500', '174218.812500', '174219.272500', '174219.732500', '174220.192500', '174220.652500', '174221.112500', '174221.572500', '174222.032500', '174222.492500', '174222.952500', '174223.412500', '174223.872500', '174224.332500', '174224.792500', '174225.252500', '174225.712500', '174226.172500', '174226.632500', '174227.092500', '174227.552500', '174228.012500', '174228.472500', '174228.932500', '174229.392500', '174229.852500', '174230.312500', '174230.772500', '174231.232500', '174231.692500', '174232.152500', '174232.612500', '174233.072500', '174233.532500', '174233.992500', '174234.452500', '174234.912500', '174235.372500', '174235.832500', '174236.292500', '174236.752500', '174237.212500', '174237.672500', '174238.132500', '174238.592500', '174239.052500', '174239.512500', '174239.972500', '174240.432500', '174240.892500', '174241.352500', '174241.812500', '174242.272500', '174242.732500', '174243.192500', '174243.652500', '174244.112500', '174244.572500', '174245.032500', '174245.492500', '174245.952500', '174246.412500', '174246.872500', '174247.332500', '174247.792500', '174248.252500', '174248.712500', '174249.172500', '174249.632500', '174250.092500', '174250.552500', '174251.012500', '174251.472500', '174251.932500', '174252.392500', '174252.852500', '174253.312500', '174253.772500', '174254.232500', '174254.692500', '174255.152500', '174255.612500', '174256.072500', '174256.532500', '174256.992500', '174257.452500', '174257.912500', '174258.372500', '174258.832500', '174259.292500', '174259.752500', '174300.212500', '174300.672500', '174301.132500', '174301.592500', '174302.052500', '174302.512500', '174302.972500', '174303.432500', '174303.892500', '174304.352500', '174304.812500', '174305.272500', '174305.732500', '174306.192500', '174306.652500', '174307.112500', '174307.572500', '174308.032500', '174308.492500', '174308.952500', '174309.412500', '174309.872500', '174310.332500', '174310.792500', '174311.252500', '174311.712500', '174312.172500', '174312.632500', '174313.092500', '174313.552500', '174314.012500', '174314.472500', '174314.932500', '174315.392500', '174315.852500', '174316.312500', '174316.772500', '174317.232500', '174317.692500', '174318.152500', '174318.612500', '174319.072500', '174319.532500', '174319.992500', '174320.452500', '174320.912500', '174321.372500', '174321.832500', '174322.292500', '174322.752500', '174323.212500', '174323.672500', '174324.132500', '174324.592500', '174325.052500', '174325.512500', '174325.972500', '174326.432500', '174326.892500', '174327.352500', '174327.812500', '174328.272500', '174328.732500', '174329.192500', '174329.652500', '174330.112500', '174330.572500', '174331.032500', '174331.492500', '174331.952500', '174332.412500', '174332.872500', '174333.332500', '174333.792500', '174334.252500', '174334.712500', '174335.172500', '174335.632500', '174336.092500', '174336.552500', '174337.012500', '174337.472500', '174337.932500', '174338.392500', '174338.852500', '174339.312500', '174339.772500', '174340.232500', '174340.692500', '174341.152500', '174341.612500', '174342.072500', '174342.532500', '174342.992500', '174343.452500', '174343.912500', '174344.372500', '174344.832500', '174345.292500', '174345.752500', '174346.212500', '174346.672500', '174347.132500', '174347.592500', '174348.052500', '174348.512500', '174348.972500', '174349.432500', '174349.892500', '174350.352500', '174350.812500', '174351.272500', '174351.732500', '174352.192500', '174352.652500', '174353.112500', '174353.572500', '174354.032500', '174354.492500', '174354.952500', '174355.412500', '174355.872500', '174356.332500', '174356.792500', '174357.252500', '174357.712500', '174358.172500', '174358.632500', '174359.092500', '174359.552500', '174400.012500', '174400.472500', '174400.932500', '174401.392500', '174401.852500', '174402.312500', '174402.772500', '174403.232500', '174403.692500', '174404.152500', '174404.612500', '174405.072500', '174405.532500', '174405.992500', '174406.452500', '174406.912500', '174407.372500', '174407.832500', '174408.292500', '174408.752500', '174409.212500', '174409.672500', '174410.132500', '174410.592500', '174411.052500', '174411.512500', '174411.972500', '174412.432500', '174412.892500', '174413.352500', '174413.812500', '174414.272500', '174414.732500', '174415.192500', '174415.652500', '174416.112500', '174416.572500', '174417.032500', '174417.492500', '174417.952500', '174418.412500', '174418.872500', '174419.332500', '174419.792500', '174420.252500', '174420.712500', '174421.172500', '174421.632500', '174422.092500', '174422.552500', '174423.012500', '174423.472500', '174423.932500', '174424.392500', '174424.852500', '174425.312500', '174425.772500', '174426.232500', '174426.692500', '174427.152500', '174427.612500', '174428.072500', '174428.532500', '174428.992500', '174429.452500', '174429.912500', '174430.372500', '174430.832500', '174431.292500', '174431.752500', '174432.212500', '174432.672500', '174433.132500', '174433.592500', '174434.052500', '174434.512500', '174434.972500', '174435.432500', '174435.892500', '174436.352500', '174436.812500', '174437.272500', '174437.732500', '174438.192500', '174438.652500', '174439.112500', '174439.572500', '174440.032500', '174440.492500', '174440.952500', '174441.412500', '174441.872500', '174442.332500', '174442.792500', '174443.252500', '174443.712500', '174444.172500', '174444.632500', '174445.092500', '174445.552500', '174446.012500', '174446.472500', '174446.932500', '174447.392500', '174447.852500', '174448.312500', '174448.772500', '174449.232500', '174449.692500', '174450.152500', '174450.612500', '174451.072500', '174451.532500', '174451.992500', '174452.452500', '174452.912500', '174453.372500', '174453.832500', '174454.292500', '174454.752500', '174455.212500', '174455.672500', '174456.132500', '174456.592500', '174457.052500', '174457.512500', '174457.972500', '174458.432500', '174458.892500', '174459.352500', '174459.812500', '174500.272500', '174500.732500', '174501.192500', '174501.652500', '174502.112500', '174502.572500', '174503.032500', '174503.492500', '174503.952500', '174504.412500', '174504.872500', '174505.332500', '174505.792500', '174506.252500', '174506.712500', '174507.172500', '174507.632500', '174508.092500', '174508.552500', '174509.012500', '174509.472500', '174509.932500', '174510.392500', '174510.852500', '174511.312500', '174511.772500', '174512.232500', '174512.692500', '174513.152500', '174513.612500', '174514.072500', '174514.532500', '174514.992500', '174515.452500', '174515.912500', '174516.372500', '174516.832500', '174517.292500', '174517.752500', '174518.212500', '174518.672500', '174519.132500', '174519.592500', '174520.052500', '174520.512500', '174520.972500', '174521.432500', '174521.892500', '174522.352500', '174522.812500', '174523.272500', '174523.732500', '174524.192500', '174524.652500', '174525.112500', '174525.572500', '174526.032500', '174526.492500', '174526.952500', '174527.412500'], 'ContentTime': ['173859.751000', '173859.754000', '173859.756000', '173859.763000', '173859.766000', '173859.768000', '173859.771000', '173859.774000', '173859.777000', '173859.779000', '173859.782000', '173859.785000', '173859.788000', '173859.814000', '173859.817000', '173859.819000', '173859.822000', '173859.824000', '173859.827000', '173859.830000', '173859.832000', '173859.835000', '173859.837000', '173859.840000', '173859.842000', '173859.845000', '173919.719000', '173919.722000', '173919.725000', '173919.727000', '173919.730000', '173919.732000', '173919.735000', '173919.737000', '173919.740000', '173919.742000', '173919.745000', '173919.750000', '173919.752000', '173919.755000', '173919.757000', '173919.760000', '173919.762000', '173919.765000', '173919.767000', '173919.770000', '173919.773000', '173919.775000', '173919.778000', '173919.780000', '173919.783000', '173919.785000', '173919.788000', '173919.790000', '173919.793000', '173919.795000', '173919.801000', '173919.804000', '173919.806000', '173919.809000', '173919.811000', '173919.814000', '173919.816000', '173919.819000', '173919.821000', '173919.824000', '173919.826000', '173919.829000', '173919.831000', '173919.834000', '173939.719000', '173939.722000', '173939.725000', '173939.727000', '173939.730000', '173939.732000', '173939.735000', '173939.737000', '173939.740000', '173939.743000', '173939.745000', '173939.748000', '173939.750000', '173939.753000', '173939.755000', '173939.758000', '173939.761000', '173939.763000', '173939.766000', '173939.768000', '173939.771000', '173939.773000', '173939.776000', '173939.778000', '173939.781000', '173939.783000', '173939.786000', '173939.789000', '173939.791000', '173939.794000', '173939.796000', '173939.808000', '173939.810000', '173939.813000', '173939.816000', '173939.818000', '173939.821000', '173939.823000', '173939.826000', '173939.829000', '173939.832000', '173939.835000', '173939.838000', '173959.719000', '173959.722000', '173959.725000', '173959.727000', '173959.730000', '173959.733000', '173959.735000', '173959.738000', '173959.740000', '173959.743000', '173959.745000', '173959.748000', '173959.751000', '173959.753000', '173959.756000', '173959.759000', '173959.761000', '173959.764000', '173959.766000', '173959.769000', '173959.771000', '173959.774000', '173959.776000', '173959.779000', '173959.781000', '173959.784000', '173959.786000', '173959.789000', '173959.792000', '173959.794000', '173959.797000', '173959.799000', '173959.802000', '173959.804000', '173959.807000', '173959.809000', '173959.812000', '173959.815000', '173959.817000', '173959.820000', '173959.822000', '173959.825000', '173959.827000', '173959.830000', '174019.718000', '174019.721000', '174019.724000', '174019.726000', '174019.729000', '174019.731000', '174019.734000', '174019.736000', '174019.739000', '174019.742000', '174019.744000', '174019.747000', '174019.749000', '174019.752000', '174019.755000', '174019.757000', '174019.760000', '174019.762000', '174019.765000', '174019.767000', '174019.770000', '174019.773000', '174019.775000', '174019.778000', '174019.780000', '174019.783000', '174019.785000', '174019.788000', '174019.791000', '174019.793000', '174019.796000', '174019.798000', '174019.801000', '174019.804000', '174019.806000', '174019.809000', '174019.811000', '174019.814000', '174019.816000', '174019.819000', '174019.822000', '174019.824000', '174019.827000', '174039.718000', '174039.721000', '174039.724000', '174039.726000', '174039.729000', '174039.731000', '174039.734000', '174039.736000', '174039.739000', '174039.741000', '174039.744000', '174039.747000', '174039.749000', '174039.752000', '174039.754000', '174039.757000', '174039.759000', '174039.762000', '174039.764000', '174039.767000', '174039.769000', '174039.772000', '174039.775000', '174039.777000', '174039.780000', '174039.782000', '174039.800000', '174039.803000', '174039.806000', '174039.808000', '174039.811000', '174039.813000', '174039.816000', '174039.818000', '174039.821000', '174039.823000', '174039.826000', '174039.828000', '174039.831000', '174039.834000', '174039.836000', '174039.839000', '174039.841000', '174039.844000', '174059.720000', '174059.722000', '174059.725000', '174059.728000', '174059.730000', '174059.733000', '174059.735000', '174059.738000', '174059.740000', '174059.743000', '174059.746000', '174059.748000', '174059.751000', '174059.753000', '174059.756000', '174059.758000', '174059.761000', '174059.763000', '174059.766000', '174059.769000', '174059.771000', '174059.774000', '174059.776000', '174059.779000', '174059.782000', '174059.784000', '174059.787000', '174059.789000', '174059.792000', '174059.794000', '174059.797000', '174059.800000', '174059.802000', '174059.805000', '174059.807000', '174059.810000', '174059.812000', '174059.815000', '174059.817000', '174059.820000', '174059.823000', '174059.825000', '174059.828000', '174119.719000', '174119.722000', '174119.725000', '174119.727000', '174119.730000', '174119.732000', '174119.735000', '174119.738000', '174119.740000', '174119.743000', '174119.745000', '174119.748000', '174119.750000', '174119.753000', '174119.756000', '174119.758000', '174119.761000', '174119.763000', '174119.766000', '174119.768000', '174119.771000', '174119.773000', '174119.776000', '174119.779000', '174119.781000', '174119.784000', '174119.787000', '174119.789000', '174119.792000', '174119.794000', '174119.797000', '174119.800000', '174119.802000', '174119.805000', '174119.807000', '174119.810000', '174119.812000', '174119.815000', '174119.818000', '174119.820000', '174119.823000', '174119.825000', '174119.828000', '174119.830000', '174139.719000', '174139.722000', '174139.725000', '174139.727000', '174139.730000', '174139.732000', '174139.735000', '174139.738000', '174139.740000', '174139.743000', '174139.745000', '174139.748000', '174139.751000', '174139.753000', '174139.756000', '174139.758000', '174139.761000', '174139.763000', '174139.766000', '174139.768000', '174139.771000', '174139.774000', '174139.776000', '174139.779000', '174139.781000', '174139.784000', '174139.787000', '174139.789000', '174139.792000', '174139.794000', '174139.797000', '174139.799000', '174139.802000', '174139.805000', '174139.807000', '174139.810000', '174139.812000', '174139.815000', '174139.817000', '174139.820000', '174139.822000', '174139.825000', '174139.828000', '174159.720000', '174159.722000', '174159.725000', '174159.728000', '174159.730000', '174159.733000', '174159.735000', '174159.738000', '174159.740000', '174159.743000', '174159.746000', '174159.748000', '174159.751000', '174159.753000', '174159.756000', '174159.759000', '174159.761000', '174159.764000', '174159.766000', '174159.769000', '174159.771000', '174159.774000', '174159.777000', '174159.779000', '174159.782000', '174159.784000', '174159.787000', '174159.789000', '174159.792000', '174159.795000', '174159.797000', '174159.800000', '174159.802000', '174159.805000', '174159.807000', '174159.810000', '174159.812000', '174159.815000', '174159.818000', '174159.820000', '174159.823000', '174159.825000', '174159.828000', '174159.830000', '174219.720000', '174219.722000', '174219.725000', '174219.728000', '174219.730000', '174219.733000', '174219.745000', '174219.748000', '174219.750000', '174219.753000', '174219.755000', '174219.758000', '174219.760000', '174219.763000', '174219.765000', '174219.768000', '174219.771000', '174219.773000', '174219.776000', '174219.778000', '174219.781000', '174219.784000', '174219.786000', '174219.789000', '174219.791000', '174219.794000', '174219.796000', '174219.799000', '174219.802000', '174219.804000', '174219.807000', '174219.809000', '174219.812000', '174219.814000', '174219.817000', '174219.820000', '174219.822000', '174219.825000', '174219.827000', '174219.830000', '174219.832000', '174219.835000', '174219.837000', '174239.718000', '174239.721000', '174239.724000', '174239.726000', '174239.729000', '174239.731000', '174239.734000', '174239.737000', '174239.739000', '174239.742000', '174239.744000', '174239.747000', '174239.749000', '174239.752000', '174239.754000', '174239.757000', '174239.759000', '174239.762000', '174239.765000', '174239.767000', '174239.770000', '174239.772000', '174239.775000', '174239.777000', '174239.780000', '174239.783000', '174239.786000', '174239.789000', '174239.792000', '174239.794000', '174239.797000', '174239.799000', '174239.802000', '174239.805000', '174239.807000', '174239.810000', '174239.812000', '174239.815000', '174239.817000', '174239.820000', '174239.823000', '174239.825000', '174239.828000', '174259.718000', '174259.721000', '174259.724000', '174259.726000', '174259.729000', '174259.732000', '174259.734000', '174259.737000', '174259.739000', '174259.742000', '174259.745000', '174259.747000', '174259.750000', '174259.752000', '174259.755000', '174259.758000', '174259.760000', '174259.763000', '174259.765000', '174259.768000', '174259.771000', '174259.773000', '174259.776000', '174259.779000', '174259.781000', '174259.784000', '174259.786000', '174259.789000', '174259.792000', '174259.794000', '174259.797000', '174259.800000', '174259.802000', '174259.805000', '174259.807000', '174259.810000', '174259.812000', '174259.815000', '174259.818000', '174259.820000', '174259.823000', '174259.825000', '174259.828000', '174259.830000', '174319.720000', '174319.723000', '174319.725000', '174319.728000', '174319.730000', '174319.733000', '174319.735000', '174319.738000', '174319.741000', '174319.743000', '174319.746000', '174319.748000', '174319.751000', '174319.753000', '174319.756000', '174319.758000', '174319.761000', '174319.764000', '174319.766000', '174319.769000', '174319.772000', '174319.774000', '174319.777000', '174319.779000', '174319.782000', '174319.784000', '174319.787000', '174319.790000', '174319.792000', '174319.795000', '174319.797000', '174319.800000', '174319.802000', '174319.805000', '174319.808000', '174319.810000', '174319.813000', '174319.815000', '174319.818000', '174319.820000', '174319.823000', '174319.825000', '174319.828000', '174339.720000', '174339.722000', '174339.725000', '174339.728000', '174339.730000', '174339.733000', '174339.735000', '174339.738000', '174339.740000', '174339.743000', '174339.746000', '174339.748000', '174339.751000', '174339.753000', '174339.756000', '174339.758000', '174339.761000', '174339.764000', '174339.766000', '174339.769000', '174339.771000', '174339.774000', '174339.777000', '174339.779000', '174339.782000', '174339.784000', '174339.787000', '174339.790000', '174339.792000', '174339.795000', '174339.797000', '174339.800000', '174339.818000', '174339.820000', '174339.823000', '174339.826000', '174339.828000', '174339.831000', '174339.833000', '174339.836000', '174339.838000', '174339.841000', '174339.844000', '174339.846000', '174359.720000', '174359.722000', '174359.725000', '174359.728000', '174359.730000', '174359.733000', '174359.735000', '174359.738000', '174359.740000', '174359.743000', '174359.746000', '174359.748000', '174359.751000', '174359.753000', '174359.756000', '174359.758000', '174359.761000', '174359.764000', '174359.766000', '174359.769000', '174359.771000', '174359.774000', '174359.776000', '174359.779000', '174359.781000', '174359.784000', '174359.787000', '174359.789000', '174359.792000', '174359.794000', '174359.797000', '174359.799000', '174359.802000', '174359.804000', '174359.807000', '174359.810000', '174359.812000', '174359.815000', '174359.817000', '174359.820000', '174359.822000', '174359.825000', '174359.827000', '174359.830000', '174419.720000', '174419.722000', '174419.725000', '174419.728000', '174419.730000', '174419.733000', '174419.735000', '174419.738000', '174419.740000', '174419.743000', '174419.746000', '174419.748000', '174419.751000', '174419.753000', '174419.756000', '174419.759000', '174419.761000', '174419.764000', '174419.766000', '174419.769000', '174419.772000', '174419.774000', '174419.777000', '174419.779000', '174419.782000', '174419.785000', '174419.787000', '174419.790000', '174419.792000', '174419.795000', '174419.797000', '174419.800000', '174419.803000', '174419.805000', '174419.808000', '174419.810000', '174419.813000', '174419.815000', '174419.818000', '174419.821000', '174419.823000', '174419.826000', '174419.828000', '174439.720000', '174439.722000', '174439.725000', '174439.728000', '174439.730000', '174439.733000', '174439.735000', '174439.738000', '174439.740000', '174439.743000', '174439.745000', '174439.748000', '174439.752000', '174439.755000', '174439.757000', '174439.760000', '174439.762000', '174439.765000', '174439.768000', '174439.770000', '174439.773000', '174439.775000', '174439.778000', '174439.781000', '174439.783000', '174439.786000', '174439.788000', '174439.791000', '174439.793000', '174439.796000', '174439.798000', '174439.801000', '174439.804000', '174439.808000', '174439.811000', '174439.813000', '174439.816000', '174439.819000', '174439.821000', '174439.824000', '174439.826000', '174439.829000', '174439.831000', '174459.719000', '174459.721000', '174459.724000', '174459.727000', '174459.729000', '174459.732000', '174459.734000', '174459.737000', '174459.740000', '174459.742000', '174459.745000', '174459.747000', '174459.750000', '174459.752000', '174459.755000', '174459.758000', '174459.760000', '174459.763000', '174459.765000', '174459.768000', '174459.770000', '174459.773000', '174459.776000', '174459.778000', '174459.781000', '174459.783000', '174459.786000', '174459.788000', '174459.791000', '174459.794000', '174459.796000', '174459.799000', '174459.801000', '174459.804000', '174459.807000', '174459.809000', '174459.812000', '174459.814000', '174459.817000', '174459.819000', '174459.822000', '174459.824000', '174459.827000', '174459.830000', '174519.718000', '174519.721000', '174519.724000', '174519.726000', '174519.729000', '174519.731000', '174519.734000', '174519.737000', '174519.739000', '174519.742000', '174519.745000', '174519.747000', '174519.750000', '174519.752000', '174519.755000', '174519.758000', '174519.760000', '174519.763000', '174519.765000', '174519.768000', '174519.771000', '174519.773000', '174519.776000', '174519.778000', '174519.781000', '174519.783000', '174519.786000', '174519.788000', '174519.791000', '174519.794000', '174519.797000', '174519.800000', '174519.802000', '174519.805000', '174519.807000', '174519.810000', '174519.813000', '174519.815000', '174519.818000', '174519.820000', '174519.823000', '174519.825000', '174519.828000', '174528.469000', '174528.472000', '174528.475000', '174528.477000', '174528.480000', '174528.483000', '174528.485000', '174528.488000', '174528.492000', '174528.494000', '174528.497000', '174528.500000', '174528.503000', '174528.506000', '174528.509000', '174528.512000', '174528.514000', '174528.517000', '174528.520000', '174528.523000'], 'InstanceCreationTime': ['173859.751000', '173859.754000', '173859.756000', '173859.763000', '173859.766000', '173859.768000', '173859.771000', '173859.774000', '173859.777000', '173859.779000', '173859.782000', '173859.785000', '173859.788000', '173859.814000', '173859.817000', '173859.819000', '173859.822000', '173859.824000', '173859.827000', '173859.830000', '173859.832000', '173859.835000', '173859.837000', '173859.840000', '173859.842000', '173859.845000', '173919.719000', '173919.722000', '173919.725000', '173919.727000', '173919.730000', '173919.732000', '173919.735000', '173919.737000', '173919.740000', '173919.742000', '173919.745000', '173919.750000', '173919.752000', '173919.755000', '173919.757000', '173919.760000', '173919.762000', '173919.765000', '173919.767000', '173919.770000', '173919.773000', '173919.775000', '173919.778000', '173919.780000', '173919.783000', '173919.785000', '173919.788000', '173919.790000', '173919.793000', '173919.795000', '173919.801000', '173919.804000', '173919.806000', '173919.809000', '173919.811000', '173919.814000', '173919.816000', '173919.819000', '173919.821000', '173919.824000', '173919.826000', '173919.829000', '173919.831000', '173919.834000', '173939.719000', '173939.722000', '173939.725000', '173939.727000', '173939.730000', '173939.732000', '173939.735000', '173939.737000', '173939.740000', '173939.743000', '173939.745000', '173939.748000', '173939.750000', '173939.753000', '173939.755000', '173939.758000', '173939.761000', '173939.763000', '173939.766000', '173939.768000', '173939.771000', '173939.773000', '173939.776000', '173939.778000', '173939.781000', '173939.783000', '173939.786000', '173939.789000', '173939.791000', '173939.794000', '173939.796000', '173939.808000', '173939.810000', '173939.813000', '173939.816000', '173939.818000', '173939.821000', '173939.823000', '173939.826000', '173939.829000', '173939.832000', '173939.835000', '173939.838000', '173959.719000', '173959.722000', '173959.725000', '173959.727000', '173959.730000', '173959.733000', '173959.735000', '173959.738000', '173959.740000', '173959.743000', '173959.745000', '173959.748000', '173959.751000', '173959.753000', '173959.756000', '173959.759000', '173959.761000', '173959.764000', '173959.766000', '173959.769000', '173959.771000', '173959.774000', '173959.776000', '173959.779000', '173959.781000', '173959.784000', '173959.786000', '173959.789000', '173959.792000', '173959.794000', '173959.797000', '173959.799000', '173959.802000', '173959.804000', '173959.807000', '173959.809000', '173959.812000', '173959.815000', '173959.817000', '173959.820000', '173959.822000', '173959.825000', '173959.827000', '173959.830000', '174019.718000', '174019.721000', '174019.724000', '174019.726000', '174019.729000', '174019.731000', '174019.734000', '174019.736000', '174019.739000', '174019.742000', '174019.744000', '174019.747000', '174019.749000', '174019.752000', '174019.755000', '174019.757000', '174019.760000', '174019.762000', '174019.765000', '174019.767000', '174019.770000', '174019.773000', '174019.775000', '174019.778000', '174019.780000', '174019.783000', '174019.785000', '174019.788000', '174019.791000', '174019.793000', '174019.796000', '174019.798000', '174019.801000', '174019.804000', '174019.806000', '174019.809000', '174019.811000', '174019.814000', '174019.816000', '174019.819000', '174019.822000', '174019.824000', '174019.827000', '174039.718000', '174039.721000', '174039.724000', '174039.726000', '174039.729000', '174039.731000', '174039.734000', '174039.736000', '174039.739000', '174039.741000', '174039.744000', '174039.747000', '174039.749000', '174039.752000', '174039.754000', '174039.757000', '174039.759000', '174039.762000', '174039.764000', '174039.767000', '174039.769000', '174039.772000', '174039.775000', '174039.777000', '174039.780000', '174039.782000', '174039.800000', '174039.803000', '174039.806000', '174039.808000', '174039.811000', '174039.813000', '174039.816000', '174039.818000', '174039.821000', '174039.823000', '174039.826000', '174039.828000', '174039.831000', '174039.834000', '174039.836000', '174039.839000', '174039.841000', '174039.844000', '174059.720000', '174059.722000', '174059.725000', '174059.728000', '174059.730000', '174059.733000', '174059.735000', '174059.738000', '174059.740000', '174059.743000', '174059.746000', '174059.748000', '174059.751000', '174059.753000', '174059.756000', '174059.758000', '174059.761000', '174059.763000', '174059.766000', '174059.769000', '174059.771000', '174059.774000', '174059.776000', '174059.779000', '174059.782000', '174059.784000', '174059.787000', '174059.789000', '174059.792000', '174059.794000', '174059.797000', '174059.800000', '174059.802000', '174059.805000', '174059.807000', '174059.810000', '174059.812000', '174059.815000', '174059.817000', '174059.820000', '174059.823000', '174059.825000', '174059.828000', '174119.719000', '174119.722000', '174119.725000', '174119.727000', '174119.730000', '174119.732000', '174119.735000', '174119.738000', '174119.740000', '174119.743000', '174119.745000', '174119.748000', '174119.750000', '174119.753000', '174119.756000', '174119.758000', '174119.761000', '174119.763000', '174119.766000', '174119.768000', '174119.771000', '174119.773000', '174119.776000', '174119.779000', '174119.781000', '174119.784000', '174119.787000', '174119.789000', '174119.792000', '174119.794000', '174119.797000', '174119.800000', '174119.802000', '174119.805000', '174119.807000', '174119.810000', '174119.812000', '174119.815000', '174119.818000', '174119.820000', '174119.823000', '174119.825000', '174119.828000', '174119.830000', '174139.719000', '174139.722000', '174139.725000', '174139.727000', '174139.730000', '174139.732000', '174139.735000', '174139.738000', '174139.740000', '174139.743000', '174139.745000', '174139.748000', '174139.751000', '174139.753000', '174139.756000', '174139.758000', '174139.761000', '174139.763000', '174139.766000', '174139.768000', '174139.771000', '174139.774000', '174139.776000', '174139.779000', '174139.781000', '174139.784000', '174139.787000', '174139.789000', '174139.792000', '174139.794000', '174139.797000', '174139.799000', '174139.802000', '174139.805000', '174139.807000', '174139.810000', '174139.812000', '174139.815000', '174139.817000', '174139.820000', '174139.822000', '174139.825000', '174139.828000', '174159.720000', '174159.722000', '174159.725000', '174159.728000', '174159.730000', '174159.733000', '174159.735000', '174159.738000', '174159.740000', '174159.743000', '174159.746000', '174159.748000', '174159.751000', '174159.753000', '174159.756000', '174159.759000', '174159.761000', '174159.764000', '174159.766000', '174159.769000', '174159.771000', '174159.774000', '174159.777000', '174159.779000', '174159.782000', '174159.784000', '174159.787000', '174159.789000', '174159.792000', '174159.795000', '174159.797000', '174159.800000', '174159.802000', '174159.805000', '174159.807000', '174159.810000', '174159.812000', '174159.815000', '174159.818000', '174159.820000', '174159.823000', '174159.825000', '174159.828000', '174159.830000', '174219.720000', '174219.722000', '174219.725000', '174219.728000', '174219.730000', '174219.733000', '174219.745000', '174219.748000', '174219.750000', '174219.753000', '174219.755000', '174219.758000', '174219.760000', '174219.763000', '174219.765000', '174219.768000', '174219.771000', '174219.773000', '174219.776000', '174219.778000', '174219.781000', '174219.784000', '174219.786000', '174219.789000', '174219.791000', '174219.794000', '174219.796000', '174219.799000', '174219.802000', '174219.804000', '174219.807000', '174219.809000', '174219.812000', '174219.814000', '174219.817000', '174219.820000', '174219.822000', '174219.825000', '174219.827000', '174219.830000', '174219.832000', '174219.835000', '174219.837000', '174239.718000', '174239.721000', '174239.724000', '174239.726000', '174239.729000', '174239.731000', '174239.734000', '174239.737000', '174239.739000', '174239.742000', '174239.744000', '174239.747000', '174239.749000', '174239.752000', '174239.754000', '174239.757000', '174239.759000', '174239.762000', '174239.765000', '174239.767000', '174239.770000', '174239.772000', '174239.775000', '174239.777000', '174239.780000', '174239.783000', '174239.786000', '174239.789000', '174239.792000', '174239.794000', '174239.797000', '174239.799000', '174239.802000', '174239.805000', '174239.807000', '174239.810000', '174239.812000', '174239.815000', '174239.817000', '174239.820000', '174239.823000', '174239.825000', '174239.828000', '174259.718000', '174259.721000', '174259.724000', '174259.726000', '174259.729000', '174259.732000', '174259.734000', '174259.737000', '174259.739000', '174259.742000', '174259.745000', '174259.747000', '174259.750000', '174259.752000', '174259.755000', '174259.758000', '174259.760000', '174259.763000', '174259.765000', '174259.768000', '174259.771000', '174259.773000', '174259.776000', '174259.779000', '174259.781000', '174259.784000', '174259.786000', '174259.789000', '174259.792000', '174259.794000', '174259.797000', '174259.800000', '174259.802000', '174259.805000', '174259.807000', '174259.810000', '174259.812000', '174259.815000', '174259.818000', '174259.820000', '174259.823000', '174259.825000', '174259.828000', '174259.830000', '174319.720000', '174319.723000', '174319.725000', '174319.728000', '174319.730000', '174319.733000', '174319.735000', '174319.738000', '174319.741000', '174319.743000', '174319.746000', '174319.748000', '174319.751000', '174319.753000', '174319.756000', '174319.758000', '174319.761000', '174319.764000', '174319.766000', '174319.769000', '174319.772000', '174319.774000', '174319.777000', '174319.779000', '174319.782000', '174319.784000', '174319.787000', '174319.790000', '174319.792000', '174319.795000', '174319.797000', '174319.800000', '174319.802000', '174319.805000', '174319.808000', '174319.810000', '174319.813000', '174319.815000', '174319.818000', '174319.820000', '174319.823000', '174319.825000', '174319.828000', '174339.720000', '174339.722000', '174339.725000', '174339.728000', '174339.730000', '174339.733000', '174339.735000', '174339.738000', '174339.740000', '174339.743000', '174339.746000', '174339.748000', '174339.751000', '174339.753000', '174339.756000', '174339.758000', '174339.761000', '174339.764000', '174339.766000', '174339.769000', '174339.771000', '174339.774000', '174339.777000', '174339.779000', '174339.782000', '174339.784000', '174339.787000', '174339.790000', '174339.792000', '174339.795000', '174339.797000', '174339.800000', '174339.818000', '174339.820000', '174339.823000', '174339.826000', '174339.828000', '174339.831000', '174339.833000', '174339.836000', '174339.838000', '174339.841000', '174339.844000', '174339.846000', '174359.720000', '174359.722000', '174359.725000', '174359.728000', '174359.730000', '174359.733000', '174359.735000', '174359.738000', '174359.740000', '174359.743000', '174359.746000', '174359.748000', '174359.751000', '174359.753000', '174359.756000', '174359.758000', '174359.761000', '174359.764000', '174359.766000', '174359.769000', '174359.771000', '174359.774000', '174359.776000', '174359.779000', '174359.781000', '174359.784000', '174359.787000', '174359.789000', '174359.792000', '174359.794000', '174359.797000', '174359.799000', '174359.802000', '174359.804000', '174359.807000', '174359.810000', '174359.812000', '174359.815000', '174359.817000', '174359.820000', '174359.822000', '174359.825000', '174359.827000', '174359.830000', '174419.720000', '174419.722000', '174419.725000', '174419.728000', '174419.730000', '174419.733000', '174419.735000', '174419.738000', '174419.740000', '174419.743000', '174419.746000', '174419.748000', '174419.751000', '174419.753000', '174419.756000', '174419.759000', '174419.761000', '174419.764000', '174419.766000', '174419.769000', '174419.772000', '174419.774000', '174419.777000', '174419.779000', '174419.782000', '174419.785000', '174419.787000', '174419.790000', '174419.792000', '174419.795000', '174419.797000', '174419.800000', '174419.803000', '174419.805000', '174419.808000', '174419.810000', '174419.813000', '174419.815000', '174419.818000', '174419.821000', '174419.823000', '174419.826000', '174419.828000', '174439.720000', '174439.722000', '174439.725000', '174439.728000', '174439.730000', '174439.733000', '174439.735000', '174439.738000', '174439.740000', '174439.743000', '174439.745000', '174439.748000', '174439.752000', '174439.755000', '174439.757000', '174439.760000', '174439.762000', '174439.765000', '174439.768000', '174439.770000', '174439.773000', '174439.775000', '174439.778000', '174439.781000', '174439.783000', '174439.786000', '174439.788000', '174439.791000', '174439.793000', '174439.796000', '174439.798000', '174439.801000', '174439.804000', '174439.808000', '174439.811000', '174439.813000', '174439.816000', '174439.819000', '174439.821000', '174439.824000', '174439.826000', '174439.829000', '174439.831000', '174459.719000', '174459.721000', '174459.724000', '174459.727000', '174459.729000', '174459.732000', '174459.734000', '174459.737000', '174459.740000', '174459.742000', '174459.745000', '174459.747000', '174459.750000', '174459.752000', '174459.755000', '174459.758000', '174459.760000', '174459.763000', '174459.765000', '174459.768000', '174459.770000', '174459.773000', '174459.776000', '174459.778000', '174459.781000', '174459.783000', '174459.786000', '174459.788000', '174459.791000', '174459.794000', '174459.796000', '174459.799000', '174459.801000', '174459.804000', '174459.807000', '174459.809000', '174459.812000', '174459.814000', '174459.817000', '174459.819000', '174459.822000', '174459.824000', '174459.827000', '174459.830000', '174519.718000', '174519.721000', '174519.724000', '174519.726000', '174519.729000', '174519.731000', '174519.734000', '174519.737000', '174519.739000', '174519.742000', '174519.745000', '174519.747000', '174519.750000', '174519.752000', '174519.755000', '174519.758000', '174519.760000', '174519.763000', '174519.765000', '174519.768000', '174519.771000', '174519.773000', '174519.776000', '174519.778000', '174519.781000', '174519.783000', '174519.786000', '174519.788000', '174519.791000', '174519.794000', '174519.797000', '174519.800000', '174519.802000', '174519.805000', '174519.807000', '174519.810000', '174519.813000', '174519.815000', '174519.818000', '174519.820000', '174519.823000', '174519.825000', '174519.828000', '174528.469000', '174528.472000', '174528.475000', '174528.477000', '174528.480000', '174528.483000', '174528.485000', '174528.488000', '174528.492000', '174528.494000', '174528.497000', '174528.500000', '174528.503000', '174528.506000', '174528.509000', '174528.512000', '174528.514000', '174528.517000', '174528.520000', '174528.523000'], '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': [12913, 8913, 13639, 9710, 12898, 9212, 12784, 11059, 13392, 8417, 10037, 8255, 10618, 9039, 9997, 9047, 15770, 8694, 7541, 8279, 8014, 10161, 8071, 8723, 13026, 9641, 9149, 13317, 11965, 15443, 15470, 17472, 14991, 17475, 12885, 12085, 18506, 10271, 15605, 8404, 9575, 8193, 7928, 8356, 8558, 8425, 8300, 10969, 8458, 9017, 8437, 8894, 10949, 10241, 10421, 7922, 10657, 7730, 10458, 8473, 11280, 8404, 8137, 8351, 8299, 8279, 9912, 9683, 11052, 8527, 9494, 8853, 10687, 9818, 11637, 8815, 11137, 8314, 9209, 11297, 8996, 10853, 8715, 10413, 8770, 11126, 9859, 12274, 8779, 9828, 8471, 11160, 8350, 8989, 11094, 8879, 10504, 8595, 10751, 9415, 8775, 8039, 8828, 8053, 9044, 8444, 11122, 9835, 12360, 8364, 10456, 15942, 9561, 13684, 8951, 8765, 8375, 8525, 9750, 8406, 9780, 8331, 9003, 8251, 9473, 7843, 9220, 7775, 8747, 13617, 8639, 11736, 8944, 8698, 8564, 8704, 7784, 10038, 8394, 10523, 10479, 8804, 13724, 9096, 12663, 8774, 12283, 8513, 11336, 8612, 9186, 13043, 8791, 11571, 9019, 10979, 8903, 8788, 8618, 9471, 8674, 9003, 7979, 9209, 7777, 9374, 14661, 9134, 12887, 8776, 9593, 8986, 8247, 8400, 9479, 8144, 10453, 11580, 9126, 13474, 9105, 10158, 8382, 9503, 8263, 10339, 7324, 8528, 10596, 8697, 7933, 7790, 8515, 7727, 8228, 8102, 7511, 8376, 8842, 8276, 9523, 9802, 11971, 8845, 12972, 9374, 10436, 13194, 9428, 16309, 8832, 13703, 9461, 11628, 8707, 7501, 8777, 11950, 9604, 10053, 10235, 9423, 9820, 7877, 9190, 12027, 9105, 10461, 9279, 13807, 8325, 9154, 14826, 9094, 12141, 9058, 9052, 8126, 9678, 9288, 8858, 10816, 8592, 8956, 8163, 9627, 8159, 8411, 7613, 8995, 8504, 8406, 10345, 8940, 11393, 8876, 9980, 10659, 9110, 12924, 8762, 11447, 8312, 7698, 10466, 8778, 11387, 9149, 14910, 11232, 15265, 9232, 15551, 11207, 14049, 16401, 9271, 14760, 8910, 9689, 17352, 9289, 14670, 8335, 8909, 9961, 8782, 8748, 8412, 8863, 9581, 8543, 9723, 7417, 8581, 10219, 8283, 9167, 7565, 8751, 10708, 7929, 8874, 9168, 8308, 9912, 9382, 9156, 7505, 8589, 10145, 8350, 8741, 13924, 8851, 12547, 7817, 8611, 12709, 8285, 11486, 8186, 9009, 14846, 8755, 9835, 15311, 8868, 10170, 8043, 8848, 7985, 8508, 9492, 8610, 9789, 8545, 10349, 12728, 9050, 15553, 8514, 9565, 13754, 8965, 13646, 8545, 10055, 8046, 9087, 7938, 8966, 8742, 9008, 9620, 8835, 10812, 8839, 11396, 8826, 10102, 8361, 8893, 13477, 9168, 11127, 8675, 8978, 8318, 9014, 13034, 9189, 11667, 8712, 11042, 8933, 8981, 12537, 8601, 8384, 8099, 8460, 8257, 9145, 7704, 8985, 10898, 9212, 11027, 9027, 11371, 8823, 12169, 9594, 13924, 8593, 9523, 16164, 9202, 13842, 8641, 8892, 14114, 9070, 10963, 8732, 9207, 7779, 8708, 11009, 9065, 11224, 8719, 8909, 8528, 8316, 8155, 9288, 8239, 8922, 8336, 8702, 9128, 9735, 8625, 9977, 8585, 7894, 8407, 11831, 9423, 13192, 9462, 16060, 11401, 16635, 9204, 11323, 9324, 12142, 9298, 11028, 8221, 8953, 11155, 9308, 11711, 8974, 9343, 8212, 10299, 8626, 8792, 7473, 7742, 9484, 8502, 7944, 8848, 8147, 7911, 8789, 9494, 8836, 14180, 11081, 14251, 10183, 8848, 14669, 9177, 14888, 9147, 10165, 8395, 8698, 15027, 8789, 10532, 8172, 8521, 9226, 8927, 9951, 8972, 8723, 8688, 8725, 8550, 9893, 7659, 8621, 10578, 8848, 10883, 8907, 10922, 7909, 9848, 9051, 8920, 9223, 8811, 9384, 9172, 8163, 10720, 10204, 10619, 15098, 8943, 13658, 8391, 9844, 16648, 9278, 9868, 7681, 8808, 10289, 9102, 8746, 8462, 7723, 8200, 8045, 8595, 8702, 8574, 8948, 8994, 10699, 9081, 12770, 12561, 11855, 16213, 12510, 14720, 9977, 9284, 15870, 9244, 14128, 9097, 9002, 8798, 9813, 8752, 8953, 8540, 8901, 8211, 9273, 8422, 8953, 11955, 9134, 13521, 9266, 12127, 8520, 9033, 15987, 9460, 12967, 9136, 8823, 8648, 9372, 8391, 9190, 11541, 9063, 8568, 9016, 8467, 7836, 8310, 8192, 9077, 8711, 8216, 9301, 10420, 9145, 12617, 9214, 9608, 9131, 11513, 9585, 10789, 10953, 15466, 10892, 15430, 9118, 13420, 8746, 10576, 10430, 9146, 14516, 9406, 9395, 9346, 8331, 8937, 7576, 8542, 12416, 9487, 8676, 7872, 8692, 11289, 8696, 9940, 8484, 10133, 7667, 8667, 9086, 9047, 7883, 8950, 7689, 8310, 8380, 8355, 8344, 10037, 11747, 9759, 13539, 8898, 12460, 8182, 9235, 16619, 10989, 16152, 9095, 13507, 8602, 8823, 8388, 8996, 9933, 8990, 11436, 8864, 12447, 8386, 9421, 17094, 8992, 14728, 9152, 9285, 13285, 8907, 10556, 8657, 8657, 11100, 8300, 9409, 8603, 9092, 8004, 8379, 9752, 8619, 8764, 8904, 8503, 8601, 8731, 8648, 9059, 8084, 8658, 8485, 10082, 8849, 12826, 14901, 14112, 16006, 10397, 13368, 9117, 8998, 17106, 9067, 12329, 8489, 8902, 15998, 8779, 9167, 7797, 8574, 9767, 8718, 9390, 7714, 8317, 9579, 8513, 8361, 8005, 7785, 7896, 7769, 7717, 8513, 7320, 8290, 10730, 8754, 10019, 7906, 8603, 13282, 8779, 12512, 8954, 10431, 7923, 8805, 16489, 8799, 13941, 8632, 8648, 8376, 9582, 9176, 8419, 12964, 8317, 9331, 7983, 10111, 8647, 10008, 7962, 8448, 12056, 8570, 13430, 8655, 10857, 7699, 8916, 16548, 8409, 12396, 7985, 8754, 7889, 7907, 8035, 8026, 8542, 7961, 10034, 8306, 10119, 7938, 8879, 7777, 8481, 7809, 8881, 8502, 8955, 8316, 10275, 9147, 8146, 9862, 9571, 10067, 15382, 9819, 15099, 8732, 9015, 8169, 10217, 8390, 7939, 7843, 10507, 8153, 8326, 7995, 10408, 8819, 10425, 9720, 12573, 10915, 15066, 9907, 15968, 9314, 8934, 14369, 8596, 14754, 8868, 8927, 8436, 9526, 8699, 8709, 8502, 7417, 8798, 8220, 10342, 8089, 10127, 12251, 10292, 14312, 9402, 15102, 8958, 11159, 8763, 9282, 8717, 9429, 14818, 8548, 13620, 8539, 10300, 7492, 8369, 10027, 8353, 9207, 7580, 8334, 9293, 8194, 8194, 8100, 8049, 7535, 8251, 7447, 8539, 8109, 8586, 11033, 8293, 13522, 10315, 9668, 13417, 8631, 12145, 8770, 10807], 'WindowCenter': [4417.0, 4353.0, 4375.0, 4334.0, 4339.0, 4307.0, 4337.0, 4328.0, 4336.0, 4285.0, 4306.0, 4308.0, 4329.0, 4306.0, 4316.0, 4307.0, 4355.0, 4317.0, 4294.0, 4317.0, 4318.0, 4359.0, 4344.0, 4332.0, 4361.0, 4347.0, 4334.0, 4366.0, 4343.0, 4350.0, 4350.0, 4339.0, 4315.0, 4325.0, 4302.0, 4288.0, 4308.0, 4266.0, 4295.0, 4231.0, 4250.0, 4227.0, 4216.0, 4230.0, 4240.0, 4254.0, 4255.0, 4287.0, 4267.0, 4267.0, 4271.0, 4279.0, 4303.0, 4291.0, 4305.0, 4262.0, 4301.0, 4259.0, 4304.0, 4283.0, 4324.0, 4284.0, 4283.0, 4283.0, 4281.0, 4284.0, 4303.0, 4303.0, 4315.0, 4295.0, 4307.0, 4306.0, 4315.0, 4306.0, 4326.0, 4295.0, 4316.0, 4284.0, 4297.0, 4315.0, 4297.0, 4314.0, 4296.0, 4315.0, 4308.0, 4326.0, 4318.0, 4326.0, 4296.0, 4305.0, 4297.0, 4328.0, 4298.0, 4308.0, 4326.0, 4307.0, 4314.0, 4308.0, 4326.0, 4306.0, 4294.0, 4285.0, 4305.0, 4299.0, 4306.0, 4298.0, 4328.0, 4319.0, 4338.0, 4297.0, 4317.0, 4346.0, 4306.0, 4336.0, 4284.0, 4284.0, 4272.0, 4295.0, 4305.0, 4295.0, 4304.0, 4296.0, 4305.0, 4298.0, 4330.0, 4299.0, 4320.0, 4287.0, 4297.0, 4335.0, 4297.0, 4326.0, 4297.0, 4297.0, 4296.0, 4296.0, 4286.0, 4319.0, 4298.0, 4329.0, 4315.0, 4307.0, 4337.0, 4308.0, 4335.0, 4296.0, 4326.0, 4296.0, 4316.0, 4283.0, 4294.0, 4323.0, 4296.0, 4314.0, 4296.0, 4302.0, 4292.0, 4282.0, 4295.0, 4305.0, 4295.0, 4293.0, 4273.0, 4305.0, 4284.0, 4294.0, 4332.0, 4293.0, 4321.0, 4283.0, 4305.0, 4295.0, 4282.0, 4282.0, 4292.0, 4273.0, 4315.0, 4311.0, 4293.0, 4320.0, 4281.0, 4302.0, 4285.0, 4293.0, 4282.0, 4302.0, 4261.0, 4292.0, 4301.0, 4281.0, 4271.0, 4271.0, 4292.0, 4285.0, 4295.0, 4296.0, 4287.0, 4308.0, 4306.0, 4310.0, 4319.0, 4330.0, 4338.0, 4309.0, 4339.0, 4307.0, 4317.0, 4337.0, 4307.0, 4345.0, 4294.0, 4346.0, 4304.0, 4312.0, 4284.0, 4274.0, 4294.0, 4325.0, 4317.0, 4316.0, 4329.0, 4308.0, 4320.0, 4285.0, 4307.0, 4327.0, 4296.0, 4315.0, 4307.0, 4337.0, 4284.0, 4296.0, 4334.0, 4293.0, 4313.0, 4281.0, 4281.0, 4271.0, 4305.0, 4293.0, 4294.0, 4302.0, 4294.0, 4295.0, 4297.0, 4317.0, 4298.0, 4298.0, 4298.0, 4320.0, 4308.0, 4309.0, 4328.0, 4308.0, 4330.0, 4309.0, 4321.0, 4316.0, 4295.0, 4325.0, 4295.0, 4312.0, 4297.0, 4286.0, 4328.0, 4308.0, 4339.0, 4321.0, 4359.0, 4329.0, 4346.0, 4294.0, 4346.0, 4315.0, 4336.0, 4332.0, 4295.0, 4333.0, 4280.0, 4279.0, 4329.0, 4268.0, 4307.0, 4255.0, 4267.0, 4276.0, 4268.0, 4268.0, 4268.0, 4280.0, 4278.0, 4281.0, 4292.0, 4259.0, 4282.0, 4290.0, 4281.0, 4293.0, 4273.0, 4295.0, 4303.0, 4273.0, 4294.0, 4291.0, 4284.0, 4303.0, 4294.0, 4294.0, 4273.0, 4296.0, 4316.0, 4296.0, 4309.0, 4335.0, 4295.0, 4325.0, 4273.0, 4295.0, 4336.0, 4297.0, 4326.0, 4284.0, 4293.0, 4333.0, 4283.0, 4305.0, 4331.0, 4294.0, 4302.0, 4283.0, 4295.0, 4284.0, 4297.0, 4304.0, 4297.0, 4316.0, 4308.0, 4329.0, 4337.0, 4297.0, 4345.0, 4293.0, 4306.0, 4334.0, 4294.0, 4333.0, 4295.0, 4318.0, 4285.0, 4306.0, 4297.0, 4307.0, 4295.0, 4306.0, 4308.0, 4306.0, 4315.0, 4308.0, 4328.0, 4296.0, 4307.0, 4284.0, 4308.0, 4334.0, 4293.0, 4313.0, 4283.0, 4293.0, 4283.0, 4295.0, 4323.0, 4293.0, 4313.0, 4295.0, 4325.0, 4293.0, 4295.0, 4322.0, 4283.0, 4283.0, 4283.0, 4285.0, 4294.0, 4307.0, 4284.0, 4307.0, 4314.0, 4306.0, 4315.0, 4296.0, 4324.0, 4307.0, 4327.0, 4308.0, 4337.0, 4285.0, 4305.0, 4343.0, 4293.0, 4320.0, 4281.0, 4283.0, 4321.0, 4282.0, 4302.0, 4271.0, 4284.0, 4262.0, 4295.0, 4313.0, 4293.0, 4312.0, 4294.0, 4294.0, 4294.0, 4295.0, 4283.0, 4320.0, 4297.0, 4308.0, 4294.0, 4306.0, 4305.0, 4318.0, 4299.0, 4318.0, 4310.0, 4312.0, 4297.0, 4340.0, 4306.0, 4348.0, 4319.0, 4347.0, 4326.0, 4345.0, 4294.0, 4315.0, 4308.0, 4328.0, 4295.0, 4315.0, 4270.0, 4294.0, 4313.0, 4294.0, 4323.0, 4293.0, 4290.0, 4281.0, 4303.0, 4284.0, 4295.0, 4261.0, 4288.0, 4306.0, 4296.0, 4286.0, 4307.0, 4297.0, 4309.0, 4309.0, 4317.0, 4309.0, 4362.0, 4328.0, 4349.0, 4304.0, 4284.0, 4333.0, 4293.0, 4330.0, 4281.0, 4292.0, 4271.0, 4283.0, 4332.0, 4270.0, 4290.0, 4257.0, 4280.0, 4280.0, 4291.0, 4303.0, 4294.0, 4294.0, 4307.0, 4294.0, 4283.0, 4304.0, 4260.0, 4283.0, 4305.0, 4297.0, 4314.0, 4295.0, 4315.0, 4284.0, 4317.0, 4294.0, 4294.0, 4293.0, 4292.0, 4293.0, 4303.0, 4284.0, 4326.0, 4315.0, 4315.0, 4332.0, 4283.0, 4325.0, 4271.0, 4293.0, 4331.0, 4279.0, 4290.0, 4257.0, 4279.0, 4288.0, 4280.0, 4268.0, 4269.0, 4270.0, 4283.0, 4296.0, 4309.0, 4309.0, 4309.0, 4309.0, 4320.0, 4342.0, 4309.0, 4350.0, 4336.0, 4326.0, 4346.0, 4325.0, 4334.0, 4292.0, 4294.0, 4333.0, 4292.0, 4332.0, 4294.0, 4282.0, 4294.0, 4302.0, 4282.0, 4293.0, 4282.0, 4295.0, 4283.0, 4294.0, 4282.0, 4293.0, 4313.0, 4294.0, 4323.0, 4294.0, 4313.0, 4269.0, 4281.0, 4330.0, 4290.0, 4311.0, 4280.0, 4279.0, 4283.0, 4291.0, 4270.0, 4280.0, 4300.0, 4292.0, 4282.0, 4292.0, 4281.0, 4270.0, 4283.0, 4283.0, 4304.0, 4297.0, 4296.0, 4319.0, 4328.0, 4319.0, 4335.0, 4308.0, 4306.0, 4306.0, 4328.0, 4308.0, 4315.0, 4317.0, 4345.0, 4317.0, 4334.0, 4283.0, 4324.0, 4282.0, 4305.0, 4315.0, 4304.0, 4331.0, 4292.0, 4279.0, 4291.0, 4283.0, 4294.0, 4273.0, 4282.0, 4324.0, 4304.0, 4296.0, 4286.0, 4294.0, 4311.0, 4294.0, 4305.0, 4282.0, 4305.0, 4273.0, 4295.0, 4293.0, 4296.0, 4284.0, 4295.0, 4284.0, 4296.0, 4297.0, 4298.0, 4297.0, 4330.0, 4338.0, 4319.0, 4337.0, 4297.0, 4326.0, 4286.0, 4295.0, 4345.0, 4314.0, 4334.0, 4283.0, 4324.0, 4281.0, 4282.0, 4270.0, 4282.0, 4291.0, 4294.0, 4313.0, 4294.0, 4312.0, 4270.0, 4294.0, 4330.0, 4280.0, 4320.0, 4278.0, 4279.0, 4319.0, 4281.0, 4288.0, 4266.0, 4269.0, 4296.0, 4268.0, 4277.0, 4278.0, 4291.0, 4269.0, 4280.0, 4290.0, 4293.0, 4293.0, 4306.0, 4293.0, 4307.0, 4295.0, 4307.0, 4308.0, 4298.0, 4307.0, 4305.0, 4328.0, 4320.0, 4352.0, 4348.0, 4338.0, 4345.0, 4304.0, 4336.0, 4284.0, 4284.0, 4331.0, 4282.0, 4311.0, 4270.0, 4281.0, 4330.0, 4268.0, 4278.0, 4259.0, 4270.0, 4278.0, 4268.0, 4280.0, 4258.0, 4281.0, 4290.0, 4282.0, 4270.0, 4269.0, 4271.0, 4271.0, 4284.0, 4285.0, 4296.0, 4275.0, 4309.0, 4327.0, 4297.0, 4319.0, 4285.0, 4296.0, 4347.0, 4308.0, 4336.0, 4307.0, 4315.0, 4272.0, 4293.0, 4343.0, 4282.0, 4331.0, 4282.0, 4283.0, 4285.0, 4306.0, 4294.0, 4309.0, 4333.0, 4283.0, 4292.0, 4273.0, 4304.0, 4294.0, 4304.0, 4283.0, 4295.0, 4312.0, 4284.0, 4322.0, 4281.0, 4303.0, 4273.0, 4282.0, 4331.0, 4271.0, 4309.0, 4271.0, 4292.0, 4272.0, 4283.0, 4282.0, 4284.0, 4293.0, 4283.0, 4303.0, 4285.0, 4304.0, 4285.0, 4294.0, 4284.0, 4308.0, 4286.0, 4308.0, 4295.0, 4294.0, 4297.0, 4316.0, 4308.0, 4297.0, 4318.0, 4307.0, 4320.0, 4348.0, 4308.0, 4347.0, 4295.0, 4307.0, 4284.0, 4304.0, 4283.0, 4283.0, 4272.0, 4315.0, 4284.0, 4296.0, 4286.0, 4318.0, 4310.0, 4330.0, 4319.0, 4337.0, 4341.0, 4347.0, 4307.0, 4357.0, 4292.0, 4293.0, 4331.0, 4281.0, 4331.0, 4295.0, 4290.0, 4282.0, 4291.0, 4282.0, 4279.0, 4292.0, 4272.0, 4305.0, 4294.0, 4316.0, 4284.0, 4315.0, 4325.0, 4315.0, 4334.0, 4293.0, 4331.0, 4282.0, 4315.0, 4283.0, 4292.0, 4280.0, 4280.0, 4331.0, 4292.0, 4319.0, 4269.0, 4286.0, 4245.0, 4268.0, 4287.0, 4268.0, 4277.0, 4255.0, 4268.0, 4278.0, 4281.0, 4280.0, 4283.0, 4282.0, 4284.0, 4295.0, 4275.0, 4308.0, 4297.0, 4309.0, 4326.0, 4297.0, 4347.0, 4316.0, 4307.0, 4348.0, 4306.0, 4336.0, 4296.0, 4326.0], 'WindowWidth': [9726.0, 9626.0, 9637.0, 9577.0, 9572.0, 9527.0, 9565.0, 9553.0, 9559.0, 9493.0, 9520.0, 9531.0, 9558.0, 9524.0, 9537.0, 9524.0, 9589.0, 9544.0, 9508.0, 9547.0, 9553.0, 9614.0, 9604.0, 9576.0, 9607.0, 9597.0, 9574.0, 9619.0, 9582.0, 9587.0, 9586.0, 9578.0, 9529.0, 9550.0, 9505.0, 9478.0, 9506.0, 9441.0, 9481.0, 9388.0, 9411.0, 9377.0, 9359.0, 9383.0, 9398.0, 9425.0, 9429.0, 9476.0, 9451.0, 9452.0, 9462.0, 9469.0, 9509.0, 9488.0, 9512.0, 9446.0, 9501.0, 9442.0, 9509.0, 9480.0, 9541.0, 9487.0, 9483.0, 9483.0, 9479.0, 9488.0, 9511.0, 9515.0, 9529.0, 9504.0, 9522.0, 9522.0, 9532.0, 9520.0, 9546.0, 9502.0, 9532.0, 9485.0, 9506.0, 9528.0, 9507.0, 9526.0, 9506.0, 9529.0, 9527.0, 9548.0, 9540.0, 9547.0, 9506.0, 9519.0, 9511.0, 9553.0, 9516.0, 9529.0, 9547.0, 9521.0, 9529.0, 9526.0, 9547.0, 9520.0, 9502.0, 9492.0, 9519.0, 9517.0, 9522.0, 9515.0, 9557.0, 9543.0, 9566.0, 9512.0, 9537.0, 9574.0, 9518.0, 9561.0, 9484.0, 9486.0, 9464.0, 9501.0, 9516.0, 9505.0, 9514.0, 9507.0, 9520.0, 9515.0, 9561.0, 9519.0, 9545.0, 9496.0, 9510.0, 9558.0, 9509.0, 9548.0, 9508.0, 9510.0, 9507.0, 9508.0, 9497.0, 9542.0, 9514.0, 9556.0, 9531.0, 9525.0, 9563.0, 9525.0, 9559.0, 9507.0, 9547.0, 9505.0, 9533.0, 9485.0, 9501.0, 9536.0, 9507.0, 9527.0, 9506.0, 9508.0, 9495.0, 9481.0, 9504.0, 9517.0, 9503.0, 9498.0, 9469.0, 9518.0, 9488.0, 9501.0, 9551.0, 9498.0, 9531.0, 9482.0, 9517.0, 9503.0, 9480.0, 9480.0, 9496.0, 9471.0, 9530.0, 9518.0, 9495.0, 9527.0, 9477.0, 9510.0, 9489.0, 9495.0, 9482.0, 9509.0, 9451.0, 9495.0, 9504.0, 9479.0, 9463.0, 9466.0, 9496.0, 9493.0, 9505.0, 9509.0, 9497.0, 9527.0, 9523.0, 9536.0, 9547.0, 9562.0, 9569.0, 9530.0, 9570.0, 9521.0, 9537.0, 9563.0, 9523.0, 9571.0, 9500.0, 9576.0, 9515.0, 9522.0, 9485.0, 9473.0, 9501.0, 9544.0, 9540.0, 9534.0, 9557.0, 9527.0, 9544.0, 9492.0, 9521.0, 9548.0, 9506.0, 9530.0, 9524.0, 9566.0, 9486.0, 9504.0, 9552.0, 9496.0, 9521.0, 9477.0, 9475.0, 9464.0, 9516.0, 9495.0, 9499.0, 9507.0, 9500.0, 9503.0, 9513.0, 9536.0, 9513.0, 9514.0, 9516.0, 9549.0, 9528.0, 9530.0, 9555.0, 9527.0, 9560.0, 9531.0, 9548.0, 9533.0, 9501.0, 9541.0, 9501.0, 9521.0, 9509.0, 9495.0, 9556.0, 9529.0, 9572.0, 9551.0, 9599.0, 9556.0, 9574.0, 9499.0, 9575.0, 9528.0, 9560.0, 9549.0, 9502.0, 9550.0, 9473.0, 9471.0, 9537.0, 9450.0, 9501.0, 9428.0, 9448.0, 9460.0, 9453.0, 9454.0, 9453.0, 9474.0, 9466.0, 9477.0, 9495.0, 9445.0, 9479.0, 9487.0, 9478.0, 9498.0, 9472.0, 9502.0, 9512.0, 9470.0, 9499.0, 9492.0, 9488.0, 9511.0, 9500.0, 9502.0, 9471.0, 9505.0, 9532.0, 9509.0, 9531.0, 9556.0, 9502.0, 9542.0, 9471.0, 9501.0, 9561.0, 9512.0, 9550.0, 9487.0, 9499.0, 9549.0, 9485.0, 9516.0, 9546.0, 9501.0, 9508.0, 9484.0, 9504.0, 9488.0, 9510.0, 9516.0, 9510.0, 9535.0, 9529.0, 9557.0, 9563.0, 9509.0, 9572.0, 9499.0, 9521.0, 9552.0, 9500.0, 9549.0, 9502.0, 9540.0, 9492.0, 9522.0, 9512.0, 9526.0, 9507.0, 9523.0, 9525.0, 9521.0, 9532.0, 9526.0, 9555.0, 9506.0, 9522.0, 9487.0, 9525.0, 9554.0, 9497.0, 9522.0, 9481.0, 9498.0, 9485.0, 9502.0, 9538.0, 9497.0, 9522.0, 9506.0, 9546.0, 9498.0, 9503.0, 9535.0, 9483.0, 9483.0, 9485.0, 9491.0, 9503.0, 9525.0, 9491.0, 9524.0, 9529.0, 9521.0, 9528.0, 9506.0, 9542.0, 9524.0, 9551.0, 9525.0, 9563.0, 9488.0, 9517.0, 9566.0, 9497.0, 9529.0, 9477.0, 9483.0, 9529.0, 9480.0, 9503.0, 9461.0, 9482.0, 9452.0, 9503.0, 9522.0, 9497.0, 9520.0, 9502.0, 9499.0, 9502.0, 9504.0, 9487.0, 9549.0, 9513.0, 9528.0, 9502.0, 9524.0, 9519.0, 9542.0, 9515.0, 9541.0, 9533.0, 9538.0, 9514.0, 9574.0, 9521.0, 9582.0, 9542.0, 9579.0, 9548.0, 9569.0, 9497.0, 9528.0, 9528.0, 9551.0, 9502.0, 9529.0, 9460.0, 9501.0, 9528.0, 9500.0, 9539.0, 9497.0, 9489.0, 9479.0, 9508.0, 9485.0, 9504.0, 9451.0, 9499.0, 9519.0, 9506.0, 9493.0, 9523.0, 9510.0, 9534.0, 9532.0, 9538.0, 9530.0, 9609.0, 9553.0, 9582.0, 9511.0, 9485.0, 9550.0, 9495.0, 9542.0, 9478.0, 9493.0, 9464.0, 9484.0, 9545.0, 9461.0, 9485.0, 9436.0, 9475.0, 9475.0, 9492.0, 9511.0, 9501.0, 9501.0, 9527.0, 9503.0, 9484.0, 9512.0, 9448.0, 9484.0, 9514.0, 9509.0, 9525.0, 9501.0, 9529.0, 9489.0, 9536.0, 9501.0, 9501.0, 9495.0, 9495.0, 9497.0, 9513.0, 9488.0, 9548.0, 9531.0, 9530.0, 9548.0, 9482.0, 9542.0, 9464.0, 9495.0, 9543.0, 9468.0, 9484.0, 9436.0, 9470.0, 9481.0, 9473.0, 9456.0, 9460.0, 9462.0, 9486.0, 9507.0, 9532.0, 9529.0, 9532.0, 9532.0, 9549.0, 9579.0, 9531.0, 9587.0, 9562.0, 9549.0, 9577.0, 9543.0, 9555.0, 9494.0, 9500.0, 9549.0, 9493.0, 9549.0, 9501.0, 9479.0, 9500.0, 9508.0, 9482.0, 9495.0, 9479.0, 9501.0, 9482.0, 9499.0, 9481.0, 9497.0, 9524.0, 9500.0, 9537.0, 9501.0, 9524.0, 9456.0, 9478.0, 9543.0, 9487.0, 9515.0, 9474.0, 9471.0, 9483.0, 9492.0, 9461.0, 9474.0, 9499.0, 9494.0, 9479.0, 9493.0, 9478.0, 9462.0, 9486.0, 9486.0, 9518.0, 9508.0, 9508.0, 9545.0, 9557.0, 9544.0, 9559.0, 9528.0, 9519.0, 9522.0, 9555.0, 9527.0, 9530.0, 9536.0, 9573.0, 9537.0, 9556.0, 9482.0, 9539.0, 9483.0, 9516.0, 9531.0, 9513.0, 9545.0, 9493.0, 9469.0, 9489.0, 9482.0, 9500.0, 9469.0, 9479.0, 9541.0, 9514.0, 9506.0, 9493.0, 9502.0, 9517.0, 9502.0, 9514.0, 9481.0, 9515.0, 9472.0, 9503.0, 9499.0, 9506.0, 9486.0, 9502.0, 9488.0, 9508.0, 9511.0, 9514.0, 9512.0, 9560.0, 9569.0, 9543.0, 9564.0, 9508.0, 9547.0, 9491.0, 9504.0, 9571.0, 9526.0, 9554.0, 9483.0, 9541.0, 9477.0, 9479.0, 9459.0, 9479.0, 9490.0, 9498.0, 9522.0, 9498.0, 9520.0, 9461.0, 9501.0, 9542.0, 9472.0, 9526.0, 9467.0, 9469.0, 9524.0, 9476.0, 9481.0, 9449.0, 9456.0, 9489.0, 9454.0, 9466.0, 9470.0, 9494.0, 9456.0, 9476.0, 9486.0, 9498.0, 9501.0, 9521.0, 9501.0, 9525.0, 9507.0, 9525.0, 9528.0, 9512.0, 9527.0, 9521.0, 9556.0, 9549.0, 9594.0, 9583.0, 9568.0, 9571.0, 9514.0, 9562.0, 9486.0, 9485.0, 9545.0, 9477.0, 9517.0, 9459.0, 9475.0, 9539.0, 9454.0, 9467.0, 9445.0, 9460.0, 9466.0, 9455.0, 9471.0, 9440.0, 9475.0, 9486.0, 9479.0, 9461.0, 9458.0, 9466.0, 9465.0, 9489.0, 9491.0, 9508.0, 9479.0, 9533.0, 9550.0, 9510.0, 9542.0, 9488.0, 9508.0, 9581.0, 9528.0, 9564.0, 9522.0, 9532.0, 9468.0, 9498.0, 9564.0, 9481.0, 9545.0, 9482.0, 9482.0, 9489.0, 9519.0, 9500.0, 9530.0, 9552.0, 9484.0, 9494.0, 9469.0, 9512.0, 9499.0, 9514.0, 9484.0, 9505.0, 9521.0, 9485.0, 9535.0, 9479.0, 9510.0, 9470.0, 9481.0, 9545.0, 9463.0, 9510.0, 9463.0, 9495.0, 9468.0, 9485.0, 9480.0, 9486.0, 9497.0, 9488.0, 9512.0, 9490.0, 9510.0, 9487.0, 9502.0, 9491.0, 9529.0, 9495.0, 9528.0, 9507.0, 9502.0, 9512.0, 9536.0, 9528.0, 9511.0, 9541.0, 9525.0, 9546.0, 9582.0, 9525.0, 9578.0, 9506.0, 9523.0, 9488.0, 9515.0, 9484.0, 9484.0, 9465.0, 9532.0, 9487.0, 9507.0, 9489.0, 9539.0, 9532.0, 9560.0, 9547.0, 9566.0, 9577.0, 9579.0, 9523.0, 9594.0, 9494.0, 9496.0, 9546.0, 9477.0, 9548.0, 9504.0, 9489.0, 9481.0, 9490.0, 9480.0, 9472.0, 9495.0, 9470.0, 9520.0, 9503.0, 9534.0, 9489.0, 9532.0, 9545.0, 9531.0, 9555.0, 9498.0, 9545.0, 9479.0, 9532.0, 9485.0, 9494.0, 9474.0, 9475.0, 9544.0, 9496.0, 9525.0, 9457.0, 9478.0, 9418.0, 9454.0, 9479.0, 9454.0, 9466.0, 9433.0, 9456.0, 9469.0, 9478.0, 9477.0, 9485.0, 9485.0, 9491.0, 9506.0, 9479.0, 9528.0, 9511.0, 9530.0, 9549.0, 9512.0, 9580.0, 9535.0, 9524.0, 9581.0, 9524.0, 9563.0, 9508.0, 9550.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.004256077981651377</td></tr>
<tr><td colspan=3>aqi</td><td>0.025297190596330277</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.71935464923077</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2676138506429397</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0587674398277849</td></tr>
<tr><td colspan=3>efc</td><td>0.4491</td></tr>
<tr><td colspan=3>fber</td><td>8380.4697</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14765898217631443</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>170</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.495412844036696</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2878654538008805</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2324760376827144</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.486072213454692</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1450481102652352</td></tr>
<tr><td colspan=3>gcor</td><td>0.0177627</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020141350105404854</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02631324529647827</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.085917887407482</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>28.0094</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.7692</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.0205</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308216.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>791.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.2284</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5905</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.5385</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3589.9991</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4669.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.4298</td></tr>
<tr><td colspan=3>tsnr</td><td>38.375967866159044</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>