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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0070_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0070/ses-04/func/sub-0070_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>55442a6bb92f3118fe40ff37f5cc4669</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>12:48:57.575000</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.998554, 0.0133182, -0.0520853, -0.00627423, 0.991078, 0.133132]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0941432</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7793, -7246, 454, -31, -287, -23, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>282.589</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f90d140a-1ec3-4279-96de-3674012fbbce||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.679046869277954, -0.016833288595080376, -0.1441628336906433, 112.70991516113281], [-0.03573165461421013, 2.6589910984039307, 0.3580529987812042, -96.50149536132812], [-0.1397409290075302, -0.35718223452568054, 2.6722676753997803, -55.6845588684082], [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': ['124857.575000', '124858.035000', '124858.495000', '124858.955000', '124859.415000', '124859.875000', '124900.335000', '124900.795000', '124901.255000', '124901.715000', '124902.175000', '124902.635000', '124903.095000', '124903.555000', '124904.015000', '124904.475000', '124904.935000', '124905.395000', '124905.855000', '124906.315000', '124906.775000', '124907.235000', '124907.695000', '124908.155000', '124908.615000', '124909.075000', '124909.535000', '124909.995000', '124910.455000', '124910.915000', '124911.375000', '124911.835000', '124912.295000', '124912.755000', '124913.215000', '124913.675000', '124914.135000', '124914.595000', '124915.055000', '124915.515000', '124915.975000', '124916.435000', '124916.895000', '124917.355000', '124917.815000', '124918.275000', '124918.735000', '124919.195000', '124919.655000', '124920.115000', '124920.575000', '124921.035000', '124921.495000', '124921.955000', '124922.415000', '124922.875000', '124923.335000', '124923.795000', '124924.255000', '124924.715000', '124925.175000', '124925.635000', '124926.095000', '124926.555000', '124927.015000', '124927.475000', '124927.935000', '124928.395000', '124928.855000', '124929.315000', '124929.775000', '124930.235000', '124930.695000', '124931.155000', '124931.615000', '124932.075000', '124932.535000', '124932.995000', '124933.455000', '124933.915000', '124934.375000', '124934.835000', '124935.295000', '124935.755000', '124936.215000', '124936.675000', '124937.135000', '124937.595000', '124938.055000', '124938.515000', '124938.975000', '124939.435000', '124939.895000', '124940.355000', '124940.815000', '124941.275000', '124941.735000', '124942.195000', '124942.655000', '124943.115000', '124943.575000', '124944.035000', '124944.495000', '124944.955000', '124945.415000', '124945.875000', '124946.335000', '124946.795000', '124947.255000', '124947.715000', '124948.175000', '124948.635000', '124949.095000', '124949.555000', '124950.015000', '124950.475000', '124950.935000', '124951.395000', '124951.855000', '124952.315000', '124952.775000', '124953.235000', '124953.695000', '124954.155000', '124954.615000', '124955.075000', '124955.535000', '124955.995000', '124956.455000', '124956.915000', '124957.375000', '124957.835000', '124958.295000', '124958.755000', '124959.215000', '124959.675000', '125000.135000', '125000.595000', '125001.055000', '125001.515000', '125001.975000', '125002.435000', '125002.895000', '125003.355000', '125003.815000', '125004.275000', '125004.735000', '125005.195000', '125005.655000', '125006.115000', '125006.575000', '125007.035000', '125007.495000', '125007.955000', '125008.415000', '125008.875000', '125009.335000', '125009.795000', '125010.255000', '125010.715000', '125011.175000', '125011.635000', '125012.095000', '125012.555000', '125013.015000', '125013.475000', '125013.935000', '125014.395000', '125014.855000', '125015.315000', '125015.775000', '125016.235000', '125016.695000', '125017.155000', '125017.615000', '125018.075000', '125018.535000', '125018.995000', '125019.455000', '125019.915000', '125020.375000', '125020.835000', '125021.295000', '125021.755000', '125022.215000', '125022.675000', '125023.135000', '125023.595000', '125024.055000', '125024.515000', '125024.975000', '125025.435000', '125025.895000', '125026.355000', '125026.815000', '125027.275000', '125027.735000', '125028.195000', '125028.655000', '125029.115000', '125029.575000', '125030.035000', '125030.495000', '125030.955000', '125031.415000', '125031.875000', '125032.335000', '125032.795000', '125033.255000', '125033.715000', '125034.175000', '125034.635000', '125035.095000', '125035.555000', '125036.015000', '125036.475000', '125036.935000', '125037.395000', '125037.855000', '125038.315000', '125038.775000', '125039.235000', '125039.695000', '125040.155000', '125040.615000', '125041.075000', '125041.535000', '125041.995000', '125042.455000', '125042.915000', '125043.375000', '125043.835000', '125044.295000', '125044.755000', '125045.215000', '125045.675000', '125046.135000', '125046.595000', '125047.055000', '125047.515000', '125047.975000', '125048.435000', '125048.895000', '125049.355000', '125049.815000', '125050.275000', '125050.735000', '125051.195000', '125051.655000', '125052.115000', '125052.575000', '125053.035000', '125053.495000', '125053.955000', '125054.415000', '125054.875000', '125055.335000', '125055.795000', '125056.255000', '125056.715000', '125057.175000', '125057.635000', '125058.095000', '125058.555000', '125059.015000', '125059.475000', '125059.935000', '125100.395000', '125100.855000', '125101.315000', '125101.775000', '125102.235000', '125102.695000', '125103.155000', '125103.615000', '125104.075000', '125104.535000', '125104.995000', '125105.455000', '125105.915000', '125106.375000', '125106.835000', '125107.295000', '125107.755000', '125108.215000', '125108.675000', '125109.135000', '125109.595000', '125110.055000', '125110.515000', '125110.975000', '125111.435000', '125111.895000', '125112.355000', '125112.815000', '125113.275000', '125113.735000', '125114.195000', '125114.655000', '125115.115000', '125115.575000', '125116.035000', '125116.495000', '125116.955000', '125117.415000', '125117.875000', '125118.335000', '125118.795000', '125119.255000', '125119.715000', '125120.175000', '125120.635000', '125121.095000', '125121.555000', '125122.015000', '125122.475000', '125122.935000', '125123.395000', '125123.855000', '125124.315000', '125124.775000', '125125.235000', '125125.695000', '125126.155000', '125126.615000', '125127.075000', '125127.535000', '125127.995000', '125128.455000', '125128.915000', '125129.375000', '125129.835000', '125130.295000', '125130.755000', '125131.215000', '125131.675000', '125132.135000', '125132.595000', '125133.055000', '125133.515000', '125133.975000', '125134.435000', '125134.895000', '125135.355000', '125135.815000', '125136.275000', '125136.735000', '125137.195000', '125137.655000', '125138.115000', '125138.575000', '125139.035000', '125139.495000', '125139.955000', '125140.415000', '125140.875000', '125141.335000', '125141.795000', '125142.255000', '125142.715000', '125143.175000', '125143.635000', '125144.095000', '125144.555000', '125145.015000', '125145.475000', '125145.935000', '125146.395000', '125146.855000', '125147.315000', '125147.775000', '125148.235000', '125148.695000', '125149.155000', '125149.615000', '125150.075000', '125150.535000', '125150.995000', '125151.455000', '125151.915000', '125152.375000', '125152.835000', '125153.295000', '125153.755000', '125154.215000', '125154.675000', '125155.135000', '125155.595000', '125156.055000', '125156.515000', '125156.975000', '125157.435000', '125157.895000', '125158.355000', '125158.815000', '125159.275000', '125159.735000', '125200.195000', '125200.655000', '125201.115000', '125201.575000', '125202.035000', '125202.495000', '125202.955000', '125203.415000', '125203.875000', '125204.335000', '125204.795000', '125205.255000', '125205.715000', '125206.175000', '125206.635000', '125207.095000', '125207.555000', '125208.015000', '125208.475000', '125208.935000', '125209.395000', '125209.855000', '125210.315000', '125210.775000', '125211.235000', '125211.695000', '125212.155000', '125212.615000', '125213.075000', '125213.535000', '125213.995000', '125214.455000', '125214.915000', '125215.375000', '125215.835000', '125216.295000', '125216.755000', '125217.215000', '125217.675000', '125218.135000', '125218.595000', '125219.055000', '125219.515000', '125219.975000', '125220.435000', '125220.895000', '125221.355000', '125221.815000', '125222.275000', '125222.735000', '125223.195000', '125223.655000', '125224.115000', '125224.575000', '125225.035000', '125225.495000', '125225.955000', '125226.415000', '125226.875000', '125227.335000', '125227.795000', '125228.255000', '125228.715000', '125229.175000', '125229.635000', '125230.095000', '125230.555000', '125231.015000', '125231.475000', '125231.935000', '125232.395000', '125232.855000', '125233.315000', '125233.775000', '125234.235000', '125234.695000', '125235.155000', '125235.615000', '125236.075000', '125236.535000', '125236.995000', '125237.455000', '125237.915000', '125238.375000', '125238.835000', '125239.295000', '125239.755000', '125240.215000', '125240.675000', '125241.135000', '125241.595000', '125242.055000', '125242.515000', '125242.975000', '125243.435000', '125243.895000', '125244.355000', '125244.815000', '125245.275000', '125245.735000', '125246.195000', '125246.655000', '125247.115000', '125247.575000', '125248.035000', '125248.495000', '125248.955000', '125249.415000', '125249.875000', '125250.335000', '125250.795000', '125251.255000', '125251.715000', '125252.175000', '125252.635000', '125253.095000', '125253.555000', '125254.015000', '125254.475000', '125254.935000', '125255.395000', '125255.855000', '125256.315000', '125256.775000', '125257.235000', '125257.695000', '125258.155000', '125258.615000', '125259.075000', '125259.535000', '125259.995000', '125300.455000', '125300.915000', '125301.375000', '125301.835000', '125302.295000', '125302.755000', '125303.215000', '125303.675000', '125304.135000', '125304.595000', '125305.055000', '125305.515000', '125305.975000', '125306.435000', '125306.895000', '125307.355000', '125307.815000', '125308.275000', '125308.735000', '125309.195000', '125309.655000', '125310.115000', '125310.575000', '125311.035000', '125311.495000', '125311.955000', '125312.415000', '125312.875000', '125313.335000', '125313.795000', '125314.255000', '125314.715000', '125315.175000', '125315.635000', '125316.095000', '125316.555000', '125317.015000', '125317.475000', '125317.935000', '125318.395000', '125318.855000', '125319.315000', '125319.775000', '125320.235000', '125320.695000', '125321.155000', '125321.615000', '125322.075000', '125322.535000', '125322.995000', '125323.455000', '125323.915000', '125324.375000', '125324.835000', '125325.295000', '125325.755000', '125326.215000', '125326.675000', '125327.135000', '125327.595000', '125328.055000', '125328.515000', '125328.975000', '125329.435000', '125329.895000', '125330.355000', '125330.815000', '125331.275000', '125331.735000', '125332.195000', '125332.655000', '125333.115000', '125333.575000', '125334.035000', '125334.495000', '125334.955000', '125335.415000', '125335.875000', '125336.335000', '125336.795000', '125337.255000', '125337.715000', '125338.175000', '125338.635000', '125339.095000', '125339.555000', '125340.015000', '125340.475000', '125340.935000', '125341.395000', '125341.855000', '125342.315000', '125342.775000', '125343.235000', '125343.695000', '125344.155000', '125344.615000', '125345.075000', '125345.535000', '125345.995000', '125346.455000', '125346.915000', '125347.375000', '125347.835000', '125348.295000', '125348.755000', '125349.215000', '125349.675000', '125350.135000', '125350.595000', '125351.055000', '125351.515000', '125351.975000', '125352.435000', '125352.895000', '125353.355000', '125353.815000', '125354.275000', '125354.735000', '125355.195000', '125355.655000', '125356.115000', '125356.575000', '125357.035000', '125357.495000', '125357.955000', '125358.415000', '125358.875000', '125359.335000', '125359.795000', '125400.255000', '125400.715000', '125401.175000', '125401.635000', '125402.095000', '125402.555000', '125403.015000', '125403.475000', '125403.935000', '125404.395000', '125404.855000', '125405.315000', '125405.775000', '125406.235000', '125406.695000', '125407.155000', '125407.615000', '125408.075000', '125408.535000', '125408.995000', '125409.455000', '125409.915000', '125410.375000', '125410.835000', '125411.295000', '125411.755000', '125412.215000', '125412.675000', '125413.135000', '125413.595000', '125414.055000', '125414.515000', '125414.975000', '125415.435000', '125415.895000', '125416.355000', '125416.815000', '125417.275000', '125417.735000', '125418.195000', '125418.655000', '125419.115000', '125419.575000', '125420.035000', '125420.495000', '125420.955000', '125421.415000', '125421.875000', '125422.335000', '125422.795000', '125423.255000', '125423.715000', '125424.175000', '125424.635000', '125425.095000', '125425.555000', '125426.015000', '125426.475000', '125426.935000', '125427.395000', '125427.855000', '125428.315000', '125428.775000', '125429.235000', '125429.695000', '125430.155000', '125430.615000', '125431.075000', '125431.535000', '125431.995000', '125432.455000', '125432.915000', '125433.375000', '125433.835000', '125434.295000', '125434.755000', '125435.215000', '125435.675000', '125436.135000', '125436.595000', '125437.055000', '125437.515000', '125437.975000', '125438.435000', '125438.895000', '125439.355000', '125439.815000', '125440.275000', '125440.735000', '125441.195000', '125441.655000', '125442.115000', '125442.575000', '125443.035000', '125443.495000', '125443.955000', '125444.415000', '125444.875000', '125445.335000', '125445.795000', '125446.255000', '125446.715000', '125447.175000', '125447.635000', '125448.095000', '125448.555000', '125449.015000', '125449.475000', '125449.935000', '125450.395000', '125450.855000', '125451.315000', '125451.775000', '125452.235000', '125452.695000', '125453.155000', '125453.615000', '125454.075000', '125454.535000', '125454.995000', '125455.455000', '125455.915000', '125456.375000', '125456.835000', '125457.295000', '125457.755000', '125458.215000', '125458.675000', '125459.135000', '125459.595000', '125500.055000', '125500.515000', '125500.975000', '125501.435000', '125501.895000', '125502.355000', '125502.815000', '125503.275000', '125503.735000', '125504.195000', '125504.655000', '125505.115000', '125505.575000', '125506.035000', '125506.495000', '125506.955000', '125507.415000', '125507.875000', '125508.335000', '125508.795000', '125509.255000', '125509.715000', '125510.175000', '125510.635000', '125511.095000', '125511.555000', '125512.015000', '125512.475000', '125512.935000', '125513.395000', '125513.855000', '125514.315000', '125514.775000', '125515.235000', '125515.695000', '125516.155000', '125516.615000', '125517.075000', '125517.535000', '125517.995000', '125518.455000', '125518.915000', '125519.375000', '125519.835000', '125520.295000', '125520.755000', '125521.215000', '125521.675000', '125522.135000', '125522.595000', '125523.055000', '125523.515000', '125523.975000', '125524.435000', '125524.895000', '125525.355000', '125525.815000', '125526.275000', '125526.735000', '125527.195000', '125527.655000', '125528.115000', '125528.575000', '125529.035000', '125529.495000', '125529.955000', '125530.415000', '125530.875000', '125531.335000', '125531.795000', '125532.255000', '125532.715000', '125533.175000', '125533.635000', '125534.095000', '125534.555000', '125535.015000', '125535.475000', '125535.935000', '125536.395000', '125536.855000', '125537.315000', '125537.775000', '125538.235000'], 'ContentTime': ['124918.511000', '124918.515000', '124918.518000', '124918.520000', '124918.523000', '124918.525000', '124918.528000', '124918.531000', '124918.533000', '124918.536000', '124918.539000', '124918.541000', '124918.544000', '124918.546000', '124918.549000', '124918.552000', '124918.554000', '124918.557000', '124918.559000', '124918.562000', '124918.564000', '124918.567000', '124918.575000', '124918.578000', '124918.580000', '124918.583000', '124918.585000', '124918.588000', '124918.591000', '124918.593000', '124918.596000', '124918.599000', '124918.601000', '124918.604000', '124918.606000', '124918.609000', '124918.611000', '124918.614000', '124918.616000', '124918.619000', '124918.621000', '124918.624000', '124918.627000', '124918.629000', '124938.464000', '124938.466000', '124938.469000', '124938.472000', '124938.474000', '124938.477000', '124938.479000', '124938.482000', '124938.484000', '124938.487000', '124938.489000', '124938.492000', '124938.495000', '124938.497000', '124938.500000', '124938.502000', '124938.505000', '124938.507000', '124938.510000', '124938.513000', '124938.515000', '124938.518000', '124938.520000', '124938.523000', '124938.526000', '124938.553000', '124938.555000', '124938.558000', '124938.560000', '124938.563000', '124938.566000', '124938.568000', '124938.571000', '124938.573000', '124938.576000', '124938.578000', '124938.581000', '124938.583000', '124938.587000', '124938.590000', '124938.593000', '124938.595000', '124938.601000', '124958.462000', '124958.465000', '124958.468000', '124958.470000', '124958.473000', '124958.475000', '124958.478000', '124958.481000', '124958.483000', '124958.486000', '124958.488000', '124958.491000', '124958.493000', '124958.496000', '124958.499000', '124958.501000', '124958.504000', '124958.506000', '124958.509000', '124958.511000', '124958.514000', '124958.517000', '124958.519000', '124958.522000', '124958.524000', '124958.527000', '124958.530000', '124958.532000', '124958.535000', '124958.537000', '124958.540000', '124958.542000', '124958.545000', '124958.548000', '124958.550000', '124958.553000', '124958.555000', '124958.558000', '124958.561000', '124958.563000', '124958.566000', '124958.568000', '124958.571000', '124958.573000', '125018.462000', '125018.465000', '125018.468000', '125018.470000', '125018.473000', '125018.476000', '125018.478000', '125018.481000', '125018.483000', '125018.486000', '125018.488000', '125018.491000', '125018.493000', '125018.496000', '125018.499000', '125018.501000', '125018.504000', '125018.506000', '125018.509000', '125018.511000', '125018.514000', '125018.517000', '125018.519000', '125018.522000', '125018.524000', '125018.527000', '125018.530000', '125018.532000', '125018.535000', '125018.537000', '125018.540000', '125018.542000', '125018.545000', '125018.547000', '125018.550000', '125018.553000', '125018.555000', '125018.558000', '125018.561000', '125018.563000', '125018.566000', '125018.569000', '125018.571000', '125038.463000', '125038.466000', '125038.469000', '125038.471000', '125038.474000', '125038.476000', '125038.479000', '125038.482000', '125038.484000', '125038.487000', '125038.489000', '125038.492000', '125038.495000', '125038.497000', '125038.500000', '125038.502000', '125038.505000', '125038.507000', '125038.510000', '125038.512000', '125038.515000', '125038.517000', '125038.520000', '125038.523000', '125038.525000', '125038.528000', '125038.531000', '125038.533000', '125038.536000', '125038.538000', '125038.541000', '125038.543000', '125038.546000', '125038.548000', '125038.551000', '125038.554000', '125038.556000', '125038.559000', '125038.561000', '125038.564000', '125038.567000', '125038.569000', '125038.572000', '125038.574000', '125058.463000', '125058.466000', '125058.469000', '125058.472000', '125058.474000', '125058.477000', '125058.479000', '125058.482000', '125058.485000', '125058.487000', '125058.490000', '125058.492000', '125058.495000', '125058.498000', '125058.500000', '125058.503000', '125058.506000', '125058.508000', '125058.511000', '125058.513000', '125058.516000', '125058.519000', '125058.521000', '125058.524000', '125058.526000', '125058.529000', '125058.531000', '125058.534000', '125058.537000', '125058.539000', '125058.542000', '125058.544000', '125058.547000', '125058.549000', '125058.552000', '125058.554000', '125058.557000', '125058.560000', '125058.562000', '125058.565000', '125058.567000', '125058.570000', '125058.572000', '125118.463000', '125118.466000', '125118.469000', '125118.471000', '125118.474000', '125118.477000', '125118.479000', '125118.490000', '125118.492000', '125118.495000', '125118.498000', '125118.500000', '125118.503000', '125118.505000', '125118.508000', '125118.511000', '125118.513000', '125118.516000', '125118.518000', '125118.521000', '125118.524000', '125118.526000', '125118.529000', '125118.531000', '125118.534000', '125118.537000', '125118.539000', '125118.542000', '125118.544000', '125118.547000', '125118.549000', '125118.552000', '125118.554000', '125118.557000', '125118.560000', '125118.562000', '125118.565000', '125118.568000', '125118.570000', '125118.573000', '125118.575000', '125118.578000', '125118.580000', '125118.583000', '125138.464000', '125138.467000', '125138.469000', '125138.472000', '125138.474000', '125138.477000', '125138.480000', '125138.482000', '125138.485000', '125138.487000', '125138.490000', '125138.492000', '125138.495000', '125138.498000', '125138.500000', '125138.503000', '125138.505000', '125138.508000', '125138.510000', '125138.513000', '125138.516000', '125138.518000', '125138.521000', '125138.523000', '125138.526000', '125138.529000', '125138.531000', '125138.534000', '125138.536000', '125138.539000', '125138.541000', '125138.544000', '125138.547000', '125138.549000', '125138.552000', '125138.554000', '125138.557000', '125138.559000', '125138.562000', '125138.564000', '125138.567000', '125138.570000', '125138.572000', '125158.464000', '125158.466000', '125158.469000', '125158.472000', '125158.474000', '125158.477000', '125158.480000', '125158.482000', '125158.485000', '125158.487000', '125158.490000', '125158.493000', '125158.495000', '125158.498000', '125158.501000', '125158.503000', '125158.506000', '125158.508000', '125158.511000', '125158.514000', '125158.516000', '125158.519000', '125158.521000', '125158.524000', '125158.527000', '125158.529000', '125158.532000', '125158.534000', '125158.537000', '125158.539000', '125158.542000', '125158.545000', '125158.547000', '125158.550000', '125158.552000', '125158.555000', '125158.558000', '125158.560000', '125158.563000', '125158.565000', '125158.568000', '125158.570000', '125158.573000', '125158.575000', '125218.462000', '125218.465000', '125218.468000', '125218.471000', '125218.473000', '125218.476000', '125218.478000', '125218.481000', '125218.484000', '125218.486000', '125218.489000', '125218.491000', '125218.494000', '125218.496000', '125218.499000', '125218.502000', '125218.504000', '125218.507000', '125218.509000', '125218.512000', '125218.515000', '125218.517000', '125218.520000', '125218.522000', '125218.525000', '125218.528000', '125218.530000', '125218.533000', '125218.535000', '125218.538000', '125218.541000', '125218.543000', '125218.546000', '125218.548000', '125218.551000', '125218.554000', '125218.556000', '125218.559000', '125218.561000', '125218.564000', '125218.566000', '125218.569000', '125218.572000', '125238.463000', '125238.465000', '125238.468000', '125238.471000', '125238.473000', '125238.476000', '125238.478000', '125238.481000', '125238.484000', '125238.486000', '125238.489000', '125238.491000', '125238.494000', '125238.496000', '125238.499000', '125238.502000', '125238.504000', '125238.507000', '125238.509000', '125238.512000', '125238.515000', '125238.517000', '125238.520000', '125238.522000', '125238.525000', '125238.528000', '125238.530000', '125238.533000', '125238.535000', '125238.538000', '125238.540000', '125238.543000', '125238.567000', '125238.570000', '125238.572000', '125238.575000', '125238.578000', '125238.580000', '125238.583000', '125238.585000', '125238.588000', '125238.591000', '125238.593000', '125238.596000', '125258.464000', '125258.467000', '125258.469000', '125258.472000', '125258.474000', '125258.477000', '125258.480000', '125258.482000', '125258.485000', '125258.487000', '125258.490000', '125258.492000', '125258.495000', '125258.498000', '125258.500000', '125258.503000', '125258.505000', '125258.508000', '125258.511000', '125258.513000', '125258.516000', '125258.518000', '125258.521000', '125258.524000', '125258.526000', '125258.529000', '125258.531000', '125258.534000', '125258.536000', '125258.539000', '125258.541000', '125258.544000', '125258.547000', '125258.549000', '125258.552000', '125258.554000', '125258.557000', '125258.560000', '125258.562000', '125258.565000', '125258.567000', '125258.570000', '125258.573000', '125318.464000', '125318.467000', '125318.470000', '125318.473000', '125318.476000', '125318.478000', '125318.481000', '125318.483000', '125318.486000', '125318.489000', '125318.491000', '125318.494000', '125318.496000', '125318.499000', '125318.501000', '125318.504000', '125318.507000', '125318.509000', '125318.512000', '125318.514000', '125318.517000', '125318.520000', '125318.522000', '125318.525000', '125318.527000', '125318.530000', '125318.532000', '125318.535000', '125318.537000', '125318.540000', '125318.543000', '125318.545000', '125318.548000', '125318.550000', '125318.553000', '125318.556000', '125318.558000', '125318.561000', '125318.563000', '125318.566000', '125318.568000', '125318.571000', '125318.574000', '125318.576000', '125338.463000', '125338.466000', '125338.469000', '125338.472000', '125338.474000', '125338.477000', '125338.479000', '125338.482000', '125338.484000', '125338.487000', '125338.489000', '125338.492000', '125338.494000', '125338.497000', '125338.500000', '125338.502000', '125338.505000', '125338.508000', '125338.510000', '125338.513000', '125338.515000', '125338.518000', '125338.520000', '125338.523000', '125338.525000', '125338.528000', '125338.531000', '125338.533000', '125338.536000', '125338.538000', '125338.541000', '125338.543000', '125338.546000', '125338.548000', '125338.551000', '125338.554000', '125338.556000', '125338.559000', '125338.561000', '125338.564000', '125338.566000', '125338.569000', '125338.571000', '125358.463000', '125358.466000', '125358.469000', '125358.471000', '125358.474000', '125358.477000', '125358.479000', '125358.482000', '125358.484000', '125358.487000', '125358.490000', '125358.492000', '125358.495000', '125358.497000', '125358.500000', '125358.503000', '125358.505000', '125358.508000', '125358.510000', '125358.513000', '125358.516000', '125358.518000', '125358.521000', '125358.523000', '125358.526000', '125358.529000', '125358.531000', '125358.534000', '125358.536000', '125358.539000', '125358.542000', '125358.544000', '125358.547000', '125358.549000', '125358.552000', '125358.554000', '125358.557000', '125358.560000', '125358.562000', '125358.565000', '125358.567000', '125358.570000', '125358.573000', '125358.575000', '125418.464000', '125418.466000', '125418.469000', '125418.472000', '125418.474000', '125418.477000', '125418.479000', '125418.482000', '125418.485000', '125418.487000', '125418.490000', '125418.492000', '125418.495000', '125418.498000', '125418.500000', '125418.503000', '125418.505000', '125418.508000', '125418.510000', '125418.513000', '125418.516000', '125418.518000', '125418.521000', '125418.523000', '125418.526000', '125418.529000', '125418.531000', '125418.541000', '125418.543000', '125418.546000', '125418.548000', '125418.551000', '125418.554000', '125418.556000', '125418.559000', '125418.562000', '125418.564000', '125418.567000', '125418.569000', '125418.572000', '125418.574000', '125418.577000', '125418.580000', '125438.463000', '125438.465000', '125438.468000', '125438.471000', '125438.473000', '125438.476000', '125438.479000', '125438.481000', '125438.484000', '125438.486000', '125438.489000', '125438.491000', '125438.494000', '125438.497000', '125438.499000', '125438.502000', '125438.505000', '125438.509000', '125438.511000', '125438.514000', '125438.517000', '125438.519000', '125438.522000', '125438.524000', '125438.527000', '125438.530000', '125438.532000', '125438.535000', '125438.537000', '125438.540000', '125438.543000', '125438.545000', '125438.548000', '125438.550000', '125438.553000', '125438.555000', '125438.558000', '125438.561000', '125438.563000', '125438.566000', '125438.569000', '125438.571000', '125438.574000', '125438.576000', '125458.463000', '125458.466000', '125458.468000', '125458.471000', '125458.473000', '125458.476000', '125458.479000', '125458.481000', '125458.484000', '125458.486000', '125458.489000', '125458.493000', '125458.496000', '125458.498000', '125458.501000', '125458.504000', '125458.506000', '125458.509000', '125458.511000', '125458.514000', '125458.516000', '125458.519000', '125458.522000', '125458.524000', '125458.527000', '125458.529000', '125458.532000', '125458.535000', '125458.537000', '125458.540000', '125458.542000', '125458.545000', '125458.547000', '125458.550000', '125458.553000', '125458.555000', '125458.558000', '125458.560000', '125458.563000', '125458.566000', '125458.568000', '125458.571000', '125458.573000', '125518.463000', '125518.466000', '125518.469000', '125518.472000', '125518.474000', '125518.477000', '125518.480000', '125518.482000', '125518.485000', '125518.487000', '125518.490000', '125518.493000', '125518.495000', '125518.498000', '125518.500000', '125518.503000', '125518.505000', '125518.508000', '125518.511000', '125518.513000', '125518.516000', '125518.518000', '125518.521000', '125518.523000', '125518.526000', '125518.529000', '125518.531000', '125518.534000', '125518.536000', '125518.539000', '125518.541000', '125518.544000', '125518.546000', '125518.549000', '125518.552000', '125518.554000', '125518.557000', '125518.560000', '125518.562000', '125518.565000', '125518.567000', '125518.570000', '125518.573000', '125538.464000', '125538.467000', '125538.469000', '125538.472000', '125538.474000', '125538.477000', '125538.479000', '125538.482000', '125538.485000', '125538.487000', '125538.490000', '125538.502000', '125538.505000', '125538.508000', '125538.510000', '125538.513000', '125538.515000', '125538.518000', '125538.521000', '125538.523000', '125538.526000', '125538.528000', '125538.531000', '125538.534000', '125538.536000', '125538.539000', '125538.541000', '125538.544000', '125538.556000', '125538.559000', '125538.562000', '125538.564000', '125538.567000', '125538.569000', '125538.572000', '125538.574000', '125538.577000', '125538.579000', '125538.582000', '125538.585000', '125538.587000', '125538.590000', '125538.592000', '125538.595000', '125539.161000', '125539.163000'], 'InstanceCreationTime': ['124918.511000', '124918.515000', '124918.518000', '124918.520000', '124918.523000', '124918.525000', '124918.528000', '124918.531000', '124918.533000', '124918.536000', '124918.539000', '124918.541000', '124918.544000', '124918.546000', '124918.549000', '124918.552000', '124918.554000', '124918.557000', '124918.559000', '124918.562000', '124918.564000', '124918.567000', '124918.575000', '124918.578000', '124918.580000', '124918.583000', '124918.585000', '124918.588000', '124918.591000', '124918.593000', '124918.596000', '124918.599000', '124918.601000', '124918.604000', '124918.606000', '124918.609000', '124918.611000', '124918.614000', '124918.616000', '124918.619000', '124918.621000', '124918.624000', '124918.627000', '124918.629000', '124938.464000', '124938.466000', '124938.469000', '124938.472000', '124938.474000', '124938.477000', '124938.479000', '124938.482000', '124938.484000', '124938.487000', '124938.489000', '124938.492000', '124938.495000', '124938.497000', '124938.500000', '124938.502000', '124938.505000', '124938.507000', '124938.510000', '124938.513000', '124938.515000', '124938.518000', '124938.520000', '124938.523000', '124938.526000', '124938.553000', '124938.555000', '124938.558000', '124938.560000', '124938.563000', '124938.566000', '124938.568000', '124938.571000', '124938.573000', '124938.576000', '124938.578000', '124938.581000', '124938.583000', '124938.587000', '124938.590000', '124938.593000', '124938.595000', '124938.601000', '124958.462000', '124958.465000', '124958.468000', '124958.470000', '124958.473000', '124958.475000', '124958.478000', '124958.481000', '124958.483000', '124958.486000', '124958.488000', '124958.491000', '124958.493000', '124958.496000', '124958.499000', '124958.501000', '124958.504000', '124958.506000', '124958.509000', '124958.511000', '124958.514000', '124958.517000', '124958.519000', '124958.522000', '124958.524000', '124958.527000', '124958.530000', '124958.532000', '124958.535000', '124958.537000', '124958.540000', '124958.542000', '124958.545000', '124958.548000', '124958.550000', '124958.553000', '124958.555000', '124958.558000', '124958.561000', '124958.563000', '124958.566000', '124958.568000', '124958.571000', '124958.573000', '125018.462000', '125018.465000', '125018.468000', '125018.470000', '125018.473000', '125018.476000', '125018.478000', '125018.481000', '125018.483000', '125018.486000', '125018.488000', '125018.491000', '125018.493000', '125018.496000', '125018.499000', '125018.501000', '125018.504000', '125018.506000', '125018.509000', '125018.511000', '125018.514000', '125018.517000', '125018.519000', '125018.522000', '125018.524000', '125018.527000', '125018.530000', '125018.532000', '125018.535000', '125018.537000', '125018.540000', '125018.542000', '125018.545000', '125018.547000', '125018.550000', '125018.553000', '125018.555000', '125018.558000', '125018.561000', '125018.563000', '125018.566000', '125018.569000', '125018.571000', '125038.463000', '125038.466000', '125038.469000', '125038.471000', '125038.474000', '125038.476000', '125038.479000', '125038.482000', '125038.484000', '125038.487000', '125038.489000', '125038.492000', '125038.495000', '125038.497000', '125038.500000', '125038.502000', '125038.505000', '125038.507000', '125038.510000', '125038.512000', '125038.515000', '125038.517000', '125038.520000', '125038.523000', '125038.525000', '125038.528000', '125038.531000', '125038.533000', '125038.536000', '125038.538000', '125038.541000', '125038.543000', '125038.546000', '125038.548000', '125038.551000', '125038.554000', '125038.556000', '125038.559000', '125038.561000', '125038.564000', '125038.567000', '125038.569000', '125038.572000', '125038.574000', '125058.463000', '125058.466000', '125058.469000', '125058.472000', '125058.474000', '125058.477000', '125058.479000', '125058.482000', '125058.485000', '125058.487000', '125058.490000', '125058.492000', '125058.495000', '125058.498000', '125058.500000', '125058.503000', '125058.506000', '125058.508000', '125058.511000', '125058.513000', '125058.516000', '125058.519000', '125058.521000', '125058.524000', '125058.526000', '125058.529000', '125058.531000', '125058.534000', '125058.537000', '125058.539000', '125058.542000', '125058.544000', '125058.547000', '125058.549000', '125058.552000', '125058.554000', '125058.557000', '125058.560000', '125058.562000', '125058.565000', '125058.567000', '125058.570000', '125058.572000', '125118.463000', '125118.466000', '125118.469000', '125118.471000', '125118.474000', '125118.477000', '125118.479000', '125118.490000', '125118.492000', '125118.495000', '125118.498000', '125118.500000', '125118.503000', '125118.505000', '125118.508000', '125118.511000', '125118.513000', '125118.516000', '125118.518000', '125118.521000', '125118.524000', '125118.526000', '125118.529000', '125118.531000', '125118.534000', '125118.537000', '125118.539000', '125118.542000', '125118.544000', '125118.547000', '125118.549000', '125118.552000', '125118.554000', '125118.557000', '125118.560000', '125118.562000', '125118.565000', '125118.568000', '125118.570000', '125118.573000', '125118.575000', '125118.578000', '125118.580000', '125118.583000', '125138.464000', '125138.467000', '125138.469000', '125138.472000', '125138.474000', '125138.477000', '125138.480000', '125138.482000', '125138.485000', '125138.487000', '125138.490000', '125138.492000', '125138.495000', '125138.498000', '125138.500000', '125138.503000', '125138.505000', '125138.508000', '125138.510000', '125138.513000', '125138.516000', '125138.518000', '125138.521000', '125138.523000', '125138.526000', '125138.529000', '125138.531000', '125138.534000', '125138.536000', '125138.539000', '125138.541000', '125138.544000', '125138.547000', '125138.549000', '125138.552000', '125138.554000', '125138.557000', '125138.559000', '125138.562000', '125138.564000', '125138.567000', '125138.570000', '125138.572000', '125158.464000', '125158.466000', '125158.469000', '125158.472000', '125158.474000', '125158.477000', '125158.480000', '125158.482000', '125158.485000', '125158.487000', '125158.490000', '125158.493000', '125158.495000', '125158.498000', '125158.501000', '125158.503000', '125158.506000', '125158.508000', '125158.511000', '125158.514000', '125158.516000', '125158.519000', '125158.521000', '125158.524000', '125158.527000', '125158.529000', '125158.532000', '125158.534000', '125158.537000', '125158.539000', '125158.542000', '125158.545000', '125158.547000', '125158.550000', '125158.552000', '125158.555000', '125158.558000', '125158.560000', '125158.563000', '125158.565000', '125158.568000', '125158.570000', '125158.573000', '125158.575000', '125218.462000', '125218.465000', '125218.468000', '125218.471000', '125218.473000', '125218.476000', '125218.478000', '125218.481000', '125218.484000', '125218.486000', '125218.489000', '125218.491000', '125218.494000', '125218.496000', '125218.499000', '125218.502000', '125218.504000', '125218.507000', '125218.509000', '125218.512000', '125218.515000', '125218.517000', '125218.520000', '125218.522000', '125218.525000', '125218.528000', '125218.530000', '125218.533000', '125218.535000', '125218.538000', '125218.541000', '125218.543000', '125218.546000', '125218.548000', '125218.551000', '125218.554000', '125218.556000', '125218.559000', '125218.561000', '125218.564000', '125218.566000', '125218.569000', '125218.572000', '125238.463000', '125238.465000', '125238.468000', '125238.471000', '125238.473000', '125238.476000', '125238.478000', '125238.481000', '125238.484000', '125238.486000', '125238.489000', '125238.491000', '125238.494000', '125238.496000', '125238.499000', '125238.502000', '125238.504000', '125238.507000', '125238.509000', '125238.512000', '125238.515000', '125238.517000', '125238.520000', '125238.522000', '125238.525000', '125238.528000', '125238.530000', '125238.533000', '125238.535000', '125238.538000', '125238.540000', '125238.543000', '125238.567000', '125238.570000', '125238.572000', '125238.575000', '125238.578000', '125238.580000', '125238.583000', '125238.585000', '125238.588000', '125238.591000', '125238.593000', '125238.596000', '125258.464000', '125258.467000', '125258.469000', '125258.472000', '125258.474000', '125258.477000', '125258.480000', '125258.482000', '125258.485000', '125258.487000', '125258.490000', '125258.492000', '125258.495000', '125258.498000', '125258.500000', '125258.503000', '125258.505000', '125258.508000', '125258.511000', '125258.513000', '125258.516000', '125258.518000', '125258.521000', '125258.524000', '125258.526000', '125258.529000', '125258.531000', '125258.534000', '125258.536000', '125258.539000', '125258.541000', '125258.544000', '125258.547000', '125258.549000', '125258.552000', '125258.554000', '125258.557000', '125258.560000', '125258.562000', '125258.565000', '125258.567000', '125258.570000', '125258.573000', '125318.464000', '125318.467000', '125318.470000', '125318.473000', '125318.476000', '125318.478000', '125318.481000', '125318.483000', '125318.486000', '125318.489000', '125318.491000', '125318.494000', '125318.496000', '125318.499000', '125318.501000', '125318.504000', '125318.507000', '125318.509000', '125318.512000', '125318.514000', '125318.517000', '125318.520000', '125318.522000', '125318.525000', '125318.527000', '125318.530000', '125318.532000', '125318.535000', '125318.537000', '125318.540000', '125318.543000', '125318.545000', '125318.548000', '125318.550000', '125318.553000', '125318.556000', '125318.558000', '125318.561000', '125318.563000', '125318.566000', '125318.568000', '125318.571000', '125318.574000', '125318.576000', '125338.463000', '125338.466000', '125338.469000', '125338.472000', '125338.474000', '125338.477000', '125338.479000', '125338.482000', '125338.484000', '125338.487000', '125338.489000', '125338.492000', '125338.494000', '125338.497000', '125338.500000', '125338.502000', '125338.505000', '125338.508000', '125338.510000', '125338.513000', '125338.515000', '125338.518000', '125338.520000', '125338.523000', '125338.525000', '125338.528000', '125338.531000', '125338.533000', '125338.536000', '125338.538000', '125338.541000', '125338.543000', '125338.546000', '125338.548000', '125338.551000', '125338.554000', '125338.556000', '125338.559000', '125338.561000', '125338.564000', '125338.566000', '125338.569000', '125338.571000', '125358.463000', '125358.466000', '125358.469000', '125358.471000', '125358.474000', '125358.477000', '125358.479000', '125358.482000', '125358.484000', '125358.487000', '125358.490000', '125358.492000', '125358.495000', '125358.497000', '125358.500000', '125358.503000', '125358.505000', '125358.508000', '125358.510000', '125358.513000', '125358.516000', '125358.518000', '125358.521000', '125358.523000', '125358.526000', '125358.529000', '125358.531000', '125358.534000', '125358.536000', '125358.539000', '125358.542000', '125358.544000', '125358.547000', '125358.549000', '125358.552000', '125358.554000', '125358.557000', '125358.560000', '125358.562000', '125358.565000', '125358.567000', '125358.570000', '125358.573000', '125358.575000', '125418.464000', '125418.466000', '125418.469000', '125418.472000', '125418.474000', '125418.477000', '125418.479000', '125418.482000', '125418.485000', '125418.487000', '125418.490000', '125418.492000', '125418.495000', '125418.498000', '125418.500000', '125418.503000', '125418.505000', '125418.508000', '125418.510000', '125418.513000', '125418.516000', '125418.518000', '125418.521000', '125418.523000', '125418.526000', '125418.529000', '125418.531000', '125418.541000', '125418.543000', '125418.546000', '125418.548000', '125418.551000', '125418.554000', '125418.556000', '125418.559000', '125418.562000', '125418.564000', '125418.567000', '125418.569000', '125418.572000', '125418.574000', '125418.577000', '125418.580000', '125438.463000', '125438.465000', '125438.468000', '125438.471000', '125438.473000', '125438.476000', '125438.479000', '125438.481000', '125438.484000', '125438.486000', '125438.489000', '125438.491000', '125438.494000', '125438.497000', '125438.499000', '125438.502000', '125438.505000', '125438.509000', '125438.511000', '125438.514000', '125438.517000', '125438.519000', '125438.522000', '125438.524000', '125438.527000', '125438.530000', '125438.532000', '125438.535000', '125438.537000', '125438.540000', '125438.543000', '125438.545000', '125438.548000', '125438.550000', '125438.553000', '125438.555000', '125438.558000', '125438.561000', '125438.563000', '125438.566000', '125438.569000', '125438.571000', '125438.574000', '125438.576000', '125458.463000', '125458.466000', '125458.468000', '125458.471000', '125458.473000', '125458.476000', '125458.479000', '125458.481000', '125458.484000', '125458.486000', '125458.489000', '125458.493000', '125458.496000', '125458.498000', '125458.501000', '125458.504000', '125458.506000', '125458.509000', '125458.511000', '125458.514000', '125458.516000', '125458.519000', '125458.522000', '125458.524000', '125458.527000', '125458.529000', '125458.532000', '125458.535000', '125458.537000', '125458.540000', '125458.542000', '125458.545000', '125458.547000', '125458.550000', '125458.553000', '125458.555000', '125458.558000', '125458.560000', '125458.563000', '125458.566000', '125458.568000', '125458.571000', '125458.573000', '125518.463000', '125518.466000', '125518.469000', '125518.472000', '125518.474000', '125518.477000', '125518.480000', '125518.482000', '125518.485000', '125518.487000', '125518.490000', '125518.493000', '125518.495000', '125518.498000', '125518.500000', '125518.503000', '125518.505000', '125518.508000', '125518.511000', '125518.513000', '125518.516000', '125518.518000', '125518.521000', '125518.523000', '125518.526000', '125518.529000', '125518.531000', '125518.534000', '125518.536000', '125518.539000', '125518.541000', '125518.544000', '125518.546000', '125518.549000', '125518.552000', '125518.554000', '125518.557000', '125518.560000', '125518.562000', '125518.565000', '125518.567000', '125518.570000', '125518.573000', '125538.464000', '125538.467000', '125538.469000', '125538.472000', '125538.474000', '125538.477000', '125538.479000', '125538.482000', '125538.485000', '125538.487000', '125538.490000', '125538.502000', '125538.505000', '125538.508000', '125538.510000', '125538.513000', '125538.515000', '125538.518000', '125538.521000', '125538.523000', '125538.526000', '125538.528000', '125538.531000', '125538.534000', '125538.536000', '125538.539000', '125538.541000', '125538.544000', '125538.556000', '125538.559000', '125538.562000', '125538.564000', '125538.567000', '125538.569000', '125538.572000', '125538.574000', '125538.577000', '125538.579000', '125538.582000', '125538.585000', '125538.587000', '125538.590000', '125538.592000', '125538.595000', '125539.161000', '125539.163000'], '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': [11355, 9308, 14203, 9424, 7125, 8788, 8450, 9500, 7717, 11730, 8314, 10314, 7975, 11167, 8382, 7276, 9437, 7962, 14046, 10628, 7175, 9530, 8094, 10546, 8415, 14664, 9601, 13881, 8070, 10238, 8203, 11822, 8931, 11522, 8012, 6846, 7775, 7223, 8928, 7328, 10745, 7593, 10165, 7631, 10071, 8749, 12754, 10380, 7587, 8832, 7819, 9291, 8746, 11909, 9604, 14867, 7651, 11696, 8173, 11090, 7829, 10596, 9210, 8490, 9079, 7047, 9598, 7228, 11645, 8919, 9393, 9952, 7287, 10350, 7025, 14296, 9488, 12987, 7346, 10085, 8325, 13426, 9893, 9179, 7887, 8211, 10077, 8485, 9729, 6918, 9099, 7235, 10492, 8362, 14054, 9509, 9063, 9606, 8096, 11455, 10280, 14709, 7960, 11158, 8677, 13744, 12346, 8621, 10554, 7900, 11109, 8996, 13923, 11179, 8020, 10566, 7854, 13399, 8727, 12189, 10341, 9548, 9371, 7664, 9819, 8955, 7127, 8305, 8615, 6719, 10768, 9126, 10725, 9691, 7674, 9985, 10418, 14949, 9694, 11609, 7388, 9877, 7350, 11807, 7677, 10497, 7323, 9743, 7787, 11808, 8643, 10331, 8550, 10113, 8896, 12962, 10649, 10964, 9770, 8539, 10190, 10386, 14451, 10284, 11020, 8046, 9563, 7819, 12076, 8570, 10069, 9874, 9063, 10671, 8214, 13243, 9580, 11357, 10420, 9872, 12288, 8124, 11870, 9223, 10379, 9483, 13525, 10125, 9780, 10490, 9180, 10659, 8445, 11821, 8504, 12252, 8879, 9612, 9699, 8749, 9663, 7124, 7629, 7462, 7270, 8476, 7090, 9526, 7203, 13241, 10079, 11069, 9802, 6944, 10447, 7264, 11557, 8826, 9206, 7650, 9309, 8696, 6747, 9554, 8451, 13290, 7277, 11056, 7111, 11292, 7820, 13068, 9186, 10324, 8272, 10396, 8344, 12528, 9374, 10756, 7811, 9704, 8471, 11852, 8692, 11309, 8748, 10031, 8316, 11925, 9337, 8304, 10268, 6983, 10509, 8176, 10740, 7478, 10977, 8639, 10997, 8248, 11841, 9062, 13274, 8843, 11597, 9420, 10479, 8773, 9464, 9015, 8046, 9016, 7563, 8170, 7514, 7850, 7310, 7070, 7735, 6597, 9865, 10861, 10341, 12363, 7204, 10152, 7866, 12996, 10065, 12450, 7085, 8248, 7829, 12129, 9200, 12740, 7594, 9793, 7632, 10961, 8122, 12662, 8505, 10640, 8813, 9754, 8000, 12773, 9848, 11471, 9051, 9753, 9005, 11319, 9487, 12928, 9499, 10467, 9321, 9650, 8812, 12371, 8625, 10553, 8606, 6978, 9318, 7867, 10109, 7562, 10755, 7729, 10567, 8086, 11675, 12085, 9931, 10895, 7845, 11615, 8117, 12569, 9203, 12788, 8535, 7703, 9192, 8021, 9773, 9253, 10233, 8789, 7707, 9164, 7597, 8999, 7864, 12014, 8653, 7321, 10885, 7979, 10465, 8091, 13103, 8516, 6734, 8524, 8442, 9402, 7398, 10815, 7556, 9953, 8117, 9188, 10357, 7862, 10834, 7283, 10989, 7721, 13617, 8264, 12155, 8690, 11470, 8794, 13081, 9513, 11646, 9498, 10776, 9539, 12409, 10037, 10740, 10432, 7663, 10542, 7553, 9872, 8011, 10008, 8687, 6819, 7720, 7595, 7528, 7543, 7157, 7401, 8050, 8643, 7990, 9643, 8479, 10350, 11083, 10987, 13625, 11961, 12547, 9721, 7654, 12518, 12398, 11092, 7015, 9766, 7454, 10748, 7633, 12999, 7170, 10158, 7098, 10561, 7367, 11394, 7759, 10369, 7626, 10616, 7279, 12214, 8317, 10899, 8636, 9948, 8634, 12400, 9354, 11237, 9932, 9089, 10362, 10325, 12965, 10771, 13706, 8520, 11058, 9028, 10790, 7834, 12400, 10055, 12883, 9360, 10562, 9040, 9796, 9857, 12475, 8883, 12184, 8979, 10667, 9744, 7969, 9525, 6886, 11016, 8748, 9679, 7366, 8738, 9276, 9171, 9957, 7683, 8606, 8590, 9437, 10156, 11084, 12265, 8140, 10600, 8008, 10843, 7857, 13400, 9607, 13438, 8372, 9926, 8593, 9072, 8318, 12264, 8642, 9798, 8737, 8734, 8529, 11826, 8095, 11286, 8838, 8333, 8968, 7621, 9017, 9650, 9056, 9770, 7762, 9637, 8340, 10624, 8729, 12318, 9503, 12925, 10075, 13707, 10513, 11463, 10134, 8919, 10180, 8579, 10570, 9536, 9429, 9854, 9287, 9503, 9747, 8935, 7403, 9128, 7342, 10310, 7071, 10163, 11148, 10237, 7545, 9894, 7720, 10540, 7994, 10733, 6800, 10165, 7453, 10339, 8504, 11052, 8076, 12734, 7551, 10859, 8272, 10808, 8185, 10102, 9811, 12798, 9731, 10630, 10006, 7859, 10867, 9182, 11817, 7873, 11688, 9464, 10310, 10167, 8870, 11073, 9702, 11604, 8042, 10220, 10136, 10444, 9506, 11352, 10624, 8811, 11297, 7450, 9610, 8938, 12016, 9337, 7410, 9291, 7622, 7938, 7455, 7969, 7781, 7888, 8691, 8139, 7999, 9188, 7635, 7445, 9386, 9376, 10882, 8625, 8259, 11955, 9964, 7447, 15360, 11313, 13669, 9062, 7754, 11374, 10315, 15547, 10467, 10869, 7572, 8579, 7758, 9870, 7848, 13459, 7835, 9848, 8836, 8102, 7785, 8190, 10550, 7706, 8384, 7752, 10195, 9386, 11616, 10571, 7658, 11698, 8022, 13038, 10306, 14026, 13681, 8113, 11844, 7782, 10207, 8632, 14951, 11043, 7441, 11373, 7914, 9695, 8208, 13048, 9918, 7262, 11852, 8081, 10152, 8518, 12396, 9562, 7504, 10742, 7502, 9489, 8769, 12369, 8639, 9214, 10012, 7869, 10331, 7426, 11042, 7806, 10459, 8444, 8216, 8782, 7655, 11543, 7904, 9311, 8661, 7557, 9287, 8485, 9612, 9175, 8123, 11323, 8055, 11966, 8093, 7783, 9038, 8324, 13904, 8109, 11826, 8079, 10910, 8971, 9970, 10462, 7582, 9919, 8193, 10150, 8543, 9169, 8979, 7908, 9304, 7907, 11074, 8742, 11172, 8759, 7415, 9421, 8289, 12000, 9423, 13407, 8976, 8808, 7958, 8868, 10335, 8521, 11365, 8789, 7816, 9799, 10988, 9015, 13035, 9584, 12550, 10159, 7715, 9113, 11613, 13141, 9443, 9757, 7700, 10168, 7645, 9986, 8189, 12997, 7685, 10239, 7425, 9999, 7678, 13211, 7695, 10745, 7348, 10670, 8414, 11230, 8904, 11579, 8241, 10311, 9162, 11922, 9451, 8488, 8934, 7549, 9439, 9036, 11895, 8334, 10384, 7759, 9378, 7932, 10431, 8648, 13542, 8759, 10751, 8541, 10216, 9143, 12264, 9584, 11089, 8601, 7399, 8894, 7865, 9822, 8474, 10344, 8830, 9131, 8379, 9802, 8600, 9951, 7900, 9953, 7028, 10516, 7585, 7977, 7615, 7322, 7325, 7689, 8616, 7627, 10833, 8611, 11951, 10157, 12012, 8435, 8530, 9760, 10156, 14139, 13213, 10649, 7851, 9313, 8425, 11776, 9399, 14207, 7344, 9296], 'WindowCenter': [4267.0, 4235.0, 4273.0, 4221.0, 4176.0, 4195.0, 4194.0, 4204.0, 4184.0, 4238.0, 4198.0, 4216.0, 4184.0, 4224.0, 4195.0, 4173.0, 4205.0, 4196.0, 4248.0, 4228.0, 4175.0, 4215.0, 4183.0, 4214.0, 4194.0, 4247.0, 4205.0, 4234.0, 4183.0, 4211.0, 4193.0, 4234.0, 4206.0, 4224.0, 4184.0, 4161.0, 4183.0, 4173.0, 4204.0, 4186.0, 4240.0, 4199.0, 4227.0, 4187.0, 4228.0, 4218.0, 4247.0, 4228.0, 4185.0, 4205.0, 4172.0, 4204.0, 4194.0, 4237.0, 4216.0, 4247.0, 4173.0, 4222.0, 4182.0, 4212.0, 4172.0, 4212.0, 4203.0, 4207.0, 4206.0, 4176.0, 4217.0, 4201.0, 4238.0, 4220.0, 4219.0, 4218.0, 4185.0, 4215.0, 4174.0, 4248.0, 4216.0, 4237.0, 4177.0, 4226.0, 4208.0, 4247.0, 4228.0, 4204.0, 4183.0, 4196.0, 4226.0, 4206.0, 4218.0, 4178.0, 4206.0, 4198.0, 4229.0, 4209.0, 4259.0, 4217.0, 4205.0, 4216.0, 4199.0, 4238.0, 4231.0, 4260.0, 4186.0, 4226.0, 4206.0, 4245.0, 4237.0, 4194.0, 4214.0, 4184.0, 4225.0, 4206.0, 4246.0, 4227.0, 4185.0, 4214.0, 4182.0, 4234.0, 4195.0, 4235.0, 4215.0, 4215.0, 4204.0, 4184.0, 4200.0, 4193.0, 4173.0, 4195.0, 4220.0, 4188.0, 4251.0, 4232.0, 4241.0, 4218.0, 4187.0, 4227.0, 4228.0, 4258.0, 4218.0, 4238.0, 4176.0, 4214.0, 4185.0, 4234.0, 4184.0, 4214.0, 4173.0, 4203.0, 4185.0, 4235.0, 4219.0, 4225.0, 4206.0, 4224.0, 4204.0, 4233.0, 4227.0, 4225.0, 4216.0, 4180.0, 4213.0, 4214.0, 4245.0, 4201.0, 4223.0, 4168.0, 4201.0, 4179.0, 4232.0, 4206.0, 4213.0, 4212.0, 4202.0, 4225.0, 4194.0, 4234.0, 4203.0, 4212.0, 4211.0, 4212.0, 4223.0, 4181.0, 4222.0, 4201.0, 4199.0, 4202.0, 4232.0, 4213.0, 4200.0, 4210.0, 4188.0, 4209.0, 4179.0, 4220.0, 4190.0, 4221.0, 4191.0, 4199.0, 4212.0, 4203.0, 4214.0, 4175.0, 4184.0, 4173.0, 4172.0, 4194.0, 4188.0, 4229.0, 4197.0, 4260.0, 4242.0, 4241.0, 4242.0, 4191.0, 4240.0, 4198.0, 4240.0, 4221.0, 4231.0, 4198.0, 4219.0, 4219.0, 4177.0, 4227.0, 4207.0, 4262.0, 4185.0, 4225.0, 4176.0, 4226.0, 4185.0, 4247.0, 4207.0, 4214.0, 4193.0, 4212.0, 4182.0, 4223.0, 4204.0, 4212.0, 4172.0, 4200.0, 4193.0, 4222.0, 4194.0, 4223.0, 4194.0, 4201.0, 4193.0, 4221.0, 4204.0, 4193.0, 4213.0, 4160.0, 4213.0, 4194.0, 4224.0, 4174.0, 4224.0, 4192.0, 4211.0, 4193.0, 4224.0, 4204.0, 4233.0, 4194.0, 4210.0, 4190.0, 4212.0, 4204.0, 4202.0, 4191.0, 4181.0, 4192.0, 4171.0, 4182.0, 4186.0, 4197.0, 4201.0, 4191.0, 4212.0, 4195.0, 4243.0, 4256.0, 4243.0, 4265.0, 4201.0, 4229.0, 4197.0, 4249.0, 4233.0, 4251.0, 4178.0, 4208.0, 4197.0, 4238.0, 4220.0, 4237.0, 4187.0, 4215.0, 4184.0, 4225.0, 4195.0, 4238.0, 4208.0, 4215.0, 4196.0, 4204.0, 4185.0, 4235.0, 4215.0, 4212.0, 4193.0, 4191.0, 4191.0, 4212.0, 4202.0, 4221.0, 4203.0, 4200.0, 4190.0, 4189.0, 4192.0, 4221.0, 4193.0, 4211.0, 4193.0, 4159.0, 4202.0, 4183.0, 4214.0, 4184.0, 4226.0, 4184.0, 4213.0, 4195.0, 4215.0, 4237.0, 4215.0, 4226.0, 4182.0, 4212.0, 4183.0, 4234.0, 4204.0, 4234.0, 4194.0, 4185.0, 4204.0, 4172.0, 4190.0, 4193.0, 4203.0, 4183.0, 4172.0, 4195.0, 4186.0, 4207.0, 4198.0, 4247.0, 4208.0, 4186.0, 4227.0, 4197.0, 4230.0, 4212.0, 4251.0, 4221.0, 4179.0, 4220.0, 4210.0, 4218.0, 4188.0, 4227.0, 4187.0, 4216.0, 4197.0, 4206.0, 4231.0, 4198.0, 4228.0, 4175.0, 4227.0, 4185.0, 4250.0, 4196.0, 4224.0, 4193.0, 4212.0, 4192.0, 4224.0, 4203.0, 4211.0, 4191.0, 4199.0, 4190.0, 4221.0, 4202.0, 4211.0, 4214.0, 4158.0, 4199.0, 4169.0, 4202.0, 4182.0, 4214.0, 4196.0, 4152.0, 4176.0, 4177.0, 4176.0, 4163.0, 4152.0, 4178.0, 4188.0, 4200.0, 4190.0, 4222.0, 4214.0, 4233.0, 4241.0, 4230.0, 4253.0, 4241.0, 4238.0, 4219.0, 4185.0, 4237.0, 4236.0, 4240.0, 4165.0, 4215.0, 4174.0, 4227.0, 4185.0, 4237.0, 4164.0, 4215.0, 4165.0, 4217.0, 4175.0, 4226.0, 4186.0, 4214.0, 4173.0, 4215.0, 4173.0, 4225.0, 4196.0, 4214.0, 4194.0, 4203.0, 4195.0, 4234.0, 4206.0, 4215.0, 4204.0, 4192.0, 4214.0, 4202.0, 4235.0, 4214.0, 4235.0, 4182.0, 4212.0, 4180.0, 4199.0, 4159.0, 4221.0, 4202.0, 4214.0, 4191.0, 4198.0, 4178.0, 4176.0, 4201.0, 4221.0, 4191.0, 4210.0, 4190.0, 4200.0, 4189.0, 4167.0, 4191.0, 4149.0, 4214.0, 4196.0, 4218.0, 4178.0, 4194.0, 4194.0, 4192.0, 4204.0, 4173.0, 4195.0, 4196.0, 4207.0, 4230.0, 4240.0, 4240.0, 4197.0, 4216.0, 4184.0, 4213.0, 4183.0, 4236.0, 4206.0, 4236.0, 4185.0, 4204.0, 4193.0, 4191.0, 4183.0, 4223.0, 4194.0, 4202.0, 4183.0, 4180.0, 4194.0, 4224.0, 4183.0, 4211.0, 4178.0, 4182.0, 4205.0, 4186.0, 4194.0, 4204.0, 4192.0, 4204.0, 4175.0, 4206.0, 4185.0, 4217.0, 4194.0, 4224.0, 4191.0, 4209.0, 4178.0, 4195.0, 4188.0, 4186.0, 4190.0, 4181.0, 4189.0, 4167.0, 4186.0, 4177.0, 4177.0, 4189.0, 4189.0, 4191.0, 4190.0, 4192.0, 4162.0, 4206.0, 4174.0, 4217.0, 4165.0, 4216.0, 4226.0, 4217.0, 4174.0, 4216.0, 4173.0, 4215.0, 4183.0, 4229.0, 4165.0, 4216.0, 4173.0, 4204.0, 4183.0, 4226.0, 4184.0, 4238.0, 4174.0, 4213.0, 4182.0, 4191.0, 4181.0, 4203.0, 4203.0, 4224.0, 4204.0, 4202.0, 4204.0, 4171.0, 4212.0, 4192.0, 4225.0, 4185.0, 4224.0, 4203.0, 4201.0, 4202.0, 4180.0, 4213.0, 4191.0, 4225.0, 4171.0, 4201.0, 4201.0, 4199.0, 4193.0, 4211.0, 4214.0, 4192.0, 4212.0, 4161.0, 4191.0, 4205.0, 4236.0, 4204.0, 4055.0, 4200.0, 4155.0, 4127.0, 4116.0, 4125.0, 4125.0, 4138.0, 4149.0, 4150.0, 4153.0, 4174.0, 4143.0, 4155.0, 4200.0, 4213.0, 4207.0, 4173.0, 4175.0, 4215.0, 4208.0, 4164.0, 4251.0, 4232.0, 4239.0, 4197.0, 4161.0, 4201.0, 4204.0, 4238.0, 4204.0, 4203.0, 4163.0, 4181.0, 4173.0, 4202.0, 4174.0, 4236.0, 4174.0, 4192.0, 4181.0, 4171.0, 4175.0, 4185.0, 4216.0, 4174.0, 4186.0, 4172.0, 4202.0, 4207.0, 4229.0, 4216.0, 4164.0, 4214.0, 4171.0, 4224.0, 4204.0, 4222.0, 4224.0, 4160.0, 4212.0, 4159.0, 4189.0, 4168.0, 4220.0, 4202.0, 4147.0, 4198.0, 4170.0, 4188.0, 4171.0, 4221.0, 4191.0, 4148.0, 4198.0, 4170.0, 4190.0, 4179.0, 4211.0, 4191.0, 4147.0, 4199.0, 4148.0, 4188.0, 4181.0, 4211.0, 4180.0, 4179.0, 4190.0, 4169.0, 4201.0, 4159.0, 4201.0, 4162.0, 4199.0, 4170.0, 4169.0, 4182.0, 4173.0, 4211.0, 4171.0, 4182.0, 4170.0, 4158.0, 4180.0, 4183.0, 4195.0, 4193.0, 4172.0, 4213.0, 4174.0, 4212.0, 4173.0, 4172.0, 4192.0, 4171.0, 4236.0, 4174.0, 4213.0, 4171.0, 4200.0, 4180.0, 4192.0, 4213.0, 4171.0, 4190.0, 4181.0, 4204.0, 4192.0, 4206.0, 4195.0, 4183.0, 4193.0, 4186.0, 4227.0, 4196.0, 4225.0, 4194.0, 4161.0, 4193.0, 4184.0, 4224.0, 4205.0, 4236.0, 4193.0, 4194.0, 4173.0, 4194.0, 4189.0, 4181.0, 4212.0, 4181.0, 4175.0, 4216.0, 4227.0, 4207.0, 4248.0, 4217.0, 4234.0, 4215.0, 4159.0, 4192.0, 4211.0, 4223.0, 4191.0, 4203.0, 4161.0, 4199.0, 4157.0, 4189.0, 4167.0, 4222.0, 4159.0, 4189.0, 4157.0, 4201.0, 4156.0, 4221.0, 4158.0, 4197.0, 4147.0, 4186.0, 4169.0, 4186.0, 4191.0, 4210.0, 4170.0, 4198.0, 4202.0, 4221.0, 4202.0, 4179.0, 4190.0, 4159.0, 4201.0, 4179.0, 4223.0, 4180.0, 4201.0, 4159.0, 4188.0, 4167.0, 4200.0, 4180.0, 4232.0, 4180.0, 4198.0, 4191.0, 4199.0, 4203.0, 4220.0, 4203.0, 4212.0, 4181.0, 4156.0, 4178.0, 4170.0, 4201.0, 4180.0, 4201.0, 4179.0, 4189.0, 4169.0, 4189.0, 4179.0, 4201.0, 4168.0, 4200.0, 4161.0, 4203.0, 4161.0, 4160.0, 4159.0, 4150.0, 4162.0, 4162.0, 4183.0, 4187.0, 4228.0, 4207.0, 4229.0, 4232.0, 4236.0, 4196.0, 4181.0, 4203.0, 4202.0, 4234.0, 4234.0, 4215.0, 4170.0, 4191.0, 4168.0, 4213.0, 4190.0, 4234.0, 4158.0, 4179.0], 'WindowWidth': [9447.0, 9398.0, 9445.0, 9369.0, 9301.0, 9322.0, 9317.0, 9332.0, 9307.0, 9387.0, 9332.0, 9349.0, 9304.0, 9356.0, 9319.0, 9289.0, 9334.0, 9324.0, 9402.0, 9374.0, 9297.0, 9348.0, 9302.0, 9346.0, 9319.0, 9398.0, 9334.0, 9370.0, 9300.0, 9336.0, 9317.0, 9373.0, 9338.0, 9360.0, 9307.0, 9271.0, 9301.0, 9291.0, 9334.0, 9314.0, 9393.0, 9336.0, 9367.0, 9316.0, 9372.0, 9361.0, 9395.0, 9371.0, 9307.0, 9335.0, 9285.0, 9328.0, 9316.0, 9382.0, 9351.0, 9395.0, 9289.0, 9351.0, 9298.0, 9336.0, 9281.0, 9336.0, 9327.0, 9336.0, 9336.0, 9297.0, 9352.0, 9339.0, 9387.0, 9367.0, 9362.0, 9358.0, 9310.0, 9347.0, 9293.0, 9399.0, 9353.0, 9379.0, 9299.0, 9365.0, 9344.0, 9397.0, 9371.0, 9328.0, 9303.0, 9323.0, 9366.0, 9340.0, 9357.0, 9304.0, 9338.0, 9333.0, 9375.0, 9349.0, 9415.0, 9356.0, 9334.0, 9350.0, 9332.0, 9387.0, 9380.0, 9419.0, 9309.0, 9363.0, 9337.0, 9391.0, 9382.0, 9318.0, 9343.0, 9305.0, 9361.0, 9337.0, 9392.0, 9368.0, 9307.0, 9342.0, 9301.0, 9371.0, 9322.0, 9371.0, 9346.0, 9348.0, 9329.0, 9302.0, 9316.0, 9314.0, 9289.0, 9321.0, 9366.0, 9325.0, 9409.0, 9385.0, 9393.0, 9359.0, 9315.0, 9370.0, 9369.0, 9415.0, 9359.0, 9384.0, 9296.0, 9346.0, 9309.0, 9372.0, 9306.0, 9343.0, 9288.0, 9329.0, 9309.0, 9379.0, 9363.0, 9361.0, 9341.0, 9360.0, 9334.0, 9371.0, 9369.0, 9361.0, 9350.0, 9292.0, 9341.0, 9343.0, 9392.0, 9324.0, 9357.0, 9274.0, 9322.0, 9295.0, 9370.0, 9339.0, 9341.0, 9340.0, 9327.0, 9362.0, 9320.0, 9374.0, 9328.0, 9332.0, 9338.0, 9338.0, 9359.0, 9298.0, 9352.0, 9320.0, 9318.0, 9327.0, 9367.0, 9342.0, 9320.0, 9331.0, 9298.0, 9331.0, 9293.0, 9347.0, 9308.0, 9349.0, 9310.0, 9315.0, 9341.0, 9333.0, 9344.0, 9291.0, 9303.0, 9286.0, 9285.0, 9316.0, 9318.0, 9375.0, 9333.0, 9419.0, 9400.0, 9390.0, 9402.0, 9327.0, 9392.0, 9337.0, 9393.0, 9369.0, 9379.0, 9332.0, 9359.0, 9360.0, 9305.0, 9372.0, 9343.0, 9426.0, 9310.0, 9361.0, 9298.0, 9367.0, 9309.0, 9397.0, 9339.0, 9343.0, 9313.0, 9336.0, 9299.0, 9357.0, 9333.0, 9337.0, 9286.0, 9319.0, 9315.0, 9353.0, 9318.0, 9355.0, 9318.0, 9322.0, 9314.0, 9349.0, 9331.0, 9313.0, 9338.0, 9264.0, 9340.0, 9318.0, 9360.0, 9293.0, 9357.0, 9311.0, 9333.0, 9316.0, 9357.0, 9331.0, 9368.0, 9316.0, 9332.0, 9303.0, 9337.0, 9331.0, 9324.0, 9305.0, 9292.0, 9307.0, 9279.0, 9294.0, 9309.0, 9326.0, 9340.0, 9326.0, 9359.0, 9339.0, 9402.0, 9424.0, 9400.0, 9432.0, 9340.0, 9370.0, 9329.0, 9404.0, 9386.0, 9406.0, 9303.0, 9344.0, 9331.0, 9385.0, 9361.0, 9382.0, 9314.0, 9344.0, 9306.0, 9360.0, 9322.0, 9384.0, 9343.0, 9345.0, 9320.0, 9328.0, 9306.0, 9374.0, 9348.0, 9338.0, 9312.0, 9304.0, 9304.0, 9335.0, 9323.0, 9349.0, 9325.0, 9315.0, 9300.0, 9301.0, 9311.0, 9349.0, 9313.0, 9335.0, 9312.0, 9261.0, 9323.0, 9300.0, 9345.0, 9305.0, 9363.0, 9304.0, 9340.0, 9320.0, 9340.0, 9380.0, 9347.0, 9363.0, 9297.0, 9334.0, 9302.0, 9372.0, 9329.0, 9369.0, 9316.0, 9304.0, 9329.0, 9279.0, 9296.0, 9311.0, 9322.0, 9296.0, 9280.0, 9313.0, 9309.0, 9339.0, 9329.0, 9394.0, 9342.0, 9311.0, 9364.0, 9323.0, 9375.0, 9354.0, 9405.0, 9364.0, 9307.0, 9363.0, 9347.0, 9356.0, 9317.0, 9366.0, 9312.0, 9348.0, 9326.0, 9336.0, 9378.0, 9328.0, 9366.0, 9291.0, 9362.0, 9306.0, 9404.0, 9320.0, 9353.0, 9309.0, 9335.0, 9308.0, 9356.0, 9325.0, 9331.0, 9303.0, 9309.0, 9302.0, 9347.0, 9323.0, 9332.0, 9338.0, 9255.0, 9311.0, 9274.0, 9324.0, 9296.0, 9342.0, 9319.0, 9256.0, 9291.0, 9293.0, 9289.0, 9264.0, 9250.0, 9293.0, 9310.0, 9329.0, 9314.0, 9363.0, 9358.0, 9381.0, 9392.0, 9377.0, 9415.0, 9393.0, 9381.0, 9356.0, 9306.0, 9378.0, 9376.0, 9389.0, 9278.0, 9345.0, 9289.0, 9365.0, 9307.0, 9378.0, 9276.0, 9343.0, 9276.0, 9349.0, 9296.0, 9363.0, 9307.0, 9340.0, 9285.0, 9343.0, 9286.0, 9359.0, 9321.0, 9342.0, 9314.0, 9324.0, 9321.0, 9370.0, 9336.0, 9342.0, 9326.0, 9306.0, 9341.0, 9322.0, 9374.0, 9343.0, 9375.0, 9295.0, 9335.0, 9287.0, 9310.0, 9259.0, 9348.0, 9321.0, 9335.0, 9305.0, 9310.0, 9283.0, 9272.0, 9320.0, 9347.0, 9308.0, 9330.0, 9305.0, 9315.0, 9300.0, 9266.0, 9304.0, 9242.0, 9340.0, 9321.0, 9352.0, 9300.0, 9313.0, 9312.0, 9307.0, 9326.0, 9285.0, 9318.0, 9321.0, 9336.0, 9372.0, 9385.0, 9390.0, 9325.0, 9347.0, 9300.0, 9336.0, 9297.0, 9377.0, 9335.0, 9377.0, 9301.0, 9325.0, 9309.0, 9304.0, 9298.0, 9351.0, 9314.0, 9321.0, 9297.0, 9290.0, 9317.0, 9355.0, 9301.0, 9332.0, 9284.0, 9296.0, 9337.0, 9310.0, 9314.0, 9325.0, 9306.0, 9326.0, 9287.0, 9331.0, 9303.0, 9349.0, 9315.0, 9353.0, 9303.0, 9323.0, 9279.0, 9292.0, 9292.0, 9286.0, 9297.0, 9286.0, 9296.0, 9261.0, 9284.0, 9275.0, 9276.0, 9292.0, 9297.0, 9304.0, 9301.0, 9307.0, 9269.0, 9334.0, 9287.0, 9349.0, 9278.0, 9349.0, 9359.0, 9349.0, 9287.0, 9344.0, 9283.0, 9343.0, 9297.0, 9372.0, 9277.0, 9344.0, 9284.0, 9324.0, 9291.0, 9360.0, 9299.0, 9380.0, 9285.0, 9337.0, 9291.0, 9296.0, 9290.0, 9323.0, 9325.0, 9356.0, 9326.0, 9321.0, 9325.0, 9278.0, 9334.0, 9308.0, 9360.0, 9302.0, 9353.0, 9321.0, 9316.0, 9320.0, 9284.0, 9339.0, 9301.0, 9356.0, 9279.0, 9315.0, 9315.0, 9310.0, 9307.0, 9332.0, 9341.0, 9306.0, 9332.0, 9264.0, 9304.0, 9333.0, 9376.0, 9328.0, 9060.0, 9323.0, 9252.0, 9193.0, 9181.0, 9191.0, 9193.0, 9215.0, 9233.0, 9237.0, 9242.0, 9273.0, 9231.0, 9252.0, 9323.0, 9348.0, 9329.0, 9276.0, 9281.0, 9338.0, 9333.0, 9273.0, 9404.0, 9380.0, 9381.0, 9322.0, 9263.0, 9316.0, 9322.0, 9382.0, 9326.0, 9323.0, 9268.0, 9289.0, 9284.0, 9320.0, 9285.0, 9374.0, 9286.0, 9305.0, 9289.0, 9278.0, 9288.0, 9302.0, 9343.0, 9286.0, 9302.0, 9282.0, 9321.0, 9336.0, 9367.0, 9347.0, 9273.0, 9337.0, 9276.0, 9350.0, 9326.0, 9350.0, 9355.0, 9260.0, 9330.0, 9256.0, 9296.0, 9270.0, 9344.0, 9316.0, 9237.0, 9304.0, 9275.0, 9296.0, 9277.0, 9344.0, 9302.0, 9241.0, 9306.0, 9273.0, 9301.0, 9287.0, 9331.0, 9303.0, 9239.0, 9308.0, 9243.0, 9295.0, 9289.0, 9331.0, 9289.0, 9282.0, 9297.0, 9271.0, 9316.0, 9260.0, 9318.0, 9265.0, 9312.0, 9274.0, 9271.0, 9294.0, 9285.0, 9331.0, 9277.0, 9290.0, 9271.0, 9254.0, 9283.0, 9297.0, 9314.0, 9309.0, 9280.0, 9340.0, 9287.0, 9338.0, 9284.0, 9279.0, 9309.0, 9277.0, 9375.0, 9286.0, 9336.0, 9276.0, 9313.0, 9288.0, 9306.0, 9338.0, 9278.0, 9300.0, 9290.0, 9324.0, 9310.0, 9333.0, 9316.0, 9297.0, 9310.0, 9307.0, 9362.0, 9323.0, 9357.0, 9313.0, 9266.0, 9308.0, 9299.0, 9355.0, 9330.0, 9374.0, 9311.0, 9311.0, 9284.0, 9308.0, 9296.0, 9288.0, 9329.0, 9288.0, 9289.0, 9350.0, 9366.0, 9339.0, 9398.0, 9353.0, 9371.0, 9345.0, 9259.0, 9307.0, 9332.0, 9357.0, 9307.0, 9325.0, 9263.0, 9310.0, 9253.0, 9298.0, 9268.0, 9350.0, 9257.0, 9298.0, 9254.0, 9317.0, 9254.0, 9349.0, 9257.0, 9306.0, 9239.0, 9288.0, 9273.0, 9288.0, 9306.0, 9330.0, 9277.0, 9311.0, 9324.0, 9348.0, 9326.0, 9290.0, 9306.0, 9260.0, 9323.0, 9287.0, 9355.0, 9292.0, 9319.0, 9260.0, 9296.0, 9270.0, 9317.0, 9292.0, 9365.0, 9291.0, 9311.0, 9309.0, 9313.0, 9326.0, 9345.0, 9326.0, 9334.0, 9293.0, 9253.0, 9283.0, 9278.0, 9320.0, 9291.0, 9321.0, 9287.0, 9300.0, 9272.0, 9300.0, 9285.0, 9317.0, 9274.0, 9320.0, 9268.0, 9322.0, 9262.0, 9256.0, 9258.0, 9245.0, 9264.0, 9264.0, 9297.0, 9312.0, 9368.0, 9339.0, 9370.0, 9380.0, 9377.0, 9324.0, 9292.0, 9324.0, 9323.0, 9374.0, 9368.0, 9346.0, 9275.0, 9305.0, 9271.0, 9339.0, 9303.0, 9369.0, 9256.0, 9285.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.005297827586206896</td></tr>
<tr><td colspan=3>aqi</td><td>0.06475516172413794</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.26578237700807</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1849321952474103</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0246904028653612</td></tr>
<tr><td colspan=3>efc</td><td>0.4867</td></tr>
<tr><td colspan=3>fber</td><td>4799.6963</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18220111984284373</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>291</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>33.44827586206897</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5523691398461335</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.361749034600606</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8071730239808703</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.488185360956924</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121321</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025887079536914825</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03125181049108505</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.106972645676021</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4397</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9364</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.2405</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297853.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>802.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.024</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4985</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.2152</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3395.4505</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3577.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1286.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4430.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.9523</td></tr>
<tr><td colspan=3>tsnr</td><td>25.172948884195648</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>