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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-01_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-01_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-0131/ses-01/func/sub-0131_ses-01_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>0a8c6f638061725041e5ce3fdf582acf</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:57:54.090000</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.997595, 0.0672646, -0.016696, -0.0662602, 0.996297, 0.0547839]</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.0880239</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -8138, -7339, 618, -229, -981, 794, 116]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>232.369</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>222258f0-fbc8-4097-8ab1-7beaa9423665||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.676475763320923, -0.17777137458324432, -0.05486191436648369, 122.99714660644531], [-0.18046613037586212, 2.672992706298828, 0.1445738971233368, -98.4102783203125], [-0.044794220477342606, -0.14698119461536407, 2.695568323135376, -61.668800354003906], [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': ['175754.090000', '175754.550000', '175755.010000', '175755.470000', '175755.930000', '175756.390000', '175756.850000', '175757.310000', '175757.770000', '175758.230000', '175758.690000', '175759.150000', '175759.610000', '175800.070000', '175800.530000', '175800.990000', '175801.450000', '175801.910000', '175802.370000', '175802.830000', '175803.290000', '175803.750000', '175804.210000', '175804.670000', '175805.130000', '175805.590000', '175806.050000', '175806.510000', '175806.970000', '175807.430000', '175807.890000', '175808.350000', '175808.810000', '175809.270000', '175809.730000', '175810.190000', '175810.650000', '175811.110000', '175811.570000', '175812.030000', '175812.490000', '175812.950000', '175813.410000', '175813.870000', '175814.330000', '175814.790000', '175815.250000', '175815.710000', '175816.170000', '175816.630000', '175817.090000', '175817.550000', '175818.010000', '175818.470000', '175818.930000', '175819.390000', '175819.850000', '175820.310000', '175820.770000', '175821.230000', '175821.690000', '175822.150000', '175822.610000', '175823.070000', '175823.530000', '175823.990000', '175824.450000', '175824.910000', '175825.370000', '175825.830000', '175826.290000', '175826.750000', '175827.210000', '175827.670000', '175828.130000', '175828.590000', '175829.050000', '175829.510000', '175829.970000', '175830.430000', '175830.890000', '175831.350000', '175831.810000', '175832.270000', '175832.730000', '175833.190000', '175833.650000', '175834.110000', '175834.570000', '175835.030000', '175835.490000', '175835.950000', '175836.410000', '175836.870000', '175837.330000', '175837.790000', '175838.250000', '175838.710000', '175839.170000', '175839.630000', '175840.090000', '175840.550000', '175841.010000', '175841.470000', '175841.930000', '175842.390000', '175842.850000', '175843.310000', '175843.770000', '175844.230000', '175844.690000', '175845.150000', '175845.610000', '175846.070000', '175846.530000', '175846.990000', '175847.450000', '175847.910000', '175848.370000', '175848.830000', '175849.290000', '175849.750000', '175850.210000', '175850.670000', '175851.130000', '175851.590000', '175852.050000', '175852.510000', '175852.970000', '175853.430000', '175853.890000', '175854.350000', '175854.810000', '175855.270000', '175855.730000', '175856.190000', '175856.650000', '175857.110000', '175857.570000', '175858.030000', '175858.490000', '175858.950000', '175859.410000', '175859.870000', '175900.330000', '175900.790000', '175901.250000', '175901.710000', '175902.170000', '175902.630000', '175903.090000', '175903.550000', '175904.010000', '175904.470000', '175904.930000', '175905.390000', '175905.850000', '175906.310000', '175906.770000', '175907.230000', '175907.690000', '175908.150000', '175908.610000', '175909.070000', '175909.530000', '175909.990000', '175910.450000', '175910.910000', '175911.370000', '175911.830000', '175912.290000', '175912.750000', '175913.210000', '175913.670000', '175914.130000', '175914.590000', '175915.050000', '175915.510000', '175915.970000', '175916.430000', '175916.890000', '175917.350000', '175917.810000', '175918.270000', '175918.730000', '175919.190000', '175919.650000', '175920.110000', '175920.570000', '175921.030000', '175921.490000', '175921.950000', '175922.410000', '175922.870000', '175923.330000', '175923.790000', '175924.250000', '175924.710000', '175925.170000', '175925.630000', '175926.090000', '175926.550000', '175927.010000', '175927.470000', '175927.930000', '175928.390000', '175928.850000', '175929.310000', '175929.770000', '175930.230000', '175930.690000', '175931.150000', '175931.610000', '175932.070000', '175932.530000', '175932.990000', '175933.450000', '175933.910000', '175934.370000', '175934.830000', '175935.290000', '175935.750000', '175936.210000', '175936.670000', '175937.130000', '175937.590000', '175938.050000', '175938.510000', '175938.970000', '175939.430000', '175939.890000', '175940.350000', '175940.810000', '175941.270000', '175941.730000', '175942.190000', '175942.650000', '175943.110000', '175943.570000', '175944.030000', '175944.490000', '175944.950000', '175945.410000', '175945.870000', '175946.330000', '175946.790000', '175947.250000', '175947.710000', '175948.170000', '175948.630000', '175949.090000', '175949.550000', '175950.010000', '175950.470000', '175950.930000', '175951.390000', '175951.850000', '175952.310000', '175952.770000', '175953.230000', '175953.690000', '175954.150000', '175954.610000', '175955.070000', '175955.530000', '175955.990000', '175956.450000', '175956.910000', '175957.370000', '175957.830000', '175958.290000', '175958.750000', '175959.210000', '175959.670000', '180000.130000', '180000.590000', '180001.050000', '180001.510000', '180001.970000', '180002.430000', '180002.890000', '180003.350000', '180003.810000', '180004.270000', '180004.730000', '180005.190000', '180005.650000', '180006.110000', '180006.570000', '180007.030000', '180007.490000', '180007.950000', '180008.410000', '180008.870000', '180009.330000', '180009.790000', '180010.250000', '180010.710000', '180011.170000', '180011.630000', '180012.090000', '180012.550000', '180013.010000', '180013.470000', '180013.930000', '180014.390000', '180014.850000', '180015.310000', '180015.770000', '180016.230000', '180016.690000', '180017.150000', '180017.610000', '180018.070000', '180018.530000', '180018.990000', '180019.450000', '180019.910000', '180020.370000', '180020.830000', '180021.290000', '180021.750000', '180022.210000', '180022.670000', '180023.130000', '180023.590000', '180024.050000', '180024.510000', '180024.970000', '180025.430000', '180025.890000', '180026.350000', '180026.810000', '180027.270000', '180027.730000', '180028.190000', '180028.650000', '180029.110000', '180029.570000', '180030.030000', '180030.490000', '180030.950000', '180031.410000', '180031.870000', '180032.330000', '180032.790000', '180033.250000', '180033.710000', '180034.170000', '180034.630000', '180035.090000', '180035.550000', '180036.010000', '180036.470000', '180036.930000', '180037.390000', '180037.850000', '180038.310000', '180038.770000', '180039.230000', '180039.690000', '180040.150000', '180040.610000', '180041.070000', '180041.530000', '180041.990000', '180042.450000', '180042.910000', '180043.370000', '180043.830000', '180044.290000', '180044.750000', '180045.210000', '180045.670000', '180046.130000', '180046.590000', '180047.050000', '180047.510000', '180047.970000', '180048.430000', '180048.890000', '180049.350000', '180049.810000', '180050.270000', '180050.730000', '180051.190000', '180051.650000', '180052.110000', '180052.570000', '180053.030000', '180053.490000', '180053.950000', '180054.410000', '180054.870000', '180055.330000', '180055.790000', '180056.250000', '180056.710000', '180057.170000', '180057.630000', '180058.090000', '180058.550000', '180059.010000', '180059.470000', '180059.930000', '180100.390000', '180100.850000', '180101.310000', '180101.770000', '180102.230000', '180102.690000', '180103.150000', '180103.610000', '180104.070000', '180104.530000', '180104.990000', '180105.450000', '180105.910000', '180106.370000', '180106.830000', '180107.290000', '180107.750000', '180108.210000', '180108.670000', '180109.130000', '180109.590000', '180110.050000', '180110.510000', '180110.970000', '180111.430000', '180111.890000', '180112.350000', '180112.810000', '180113.270000', '180113.730000', '180114.190000', '180114.650000', '180115.110000', '180115.570000', '180116.030000', '180116.490000', '180116.950000', '180117.410000', '180117.870000', '180118.330000', '180118.790000', '180119.250000', '180119.710000', '180120.170000', '180120.630000', '180121.090000', '180121.550000', '180122.010000', '180122.470000', '180122.930000', '180123.390000', '180123.850000', '180124.310000', '180124.770000', '180125.230000', '180125.690000', '180126.150000', '180126.610000', '180127.070000', '180127.530000', '180127.990000', '180128.450000', '180128.910000', '180129.370000', '180129.830000', '180130.290000', '180130.750000', '180131.210000', '180131.670000', '180132.130000', '180132.590000', '180133.050000', '180133.510000', '180133.970000', '180134.430000', '180134.890000', '180135.350000', '180135.810000', '180136.270000', '180136.730000', '180137.190000', '180137.650000', '180138.110000', '180138.570000', '180139.030000', '180139.490000', '180139.950000', '180140.410000', '180140.870000', '180141.330000', '180141.790000', '180142.250000', '180142.710000', '180143.170000', '180143.630000', '180144.090000', '180144.550000', '180145.010000', '180145.470000', '180145.930000', '180146.390000', '180146.850000', '180147.310000', '180147.770000', '180148.230000', '180148.690000', '180149.150000', '180149.610000', '180150.070000', '180150.530000', '180150.990000', '180151.450000', '180151.910000', '180152.370000', '180152.830000', '180153.290000', '180153.750000', '180154.210000', '180154.670000', '180155.130000', '180155.590000', '180156.050000', '180156.510000', '180156.970000', '180157.430000', '180157.890000', '180158.350000', '180158.810000', '180159.270000', '180159.730000', '180200.190000', '180200.650000', '180201.110000', '180201.570000', '180202.030000', '180202.490000', '180202.950000', '180203.410000', '180203.870000', '180204.330000', '180204.790000', '180205.250000', '180205.710000', '180206.170000', '180206.630000', '180207.090000', '180207.550000', '180208.010000', '180208.470000', '180208.930000', '180209.390000', '180209.850000', '180210.310000', '180210.770000', '180211.230000', '180211.690000', '180212.150000', '180212.610000', '180213.070000', '180213.530000', '180213.990000', '180214.450000', '180214.910000', '180215.370000', '180215.830000', '180216.290000', '180216.750000', '180217.210000', '180217.670000', '180218.130000', '180218.590000', '180219.050000', '180219.510000', '180219.970000', '180220.430000', '180220.890000', '180221.350000', '180221.810000', '180222.270000', '180222.730000', '180223.190000', '180223.650000', '180224.110000', '180224.570000', '180225.030000', '180225.490000', '180225.950000', '180226.410000', '180226.870000', '180227.330000', '180227.790000', '180228.250000', '180228.710000', '180229.170000', '180229.630000', '180230.090000', '180230.550000', '180231.010000', '180231.470000', '180231.930000', '180232.390000', '180232.850000', '180233.310000', '180233.770000', '180234.230000', '180234.690000', '180235.150000', '180235.610000', '180236.070000', '180236.530000', '180236.990000', '180237.450000', '180237.910000', '180238.370000', '180238.830000', '180239.290000', '180239.750000', '180240.210000', '180240.670000', '180241.130000', '180241.590000', '180242.050000', '180242.510000', '180242.970000', '180243.430000', '180243.890000', '180244.350000', '180244.810000', '180245.270000', '180245.730000', '180246.190000', '180246.650000', '180247.110000', '180247.570000', '180248.030000', '180248.490000', '180248.950000', '180249.410000', '180249.870000', '180250.330000', '180250.790000', '180251.250000', '180251.710000', '180252.170000', '180252.630000', '180253.090000', '180253.550000', '180254.010000', '180254.470000', '180254.930000', '180255.390000', '180255.850000', '180256.310000', '180256.770000', '180257.230000', '180257.690000', '180258.150000', '180258.610000', '180259.070000', '180259.530000', '180259.990000', '180300.450000', '180300.910000', '180301.370000', '180301.830000', '180302.290000', '180302.750000', '180303.210000', '180303.670000', '180304.130000', '180304.590000', '180305.050000', '180305.510000', '180305.970000', '180306.430000', '180306.890000', '180307.350000', '180307.810000', '180308.270000', '180308.730000', '180309.190000', '180309.650000', '180310.110000', '180310.570000', '180311.030000', '180311.490000', '180311.950000', '180312.410000', '180312.870000', '180313.330000', '180313.790000', '180314.250000', '180314.710000', '180315.170000', '180315.630000', '180316.090000', '180316.550000', '180317.010000', '180317.470000', '180317.930000', '180318.390000', '180318.850000', '180319.310000', '180319.770000', '180320.230000', '180320.690000', '180321.150000', '180321.610000', '180322.070000', '180322.530000', '180322.990000', '180323.450000', '180323.910000', '180324.370000', '180324.830000', '180325.290000', '180325.750000', '180326.210000', '180326.670000', '180327.130000', '180327.590000', '180328.050000', '180328.510000', '180328.970000', '180329.430000', '180329.890000', '180330.350000', '180330.810000', '180331.270000', '180331.730000', '180332.190000', '180332.650000', '180333.110000', '180333.570000', '180334.030000', '180334.490000', '180334.950000', '180335.410000', '180335.870000', '180336.330000', '180336.790000', '180337.250000', '180337.710000', '180338.170000', '180338.630000', '180339.090000', '180339.550000', '180340.010000', '180340.470000', '180340.930000', '180341.390000', '180341.850000', '180342.310000', '180342.770000', '180343.230000', '180343.690000', '180344.150000', '180344.610000', '180345.070000', '180345.530000', '180345.990000', '180346.450000', '180346.910000', '180347.370000', '180347.830000', '180348.290000', '180348.750000', '180349.210000', '180349.670000', '180350.130000', '180350.590000', '180351.050000', '180351.510000', '180351.970000', '180352.430000', '180352.890000', '180353.350000', '180353.810000', '180354.270000', '180354.730000', '180355.190000', '180355.650000', '180356.110000', '180356.570000', '180357.030000', '180357.490000', '180357.950000', '180358.410000', '180358.870000', '180359.330000', '180359.790000', '180400.250000', '180400.710000', '180401.170000', '180401.630000', '180402.090000', '180402.550000', '180403.010000', '180403.470000', '180403.930000', '180404.390000', '180404.850000', '180405.310000', '180405.770000', '180406.230000', '180406.690000', '180407.150000', '180407.610000', '180408.070000', '180408.530000', '180408.990000', '180409.450000', '180409.910000', '180410.370000', '180410.830000', '180411.290000', '180411.750000', '180412.210000', '180412.670000', '180413.130000', '180413.590000', '180414.050000', '180414.510000', '180414.970000', '180415.430000', '180415.890000', '180416.350000', '180416.810000', '180417.270000', '180417.730000', '180418.190000', '180418.650000', '180419.110000', '180419.570000', '180420.030000', '180420.490000', '180420.950000', '180421.410000', '180421.870000', '180422.330000', '180422.790000', '180423.250000', '180423.710000', '180424.170000', '180424.630000', '180425.090000', '180425.550000', '180426.010000', '180426.470000', '180426.930000', '180427.390000', '180427.850000', '180428.310000', '180428.770000', '180429.230000', '180429.690000', '180430.150000', '180430.610000', '180431.070000', '180431.530000', '180431.990000', '180432.450000', '180432.910000', '180433.370000', '180433.830000', '180434.290000', '180434.750000'], 'ContentTime': ['175823.730000', '175823.733000', '175823.736000', '175823.739000', '175823.745000', '175823.748000', '175823.750000', '175823.753000', '175823.755000', '175823.758000', '175823.761000', '175823.763000', '175823.766000', '175823.768000', '175823.771000', '175823.774000', '175823.776000', '175823.779000', '175823.781000', '175823.784000', '175823.786000', '175823.789000', '175823.791000', '175823.794000', '175823.797000', '175823.799000', '175823.802000', '175823.804000', '175823.807000', '175823.810000', '175823.812000', '175823.815000', '175823.817000', '175823.820000', '175823.822000', '175823.825000', '175823.828000', '175823.830000', '175823.838000', '175823.840000', '175823.843000', '175823.845000', '175823.848000', '175823.850000', '175823.853000', '175823.856000', '175823.858000', '175823.861000', '175823.864000', '175823.866000', '175823.869000', '175823.871000', '175823.874000', '175823.876000', '175823.879000', '175823.910000', '175823.913000', '175823.915000', '175823.918000', '175823.920000', '175823.923000', '175843.697000', '175843.701000', '175843.704000', '175843.707000', '175843.709000', '175843.712000', '175843.714000', '175843.717000', '175843.719000', '175843.722000', '175843.725000', '175843.727000', '175843.730000', '175843.732000', '175843.735000', '175843.737000', '175843.740000', '175843.742000', '175843.745000', '175843.748000', '175843.750000', '175843.753000', '175843.755000', '175843.758000', '175843.760000', '175843.763000', '175843.765000', '175843.768000', '175843.771000', '175843.773000', '175843.776000', '175843.778000', '175843.781000', '175843.783000', '175843.786000', '175843.788000', '175843.791000', '175843.794000', '175843.796000', '175843.799000', '175843.825000', '175843.839000', '175843.842000', '175843.844000', '175903.697000', '175903.700000', '175903.703000', '175903.705000', '175903.708000', '175903.711000', '175903.713000', '175903.716000', '175903.718000', '175903.721000', '175903.723000', '175903.726000', '175903.728000', '175903.731000', '175903.734000', '175903.736000', '175903.739000', '175903.741000', '175903.744000', '175903.746000', '175903.749000', '175903.751000', '175903.754000', '175903.757000', '175903.759000', '175903.762000', '175903.764000', '175903.767000', '175903.769000', '175903.772000', '175903.774000', '175903.777000', '175903.779000', '175903.782000', '175903.784000', '175903.787000', '175903.790000', '175903.792000', '175903.795000', '175903.797000', '175903.800000', '175903.803000', '175903.805000', '175923.697000', '175923.700000', '175923.703000', '175923.706000', '175923.708000', '175923.711000', '175923.713000', '175923.716000', '175923.719000', '175923.721000', '175923.724000', '175923.726000', '175923.738000', '175923.741000', '175923.743000', '175923.746000', '175923.749000', '175923.751000', '175923.754000', '175923.756000', '175923.759000', '175923.761000', '175923.764000', '175923.767000', '175923.769000', '175923.772000', '175923.774000', '175923.777000', '175923.779000', '175923.782000', '175923.785000', '175923.787000', '175923.790000', '175923.792000', '175923.795000', '175923.798000', '175923.800000', '175923.803000', '175923.805000', '175923.850000', '175923.852000', '175923.855000', '175923.857000', '175923.860000', '175943.697000', '175943.700000', '175943.703000', '175943.705000', '175943.708000', '175943.711000', '175943.713000', '175943.716000', '175943.718000', '175943.721000', '175943.724000', '175943.726000', '175943.729000', '175943.731000', '175943.734000', '175943.736000', '175943.739000', '175943.741000', '175943.744000', '175943.747000', '175943.749000', '175943.752000', '175943.754000', '175943.757000', '175943.759000', '175943.762000', '175943.764000', '175943.767000', '175943.770000', '175943.772000', '175943.775000', '175943.777000', '175943.780000', '175943.782000', '175943.785000', '175943.788000', '175943.790000', '175943.793000', '175943.795000', '175943.798000', '175943.800000', '175943.803000', '175943.805000', '180003.698000', '180003.701000', '180003.710000', '180003.713000', '180003.715000', '180003.718000', '180003.721000', '180003.723000', '180003.726000', '180003.728000', '180003.731000', '180003.733000', '180003.736000', '180003.738000', '180003.741000', '180003.744000', '180003.746000', '180003.749000', '180003.751000', '180003.754000', '180003.756000', '180003.759000', '180003.762000', '180003.764000', '180003.767000', '180003.769000', '180003.772000', '180003.774000', '180003.777000', '180003.780000', '180003.782000', '180003.785000', '180003.787000', '180003.798000', '180003.824000', '180003.827000', '180003.829000', '180003.832000', '180003.835000', '180003.837000', '180003.840000', '180003.842000', '180003.845000', '180003.847000', '180023.697000', '180023.700000', '180023.703000', '180023.706000', '180023.708000', '180023.711000', '180023.713000', '180023.716000', '180023.718000', '180023.721000', '180023.724000', '180023.726000', '180023.729000', '180023.731000', '180023.734000', '180023.736000', '180023.739000', '180023.742000', '180023.744000', '180023.747000', '180023.749000', '180023.752000', '180023.755000', '180023.757000', '180023.760000', '180023.762000', '180023.765000', '180023.767000', '180023.770000', '180023.772000', '180023.775000', '180023.777000', '180023.780000', '180023.783000', '180023.785000', '180023.788000', '180023.790000', '180023.793000', '180023.795000', '180023.798000', '180023.836000', '180023.839000', '180023.841000', '180043.697000', '180043.700000', '180043.703000', '180043.705000', '180043.708000', '180043.711000', '180043.713000', '180043.716000', '180043.719000', '180043.721000', '180043.724000', '180043.726000', '180043.729000', '180043.741000', '180043.744000', '180043.746000', '180043.749000', '180043.752000', '180043.754000', '180043.757000', '180043.759000', '180043.762000', '180043.764000', '180043.767000', '180043.770000', '180043.772000', '180043.775000', '180043.777000', '180043.780000', '180043.782000', '180043.785000', '180043.788000', '180043.790000', '180043.793000', '180043.796000', '180043.798000', '180043.871000', '180043.873000', '180043.876000', '180043.878000', '180043.881000', '180043.884000', '180043.886000', '180103.697000', '180103.700000', '180103.703000', '180103.706000', '180103.708000', '180103.711000', '180103.713000', '180103.716000', '180103.718000', '180103.721000', '180103.724000', '180103.726000', '180103.729000', '180103.731000', '180103.734000', '180103.737000', '180103.739000', '180103.742000', '180103.744000', '180103.747000', '180103.750000', '180103.752000', '180103.755000', '180103.757000', '180103.760000', '180103.762000', '180103.765000', '180103.767000', '180103.770000', '180103.773000', '180103.775000', '180103.778000', '180103.780000', '180103.783000', '180103.785000', '180103.788000', '180103.791000', '180103.793000', '180103.796000', '180103.798000', '180103.840000', '180103.843000', '180103.845000', '180103.848000', '180123.698000', '180123.700000', '180123.703000', '180123.706000', '180123.708000', '180123.711000', '180123.714000', '180123.716000', '180123.719000', '180123.721000', '180123.724000', '180123.727000', '180123.729000', '180123.732000', '180123.734000', '180123.737000', '180123.740000', '180123.742000', '180123.745000', '180123.747000', '180123.750000', '180123.753000', '180123.755000', '180123.758000', '180123.760000', '180123.763000', '180123.765000', '180123.768000', '180123.770000', '180123.773000', '180123.776000', '180123.778000', '180123.781000', '180123.784000', '180123.786000', '180123.789000', '180123.791000', '180123.794000', '180123.796000', '180123.799000', '180123.869000', '180123.871000', '180123.874000', '180143.697000', '180143.700000', '180143.703000', '180143.706000', '180143.708000', '180143.711000', '180143.713000', '180143.716000', '180143.718000', '180143.721000', '180143.724000', '180143.726000', '180143.729000', '180143.731000', '180143.734000', '180143.761000', '180143.764000', '180143.766000', '180143.769000', '180143.771000', '180143.774000', '180143.776000', '180143.779000', '180143.782000', '180143.784000', '180143.787000', '180143.789000', '180143.792000', '180143.794000', '180143.797000', '180143.838000', '180143.840000', '180143.843000', '180143.845000', '180143.848000', '180143.851000', '180143.853000', '180143.856000', '180143.858000', '180143.861000', '180143.863000', '180143.866000', '180143.868000', '180143.871000', '180203.697000', '180203.700000', '180203.703000', '180203.705000', '180203.708000', '180203.711000', '180203.713000', '180203.716000', '180203.718000', '180203.721000', '180203.724000', '180203.726000', '180203.729000', '180203.732000', '180203.734000', '180203.737000', '180203.740000', '180203.742000', '180203.745000', '180203.747000', '180203.750000', '180203.753000', '180203.755000', '180203.758000', '180203.760000', '180203.763000', '180203.766000', '180203.768000', '180203.772000', '180203.775000', '180203.777000', '180203.780000', '180203.782000', '180203.785000', '180203.788000', '180203.790000', '180203.793000', '180203.795000', '180203.798000', '180203.845000', '180203.847000', '180203.850000', '180203.853000', '180223.698000', '180223.701000', '180223.703000', '180223.706000', '180223.708000', '180223.711000', '180223.714000', '180223.716000', '180223.719000', '180223.721000', '180223.724000', '180223.726000', '180223.729000', '180223.732000', '180223.734000', '180223.737000', '180223.739000', '180223.742000', '180223.744000', '180223.747000', '180223.749000', '180223.752000', '180223.755000', '180223.757000', '180223.760000', '180223.762000', '180223.765000', '180223.767000', '180223.770000', '180223.773000', '180223.775000', '180223.778000', '180223.780000', '180223.783000', '180223.786000', '180223.788000', '180223.791000', '180223.793000', '180223.796000', '180223.798000', '180223.855000', '180223.857000', '180223.860000', '180223.863000', '180243.697000', '180243.699000', '180243.702000', '180243.704000', '180243.707000', '180243.710000', '180243.712000', '180243.715000', '180243.717000', '180243.720000', '180243.723000', '180243.725000', '180243.728000', '180243.730000', '180243.733000', '180243.736000', '180243.738000', '180243.741000', '180243.744000', '180243.747000', '180243.750000', '180243.753000', '180243.755000', '180243.758000', '180243.760000', '180243.763000', '180243.766000', '180243.768000', '180243.771000', '180243.773000', '180243.776000', '180243.778000', '180243.781000', '180243.784000', '180243.786000', '180243.789000', '180243.791000', '180243.794000', '180243.796000', '180243.799000', '180243.878000', '180243.881000', '180243.883000', '180303.698000', '180303.700000', '180303.703000', '180303.706000', '180303.708000', '180303.711000', '180303.713000', '180303.716000', '180303.719000', '180303.721000', '180303.724000', '180303.726000', '180303.729000', '180303.732000', '180303.734000', '180303.737000', '180303.739000', '180303.742000', '180303.744000', '180303.747000', '180303.749000', '180303.752000', '180303.754000', '180303.757000', '180303.760000', '180303.762000', '180303.765000', '180303.767000', '180303.770000', '180303.773000', '180303.775000', '180303.778000', '180303.780000', '180303.783000', '180303.785000', '180303.788000', '180303.790000', '180303.793000', '180303.796000', '180303.798000', '180303.872000', '180303.875000', '180303.877000', '180303.880000', '180323.697000', '180323.700000', '180323.703000', '180323.705000', '180323.708000', '180323.711000', '180323.713000', '180323.716000', '180323.718000', '180323.721000', '180323.723000', '180323.726000', '180323.729000', '180323.731000', '180323.734000', '180323.736000', '180323.739000', '180323.742000', '180323.744000', '180323.747000', '180323.749000', '180323.752000', '180323.754000', '180323.757000', '180323.760000', '180323.762000', '180323.765000', '180323.767000', '180323.770000', '180323.773000', '180323.775000', '180323.778000', '180323.780000', '180323.783000', '180323.785000', '180323.788000', '180323.790000', '180323.793000', '180323.796000', '180323.798000', '180323.847000', '180323.850000', '180323.852000', '180343.698000', '180343.701000', '180343.703000', '180343.706000', '180343.708000', '180343.711000', '180343.713000', '180343.716000', '180343.719000', '180343.721000', '180343.724000', '180343.727000', '180343.729000', '180343.732000', '180343.734000', '180343.737000', '180343.740000', '180343.742000', '180343.745000', '180343.747000', '180343.750000', '180343.753000', '180343.755000', '180343.758000', '180343.760000', '180343.763000', '180343.766000', '180343.768000', '180343.771000', '180343.773000', '180343.776000', '180343.778000', '180343.781000', '180343.784000', '180343.786000', '180343.789000', '180343.791000', '180343.794000', '180343.796000', '180343.799000', '180343.851000', '180343.854000', '180343.857000', '180343.859000', '180403.697000', '180403.700000', '180403.703000', '180403.705000', '180403.708000', '180403.711000', '180403.713000', '180403.716000', '180403.743000', '180403.746000', '180403.748000', '180403.751000', '180403.753000', '180403.756000', '180403.759000', '180403.761000', '180403.764000', '180403.766000', '180403.770000', '180403.773000', '180403.775000', '180403.778000', '180403.781000', '180403.783000', '180403.786000', '180403.788000', '180403.791000', '180403.794000', '180403.796000', '180403.799000', '180403.886000', '180403.889000', '180403.891000', '180403.894000', '180403.896000', '180403.899000', '180403.901000', '180403.904000', '180403.907000', '180403.909000', '180403.912000', '180403.915000', '180403.917000', '180423.698000', '180423.700000', '180423.703000', '180423.706000', '180423.709000', '180423.711000', '180423.714000', '180423.716000', '180423.719000', '180423.721000', '180423.724000', '180423.727000', '180423.729000', '180423.732000', '180423.734000', '180423.737000', '180423.740000', '180423.742000', '180423.745000', '180423.747000', '180423.750000', '180423.752000', '180423.755000', '180423.758000', '180423.760000', '180423.763000', '180423.765000', '180423.768000', '180423.770000', '180423.773000', '180423.775000', '180423.778000', '180423.780000', '180423.783000', '180423.786000', '180423.788000', '180423.791000', '180423.793000', '180423.796000', '180423.798000', '180423.850000', '180423.852000', '180423.855000', '180423.857000', '180436.440000', '180436.443000', '180436.446000', '180436.450000', '180436.453000', '180436.456000', '180436.459000', '180436.461000', '180436.464000', '180436.467000', '180436.470000', '180436.472000', '180436.475000', '180436.478000', '180436.481000', '180436.483000', '180436.486000', '180436.488000', '180436.491000', '180436.494000', '180436.497000', '180436.499000', '180436.502000', '180436.505000', '180436.508000', '180436.510000', '180436.513000', '180436.516000'], 'InstanceCreationTime': ['175823.730000', '175823.733000', '175823.736000', '175823.739000', '175823.745000', '175823.748000', '175823.750000', '175823.753000', '175823.755000', '175823.758000', '175823.761000', '175823.763000', '175823.766000', '175823.768000', '175823.771000', '175823.774000', '175823.776000', '175823.779000', '175823.781000', '175823.784000', '175823.786000', '175823.789000', '175823.791000', '175823.794000', '175823.797000', '175823.799000', '175823.802000', '175823.804000', '175823.807000', '175823.810000', '175823.812000', '175823.815000', '175823.817000', '175823.820000', '175823.822000', '175823.825000', '175823.828000', '175823.830000', '175823.838000', '175823.840000', '175823.843000', '175823.845000', '175823.848000', '175823.850000', '175823.853000', '175823.856000', '175823.858000', '175823.861000', '175823.864000', '175823.866000', '175823.869000', '175823.871000', '175823.874000', '175823.876000', '175823.879000', '175823.910000', '175823.913000', '175823.915000', '175823.918000', '175823.920000', '175823.923000', '175843.697000', '175843.701000', '175843.704000', '175843.707000', '175843.709000', '175843.712000', '175843.714000', '175843.717000', '175843.719000', '175843.722000', '175843.725000', '175843.727000', '175843.730000', '175843.732000', '175843.735000', '175843.737000', '175843.740000', '175843.742000', '175843.745000', '175843.748000', '175843.750000', '175843.753000', '175843.755000', '175843.758000', '175843.760000', '175843.763000', '175843.765000', '175843.768000', '175843.771000', '175843.773000', '175843.776000', '175843.778000', '175843.781000', '175843.783000', '175843.786000', '175843.788000', '175843.791000', '175843.794000', '175843.796000', '175843.799000', '175843.825000', '175843.839000', '175843.842000', '175843.844000', '175903.697000', '175903.700000', '175903.703000', '175903.705000', '175903.708000', '175903.711000', '175903.713000', '175903.716000', '175903.718000', '175903.721000', '175903.723000', '175903.726000', '175903.728000', '175903.731000', '175903.734000', '175903.736000', '175903.739000', '175903.741000', '175903.744000', '175903.746000', '175903.749000', '175903.751000', '175903.754000', '175903.757000', '175903.759000', '175903.762000', '175903.764000', '175903.767000', '175903.769000', '175903.772000', '175903.774000', '175903.777000', '175903.779000', '175903.782000', '175903.784000', '175903.787000', '175903.790000', '175903.792000', '175903.795000', '175903.797000', '175903.800000', '175903.803000', '175903.805000', '175923.697000', '175923.700000', '175923.703000', '175923.706000', '175923.708000', '175923.711000', '175923.713000', '175923.716000', '175923.719000', '175923.721000', '175923.724000', '175923.726000', '175923.738000', '175923.741000', '175923.743000', '175923.746000', '175923.749000', '175923.751000', '175923.754000', '175923.756000', '175923.759000', '175923.761000', '175923.764000', '175923.767000', '175923.769000', '175923.772000', '175923.774000', '175923.777000', '175923.779000', '175923.782000', '175923.785000', '175923.787000', '175923.790000', '175923.792000', '175923.795000', '175923.798000', '175923.800000', '175923.803000', '175923.805000', '175923.850000', '175923.852000', '175923.855000', '175923.857000', '175923.860000', '175943.697000', '175943.700000', '175943.703000', '175943.705000', '175943.708000', '175943.711000', '175943.713000', '175943.716000', '175943.718000', '175943.721000', '175943.724000', '175943.726000', '175943.729000', '175943.731000', '175943.734000', '175943.736000', '175943.739000', '175943.741000', '175943.744000', '175943.747000', '175943.749000', '175943.752000', '175943.754000', '175943.757000', '175943.759000', '175943.762000', '175943.764000', '175943.767000', '175943.770000', '175943.772000', '175943.775000', '175943.777000', '175943.780000', '175943.782000', '175943.785000', '175943.788000', '175943.790000', '175943.793000', '175943.795000', '175943.798000', '175943.800000', '175943.803000', '175943.805000', '180003.698000', '180003.701000', '180003.710000', '180003.713000', '180003.715000', '180003.718000', '180003.721000', '180003.723000', '180003.726000', '180003.728000', '180003.731000', '180003.733000', '180003.736000', '180003.738000', '180003.741000', '180003.744000', '180003.746000', '180003.749000', '180003.751000', '180003.754000', '180003.756000', '180003.759000', '180003.762000', '180003.764000', '180003.767000', '180003.769000', '180003.772000', '180003.774000', '180003.777000', '180003.780000', '180003.782000', '180003.785000', '180003.787000', '180003.798000', '180003.824000', '180003.827000', '180003.829000', '180003.832000', '180003.835000', '180003.837000', '180003.840000', '180003.842000', '180003.845000', '180003.847000', '180023.697000', '180023.700000', '180023.703000', '180023.706000', '180023.708000', '180023.711000', '180023.713000', '180023.716000', '180023.718000', '180023.721000', '180023.724000', '180023.726000', '180023.729000', '180023.731000', '180023.734000', '180023.736000', '180023.739000', '180023.742000', '180023.744000', '180023.747000', '180023.749000', '180023.752000', '180023.755000', '180023.757000', '180023.760000', '180023.762000', '180023.765000', '180023.767000', '180023.770000', '180023.772000', '180023.775000', '180023.777000', '180023.780000', '180023.783000', '180023.785000', '180023.788000', '180023.790000', '180023.793000', '180023.795000', '180023.798000', '180023.836000', '180023.839000', '180023.841000', '180043.697000', '180043.700000', '180043.703000', '180043.705000', '180043.708000', '180043.711000', '180043.713000', '180043.716000', '180043.719000', '180043.721000', '180043.724000', '180043.726000', '180043.729000', '180043.741000', '180043.744000', '180043.746000', '180043.749000', '180043.752000', '180043.754000', '180043.757000', '180043.759000', '180043.762000', '180043.764000', '180043.767000', '180043.770000', '180043.772000', '180043.775000', '180043.777000', '180043.780000', '180043.782000', '180043.785000', '180043.788000', '180043.790000', '180043.793000', '180043.796000', '180043.798000', '180043.871000', '180043.873000', '180043.876000', '180043.878000', '180043.881000', '180043.884000', '180043.886000', '180103.697000', '180103.700000', '180103.703000', '180103.706000', '180103.708000', '180103.711000', '180103.713000', '180103.716000', '180103.718000', '180103.721000', '180103.724000', '180103.726000', '180103.729000', '180103.731000', '180103.734000', '180103.737000', '180103.739000', '180103.742000', '180103.744000', '180103.747000', '180103.750000', '180103.752000', '180103.755000', '180103.757000', '180103.760000', '180103.762000', '180103.765000', '180103.767000', '180103.770000', '180103.773000', '180103.775000', '180103.778000', '180103.780000', '180103.783000', '180103.785000', '180103.788000', '180103.791000', '180103.793000', '180103.796000', '180103.798000', '180103.840000', '180103.843000', '180103.845000', '180103.848000', '180123.698000', '180123.700000', '180123.703000', '180123.706000', '180123.708000', '180123.711000', '180123.714000', '180123.716000', '180123.719000', '180123.721000', '180123.724000', '180123.727000', '180123.729000', '180123.732000', '180123.734000', '180123.737000', '180123.740000', '180123.742000', '180123.745000', '180123.747000', '180123.750000', '180123.753000', '180123.755000', '180123.758000', '180123.760000', '180123.763000', '180123.765000', '180123.768000', '180123.770000', '180123.773000', '180123.776000', '180123.778000', '180123.781000', '180123.784000', '180123.786000', '180123.789000', '180123.791000', '180123.794000', '180123.796000', '180123.799000', '180123.869000', '180123.871000', '180123.874000', '180143.697000', '180143.700000', '180143.703000', '180143.706000', '180143.708000', '180143.711000', '180143.713000', '180143.716000', '180143.718000', '180143.721000', '180143.724000', '180143.726000', '180143.729000', '180143.731000', '180143.734000', '180143.761000', '180143.764000', '180143.766000', '180143.769000', '180143.771000', '180143.774000', '180143.776000', '180143.779000', '180143.782000', '180143.784000', '180143.787000', '180143.789000', '180143.792000', '180143.794000', '180143.797000', '180143.838000', '180143.840000', '180143.843000', '180143.845000', '180143.848000', '180143.851000', '180143.853000', '180143.856000', '180143.858000', '180143.861000', '180143.863000', '180143.866000', '180143.868000', '180143.871000', '180203.697000', '180203.700000', '180203.703000', '180203.705000', '180203.708000', '180203.711000', '180203.713000', '180203.716000', '180203.718000', '180203.721000', '180203.724000', '180203.726000', '180203.729000', '180203.732000', '180203.734000', '180203.737000', '180203.740000', '180203.742000', '180203.745000', '180203.747000', '180203.750000', '180203.753000', '180203.755000', '180203.758000', '180203.760000', '180203.763000', '180203.766000', '180203.768000', '180203.772000', '180203.775000', '180203.777000', '180203.780000', '180203.782000', '180203.785000', '180203.788000', '180203.790000', '180203.793000', '180203.795000', '180203.798000', '180203.845000', '180203.847000', '180203.850000', '180203.853000', '180223.698000', '180223.701000', '180223.703000', '180223.706000', '180223.708000', '180223.711000', '180223.714000', '180223.716000', '180223.719000', '180223.721000', '180223.724000', '180223.726000', '180223.729000', '180223.732000', '180223.734000', '180223.737000', '180223.739000', '180223.742000', '180223.744000', '180223.747000', '180223.749000', '180223.752000', '180223.755000', '180223.757000', '180223.760000', '180223.762000', '180223.765000', '180223.767000', '180223.770000', '180223.773000', '180223.775000', '180223.778000', '180223.780000', '180223.783000', '180223.786000', '180223.788000', '180223.791000', '180223.793000', '180223.796000', '180223.798000', '180223.855000', '180223.857000', '180223.860000', '180223.863000', '180243.697000', '180243.699000', '180243.702000', '180243.704000', '180243.707000', '180243.710000', '180243.712000', '180243.715000', '180243.717000', '180243.720000', '180243.723000', '180243.725000', '180243.728000', '180243.730000', '180243.733000', '180243.736000', '180243.738000', '180243.741000', '180243.744000', '180243.747000', '180243.750000', '180243.753000', '180243.755000', '180243.758000', '180243.760000', '180243.763000', '180243.766000', '180243.768000', '180243.771000', '180243.773000', '180243.776000', '180243.778000', '180243.781000', '180243.784000', '180243.786000', '180243.789000', '180243.791000', '180243.794000', '180243.796000', '180243.799000', '180243.878000', '180243.881000', '180243.883000', '180303.698000', '180303.700000', '180303.703000', '180303.706000', '180303.708000', '180303.711000', '180303.713000', '180303.716000', '180303.719000', '180303.721000', '180303.724000', '180303.726000', '180303.729000', '180303.732000', '180303.734000', '180303.737000', '180303.739000', '180303.742000', '180303.744000', '180303.747000', '180303.749000', '180303.752000', '180303.754000', '180303.757000', '180303.760000', '180303.762000', '180303.765000', '180303.767000', '180303.770000', '180303.773000', '180303.775000', '180303.778000', '180303.780000', '180303.783000', '180303.785000', '180303.788000', '180303.790000', '180303.793000', '180303.796000', '180303.798000', '180303.872000', '180303.875000', '180303.877000', '180303.880000', '180323.697000', '180323.700000', '180323.703000', '180323.705000', '180323.708000', '180323.711000', '180323.713000', '180323.716000', '180323.718000', '180323.721000', '180323.723000', '180323.726000', '180323.729000', '180323.731000', '180323.734000', '180323.736000', '180323.739000', '180323.742000', '180323.744000', '180323.747000', '180323.749000', '180323.752000', '180323.754000', '180323.757000', '180323.760000', '180323.762000', '180323.765000', '180323.767000', '180323.770000', '180323.773000', '180323.775000', '180323.778000', '180323.780000', '180323.783000', '180323.785000', '180323.788000', '180323.790000', '180323.793000', '180323.796000', '180323.798000', '180323.847000', '180323.850000', '180323.852000', '180343.698000', '180343.701000', '180343.703000', '180343.706000', '180343.708000', '180343.711000', '180343.713000', '180343.716000', '180343.719000', '180343.721000', '180343.724000', '180343.727000', '180343.729000', '180343.732000', '180343.734000', '180343.737000', '180343.740000', '180343.742000', '180343.745000', '180343.747000', '180343.750000', '180343.753000', '180343.755000', '180343.758000', '180343.760000', '180343.763000', '180343.766000', '180343.768000', '180343.771000', '180343.773000', '180343.776000', '180343.778000', '180343.781000', '180343.784000', '180343.786000', '180343.789000', '180343.791000', '180343.794000', '180343.796000', '180343.799000', '180343.851000', '180343.854000', '180343.857000', '180343.859000', '180403.697000', '180403.700000', '180403.703000', '180403.705000', '180403.708000', '180403.711000', '180403.713000', '180403.716000', '180403.743000', '180403.746000', '180403.748000', '180403.751000', '180403.753000', '180403.756000', '180403.759000', '180403.761000', '180403.764000', '180403.766000', '180403.770000', '180403.773000', '180403.775000', '180403.778000', '180403.781000', '180403.783000', '180403.786000', '180403.788000', '180403.791000', '180403.794000', '180403.796000', '180403.799000', '180403.886000', '180403.889000', '180403.891000', '180403.894000', '180403.896000', '180403.899000', '180403.901000', '180403.904000', '180403.907000', '180403.909000', '180403.912000', '180403.915000', '180403.917000', '180423.698000', '180423.700000', '180423.703000', '180423.706000', '180423.709000', '180423.711000', '180423.714000', '180423.716000', '180423.719000', '180423.721000', '180423.724000', '180423.727000', '180423.729000', '180423.732000', '180423.734000', '180423.737000', '180423.740000', '180423.742000', '180423.745000', '180423.747000', '180423.750000', '180423.752000', '180423.755000', '180423.758000', '180423.760000', '180423.763000', '180423.765000', '180423.768000', '180423.770000', '180423.773000', '180423.775000', '180423.778000', '180423.780000', '180423.783000', '180423.786000', '180423.788000', '180423.791000', '180423.793000', '180423.796000', '180423.798000', '180423.850000', '180423.852000', '180423.855000', '180423.857000', '180436.440000', '180436.443000', '180436.446000', '180436.450000', '180436.453000', '180436.456000', '180436.459000', '180436.461000', '180436.464000', '180436.467000', '180436.470000', '180436.472000', '180436.475000', '180436.478000', '180436.481000', '180436.483000', '180436.486000', '180436.488000', '180436.491000', '180436.494000', '180436.497000', '180436.499000', '180436.502000', '180436.505000', '180436.508000', '180436.510000', '180436.513000', '180436.516000'], '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': [8945, 8702, 8536, 8773, 8306, 8203, 8062, 8680, 8408, 8379, 8119, 8067, 8303, 8104, 8096, 8199, 8268, 8199, 8078, 8025, 7939, 8306, 8284, 8072, 8251, 8091, 8491, 8163, 8261, 8070, 8055, 8257, 8088, 8404, 8256, 8131, 8253, 8138, 8156, 8121, 8315, 8035, 8402, 7943, 8291, 8106, 8219, 8178, 8304, 8208, 8181, 7989, 8101, 8369, 8167, 8023, 8280, 8137, 8189, 8391, 8195, 8210, 8229, 8296, 8538, 8489, 8235, 8112, 8085, 8278, 8196, 8242, 8422, 8163, 8107, 8274, 8060, 8044, 8057, 8208, 8510, 8026, 8260, 8386, 8148, 8048, 8031, 8213, 8114, 7935, 8092, 8043, 8128, 8374, 8054, 8299, 8313, 8121, 8176, 8352, 8061, 8146, 8006, 8093, 8304, 8026, 8107, 8239, 8086, 8343, 8128, 8281, 8292, 8299, 7945, 8162, 8207, 8295, 7965, 8085, 8142, 8321, 8163, 8097, 7980, 8273, 8074, 7893, 8103, 8278, 8202, 8238, 8525, 8377, 8378, 8338, 8208, 8238, 8362, 8227, 8315, 8239, 8375, 8193, 8193, 8599, 8311, 8304, 8245, 8229, 8228, 8369, 8283, 8376, 8530, 8336, 8264, 8296, 8531, 8323, 8169, 8308, 8294, 8355, 8228, 8496, 8260, 8062, 8288, 8108, 8190, 8100, 8127, 8303, 8328, 8049, 8413, 8193, 8293, 8358, 8019, 8354, 8250, 8279, 8372, 8452, 8247, 8409, 8315, 8163, 8250, 8368, 8562, 8307, 8339, 8146, 8169, 8117, 8307, 8173, 8183, 8358, 8125, 8281, 8188, 8137, 8474, 8346, 8276, 8244, 8337, 8201, 8254, 8443, 8158, 8501, 8168, 8345, 8765, 8266, 8330, 8211, 8261, 8284, 8321, 8247, 8426, 8322, 8194, 8479, 8352, 8321, 8329, 8318, 8592, 8417, 8625, 8443, 8313, 8412, 8467, 8120, 8390, 8385, 8311, 8307, 8294, 8295, 8344, 8371, 8216, 8233, 8319, 8636, 8319, 8192, 8271, 8227, 8368, 8373, 8378, 8051, 8314, 8103, 8284, 8199, 8297, 8332, 8198, 8413, 8095, 8278, 8341, 8348, 8431, 8475, 8497, 8273, 8564, 8600, 8377, 8187, 8376, 8304, 8215, 8638, 8416, 8392, 8432, 8250, 8119, 8424, 8415, 8210, 8372, 8402, 8220, 8373, 8311, 8201, 8180, 8228, 8297, 8464, 8342, 8107, 8270, 8151, 8103, 8183, 8308, 8252, 8390, 8376, 8159, 8217, 8410, 8332, 8281, 8403, 8265, 8240, 8246, 8169, 8179, 8359, 8362, 8044, 8344, 8436, 8310, 8179, 8417, 8233, 8328, 8248, 8044, 8199, 8038, 8417, 8337, 8240, 8343, 8294, 8209, 8135, 8190, 8247, 8075, 8239, 8256, 8276, 8443, 8263, 8125, 8497, 8348, 8202, 8423, 8327, 8479, 8433, 8297, 8207, 8255, 8286, 8509, 8613, 8537, 8445, 8385, 8289, 8582, 8257, 8508, 8342, 8325, 8387, 8422, 8309, 8188, 8492, 8390, 8391, 8225, 8294, 8487, 8546, 8373, 8389, 8699, 8122, 8299, 8307, 8437, 8443, 8367, 8506, 8369, 8279, 8442, 8489, 8293, 8295, 8216, 8166, 8454, 8354, 8384, 8269, 8385, 8224, 8463, 8349, 8244, 8267, 7964, 8405, 8571, 8507, 8269, 8449, 8194, 8543, 8591, 8414, 8357, 8415, 8367, 8243, 8256, 8392, 8235, 8416, 8394, 8373, 8420, 8575, 8275, 8274, 8314, 8336, 8410, 8200, 8308, 8347, 8256, 8308, 8325, 8366, 8325, 8127, 8373, 8405, 8431, 8537, 8333, 8385, 8640, 8244, 8229, 8381, 8311, 8391, 8498, 8335, 8322, 8530, 8333, 8431, 8432, 8487, 8504, 8234, 8628, 8120, 8205, 8316, 8462, 8191, 8260, 8397, 8368, 8392, 8186, 8129, 8286, 8338, 8121, 8439, 8276, 8243, 8307, 8345, 8310, 8462, 8193, 8234, 8281, 8406, 8068, 8310, 8308, 8573, 8328, 8397, 8613, 8580, 8184, 8469, 8385, 8342, 8401, 8091, 8343, 8232, 8372, 8546, 8260, 8282, 8352, 8323, 8487, 8308, 8264, 8317, 8240, 8513, 8477, 8624, 8329, 8313, 8175, 8303, 8318, 8189, 8251, 8380, 8461, 8430, 8343, 8476, 8496, 8167, 8407, 8332, 8232, 8414, 8351, 8203, 8358, 8424, 8352, 8340, 8418, 8253, 8531, 8308, 8439, 8420, 8378, 8331, 8384, 8170, 8428, 8133, 8097, 8169, 8011, 8126, 8344, 8148, 8261, 8378, 8451, 8309, 8415, 8207, 8310, 8200, 8265, 8366, 8217, 8470, 8305, 8327, 8259, 8438, 8196, 8252, 7977, 8185, 8196, 8329, 8242, 8370, 8554, 8318, 8309, 8339, 8261, 8145, 8128, 8371, 8237, 8394, 8540, 8658, 8290, 8375, 8220, 8316, 8204, 8325, 8550, 8144, 8328, 8257, 8245, 8250, 8535, 8258, 8326, 8400, 8264, 8249, 8341, 8210, 8172, 8182, 8206, 8180, 8341, 8289, 8439, 8422, 8378, 8313, 8201, 8159, 8538, 8334, 8412, 8303, 8377, 8251, 8331, 8362, 8387, 8462, 8316, 8485, 8536, 8408, 8849, 8402, 8780, 8232, 8407, 8456, 8357, 8438, 8466, 8525, 8699, 8466, 8440, 8428, 8150, 8305, 8419, 8311, 8393, 8386, 8380, 8407, 8345, 8458, 8477, 8307, 8408, 8438, 8486, 8510, 8373, 8275, 8489, 8599, 8328, 8196, 7987, 8351, 8375, 8431, 8454, 8264, 8288, 8411, 8364, 8215, 8409, 8552, 8268, 8594, 8389, 8281, 8536, 8205, 8420, 8561, 7993, 8305, 8343, 8406, 8539, 8154, 8586, 8497, 8520, 8561, 8376, 8323, 8541, 8319, 8397, 8551, 8406, 8326, 8583, 8318, 8050, 8401, 8248, 8366, 8497, 8295, 8345, 8304, 8370, 8531, 8345, 8406, 8176, 8476, 8635, 8285, 8603, 8463, 8147, 8341, 8378, 8331, 8558, 8510, 8306, 8382, 8392, 8436, 8267, 8343, 8621, 8556, 8263, 8610, 8348, 8288, 8358, 8108, 8345, 8203, 8453, 8346, 8382, 8244, 8129, 8345, 8257, 8394, 8440, 8296, 8328, 8336, 8333, 8302, 8666, 8300, 8319, 8365, 8516, 8128, 8328, 8347, 8505, 8209, 8514, 8436, 8233, 8553, 8487, 8557, 8103, 8627, 8349, 8487, 8260, 8497, 8270, 8428, 8346, 8365, 8380, 8094, 8285, 8488, 8596, 8357, 8244, 8234, 8279, 8210, 8325, 8262, 8315, 8320, 8235, 8407, 8478, 8473, 8322, 8346, 8433, 8449, 8156, 8168, 8264, 8133, 8051, 8394, 8486, 8283, 8292, 8173, 8462, 8301, 8324, 8166, 8424, 8393, 8455, 8478, 8180, 8528, 8281, 8489, 8350, 8659, 8362, 8536, 8373, 8364, 8268, 8271, 8278, 8385, 8304, 8327, 8470, 8241, 8350, 8372, 8271, 8416], 'WindowCenter': [4583.0, 4568.0, 4556.0, 4544.0, 4555.0, 4542.0, 4547.0, 4528.0, 4498.0, 4488.0, 4484.0, 4484.0, 4497.0, 4492.0, 4492.0, 4494.0, 4493.0, 4496.0, 4495.0, 4498.0, 4495.0, 4495.0, 4496.0, 4496.0, 4506.0, 4496.0, 4494.0, 4497.0, 4497.0, 4495.0, 4496.0, 4495.0, 4496.0, 4506.0, 4508.0, 4496.0, 4495.0, 4495.0, 4496.0, 4496.0, 4503.0, 4494.0, 4505.0, 4505.0, 4506.0, 4493.0, 4506.0, 4502.0, 4490.0, 4492.0, 4491.0, 4492.0, 4494.0, 4493.0, 4500.0, 4492.0, 4490.0, 4481.0, 4481.0, 4493.0, 4491.0, 4492.0, 4494.0, 4495.0, 4504.0, 4504.0, 4494.0, 4494.0, 4493.0, 4491.0, 4492.0, 4503.0, 4500.0, 4494.0, 4492.0, 4494.0, 4498.0, 4495.0, 4495.0, 4496.0, 4505.0, 4496.0, 4506.0, 4506.0, 4496.0, 4509.0, 4509.0, 4507.0, 4496.0, 4495.0, 4495.0, 4497.0, 4497.0, 4509.0, 4498.0, 4508.0, 4495.0, 4495.0, 4495.0, 4498.0, 4496.0, 4497.0, 4495.0, 4484.0, 4493.0, 4495.0, 4494.0, 4494.0, 4493.0, 4495.0, 4482.0, 4492.0, 4494.0, 4492.0, 4482.0, 4490.0, 4494.0, 4491.0, 4481.0, 4481.0, 4482.0, 4492.0, 4494.0, 4484.0, 4482.0, 4494.0, 4493.0, 4493.0, 4493.0, 4493.0, 4500.0, 4498.0, 4494.0, 4485.0, 4494.0, 4484.0, 4494.0, 4483.0, 4494.0, 4485.0, 4485.0, 4483.0, 4482.0, 4483.0, 4484.0, 4485.0, 4484.0, 4481.0, 4484.0, 4485.0, 4483.0, 4486.0, 4483.0, 4481.0, 4483.0, 4484.0, 4486.0, 4483.0, 4484.0, 4482.0, 4483.0, 4483.0, 4484.0, 4485.0, 4485.0, 4484.0, 4485.0, 4486.0, 4497.0, 4488.0, 4486.0, 4487.0, 4489.0, 4499.0, 4500.0, 4500.0, 4500.0, 4498.0, 4497.0, 4499.0, 4500.0, 4497.0, 4486.0, 4487.0, 4487.0, 4488.0, 4486.0, 4485.0, 4485.0, 4485.0, 4484.0, 4487.0, 4495.0, 4483.0, 4482.0, 4475.0, 4483.0, 4471.0, 4473.0, 4473.0, 4480.0, 4481.0, 4482.0, 4482.0, 4480.0, 4482.0, 4480.0, 4482.0, 4486.0, 4497.0, 4482.0, 4482.0, 4482.0, 4483.0, 4484.0, 4494.0, 4495.0, 4500.0, 4497.0, 4487.0, 4482.0, 4484.0, 4485.0, 4484.0, 4486.0, 4483.0, 4482.0, 4484.0, 4484.0, 4485.0, 4484.0, 4483.0, 4486.0, 4487.0, 4495.0, 4487.0, 4494.0, 4484.0, 4486.0, 4495.0, 4498.0, 4486.0, 4484.0, 4485.0, 4498.0, 4499.0, 4499.0, 4495.0, 4484.0, 4486.0, 4486.0, 4487.0, 4488.0, 4496.0, 4483.0, 4484.0, 4484.0, 4485.0, 4484.0, 4486.0, 4485.0, 4474.0, 4484.0, 4473.0, 4484.0, 4483.0, 4485.0, 4482.0, 4483.0, 4483.0, 4484.0, 4484.0, 4481.0, 4483.0, 4483.0, 4483.0, 4483.0, 4483.0, 4481.0, 4494.0, 4484.0, 4485.0, 4495.0, 4484.0, 4484.0, 4486.0, 4484.0, 4484.0, 4497.0, 4497.0, 4501.0, 4497.0, 4485.0, 4485.0, 4484.0, 4485.0, 4486.0, 4485.0, 4484.0, 4483.0, 4487.0, 4484.0, 4484.0, 4485.0, 4485.0, 4486.0, 4486.0, 4487.0, 4488.0, 4483.0, 4484.0, 4486.0, 4486.0, 4495.0, 4498.0, 4486.0, 4484.0, 4484.0, 4485.0, 4485.0, 4485.0, 4485.0, 4483.0, 4484.0, 4482.0, 4484.0, 4487.0, 4474.0, 4484.0, 4482.0, 4481.0, 4482.0, 4484.0, 4484.0, 4485.0, 4483.0, 4473.0, 4482.0, 4472.0, 4484.0, 4472.0, 4473.0, 4471.0, 4483.0, 4483.0, 4473.0, 4472.0, 4481.0, 4473.0, 4483.0, 4484.0, 4485.0, 4483.0, 4484.0, 4483.0, 4495.0, 4485.0, 4485.0, 4485.0, 4485.0, 4488.0, 4498.0, 4496.0, 4487.0, 4485.0, 4486.0, 4497.0, 4498.0, 4498.0, 4485.0, 4484.0, 4484.0, 4483.0, 4487.0, 4486.0, 4484.0, 4483.0, 4484.0, 4485.0, 4485.0, 4484.0, 4483.0, 4483.0, 4482.0, 4483.0, 4484.0, 4483.0, 4483.0, 4484.0, 4485.0, 4496.0, 4485.0, 4484.0, 4485.0, 4484.0, 4485.0, 4487.0, 4484.0, 4482.0, 4483.0, 4484.0, 4484.0, 4474.0, 4473.0, 4473.0, 4482.0, 4472.0, 4482.0, 4484.0, 4486.0, 4485.0, 4484.0, 4484.0, 4483.0, 4483.0, 4484.0, 4474.0, 4484.0, 4482.0, 4496.0, 4496.0, 4496.0, 4484.0, 4482.0, 4483.0, 4483.0, 4485.0, 4484.0, 4484.0, 4483.0, 4483.0, 4484.0, 4484.0, 4484.0, 4472.0, 4471.0, 4473.0, 4482.0, 4484.0, 4473.0, 4483.0, 4483.0, 4485.0, 4484.0, 4485.0, 4483.0, 4482.0, 4482.0, 4484.0, 4486.0, 4485.0, 4486.0, 4484.0, 4484.0, 4485.0, 4495.0, 4485.0, 4485.0, 4484.0, 4485.0, 4483.0, 4485.0, 4484.0, 4483.0, 4483.0, 4473.0, 4475.0, 4483.0, 4471.0, 4471.0, 4470.0, 4483.0, 4482.0, 4472.0, 4482.0, 4471.0, 4473.0, 4483.0, 4483.0, 4483.0, 4482.0, 4472.0, 4482.0, 4483.0, 4485.0, 4473.0, 4482.0, 4482.0, 4472.0, 4485.0, 4484.0, 4484.0, 4483.0, 4481.0, 4481.0, 4484.0, 4486.0, 4484.0, 4483.0, 4483.0, 4474.0, 4484.0, 4486.0, 4495.0, 4484.0, 4484.0, 4493.0, 4496.0, 4486.0, 4485.0, 4486.0, 4487.0, 4497.0, 4499.0, 4499.0, 4486.0, 4486.0, 4494.0, 4484.0, 4497.0, 4498.0, 4498.0, 4498.0, 4485.0, 4484.0, 4485.0, 4485.0, 4484.0, 4486.0, 4484.0, 4484.0, 4484.0, 4486.0, 4487.0, 4484.0, 4483.0, 4484.0, 4485.0, 4486.0, 4488.0, 4486.0, 4485.0, 4485.0, 4486.0, 4486.0, 4486.0, 4484.0, 4473.0, 4474.0, 4474.0, 4483.0, 4484.0, 4472.0, 4472.0, 4471.0, 4471.0, 4482.0, 4473.0, 4472.0, 4471.0, 4472.0, 4471.0, 4472.0, 4490.0, 4481.0, 4472.0, 4463.0, 4460.0, 4460.0, 4472.0, 4504.0, 4507.0, 4516.0, 4506.0, 4490.0, 4487.0, 4475.0, 4475.0, 4475.0, 4475.0, 4477.0, 4491.0, 4491.0, 4492.0, 4502.0, 4488.0, 4476.0, 4476.0, 4477.0, 4481.0, 4493.0, 4495.0, 4496.0, 4497.0, 4496.0, 4495.0, 4492.0, 4484.0, 4481.0, 4492.0, 4492.0, 4483.0, 4484.0, 4481.0, 4493.0, 4493.0, 4505.0, 4493.0, 4491.0, 4493.0, 4494.0, 4494.0, 4494.0, 4496.0, 4492.0, 4485.0, 4493.0, 4493.0, 4492.0, 4491.0, 4504.0, 4502.0, 4501.0, 4490.0, 4490.0, 4491.0, 4491.0, 4490.0, 4491.0, 4490.0, 4490.0, 4488.0, 4478.0, 4478.0, 4488.0, 4487.0, 4476.0, 4474.0, 4473.0, 4470.0, 4470.0, 4471.0, 4471.0, 4469.0, 4481.0, 4482.0, 4482.0, 4483.0, 4472.0, 4472.0, 4471.0, 4483.0, 4483.0, 4473.0, 4482.0, 4471.0, 4482.0, 4484.0, 4485.0, 4474.0, 4473.0, 4484.0, 4484.0, 4485.0, 4485.0, 4474.0, 4484.0, 4484.0, 4474.0, 4486.0, 4486.0, 4485.0, 4486.0, 4485.0, 4487.0, 4498.0, 4486.0, 4486.0, 4487.0, 4486.0, 4487.0, 4486.0, 4484.0, 4485.0, 4475.0, 4484.0, 4486.0, 4484.0, 4472.0, 4472.0, 4474.0, 4484.0, 4474.0, 4473.0, 4471.0, 4472.0, 4473.0, 4472.0, 4472.0, 4473.0, 4473.0, 4482.0, 4474.0, 4484.0, 4486.0, 4486.0, 4484.0, 4474.0, 4486.0, 4485.0, 4477.0, 4487.0, 4486.0, 4475.0, 4483.0, 4474.0, 4484.0, 4486.0, 4483.0, 4481.0, 4483.0, 4485.0, 4486.0, 4484.0, 4483.0, 4484.0, 4485.0, 4486.0, 4487.0, 4486.0, 4475.0, 4484.0, 4486.0, 4486.0, 4488.0, 4486.0, 4484.0, 4486.0, 4485.0, 4486.0, 4485.0, 4486.0, 4486.0, 4485.0, 4495.0, 4484.0, 4483.0, 4497.0, 4474.0, 4483.0, 4484.0, 4484.0, 4496.0, 4485.0, 4474.0, 4472.0, 4473.0, 4472.0, 4472.0, 4471.0, 4470.0, 4470.0, 4469.0, 4472.0, 4471.0, 4471.0, 4470.0, 4459.0, 4471.0, 4470.0, 4470.0, 4469.0, 4471.0, 4471.0, 4471.0, 4472.0, 4472.0, 4472.0, 4472.0, 4471.0, 4472.0, 4473.0, 4473.0, 4483.0, 4484.0, 4474.0, 4473.0, 4471.0, 4483.0, 4474.0, 4474.0, 4472.0, 4484.0, 4485.0, 4485.0, 4484.0, 4472.0, 4483.0, 4485.0, 4485.0, 4488.0, 4497.0, 4484.0, 4486.0, 4486.0, 4486.0, 4487.0, 4487.0, 4484.0, 4485.0, 4485.0, 4477.0, 4486.0, 4485.0, 4484.0, 4485.0, 4485.0, 4485.0, 4487.0, 4485.0, 4484.0, 4486.0, 4486.0, 4486.0, 4487.0, 4484.0, 4485.0, 4485.0, 4487.0, 4486.0, 4485.0, 4474.0, 4475.0, 4474.0, 4487.0, 4475.0, 4473.0, 4473.0, 4484.0, 4474.0, 4474.0, 4474.0, 4471.0, 4472.0, 4472.0, 4472.0, 4484.0, 4472.0, 4474.0, 4473.0, 4486.0, 4485.0, 4485.0, 4484.0, 4485.0, 4485.0, 4487.0, 4496.0, 4485.0, 4483.0, 4485.0, 4485.0, 4486.0, 4487.0, 4486.0, 4485.0, 4484.0, 4486.0, 4482.0, 4470.0, 4481.0, 4482.0], 'WindowWidth': [10081.0, 10047.0, 10023.0, 10001.0, 10018.0, 9993.0, 10005.0, 9964.0, 9906.0, 9890.0, 9879.0, 9880.0, 9902.0, 9898.0, 9896.0, 9897.0, 9897.0, 9903.0, 9903.0, 9910.0, 9902.0, 9902.0, 9904.0, 9904.0, 9918.0, 9902.0, 9899.0, 9905.0, 9905.0, 9903.0, 9905.0, 9902.0, 9906.0, 9919.0, 9924.0, 9907.0, 9902.0, 9902.0, 9905.0, 9907.0, 9914.0, 9903.0, 9922.0, 9920.0, 9921.0, 9902.0, 9922.0, 9911.0, 9890.0, 9895.0, 9895.0, 9895.0, 9901.0, 9898.0, 9906.0, 9896.0, 9889.0, 9876.0, 9873.0, 9895.0, 9891.0, 9893.0, 9897.0, 9900.0, 9910.0, 9912.0, 9900.0, 9899.0, 9895.0, 9891.0, 9892.0, 9918.0, 9910.0, 9899.0, 9893.0, 9899.0, 9908.0, 9902.0, 9902.0, 9904.0, 9914.0, 9903.0, 9918.0, 9917.0, 9903.0, 9928.0, 9927.0, 9924.0, 9905.0, 9902.0, 9903.0, 9908.0, 9907.0, 9925.0, 9911.0, 9925.0, 9902.0, 9901.0, 9901.0, 9907.0, 9903.0, 9908.0, 9902.0, 9884.0, 9896.0, 9899.0, 9897.0, 9899.0, 9896.0, 9897.0, 9878.0, 9892.0, 9897.0, 9892.0, 9877.0, 9888.0, 9896.0, 9890.0, 9875.0, 9875.0, 9877.0, 9892.0, 9897.0, 9883.0, 9877.0, 9897.0, 9896.0, 9896.0, 9896.0, 9894.0, 9909.0, 9908.0, 9891.0, 9883.0, 9895.0, 9880.0, 9893.0, 9879.0, 9895.0, 9883.0, 9882.0, 9875.0, 9874.0, 9875.0, 9877.0, 9881.0, 9879.0, 9870.0, 9877.0, 9878.0, 9875.0, 9885.0, 9875.0, 9870.0, 9876.0, 9876.0, 9882.0, 9875.0, 9876.0, 9870.0, 9876.0, 9876.0, 9877.0, 9882.0, 9880.0, 9878.0, 9883.0, 9884.0, 9901.0, 9888.0, 9885.0, 9887.0, 9891.0, 9906.0, 9911.0, 9911.0, 9908.0, 9904.0, 9903.0, 9906.0, 9910.0, 9904.0, 9885.0, 9887.0, 9887.0, 9890.0, 9885.0, 9881.0, 9881.0, 9880.0, 9878.0, 9885.0, 9894.0, 9876.0, 9873.0, 9865.0, 9874.0, 9857.0, 9861.0, 9861.0, 9868.0, 9871.0, 9873.0, 9874.0, 9870.0, 9875.0, 9868.0, 9873.0, 9883.0, 9903.0, 9874.0, 9873.0, 9874.0, 9876.0, 9880.0, 9895.0, 9896.0, 9909.0, 9903.0, 9885.0, 9874.0, 9878.0, 9878.0, 9878.0, 9883.0, 9874.0, 9873.0, 9878.0, 9878.0, 9880.0, 9879.0, 9875.0, 9882.0, 9885.0, 9896.0, 9887.0, 9893.0, 9880.0, 9884.0, 9897.0, 9904.0, 9886.0, 9881.0, 9884.0, 9902.0, 9907.0, 9907.0, 9898.0, 9879.0, 9883.0, 9884.0, 9886.0, 9890.0, 9897.0, 9875.0, 9878.0, 9879.0, 9879.0, 9878.0, 9885.0, 9881.0, 9863.0, 9877.0, 9861.0, 9876.0, 9875.0, 9880.0, 9872.0, 9873.0, 9875.0, 9877.0, 9879.0, 9871.0, 9875.0, 9873.0, 9873.0, 9874.0, 9874.0, 9870.0, 9893.0, 9880.0, 9881.0, 9899.0, 9879.0, 9878.0, 9883.0, 9880.0, 9880.0, 9901.0, 9902.0, 9915.0, 9903.0, 9882.0, 9880.0, 9879.0, 9881.0, 9884.0, 9882.0, 9876.0, 9875.0, 9886.0, 9881.0, 9880.0, 9881.0, 9883.0, 9884.0, 9884.0, 9888.0, 9891.0, 9879.0, 9879.0, 9887.0, 9886.0, 9897.0, 9906.0, 9885.0, 9879.0, 9878.0, 9882.0, 9881.0, 9881.0, 9881.0, 9875.0, 9878.0, 9873.0, 9877.0, 9884.0, 9864.0, 9878.0, 9871.0, 9870.0, 9873.0, 9879.0, 9879.0, 9881.0, 9875.0, 9863.0, 9872.0, 9859.0, 9878.0, 9858.0, 9860.0, 9856.0, 9874.0, 9875.0, 9860.0, 9857.0, 9870.0, 9860.0, 9876.0, 9880.0, 9879.0, 9875.0, 9879.0, 9876.0, 9896.0, 9881.0, 9880.0, 9883.0, 9882.0, 9889.0, 9908.0, 9900.0, 9889.0, 9882.0, 9885.0, 9902.0, 9903.0, 9903.0, 9883.0, 9879.0, 9879.0, 9876.0, 9886.0, 9882.0, 9875.0, 9875.0, 9878.0, 9880.0, 9879.0, 9877.0, 9875.0, 9876.0, 9872.0, 9875.0, 9879.0, 9875.0, 9875.0, 9876.0, 9881.0, 9898.0, 9882.0, 9879.0, 9881.0, 9878.0, 9882.0, 9887.0, 9879.0, 9872.0, 9874.0, 9876.0, 9876.0, 9863.0, 9861.0, 9862.0, 9872.0, 9857.0, 9874.0, 9879.0, 9885.0, 9881.0, 9880.0, 9879.0, 9876.0, 9875.0, 9877.0, 9863.0, 9877.0, 9874.0, 9901.0, 9900.0, 9900.0, 9882.0, 9874.0, 9874.0, 9877.0, 9879.0, 9878.0, 9879.0, 9875.0, 9874.0, 9875.0, 9876.0, 9877.0, 9858.0, 9855.0, 9859.0, 9871.0, 9875.0, 9859.0, 9874.0, 9874.0, 9880.0, 9879.0, 9884.0, 9877.0, 9873.0, 9874.0, 9878.0, 9883.0, 9881.0, 9884.0, 9877.0, 9878.0, 9882.0, 9897.0, 9882.0, 9882.0, 9877.0, 9879.0, 9874.0, 9879.0, 9878.0, 9874.0, 9873.0, 9860.0, 9864.0, 9874.0, 9855.0, 9856.0, 9854.0, 9873.0, 9870.0, 9859.0, 9871.0, 9856.0, 9860.0, 9873.0, 9875.0, 9875.0, 9872.0, 9858.0, 9872.0, 9874.0, 9878.0, 9863.0, 9872.0, 9872.0, 9859.0, 9878.0, 9878.0, 9877.0, 9874.0, 9871.0, 9872.0, 9877.0, 9883.0, 9878.0, 9875.0, 9875.0, 9864.0, 9879.0, 9886.0, 9896.0, 9877.0, 9878.0, 9890.0, 9898.0, 9883.0, 9883.0, 9885.0, 9887.0, 9900.0, 9911.0, 9911.0, 9886.0, 9884.0, 9892.0, 9880.0, 9904.0, 9903.0, 9906.0, 9905.0, 9881.0, 9876.0, 9879.0, 9878.0, 9875.0, 9883.0, 9877.0, 9878.0, 9878.0, 9882.0, 9887.0, 9879.0, 9875.0, 9878.0, 9880.0, 9884.0, 9889.0, 9884.0, 9879.0, 9879.0, 9881.0, 9884.0, 9883.0, 9879.0, 9861.0, 9862.0, 9862.0, 9875.0, 9877.0, 9857.0, 9855.0, 9856.0, 9856.0, 9870.0, 9859.0, 9858.0, 9856.0, 9856.0, 9856.0, 9858.0, 9889.0, 9874.0, 9856.0, 9840.0, 9832.0, 9834.0, 9859.0, 9914.0, 9927.0, 9941.0, 9924.0, 9892.0, 9882.0, 9861.0, 9862.0, 9860.0, 9862.0, 9867.0, 9892.0, 9893.0, 9896.0, 9910.0, 9886.0, 9865.0, 9863.0, 9866.0, 9874.0, 9895.0, 9897.0, 9900.0, 9902.0, 9901.0, 9900.0, 9892.0, 9880.0, 9874.0, 9891.0, 9891.0, 9880.0, 9882.0, 9876.0, 9894.0, 9894.0, 9913.0, 9897.0, 9890.0, 9894.0, 9897.0, 9898.0, 9898.0, 9902.0, 9893.0, 9885.0, 9896.0, 9894.0, 9893.0, 9893.0, 9916.0, 9913.0, 9910.0, 9891.0, 9889.0, 9893.0, 9893.0, 9890.0, 9893.0, 9891.0, 9890.0, 9883.0, 9870.0, 9870.0, 9885.0, 9884.0, 9867.0, 9863.0, 9860.0, 9854.0, 9853.0, 9855.0, 9857.0, 9851.0, 9869.0, 9872.0, 9872.0, 9873.0, 9858.0, 9855.0, 9855.0, 9871.0, 9873.0, 9861.0, 9870.0, 9854.0, 9871.0, 9877.0, 9880.0, 9863.0, 9860.0, 9876.0, 9876.0, 9879.0, 9880.0, 9861.0, 9876.0, 9878.0, 9864.0, 9882.0, 9880.0, 9878.0, 9881.0, 9881.0, 9886.0, 9903.0, 9883.0, 9882.0, 9883.0, 9881.0, 9885.0, 9881.0, 9876.0, 9877.0, 9864.0, 9877.0, 9881.0, 9876.0, 9855.0, 9857.0, 9860.0, 9875.0, 9863.0, 9858.0, 9854.0, 9855.0, 9857.0, 9855.0, 9856.0, 9857.0, 9858.0, 9870.0, 9862.0, 9877.0, 9881.0, 9883.0, 9878.0, 9863.0, 9882.0, 9879.0, 9870.0, 9886.0, 9882.0, 9863.0, 9873.0, 9862.0, 9876.0, 9880.0, 9876.0, 9868.0, 9875.0, 9879.0, 9884.0, 9876.0, 9874.0, 9877.0, 9878.0, 9882.0, 9885.0, 9881.0, 9864.0, 9877.0, 9881.0, 9883.0, 9886.0, 9881.0, 9877.0, 9880.0, 9879.0, 9882.0, 9879.0, 9880.0, 9880.0, 9882.0, 9895.0, 9876.0, 9875.0, 9900.0, 9864.0, 9874.0, 9878.0, 9879.0, 9897.0, 9882.0, 9863.0, 9857.0, 9859.0, 9857.0, 9855.0, 9854.0, 9850.0, 9850.0, 9848.0, 9854.0, 9853.0, 9852.0, 9849.0, 9833.0, 9851.0, 9850.0, 9850.0, 9849.0, 9854.0, 9854.0, 9854.0, 9856.0, 9858.0, 9858.0, 9856.0, 9854.0, 9855.0, 9860.0, 9858.0, 9875.0, 9876.0, 9862.0, 9858.0, 9855.0, 9872.0, 9862.0, 9862.0, 9858.0, 9875.0, 9878.0, 9880.0, 9876.0, 9857.0, 9872.0, 9878.0, 9879.0, 9887.0, 9900.0, 9878.0, 9881.0, 9882.0, 9883.0, 9886.0, 9885.0, 9877.0, 9878.0, 9879.0, 9870.0, 9883.0, 9877.0, 9874.0, 9878.0, 9878.0, 9880.0, 9886.0, 9878.0, 9876.0, 9882.0, 9883.0, 9883.0, 9885.0, 9877.0, 9878.0, 9878.0, 9885.0, 9883.0, 9879.0, 9861.0, 9865.0, 9862.0, 9886.0, 9866.0, 9858.0, 9859.0, 9876.0, 9859.0, 9862.0, 9861.0, 9854.0, 9856.0, 9854.0, 9857.0, 9876.0, 9858.0, 9862.0, 9861.0, 9880.0, 9879.0, 9877.0, 9876.0, 9879.0, 9877.0, 9884.0, 9897.0, 9878.0, 9874.0, 9879.0, 9878.0, 9880.0, 9884.0, 9879.0, 9879.0, 9876.0, 9885.0, 9873.0, 9850.0, 9870.0, 9873.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.004109757505773672</td></tr>
<tr><td colspan=3>aqi</td><td>0.021196708163972285</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.465427864057798</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1342590641734087</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0365798911791906</td></tr>
<tr><td colspan=3>efc</td><td>0.4688</td></tr>
<tr><td colspan=3>fber</td><td>4689.0894</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09875803916740991</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.080831408775982</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.0292562005441486</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.985034747013044</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3597598289879924</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7429740256314097</td></tr>
<tr><td colspan=3>gcor</td><td>0.00820754</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-6.53747483738698e-05</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01626145839691162</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7463791163615623</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>46.7127</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9719</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.7466</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300319.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>799.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.8369</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3935</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>639.6951</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3669.3264</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3925.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1290.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4910.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1047.6714</td></tr>
<tr><td colspan=3>tsnr</td><td>38.442338071297854</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>