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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0055/ses-04/func/sub-0055_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a0504e8f0e82dd4db9c8c84ebce6f341</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>14:37:26.007500</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.999783, 0.0174232, 0.0114601, -0.0165786, 0.997405, -0.0700651]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-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.10038</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7708, -7238, 522, -14, -118, -29, 73]</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>259.274</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6747d518-bd50-4f27-b028-6f56203b9678||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.6823434829711914, -0.04447918012738228, 0.034158047288656235, 114.17583465576172], [-0.046745091676712036, 2.6759636402130127, -0.18862159550189972, -83.30810546875], [0.03074665181338787, 0.18797948956489563, 2.6931867599487305, -72.12518310546875], [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': ['143726.007500', '143726.467500', '143726.927500', '143727.387500', '143727.847500', '143728.307500', '143728.767500', '143729.227500', '143729.687500', '143730.147500', '143730.607500', '143731.067500', '143731.527500', '143731.987500', '143732.447500', '143732.907500', '143733.367500', '143733.827500', '143734.287500', '143734.747500', '143735.207500', '143735.667500', '143736.127500', '143736.587500', '143737.047500', '143737.507500', '143737.967500', '143738.427500', '143738.887500', '143739.347500', '143739.807500', '143740.267500', '143740.727500', '143741.187500', '143741.647500', '143742.107500', '143742.567500', '143743.027500', '143743.487500', '143743.947500', '143744.407500', '143744.867500', '143745.327500', '143745.787500', '143746.247500', '143746.707500', '143747.167500', '143747.627500', '143748.087500', '143748.547500', '143749.007500', '143749.467500', '143749.927500', '143750.387500', '143750.847500', '143751.307500', '143751.767500', '143752.227500', '143752.687500', '143753.147500', '143753.607500', '143754.067500', '143754.527500', '143754.987500', '143755.447500', '143755.907500', '143756.367500', '143756.827500', '143757.287500', '143757.747500', '143758.207500', '143758.667500', '143759.127500', '143759.587500', '143800.047500', '143800.507500', '143800.967500', '143801.427500', '143801.887500', '143802.347500', '143802.807500', '143803.267500', '143803.727500', '143804.187500', '143804.647500', '143805.107500', '143805.567500', '143806.027500', '143806.487500', '143806.947500', '143807.407500', '143807.867500', '143808.327500', '143808.787500', '143809.247500', '143809.707500', '143810.167500', '143810.627500', '143811.087500', '143811.547500', '143812.007500', '143812.467500', '143812.927500', '143813.387500', '143813.847500', '143814.307500', '143814.767500', '143815.227500', '143815.687500', '143816.147500', '143816.607500', '143817.067500', '143817.527500', '143817.987500', '143818.447500', '143818.907500', '143819.367500', '143819.827500', '143820.287500', '143820.747500', '143821.207500', '143821.667500', '143822.127500', '143822.587500', '143823.047500', '143823.507500', '143823.967500', '143824.427500', '143824.887500', '143825.347500', '143825.807500', '143826.267500', '143826.727500', '143827.187500', '143827.647500', '143828.107500', '143828.567500', '143829.027500', '143829.487500', '143829.947500', '143830.407500', '143830.867500', '143831.327500', '143831.787500', '143832.247500', '143832.707500', '143833.167500', '143833.627500', '143834.087500', '143834.547500', '143835.007500', '143835.467500', '143835.927500', '143836.387500', '143836.847500', '143837.307500', '143837.767500', '143838.227500', '143838.687500', '143839.147500', '143839.607500', '143840.067500', '143840.527500', '143840.987500', '143841.447500', '143841.907500', '143842.367500', '143842.827500', '143843.287500', '143843.747500', '143844.207500', '143844.667500', '143845.127500', '143845.587500', '143846.047500', '143846.507500', '143846.967500', '143847.427500', '143847.887500', '143848.347500', '143848.807500', '143849.267500', '143849.727500', '143850.187500', '143850.647500', '143851.107500', '143851.567500', '143852.027500', '143852.487500', '143852.947500', '143853.407500', '143853.867500', '143854.327500', '143854.787500', '143855.247500', '143855.707500', '143856.167500', '143856.627500', '143857.087500', '143857.547500', '143858.007500', '143858.467500', '143858.927500', '143859.387500', '143859.847500', '143900.307500', '143900.767500', '143901.227500', '143901.687500', '143902.147500', '143902.607500', '143903.067500', '143903.527500', '143903.987500', '143904.447500', '143904.907500', '143905.367500', '143905.827500', '143906.287500', '143906.747500', '143907.207500', '143907.667500', '143908.127500', '143908.587500', '143909.047500', '143909.507500', '143909.967500', '143910.427500', '143910.887500', '143911.347500', '143911.807500', '143912.267500', '143912.727500', '143913.187500', '143913.647500', '143914.107500', '143914.567500', '143915.027500', '143915.487500', '143915.947500', '143916.407500', '143916.867500', '143917.327500', '143917.787500', '143918.247500', '143918.707500', '143919.167500', '143919.627500', '143920.087500', '143920.547500', '143921.007500', '143921.467500', '143921.927500', '143922.387500', '143922.847500', '143923.307500', '143923.767500', '143924.227500', '143924.687500', '143925.147500', '143925.607500', '143926.067500', '143926.527500', '143926.987500', '143927.447500', '143927.907500', '143928.367500', '143928.827500', '143929.287500', '143929.747500', '143930.207500', '143930.667500', '143931.127500', '143931.587500', '143932.047500', '143932.507500', '143932.967500', '143933.427500', '143933.887500', '143934.347500', '143934.807500', '143935.267500', '143935.727500', '143936.187500', '143936.647500', '143937.107500', '143937.567500', '143938.027500', '143938.487500', '143938.947500', '143939.407500', '143939.867500', '143940.327500', '143940.787500', '143941.247500', '143941.707500', '143942.167500', '143942.627500', '143943.087500', '143943.547500', '143944.007500', '143944.467500', '143944.927500', '143945.387500', '143945.847500', '143946.307500', '143946.767500', '143947.227500', '143947.687500', '143948.147500', '143948.607500', '143949.067500', '143949.527500', '143949.987500', '143950.447500', '143950.907500', '143951.367500', '143951.827500', '143952.287500', '143952.747500', '143953.207500', '143953.667500', '143954.127500', '143954.587500', '143955.047500', '143955.507500', '143955.967500', '143956.427500', '143956.887500', '143957.347500', '143957.807500', '143958.267500', '143958.727500', '143959.187500', '143959.647500', '144000.107500', '144000.567500', '144001.027500', '144001.487500', '144001.947500', '144002.407500', '144002.867500', '144003.327500', '144003.787500', '144004.247500', '144004.707500', '144005.167500', '144005.627500', '144006.087500', '144006.547500', '144007.007500', '144007.467500', '144007.927500', '144008.387500', '144008.847500', '144009.307500', '144009.767500', '144010.227500', '144010.687500', '144011.147500', '144011.607500', '144012.067500', '144012.527500', '144012.987500', '144013.447500', '144013.907500', '144014.367500', '144014.827500', '144015.287500', '144015.747500', '144016.207500', '144016.667500', '144017.127500', '144017.587500', '144018.047500', '144018.507500', '144018.967500', '144019.427500', '144019.887500', '144020.347500', '144020.807500', '144021.267500', '144021.727500', '144022.187500', '144022.647500', '144023.107500', '144023.567500', '144024.027500', '144024.487500', '144024.947500', '144025.407500', '144025.867500', '144026.327500', '144026.787500', '144027.247500', '144027.707500', '144028.167500', '144028.627500', '144029.087500', '144029.547500', '144030.007500', '144030.467500', '144030.927500', '144031.387500', '144031.847500', '144032.307500', '144032.767500', '144033.227500', '144033.687500', '144034.147500', '144034.607500', '144035.067500', '144035.527500', '144035.987500', '144036.447500', '144036.907500', '144037.367500', '144037.827500', '144038.287500', '144038.747500', '144039.207500', '144039.667500', '144040.127500', '144040.587500', '144041.047500', '144041.507500', '144041.967500', '144042.427500', '144042.887500', '144043.347500', '144043.807500', '144044.267500', '144044.727500', '144045.187500', '144045.647500', '144046.107500', '144046.567500', '144047.027500', '144047.487500', '144047.947500', '144048.407500', '144048.867500', '144049.327500', '144049.787500', '144050.247500', '144050.707500', '144051.167500', '144051.627500', '144052.087500', '144052.547500', '144053.007500', '144053.467500', '144053.927500', '144054.387500', '144054.847500', '144055.307500', '144055.767500', '144056.227500', '144056.687500', '144057.147500', '144057.607500', '144058.067500', '144058.527500', '144058.987500', '144059.447500', '144059.907500', '144100.367500', '144100.827500', '144101.287500', '144101.747500', '144102.207500', '144102.667500', '144103.127500', '144103.587500', '144104.047500', '144104.507500', '144104.967500', '144105.427500', '144105.887500', '144106.347500', '144106.807500', '144107.267500', '144107.727500', '144108.187500', '144108.647500', '144109.107500', '144109.567500', '144110.027500', '144110.487500', '144110.947500', '144111.407500', '144111.867500', '144112.327500', '144112.787500', '144113.247500', '144113.707500', '144114.167500', '144114.627500', '144115.087500', '144115.547500', '144116.007500', '144116.467500', '144116.927500', '144117.387500', '144117.847500', '144118.307500', '144118.767500', '144119.227500', '144119.687500', '144120.147500', '144120.607500', '144121.067500', '144121.527500', '144121.987500', '144122.447500', '144122.907500', '144123.367500', '144123.827500', '144124.287500', '144124.747500', '144125.207500', '144125.667500', '144126.127500', '144126.587500', '144127.047500', '144127.507500', '144127.967500', '144128.427500', '144128.887500', '144129.347500', '144129.807500', '144130.267500', '144130.727500', '144131.187500', '144131.647500', '144132.107500', '144132.567500', '144133.027500', '144133.487500', '144133.947500', '144134.407500', '144134.867500', '144135.327500', '144135.787500', '144136.247500', '144136.707500', '144137.167500', '144137.627500', '144138.087500', '144138.547500', '144139.007500', '144139.467500', '144139.927500', '144140.387500', '144140.847500', '144141.307500', '144141.767500', '144142.227500', '144142.687500', '144143.147500', '144143.607500', '144144.067500', '144144.527500', '144144.987500', '144145.447500', '144145.907500', '144146.367500', '144146.827500', '144147.287500', '144147.747500', '144148.207500', '144148.667500', '144149.127500', '144149.587500', '144150.047500', '144150.507500', '144150.967500', '144151.427500', '144151.887500', '144152.347500', '144152.807500', '144153.267500', '144153.727500', '144154.187500', '144154.647500', '144155.107500', '144155.567500', '144156.027500', '144156.487500', '144156.947500', '144157.407500', '144157.867500', '144158.327500', '144158.787500', '144159.247500', '144159.707500', '144200.167500', '144200.627500', '144201.087500', '144201.547500', '144202.007500', '144202.467500', '144202.927500', '144203.387500', '144203.847500', '144204.307500', '144204.767500', '144205.227500', '144205.687500', '144206.147500', '144206.607500', '144207.067500', '144207.527500', '144207.987500', '144208.447500', '144208.907500', '144209.367500', '144209.827500', '144210.287500', '144210.747500', '144211.207500', '144211.667500', '144212.127500', '144212.587500', '144213.047500', '144213.507500', '144213.967500', '144214.427500', '144214.887500', '144215.347500', '144215.807500', '144216.267500', '144216.727500', '144217.187500', '144217.647500', '144218.107500', '144218.567500', '144219.027500', '144219.487500', '144219.947500', '144220.407500', '144220.867500', '144221.327500', '144221.787500', '144222.247500', '144222.707500', '144223.167500', '144223.627500', '144224.087500', '144224.547500', '144225.007500', '144225.467500', '144225.927500', '144226.387500', '144226.847500', '144227.307500', '144227.767500', '144228.227500', '144228.687500', '144229.147500', '144229.607500', '144230.067500', '144230.527500', '144230.987500', '144231.447500', '144231.907500', '144232.367500', '144232.827500', '144233.287500', '144233.747500', '144234.207500', '144234.667500', '144235.127500', '144235.587500', '144236.047500', '144236.507500', '144236.967500', '144237.427500', '144237.887500', '144238.347500', '144238.807500', '144239.267500', '144239.727500', '144240.187500', '144240.647500', '144241.107500', '144241.567500', '144242.027500', '144242.487500', '144242.947500', '144243.407500', '144243.867500', '144244.327500', '144244.787500', '144245.247500', '144245.707500', '144246.167500', '144246.627500', '144247.087500', '144247.547500', '144248.007500', '144248.467500', '144248.927500', '144249.387500', '144249.847500', '144250.307500', '144250.767500', '144251.227500', '144251.687500', '144252.147500', '144252.607500', '144253.067500', '144253.527500', '144253.987500', '144254.447500', '144254.907500', '144255.367500', '144255.827500', '144256.287500', '144256.747500', '144257.207500', '144257.667500', '144258.127500', '144258.587500', '144259.047500', '144259.507500', '144259.967500', '144300.427500', '144300.887500', '144301.347500', '144301.807500', '144302.267500', '144302.727500', '144303.187500', '144303.647500', '144304.107500', '144304.567500', '144305.027500', '144305.487500', '144305.947500', '144306.407500', '144306.867500', '144307.327500', '144307.787500', '144308.247500', '144308.707500', '144309.167500', '144309.627500', '144310.087500', '144310.547500', '144311.007500', '144311.467500', '144311.927500', '144312.387500', '144312.847500', '144313.307500', '144313.767500', '144314.227500', '144314.687500', '144315.147500', '144315.607500', '144316.067500', '144316.527500', '144316.987500', '144317.447500', '144317.907500', '144318.367500', '144318.827500', '144319.287500', '144319.747500', '144320.207500', '144320.667500', '144321.127500', '144321.587500', '144322.047500', '144322.507500', '144322.967500', '144323.427500', '144323.887500', '144324.347500', '144324.807500', '144325.267500', '144325.727500', '144326.187500', '144326.647500', '144327.107500', '144327.567500', '144328.027500', '144328.487500', '144328.947500', '144329.407500', '144329.867500', '144330.327500', '144330.787500', '144331.247500', '144331.707500', '144332.167500', '144332.627500', '144333.087500', '144333.547500', '144334.007500', '144334.467500', '144334.927500', '144335.387500', '144335.847500', '144336.307500', '144336.767500', '144337.227500', '144337.687500', '144338.147500', '144338.607500', '144339.067500', '144339.527500', '144339.987500', '144340.447500', '144340.907500', '144341.367500', '144341.827500', '144342.287500', '144342.747500', '144343.207500', '144343.667500', '144344.127500', '144344.587500', '144345.047500', '144345.507500', '144345.967500', '144346.427500', '144346.887500', '144347.347500', '144347.807500', '144348.267500', '144348.727500', '144349.187500', '144349.647500', '144350.107500', '144350.567500', '144351.027500', '144351.487500', '144351.947500', '144352.407500', '144352.867500', '144353.327500', '144353.787500', '144354.247500', '144354.707500', '144355.167500', '144355.627500', '144356.087500', '144356.547500', '144357.007500', '144357.467500', '144357.927500', '144358.387500', '144358.847500', '144359.307500', '144359.767500', '144400.227500', '144400.687500', '144401.147500', '144401.607500', '144402.067500', '144402.527500', '144402.987500', '144403.447500', '144403.907500', '144404.367500', '144404.827500', '144405.287500', '144405.747500', '144406.207500', '144406.667500'], 'ContentTime': ['143738.677000', '143738.680000', '143738.683000', '143738.686000', '143738.688000', '143738.691000', '143738.700000', '143738.703000', '143738.705000', '143738.708000', '143738.711000', '143738.713000', '143738.716000', '143738.719000', '143738.721000', '143738.724000', '143738.730000', '143738.733000', '143738.736000', '143738.738000', '143738.741000', '143738.743000', '143738.746000', '143738.748000', '143758.614000', '143758.625000', '143758.627000', '143758.630000', '143758.632000', '143758.635000', '143758.638000', '143758.640000', '143758.643000', '143758.645000', '143758.648000', '143758.651000', '143758.654000', '143758.657000', '143758.659000', '143758.662000', '143758.664000', '143758.667000', '143758.670000', '143758.672000', '143758.675000', '143758.677000', '143758.680000', '143758.682000', '143758.685000', '143758.687000', '143758.690000', '143758.692000', '143758.695000', '143758.697000', '143758.700000', '143758.703000', '143758.705000', '143758.708000', '143758.710000', '143758.713000', '143758.716000', '143758.718000', '143758.725000', '143758.728000', '143758.730000', '143758.733000', '143758.735000', '143818.614000', '143818.616000', '143818.619000', '143818.622000', '143818.624000', '143818.627000', '143818.629000', '143818.632000', '143818.634000', '143818.637000', '143818.639000', '143818.642000', '143818.645000', '143818.647000', '143818.650000', '143818.652000', '143818.655000', '143818.658000', '143818.660000', '143818.663000', '143818.665000', '143818.668000', '143818.670000', '143818.673000', '143818.675000', '143818.679000', '143818.681000', '143818.684000', '143818.687000', '143818.689000', '143818.692000', '143818.694000', '143818.697000', '143818.699000', '143818.702000', '143818.705000', '143818.707000', '143818.710000', '143818.712000', '143818.715000', '143818.717000', '143818.720000', '143818.722000', '143818.725000', '143838.615000', '143838.618000', '143838.620000', '143838.623000', '143838.626000', '143838.628000', '143838.631000', '143838.633000', '143838.636000', '143838.638000', '143838.641000', '143838.644000', '143838.646000', '143838.649000', '143838.651000', '143838.654000', '143838.657000', '143838.659000', '143838.662000', '143838.664000', '143838.667000', '143838.669000', '143838.672000', '143838.675000', '143838.677000', '143838.680000', '143838.682000', '143838.685000', '143838.687000', '143838.690000', '143838.693000', '143838.695000', '143838.698000', '143838.700000', '143838.703000', '143838.705000', '143838.708000', '143838.710000', '143838.713000', '143838.716000', '143838.718000', '143838.721000', '143838.723000', '143858.615000', '143858.617000', '143858.620000', '143858.623000', '143858.625000', '143858.628000', '143858.631000', '143858.633000', '143858.636000', '143858.638000', '143858.641000', '143858.643000', '143858.646000', '143858.649000', '143858.651000', '143858.654000', '143858.656000', '143858.659000', '143858.661000', '143858.664000', '143858.667000', '143858.669000', '143858.672000', '143858.674000', '143858.677000', '143858.679000', '143858.682000', '143858.685000', '143858.687000', '143858.690000', '143858.692000', '143858.695000', '143858.698000', '143858.700000', '143858.703000', '143858.705000', '143858.708000', '143858.711000', '143858.713000', '143858.716000', '143858.718000', '143858.721000', '143858.723000', '143858.726000', '143918.615000', '143918.617000', '143918.620000', '143918.623000', '143918.625000', '143918.628000', '143918.630000', '143918.633000', '143918.636000', '143918.639000', '143918.642000', '143918.644000', '143918.647000', '143918.659000', '143918.661000', '143918.664000', '143918.667000', '143918.669000', '143918.672000', '143918.674000', '143918.677000', '143918.679000', '143918.682000', '143918.684000', '143918.687000', '143918.691000', '143918.694000', '143918.697000', '143918.699000', '143918.702000', '143918.704000', '143918.707000', '143918.710000', '143918.712000', '143918.715000', '143918.717000', '143918.720000', '143918.722000', '143918.725000', '143918.727000', '143918.730000', '143918.733000', '143918.735000', '143938.613000', '143938.616000', '143938.619000', '143938.622000', '143938.624000', '143938.627000', '143938.629000', '143938.632000', '143938.634000', '143938.637000', '143938.639000', '143938.642000', '143938.645000', '143938.647000', '143938.650000', '143938.653000', '143938.655000', '143938.659000', '143938.661000', '143938.664000', '143938.666000', '143938.669000', '143938.672000', '143938.674000', '143938.677000', '143938.679000', '143938.682000', '143938.684000', '143938.687000', '143938.690000', '143938.692000', '143938.695000', '143938.697000', '143938.700000', '143938.703000', '143938.705000', '143938.708000', '143938.710000', '143938.713000', '143938.715000', '143938.718000', '143938.721000', '143938.723000', '143938.726000', '143958.614000', '143958.617000', '143958.619000', '143958.622000', '143958.624000', '143958.627000', '143958.629000', '143958.632000', '143958.635000', '143958.637000', '143958.640000', '143958.642000', '143958.645000', '143958.648000', '143958.650000', '143958.653000', '143958.655000', '143958.658000', '143958.660000', '143958.663000', '143958.666000', '143958.668000', '143958.671000', '143958.673000', '143958.676000', '143958.678000', '143958.681000', '143958.684000', '143958.686000', '143958.689000', '143958.699000', '143958.701000', '143958.704000', '143958.707000', '143958.709000', '143958.712000', '143958.714000', '143958.717000', '143958.720000', '143958.722000', '143958.725000', '143958.727000', '143958.730000', '144018.614000', '144018.616000', '144018.619000', '144018.622000', '144018.624000', '144018.627000', '144018.629000', '144018.632000', '144018.635000', '144018.637000', '144018.640000', '144018.642000', '144018.645000', '144018.648000', '144018.650000', '144018.653000', '144018.656000', '144018.658000', '144018.661000', '144018.663000', '144018.666000', '144018.668000', '144018.671000', '144018.673000', '144018.676000', '144018.679000', '144018.681000', '144018.684000', '144018.687000', '144018.689000', '144018.692000', '144018.694000', '144018.697000', '144018.699000', '144018.702000', '144018.704000', '144018.707000', '144018.710000', '144018.712000', '144018.715000', '144018.717000', '144018.720000', '144018.723000', '144018.725000', '144038.615000', '144038.617000', '144038.620000', '144038.623000', '144038.625000', '144038.628000', '144038.630000', '144038.633000', '144038.636000', '144038.638000', '144038.641000', '144038.644000', '144038.646000', '144038.649000', '144038.651000', '144038.654000', '144038.656000', '144038.659000', '144038.662000', '144038.664000', '144038.667000', '144038.669000', '144038.672000', '144038.674000', '144038.677000', '144038.680000', '144038.682000', '144038.685000', '144038.687000', '144038.690000', '144038.693000', '144038.696000', '144038.699000', '144038.702000', '144038.705000', '144038.707000', '144038.710000', '144038.712000', '144038.715000', '144038.718000', '144038.720000', '144038.723000', '144038.725000', '144058.615000', '144058.618000', '144058.620000', '144058.623000', '144058.625000', '144058.628000', '144058.631000', '144058.633000', '144058.636000', '144058.671000', '144058.674000', '144058.677000', '144058.679000', '144058.682000', '144058.684000', '144058.687000', '144058.689000', '144058.692000', '144058.695000', '144058.697000', '144058.700000', '144058.702000', '144058.705000', '144058.708000', '144058.710000', '144058.713000', '144058.716000', '144058.718000', '144058.721000', '144058.723000', '144058.726000', '144058.728000', '144058.731000', '144058.733000', '144058.736000', '144058.739000', '144058.741000', '144058.744000', '144058.746000', '144058.749000', '144058.752000', '144058.754000', '144058.757000', '144058.759000', '144118.615000', '144118.618000', '144118.620000', '144118.623000', '144118.625000', '144118.628000', '144118.630000', '144118.633000', '144118.636000', '144118.638000', '144118.641000', '144118.644000', '144118.646000', '144118.649000', '144118.651000', '144118.654000', '144118.656000', '144118.659000', '144118.661000', '144118.664000', '144118.667000', '144118.669000', '144118.672000', '144118.674000', '144118.677000', '144118.680000', '144118.682000', '144118.685000', '144118.687000', '144118.690000', '144118.692000', '144118.695000', '144118.698000', '144118.700000', '144118.703000', '144118.705000', '144118.708000', '144118.711000', '144118.714000', '144118.717000', '144118.719000', '144118.722000', '144118.725000', '144138.615000', '144138.617000', '144138.620000', '144138.623000', '144138.625000', '144138.628000', '144138.630000', '144138.633000', '144138.636000', '144138.638000', '144138.641000', '144138.643000', '144138.646000', '144138.649000', '144138.651000', '144138.654000', '144138.656000', '144138.659000', '144138.662000', '144138.664000', '144138.667000', '144138.669000', '144138.672000', '144138.675000', '144138.677000', '144138.680000', '144138.682000', '144138.685000', '144138.687000', '144138.690000', '144138.693000', '144138.695000', '144138.698000', '144138.700000', '144138.703000', '144138.705000', '144138.708000', '144138.711000', '144138.713000', '144138.716000', '144138.718000', '144138.721000', '144138.724000', '144138.726000', '144158.613000', '144158.616000', '144158.619000', '144158.622000', '144158.624000', '144158.627000', '144158.629000', '144158.632000', '144158.635000', '144158.637000', '144158.640000', '144158.643000', '144158.645000', '144158.648000', '144158.651000', '144158.653000', '144158.656000', '144158.658000', '144158.661000', '144158.663000', '144158.666000', '144158.669000', '144158.671000', '144158.674000', '144158.676000', '144158.679000', '144158.682000', '144158.684000', '144158.687000', '144158.689000', '144158.692000', '144158.694000', '144158.697000', '144158.700000', '144158.702000', '144158.705000', '144158.707000', '144158.710000', '144158.713000', '144158.715000', '144158.718000', '144158.720000', '144158.723000', '144218.614000', '144218.617000', '144218.619000', '144218.622000', '144218.624000', '144218.627000', '144218.630000', '144218.632000', '144218.635000', '144218.637000', '144218.640000', '144218.643000', '144218.645000', '144218.648000', '144218.650000', '144218.653000', '144218.655000', '144218.658000', '144218.661000', '144218.663000', '144218.666000', '144218.668000', '144218.671000', '144218.674000', '144218.677000', '144218.679000', '144218.682000', '144218.684000', '144218.687000', '144218.689000', '144218.692000', '144218.695000', '144218.697000', '144218.700000', '144218.717000', '144218.719000', '144218.722000', '144218.725000', '144218.727000', '144218.730000', '144218.732000', '144218.735000', '144218.738000', '144218.740000', '144238.614000', '144238.616000', '144238.619000', '144238.622000', '144238.624000', '144238.627000', '144238.629000', '144238.632000', '144238.635000', '144238.637000', '144238.647000', '144238.649000', '144238.652000', '144238.654000', '144238.657000', '144238.659000', '144238.662000', '144238.665000', '144238.667000', '144238.670000', '144238.673000', '144238.675000', '144238.678000', '144238.680000', '144238.683000', '144238.686000', '144238.688000', '144238.691000', '144238.693000', '144238.696000', '144238.698000', '144238.701000', '144238.704000', '144238.706000', '144238.709000', '144238.712000', '144238.715000', '144238.718000', '144238.721000', '144238.723000', '144238.726000', '144238.729000', '144238.731000', '144258.615000', '144258.617000', '144258.620000', '144258.623000', '144258.625000', '144258.628000', '144258.631000', '144258.633000', '144258.636000', '144258.638000', '144258.641000', '144258.643000', '144258.646000', '144258.649000', '144258.651000', '144258.654000', '144258.657000', '144258.659000', '144258.662000', '144258.665000', '144258.667000', '144258.670000', '144258.672000', '144258.675000', '144258.678000', '144258.680000', '144258.683000', '144258.685000', '144258.688000', '144258.690000', '144258.693000', '144258.696000', '144258.698000', '144258.701000', '144258.703000', '144258.706000', '144258.709000', '144258.711000', '144258.714000', '144258.716000', '144258.719000', '144258.722000', '144258.724000', '144258.727000', '144318.615000', '144318.618000', '144318.620000', '144318.623000', '144318.625000', '144318.628000', '144318.631000', '144318.633000', '144318.636000', '144318.638000', '144318.641000', '144318.644000', '144318.646000', '144318.649000', '144318.651000', '144318.654000', '144318.657000', '144318.659000', '144318.662000', '144318.664000', '144318.667000', '144318.669000', '144318.672000', '144318.676000', '144318.679000', '144318.681000', '144318.684000', '144318.687000', '144318.689000', '144318.692000', '144318.694000', '144318.697000', '144318.699000', '144318.702000', '144318.705000', '144318.707000', '144318.710000', '144318.720000', '144318.723000', '144318.725000', '144318.728000', '144318.730000', '144318.733000', '144338.614000', '144338.617000', '144338.620000', '144338.623000', '144338.625000', '144338.628000', '144338.631000', '144338.633000', '144338.636000', '144338.638000', '144338.641000', '144338.643000', '144338.646000', '144338.648000', '144338.651000', '144338.654000', '144338.656000', '144338.659000', '144338.662000', '144338.664000', '144338.667000', '144338.669000', '144338.672000', '144338.674000', '144338.677000', '144338.680000', '144338.682000', '144338.685000', '144338.687000', '144338.690000', '144338.692000', '144338.695000', '144338.698000', '144338.700000', '144338.703000', '144338.705000', '144338.708000', '144338.711000', '144338.713000', '144338.716000', '144338.718000', '144338.721000', '144338.723000', '144338.726000', '144358.614000', '144358.617000', '144358.619000', '144358.622000', '144358.624000', '144358.627000', '144358.630000', '144358.632000', '144358.635000', '144358.637000', '144358.640000', '144358.643000', '144358.645000', '144358.648000', '144358.650000', '144358.653000', '144358.656000', '144358.658000', '144358.661000', '144358.663000', '144358.666000', '144358.668000', '144358.671000', '144358.674000', '144358.676000', '144358.679000', '144358.681000', '144358.684000', '144358.686000', '144358.689000', '144358.692000', '144358.694000', '144358.697000', '144358.700000', '144358.702000', '144358.705000', '144358.707000', '144358.710000', '144358.712000', '144358.715000', '144358.718000', '144358.720000', '144358.723000', '144408.455000', '144408.458000', '144408.461000', '144408.464000', '144408.467000', '144408.469000', '144408.472000', '144408.475000', '144408.477000', '144408.480000', '144408.483000', '144408.485000', '144408.488000', '144408.491000', '144408.494000', '144408.496000', '144408.499000', '144408.502000', '144408.504000', '144408.507000', '144408.509000', '144408.512000'], 'InstanceCreationTime': ['143738.677000', '143738.680000', '143738.683000', '143738.686000', '143738.688000', '143738.691000', '143738.700000', '143738.703000', '143738.705000', '143738.708000', '143738.711000', '143738.713000', '143738.716000', '143738.719000', '143738.721000', '143738.724000', '143738.730000', '143738.733000', '143738.736000', '143738.738000', '143738.741000', '143738.743000', '143738.746000', '143738.748000', '143758.614000', '143758.625000', '143758.627000', '143758.630000', '143758.632000', '143758.635000', '143758.638000', '143758.640000', '143758.643000', '143758.645000', '143758.648000', '143758.651000', '143758.654000', '143758.657000', '143758.659000', '143758.662000', '143758.664000', '143758.667000', '143758.670000', '143758.672000', '143758.675000', '143758.677000', '143758.680000', '143758.682000', '143758.685000', '143758.687000', '143758.690000', '143758.692000', '143758.695000', '143758.697000', '143758.700000', '143758.703000', '143758.705000', '143758.708000', '143758.710000', '143758.713000', '143758.716000', '143758.718000', '143758.725000', '143758.728000', '143758.730000', '143758.733000', '143758.735000', '143818.614000', '143818.616000', '143818.619000', '143818.622000', '143818.624000', '143818.627000', '143818.629000', '143818.632000', '143818.634000', '143818.637000', '143818.639000', '143818.642000', '143818.645000', '143818.647000', '143818.650000', '143818.652000', '143818.655000', '143818.658000', '143818.660000', '143818.663000', '143818.665000', '143818.668000', '143818.670000', '143818.673000', '143818.675000', '143818.679000', '143818.681000', '143818.684000', '143818.687000', '143818.689000', '143818.692000', '143818.694000', '143818.697000', '143818.699000', '143818.702000', '143818.705000', '143818.707000', '143818.710000', '143818.712000', '143818.715000', '143818.717000', '143818.720000', '143818.722000', '143818.725000', '143838.615000', '143838.618000', '143838.620000', '143838.623000', '143838.626000', '143838.628000', '143838.631000', '143838.633000', '143838.636000', '143838.638000', '143838.641000', '143838.644000', '143838.646000', '143838.649000', '143838.651000', '143838.654000', '143838.657000', '143838.659000', '143838.662000', '143838.664000', '143838.667000', '143838.669000', '143838.672000', '143838.675000', '143838.677000', '143838.680000', '143838.682000', '143838.685000', '143838.687000', '143838.690000', '143838.693000', '143838.695000', '143838.698000', '143838.700000', '143838.703000', '143838.705000', '143838.708000', '143838.710000', '143838.713000', '143838.716000', '143838.718000', '143838.721000', '143838.723000', '143858.615000', '143858.617000', '143858.620000', '143858.623000', '143858.625000', '143858.628000', '143858.631000', '143858.633000', '143858.636000', '143858.638000', '143858.641000', '143858.643000', '143858.646000', '143858.649000', '143858.651000', '143858.654000', '143858.656000', '143858.659000', '143858.661000', '143858.664000', '143858.667000', '143858.669000', '143858.672000', '143858.674000', '143858.677000', '143858.679000', '143858.682000', '143858.685000', '143858.687000', '143858.690000', '143858.692000', '143858.695000', '143858.698000', '143858.700000', '143858.703000', '143858.705000', '143858.708000', '143858.711000', '143858.713000', '143858.716000', '143858.718000', '143858.721000', '143858.723000', '143858.726000', '143918.615000', '143918.617000', '143918.620000', '143918.623000', '143918.625000', '143918.628000', '143918.630000', '143918.633000', '143918.636000', '143918.639000', '143918.642000', '143918.644000', '143918.647000', '143918.659000', '143918.661000', '143918.664000', '143918.667000', '143918.669000', '143918.672000', '143918.674000', '143918.677000', '143918.679000', '143918.682000', '143918.684000', '143918.687000', '143918.691000', '143918.694000', '143918.697000', '143918.699000', '143918.702000', '143918.704000', '143918.707000', '143918.710000', '143918.712000', '143918.715000', '143918.717000', '143918.720000', '143918.722000', '143918.725000', '143918.727000', '143918.730000', '143918.733000', '143918.735000', '143938.613000', '143938.616000', '143938.619000', '143938.622000', '143938.624000', '143938.627000', '143938.629000', '143938.632000', '143938.634000', '143938.637000', '143938.639000', '143938.642000', '143938.645000', '143938.647000', '143938.650000', '143938.653000', '143938.655000', '143938.659000', '143938.661000', '143938.664000', '143938.666000', '143938.669000', '143938.672000', '143938.674000', '143938.677000', '143938.679000', '143938.682000', '143938.684000', '143938.687000', '143938.690000', '143938.692000', '143938.695000', '143938.697000', '143938.700000', '143938.703000', '143938.705000', '143938.708000', '143938.710000', '143938.713000', '143938.715000', '143938.718000', '143938.721000', '143938.723000', '143938.726000', '143958.614000', '143958.617000', '143958.619000', '143958.622000', '143958.624000', '143958.627000', '143958.629000', '143958.632000', '143958.635000', '143958.637000', '143958.640000', '143958.642000', '143958.645000', '143958.648000', '143958.650000', '143958.653000', '143958.655000', '143958.658000', '143958.660000', '143958.663000', '143958.666000', '143958.668000', '143958.671000', '143958.673000', '143958.676000', '143958.678000', '143958.681000', '143958.684000', '143958.686000', '143958.689000', '143958.699000', '143958.701000', '143958.704000', '143958.707000', '143958.709000', '143958.712000', '143958.714000', '143958.717000', '143958.720000', '143958.722000', '143958.725000', '143958.727000', '143958.730000', '144018.614000', '144018.616000', '144018.619000', '144018.622000', '144018.624000', '144018.627000', '144018.629000', '144018.632000', '144018.635000', '144018.637000', '144018.640000', '144018.642000', '144018.645000', '144018.648000', '144018.650000', '144018.653000', '144018.656000', '144018.658000', '144018.661000', '144018.663000', '144018.666000', '144018.668000', '144018.671000', '144018.673000', '144018.676000', '144018.679000', '144018.681000', '144018.684000', '144018.687000', '144018.689000', '144018.692000', '144018.694000', '144018.697000', '144018.699000', '144018.702000', '144018.704000', '144018.707000', '144018.710000', '144018.712000', '144018.715000', '144018.717000', '144018.720000', '144018.723000', '144018.725000', '144038.615000', '144038.617000', '144038.620000', '144038.623000', '144038.625000', '144038.628000', '144038.630000', '144038.633000', '144038.636000', '144038.638000', '144038.641000', '144038.644000', '144038.646000', '144038.649000', '144038.651000', '144038.654000', '144038.656000', '144038.659000', '144038.662000', '144038.664000', '144038.667000', '144038.669000', '144038.672000', '144038.674000', '144038.677000', '144038.680000', '144038.682000', '144038.685000', '144038.687000', '144038.690000', '144038.693000', '144038.696000', '144038.699000', '144038.702000', '144038.705000', '144038.707000', '144038.710000', '144038.712000', '144038.715000', '144038.718000', '144038.720000', '144038.723000', '144038.725000', '144058.615000', '144058.618000', '144058.620000', '144058.623000', '144058.625000', '144058.628000', '144058.631000', '144058.633000', '144058.636000', '144058.671000', '144058.674000', '144058.677000', '144058.679000', '144058.682000', '144058.684000', '144058.687000', '144058.689000', '144058.692000', '144058.695000', '144058.697000', '144058.700000', '144058.702000', '144058.705000', '144058.708000', '144058.710000', '144058.713000', '144058.716000', '144058.718000', '144058.721000', '144058.723000', '144058.726000', '144058.728000', '144058.731000', '144058.733000', '144058.736000', '144058.739000', '144058.741000', '144058.744000', '144058.746000', '144058.749000', '144058.752000', '144058.754000', '144058.757000', '144058.759000', '144118.615000', '144118.618000', '144118.620000', '144118.623000', '144118.625000', '144118.628000', '144118.630000', '144118.633000', '144118.636000', '144118.638000', '144118.641000', '144118.644000', '144118.646000', '144118.649000', '144118.651000', '144118.654000', '144118.656000', '144118.659000', '144118.661000', '144118.664000', '144118.667000', '144118.669000', '144118.672000', '144118.674000', '144118.677000', '144118.680000', '144118.682000', '144118.685000', '144118.687000', '144118.690000', '144118.692000', '144118.695000', '144118.698000', '144118.700000', '144118.703000', '144118.705000', '144118.708000', '144118.711000', '144118.714000', '144118.717000', '144118.719000', '144118.722000', '144118.725000', '144138.615000', '144138.617000', '144138.620000', '144138.623000', '144138.625000', '144138.628000', '144138.630000', '144138.633000', '144138.636000', '144138.638000', '144138.641000', '144138.643000', '144138.646000', '144138.649000', '144138.651000', '144138.654000', '144138.656000', '144138.659000', '144138.662000', '144138.664000', '144138.667000', '144138.669000', '144138.672000', '144138.675000', '144138.677000', '144138.680000', '144138.682000', '144138.685000', '144138.687000', '144138.690000', '144138.693000', '144138.695000', '144138.698000', '144138.700000', '144138.703000', '144138.705000', '144138.708000', '144138.711000', '144138.713000', '144138.716000', '144138.718000', '144138.721000', '144138.724000', '144138.726000', '144158.613000', '144158.616000', '144158.619000', '144158.622000', '144158.624000', '144158.627000', '144158.629000', '144158.632000', '144158.635000', '144158.637000', '144158.640000', '144158.643000', '144158.645000', '144158.648000', '144158.651000', '144158.653000', '144158.656000', '144158.658000', '144158.661000', '144158.663000', '144158.666000', '144158.669000', '144158.671000', '144158.674000', '144158.676000', '144158.679000', '144158.682000', '144158.684000', '144158.687000', '144158.689000', '144158.692000', '144158.694000', '144158.697000', '144158.700000', '144158.702000', '144158.705000', '144158.707000', '144158.710000', '144158.713000', '144158.715000', '144158.718000', '144158.720000', '144158.723000', '144218.614000', '144218.617000', '144218.619000', '144218.622000', '144218.624000', '144218.627000', '144218.630000', '144218.632000', '144218.635000', '144218.637000', '144218.640000', '144218.643000', '144218.645000', '144218.648000', '144218.650000', '144218.653000', '144218.655000', '144218.658000', '144218.661000', '144218.663000', '144218.666000', '144218.668000', '144218.671000', '144218.674000', '144218.677000', '144218.679000', '144218.682000', '144218.684000', '144218.687000', '144218.689000', '144218.692000', '144218.695000', '144218.697000', '144218.700000', '144218.717000', '144218.719000', '144218.722000', '144218.725000', '144218.727000', '144218.730000', '144218.732000', '144218.735000', '144218.738000', '144218.740000', '144238.614000', '144238.616000', '144238.619000', '144238.622000', '144238.624000', '144238.627000', '144238.629000', '144238.632000', '144238.635000', '144238.637000', '144238.647000', '144238.649000', '144238.652000', '144238.654000', '144238.657000', '144238.659000', '144238.662000', '144238.665000', '144238.667000', '144238.670000', '144238.673000', '144238.675000', '144238.678000', '144238.680000', '144238.683000', '144238.686000', '144238.688000', '144238.691000', '144238.693000', '144238.696000', '144238.698000', '144238.701000', '144238.704000', '144238.706000', '144238.709000', '144238.712000', '144238.715000', '144238.718000', '144238.721000', '144238.723000', '144238.726000', '144238.729000', '144238.731000', '144258.615000', '144258.617000', '144258.620000', '144258.623000', '144258.625000', '144258.628000', '144258.631000', '144258.633000', '144258.636000', '144258.638000', '144258.641000', '144258.643000', '144258.646000', '144258.649000', '144258.651000', '144258.654000', '144258.657000', '144258.659000', '144258.662000', '144258.665000', '144258.667000', '144258.670000', '144258.672000', '144258.675000', '144258.678000', '144258.680000', '144258.683000', '144258.685000', '144258.688000', '144258.690000', '144258.693000', '144258.696000', '144258.698000', '144258.701000', '144258.703000', '144258.706000', '144258.709000', '144258.711000', '144258.714000', '144258.716000', '144258.719000', '144258.722000', '144258.724000', '144258.727000', '144318.615000', '144318.618000', '144318.620000', '144318.623000', '144318.625000', '144318.628000', '144318.631000', '144318.633000', '144318.636000', '144318.638000', '144318.641000', '144318.644000', '144318.646000', '144318.649000', '144318.651000', '144318.654000', '144318.657000', '144318.659000', '144318.662000', '144318.664000', '144318.667000', '144318.669000', '144318.672000', '144318.676000', '144318.679000', '144318.681000', '144318.684000', '144318.687000', '144318.689000', '144318.692000', '144318.694000', '144318.697000', '144318.699000', '144318.702000', '144318.705000', '144318.707000', '144318.710000', '144318.720000', '144318.723000', '144318.725000', '144318.728000', '144318.730000', '144318.733000', '144338.614000', '144338.617000', '144338.620000', '144338.623000', '144338.625000', '144338.628000', '144338.631000', '144338.633000', '144338.636000', '144338.638000', '144338.641000', '144338.643000', '144338.646000', '144338.648000', '144338.651000', '144338.654000', '144338.656000', '144338.659000', '144338.662000', '144338.664000', '144338.667000', '144338.669000', '144338.672000', '144338.674000', '144338.677000', '144338.680000', '144338.682000', '144338.685000', '144338.687000', '144338.690000', '144338.692000', '144338.695000', '144338.698000', '144338.700000', '144338.703000', '144338.705000', '144338.708000', '144338.711000', '144338.713000', '144338.716000', '144338.718000', '144338.721000', '144338.723000', '144338.726000', '144358.614000', '144358.617000', '144358.619000', '144358.622000', '144358.624000', '144358.627000', '144358.630000', '144358.632000', '144358.635000', '144358.637000', '144358.640000', '144358.643000', '144358.645000', '144358.648000', '144358.650000', '144358.653000', '144358.656000', '144358.658000', '144358.661000', '144358.663000', '144358.666000', '144358.668000', '144358.671000', '144358.674000', '144358.676000', '144358.679000', '144358.681000', '144358.684000', '144358.686000', '144358.689000', '144358.692000', '144358.694000', '144358.697000', '144358.700000', '144358.702000', '144358.705000', '144358.707000', '144358.710000', '144358.712000', '144358.715000', '144358.718000', '144358.720000', '144358.723000', '144408.455000', '144408.458000', '144408.461000', '144408.464000', '144408.467000', '144408.469000', '144408.472000', '144408.475000', '144408.477000', '144408.480000', '144408.483000', '144408.485000', '144408.488000', '144408.491000', '144408.494000', '144408.496000', '144408.499000', '144408.502000', '144408.504000', '144408.507000', '144408.509000', '144408.512000'], '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': [9946, 9855, 12453, 10300, 9954, 11984, 9482, 15850, 18699, 15374, 17395, 10450, 17026, 10550, 16382, 11787, 14785, 9746, 14508, 9768, 11016, 10258, 8716, 9733, 9496, 11813, 9438, 9728, 10298, 9368, 12110, 10268, 11731, 10240, 9323, 11508, 9441, 16171, 12926, 19985, 11894, 15923, 9693, 19122, 11982, 14092, 9569, 10561, 13930, 10588, 15515, 10449, 11604, 9938, 10950, 10628, 9127, 9879, 9734, 12554, 9357, 13849, 9831, 10759, 10058, 9601, 11743, 9720, 13319, 9428, 16420, 11246, 18478, 10627, 9841, 11546, 9577, 13555, 10445, 12066, 9961, 9150, 10645, 12961, 11102, 9705, 10952, 9735, 13730, 9867, 16515, 9037, 13365, 9189, 12712, 9536, 11849, 9703, 10338, 9443, 9997, 9108, 10423, 9946, 10823, 8603, 12191, 9226, 10743, 9435, 9612, 9825, 16291, 9102, 13744, 10026, 9578, 16955, 9380, 16344, 9142, 12787, 8984, 12114, 8765, 11306, 8420, 10603, 8305, 11234, 8760, 11428, 8547, 11766, 8697, 10827, 9383, 9533, 17063, 12027, 19649, 9666, 19615, 12969, 18810, 14476, 19504, 10166, 15610, 11418, 17088, 11351, 16082, 9988, 14051, 10259, 14164, 9560, 13493, 9576, 10859, 10100, 10453, 12337, 9508, 13789, 10315, 9797, 10845, 10046, 12254, 10510, 15877, 9245, 13515, 9457, 13291, 10204, 15106, 9613, 13426, 9562, 12380, 9722, 12486, 9099, 12370, 9268, 10882, 9697, 9184, 10765, 8875, 10021, 9590, 10684, 9694, 15400, 9406, 15348, 9751, 16923, 12616, 18436, 9590, 17335, 13339, 17602, 9451, 9730, 10362, 12346, 12316, 10969, 11467, 9923, 12613, 10245, 14099, 9561, 13917, 9180, 13890, 10377, 12261, 10325, 10400, 9863, 15642, 9586, 12828, 9345, 11544, 9464, 10192, 9219, 10080, 8776, 10022, 9091, 11217, 9224, 12477, 9570, 12375, 9608, 8699, 13633, 9890, 9108, 9792, 19113, 20223, 13504, 17593, 15153, 11819, 17868, 11463, 13389, 8755, 12039, 9275, 14774, 11477, 9341, 13656, 9927, 13783, 18660, 12528, 19925, 17504, 13039, 19701, 11444, 16991, 11262, 14931, 10042, 12747, 9836, 12566, 9844, 12600, 10202, 12264, 10236, 9024, 10073, 9565, 12022, 10581, 9477, 10521, 9799, 12877, 9574, 14400, 9623, 14941, 9964, 15054, 9944, 14348, 9184, 13350, 8854, 12921, 8625, 12159, 8870, 10540, 9213, 8512, 11696, 8473, 12641, 9398, 10646, 9309, 8760, 12054, 9138, 13196, 9390, 18239, 12656, 19626, 13966, 17471, 10634, 14716, 11731, 9468, 13235, 9780, 10743, 10823, 9748, 12884, 9739, 16905, 10590, 19292, 13133, 18515, 9420, 14295, 9780, 12972, 9609, 13338, 9771, 11971, 9469, 11482, 9804, 12130, 8779, 11099, 9459, 12107, 9732, 13861, 9678, 10553, 9682, 8908, 12120, 9151, 14658, 9248, 16073, 11228, 14041, 9903, 9517, 12414, 9485, 18339, 10775, 10562, 10572, 10105, 13643, 9975, 19815, 10378, 17996, 11087, 16902, 12164, 9515, 11448, 9806, 13693, 9429, 13055, 9678, 12552, 9599, 11868, 9663, 12535, 10005, 10313, 9766, 9521, 11052, 9737, 12306, 9732, 10233, 10173, 9676, 12645, 9664, 16376, 11227, 20052, 12582, 14218, 9643, 9313, 12369, 9013, 18591, 9550, 16999, 10475, 18275, 12418, 9518, 10051, 9067, 13517, 10056, 9828, 10065, 9192, 12561, 9324, 14218, 9324, 15960, 9663, 13351, 10093, 13243, 9359, 13363, 9656, 12391, 9710, 11829, 9438, 11995, 9475, 11629, 9393, 11154, 9452, 12234, 9492, 11406, 9650, 10882, 9285, 8598, 9299, 7790, 10926, 8683, 12079, 8789, 8842, 11593, 17692, 10204, 17102, 16640, 13084, 16485, 11515, 19839, 17146, 19598, 13615, 16334, 11435, 15446, 10667, 17882, 9317, 13453, 9924, 14957, 10975, 15003, 9336, 12046, 9191, 12243, 9231, 12668, 9534, 12546, 10289, 12870, 9783, 13770, 9960, 12633, 10368, 9568, 10259, 9819, 12203, 9509, 13178, 9561, 15611, 10319, 9801, 9686, 9394, 9884, 15570, 9755, 14563, 9649, 12746, 9638, 12108, 9332, 11817, 8900, 11506, 8810, 10763, 8738, 11669, 9816, 14359, 8874, 12872, 8809, 9959, 14882, 9394, 12187, 9343, 9416, 9529, 8640, 11342, 9073, 11830, 8861, 12245, 18893, 12932, 19516, 10536, 15763, 9137, 11968, 9014, 10295, 11156, 9713, 8398, 9530, 8765, 11685, 9114, 13171, 10827, 8863, 10258, 8715, 12131, 18542, 15867, 18746, 14782, 9098, 9502, 9124, 14107, 10676, 18424, 13456, 18627, 14511, 19301, 16613, 17358, 11664, 9165, 12042, 10153, 19138, 10215, 14734, 9784, 10131, 14875, 10419, 9692, 12466, 9622, 9674, 12639, 12939, 11616, 16714, 11525, 11405, 10548, 10301, 11262, 11205, 12537, 9571, 12253, 9474, 12397, 10410, 10126, 12260, 10366, 12378, 9794, 11657, 9966, 11148, 8929, 12655, 10777, 9482, 9771, 9969, 11925, 8793, 13370, 8832, 11316, 9372, 9263, 10709, 8804, 11525, 8960, 10276, 9758, 9710, 10979, 9095, 11596, 9686, 9050, 9732, 9152, 12927, 9471, 13019, 9534, 9396, 12500, 9020, 14610, 9966, 15776, 9445, 9340, 11733, 9915, 17856, 9309, 14864, 10028, 11601, 10056, 10079, 12364, 9410, 13730, 10123, 13478, 9714, 10196, 10098, 9544, 10052, 10298, 12448, 9124, 12815, 9553, 13193, 9023, 12191, 8779, 11720, 8625, 11208, 8791, 11177, 8720, 9549, 8067, 9396, 8174, 9901, 8242, 11133, 8690, 12430, 9975, 11529, 9719, 8802, 11187, 9033, 16159, 9781, 19111, 11472, 18898, 13810, 19869, 13256, 16474, 10642, 15997, 10909, 14838, 9888, 11965, 15925, 9782, 17474, 10594, 12665, 9548, 8572, 10254, 9387, 12271, 9601, 10676, 9658, 9756, 10985, 11408, 14276, 10265, 15908, 14748, 12557, 19624, 17705, 17801, 9185, 15154, 11759, 9030, 8754, 8638, 8812, 14370, 10218, 8989, 8452, 10203, 9015, 8781, 14671, 16923, 18490, 18473, 15043, 16946, 16354, 19777, 15401, 18269, 12430, 14769, 9375, 13823, 8840, 12715, 9345, 12347, 9566, 11800, 9724, 11470, 9773, 11782, 9034, 11562, 8925, 11990, 8878, 10221, 8630, 10817, 8492, 10678, 8385, 10822, 8539, 10696, 8260, 10277, 8186, 9393, 13142, 9095, 14152, 8942, 12158, 8611, 11204, 9240, 10963, 9466, 8141, 9729, 8428, 11310, 13295, 9767, 14891, 9307, 15292, 10683, 18617, 15212, 16687, 10983, 17183, 14325, 18647, 14988, 16320, 10970, 13806, 13903, 14269, 11898, 9050, 14111, 9517, 16096, 10916, 19024, 15318, 18658, 11585, 19336, 16806, 18909, 9733, 14982, 9411, 11712, 11051], 'WindowCenter': [4475.0, 4461.0, 4466.0, 4443.0, 4431.0, 4439.0, 4418.0, 4470.0, 4467.0, 4457.0, 4453.0, 4400.0, 4439.0, 4411.0, 4440.0, 4423.0, 4439.0, 4389.0, 4428.0, 4401.0, 4410.0, 4413.0, 4390.0, 4427.0, 4401.0, 4420.0, 4404.0, 4415.0, 4425.0, 4417.0, 4451.0, 4441.0, 4451.0, 4457.0, 4422.0, 4439.0, 4420.0, 4473.0, 4450.0, 4479.0, 4437.0, 4455.0, 4416.0, 4480.0, 4425.0, 4445.0, 4401.0, 4413.0, 4431.0, 4399.0, 4441.0, 4410.0, 4421.0, 4399.0, 4409.0, 4412.0, 4390.0, 4400.0, 4413.0, 4434.0, 4418.0, 4457.0, 4417.0, 4427.0, 4416.0, 4417.0, 4438.0, 4405.0, 4434.0, 4416.0, 4481.0, 4426.0, 4466.0, 4412.0, 4412.0, 4421.0, 4403.0, 4432.0, 4414.0, 4422.0, 4413.0, 4404.0, 4413.0, 4435.0, 4412.0, 4401.0, 4409.0, 4401.0, 4431.0, 4400.0, 4451.0, 4390.0, 4430.0, 4402.0, 4431.0, 4389.0, 4406.0, 4386.0, 4395.0, 4387.0, 4400.0, 4401.0, 4410.0, 4412.0, 4423.0, 4419.0, 4448.0, 4432.0, 4452.0, 4433.0, 4432.0, 4444.0, 4484.0, 4422.0, 4475.0, 4431.0, 4431.0, 4480.0, 4417.0, 4481.0, 4431.0, 4447.0, 4407.0, 4438.0, 4407.0, 4437.0, 4406.0, 4425.0, 4408.0, 4440.0, 4420.0, 4450.0, 4434.0, 4451.0, 4421.0, 4441.0, 4419.0, 4430.0, 4470.0, 4452.0, 4481.0, 4417.0, 4479.0, 4447.0, 4467.0, 4446.0, 4464.0, 4401.0, 4443.0, 4422.0, 4452.0, 4411.0, 4439.0, 4388.0, 4428.0, 4399.0, 4429.0, 4388.0, 4416.0, 4400.0, 4409.0, 4409.0, 4410.0, 4421.0, 4414.0, 4457.0, 4415.0, 4413.0, 4412.0, 4402.0, 4435.0, 4412.0, 4453.0, 4390.0, 4430.0, 4414.0, 4432.0, 4412.0, 4441.0, 4401.0, 4429.0, 4414.0, 4420.0, 4389.0, 4419.0, 4391.0, 4419.0, 4403.0, 4421.0, 4402.0, 4404.0, 4440.0, 4434.0, 4430.0, 4432.0, 4442.0, 4434.0, 4485.0, 4422.0, 4471.0, 4431.0, 4470.0, 4450.0, 4480.0, 4433.0, 4481.0, 4449.0, 4465.0, 4404.0, 4403.0, 4414.0, 4434.0, 4425.0, 4412.0, 4422.0, 4401.0, 4422.0, 4400.0, 4430.0, 4387.0, 4430.0, 4401.0, 4430.0, 4412.0, 4421.0, 4413.0, 4399.0, 4411.0, 4457.0, 4402.0, 4419.0, 4387.0, 4407.0, 4386.0, 4398.0, 4386.0, 4396.0, 4379.0, 4400.0, 4404.0, 4436.0, 4445.0, 4492.0, 4445.0, 4461.0, 4401.0, 4365.0, 4418.0, 4399.0, 4392.0, 4431.0, 4499.0, 4481.0, 4434.0, 4455.0, 4441.0, 4408.0, 4438.0, 4419.0, 4416.0, 4375.0, 4404.0, 4388.0, 4440.0, 4407.0, 4385.0, 4416.0, 4388.0, 4429.0, 4438.0, 4392.0, 4435.0, 4410.0, 4377.0, 4406.0, 4364.0, 4408.0, 4364.0, 4384.0, 4355.0, 4374.0, 4356.0, 4385.0, 4370.0, 4384.0, 4380.0, 4388.0, 4380.0, 4371.0, 4397.0, 4400.0, 4419.0, 4422.0, 4400.0, 4412.0, 4427.0, 4446.0, 4414.0, 4445.0, 4418.0, 4457.0, 4430.0, 4468.0, 4416.0, 4444.0, 4403.0, 4431.0, 4403.0, 4434.0, 4393.0, 4435.0, 4417.0, 4425.0, 4417.0, 4418.0, 4449.0, 4436.0, 4476.0, 4433.0, 4440.0, 4419.0, 4410.0, 4450.0, 4433.0, 4464.0, 4447.0, 4497.0, 4464.0, 4481.0, 4447.0, 4467.0, 4414.0, 4444.0, 4450.0, 4416.0, 4444.0, 4427.0, 4438.0, 4428.0, 4417.0, 4445.0, 4416.0, 4469.0, 4441.0, 4480.0, 4436.0, 4464.0, 4391.0, 4432.0, 4401.0, 4444.0, 4402.0, 4430.0, 4398.0, 4407.0, 4388.0, 4407.0, 4398.0, 4422.0, 4391.0, 4421.0, 4415.0, 4434.0, 4416.0, 4457.0, 4418.0, 4428.0, 4429.0, 4407.0, 4454.0, 4421.0, 4459.0, 4417.0, 4457.0, 4428.0, 4447.0, 4414.0, 4405.0, 4436.0, 4405.0, 4467.0, 4426.0, 4413.0, 4414.0, 4428.0, 4444.0, 4404.0, 4476.0, 4403.0, 4453.0, 4426.0, 4454.0, 4411.0, 4389.0, 4409.0, 4399.0, 4430.0, 4415.0, 4433.0, 4403.0, 4422.0, 4402.0, 4421.0, 4415.0, 4433.0, 4403.0, 4427.0, 4416.0, 4415.0, 4426.0, 4430.0, 4448.0, 4419.0, 4428.0, 4429.0, 4420.0, 4450.0, 4434.0, 4485.0, 4440.0, 4494.0, 4440.0, 4445.0, 4403.0, 4417.0, 4436.0, 4406.0, 4466.0, 4402.0, 4455.0, 4414.0, 4465.0, 4438.0, 4404.0, 4400.0, 4406.0, 4445.0, 4403.0, 4403.0, 4402.0, 4403.0, 4435.0, 4406.0, 4445.0, 4405.0, 4454.0, 4405.0, 4445.0, 4414.0, 4431.0, 4403.0, 4432.0, 4416.0, 4433.0, 4405.0, 4424.0, 4405.0, 4423.0, 4429.0, 4437.0, 4419.0, 4426.0, 4418.0, 4450.0, 4445.0, 4450.0, 4431.0, 4440.0, 4420.0, 4419.0, 4430.0, 4411.0, 4442.0, 4424.0, 4466.0, 4452.0, 4463.0, 4496.0, 4514.0, 4448.0, 4488.0, 4486.0, 4466.0, 4472.0, 4442.0, 4495.0, 4483.0, 4482.0, 4448.0, 4455.0, 4427.0, 4456.0, 4414.0, 4467.0, 4392.0, 4432.0, 4413.0, 4442.0, 4400.0, 4442.0, 4387.0, 4405.0, 4388.0, 4406.0, 4375.0, 4407.0, 4374.0, 4404.0, 4397.0, 4417.0, 4387.0, 4428.0, 4399.0, 4417.0, 4413.0, 4401.0, 4400.0, 4400.0, 4418.0, 4401.0, 4431.0, 4403.0, 4440.0, 4400.0, 4399.0, 4401.0, 4403.0, 4415.0, 4442.0, 4402.0, 4430.0, 4390.0, 4418.0, 4402.0, 4421.0, 4399.0, 4419.0, 4405.0, 4423.0, 4417.0, 4450.0, 4422.0, 4440.0, 4444.0, 4475.0, 4437.0, 4464.0, 4423.0, 4432.0, 4470.0, 4420.0, 4439.0, 4419.0, 4420.0, 4443.0, 4423.0, 4441.0, 4421.0, 4452.0, 4422.0, 4465.0, 4497.0, 4452.0, 4495.0, 4430.0, 4459.0, 4405.0, 4424.0, 4405.0, 4427.0, 4425.0, 4404.0, 4394.0, 4404.0, 4406.0, 4448.0, 4431.0, 4459.0, 4454.0, 4436.0, 4459.0, 4436.0, 4483.0, 4502.0, 4465.0, 4473.0, 4450.0, 4424.0, 4434.0, 4433.0, 4460.0, 4428.0, 4480.0, 4447.0, 4468.0, 4460.0, 4480.0, 4459.0, 4455.0, 4411.0, 4403.0, 4433.0, 4412.0, 4465.0, 4416.0, 4486.0, 4415.0, 4413.0, 4456.0, 4411.0, 4387.0, 4387.0, 4374.0, 4401.0, 4432.0, 4420.0, 4410.0, 4452.0, 4424.0, 4423.0, 4396.0, 4383.0, 4392.0, 4395.0, 4403.0, 4373.0, 4392.0, 4373.0, 4391.0, 4384.0, 4385.0, 4406.0, 4383.0, 4404.0, 4383.0, 4395.0, 4384.0, 4392.0, 4373.0, 4402.0, 4406.0, 4386.0, 4386.0, 4398.0, 4421.0, 4391.0, 4430.0, 4388.0, 4409.0, 4404.0, 4400.0, 4398.0, 4390.0, 4420.0, 4389.0, 4414.0, 4428.0, 4415.0, 4438.0, 4417.0, 4433.0, 4428.0, 4403.0, 4414.0, 4404.0, 4434.0, 4405.0, 4446.0, 4404.0, 4417.0, 4436.0, 4404.0, 4444.0, 4418.0, 4456.0, 4403.0, 4402.0, 4424.0, 4415.0, 4466.0, 4390.0, 4442.0, 4401.0, 4422.0, 4402.0, 4401.0, 4421.0, 4400.0, 4447.0, 4415.0, 4432.0, 4402.0, 4400.0, 4399.0, 4403.0, 4400.0, 4400.0, 4420.0, 4390.0, 4430.0, 4416.0, 4446.0, 4405.0, 4433.0, 4393.0, 4422.0, 4406.0, 4437.0, 4407.0, 4425.0, 4404.0, 4413.0, 4394.0, 4416.0, 4407.0, 4430.0, 4421.0, 4450.0, 4422.0, 4463.0, 4459.0, 4466.0, 4445.0, 4423.0, 4443.0, 4434.0, 4484.0, 4432.0, 4480.0, 4441.0, 4483.0, 4450.0, 4479.0, 4436.0, 4455.0, 4429.0, 4457.0, 4413.0, 4443.0, 4400.0, 4410.0, 4452.0, 4399.0, 4437.0, 4410.0, 4430.0, 4400.0, 4389.0, 4399.0, 4404.0, 4449.0, 4429.0, 4426.0, 4418.0, 4418.0, 4439.0, 4439.0, 4462.0, 4417.0, 4458.0, 4457.0, 4437.0, 4466.0, 4466.0, 4452.0, 4390.0, 4444.0, 4422.0, 4404.0, 4390.0, 4390.0, 4392.0, 4446.0, 4416.0, 4406.0, 4394.0, 4415.0, 4409.0, 4392.0, 4461.0, 4470.0, 4480.0, 4476.0, 4457.0, 4456.0, 4457.0, 4482.0, 4444.0, 4452.0, 4410.0, 4418.0, 4376.0, 4416.0, 4391.0, 4417.0, 4388.0, 4407.0, 4387.0, 4405.0, 4400.0, 4422.0, 4401.0, 4421.0, 4392.0, 4422.0, 4407.0, 4437.0, 4431.0, 4427.0, 4408.0, 4440.0, 4420.0, 4440.0, 4436.0, 4454.0, 4422.0, 4443.0, 4412.0, 4443.0, 4423.0, 4436.0, 4477.0, 4423.0, 4463.0, 4422.0, 4450.0, 4422.0, 4440.0, 4432.0, 4442.0, 4435.0, 4425.0, 4446.0, 4436.0, 4456.0, 4466.0, 4450.0, 4490.0, 4451.0, 4488.0, 4445.0, 4496.0, 4477.0, 4472.0, 4430.0, 4482.0, 4459.0, 4470.0, 4462.0, 4458.0, 4416.0, 4435.0, 4448.0, 4456.0, 4422.0, 4390.0, 4429.0, 4399.0, 4454.0, 4423.0, 4466.0, 4443.0, 4465.0, 4424.0, 4465.0, 4452.0, 4449.0, 4376.0, 4426.0, 4387.0, 4406.0, 4398.0], 'WindowWidth': [9864.0, 9834.0, 9828.0, 9788.0, 9769.0, 9775.0, 9743.0, 9822.0, 9813.0, 9792.0, 9782.0, 9704.0, 9759.0, 9719.0, 9762.0, 9741.0, 9759.0, 9688.0, 9741.0, 9708.0, 9718.0, 9729.0, 9693.0, 9755.0, 9708.0, 9731.0, 9717.0, 9735.0, 9747.0, 9740.0, 9794.0, 9780.0, 9793.0, 9809.0, 9753.0, 9770.0, 9746.0, 9830.0, 9786.0, 9834.0, 9765.0, 9788.0, 9735.0, 9833.0, 9747.0, 9775.0, 9707.0, 9728.0, 9746.0, 9701.0, 9762.0, 9719.0, 9735.0, 9701.0, 9714.0, 9726.0, 9691.0, 9705.0, 9728.0, 9757.0, 9742.0, 9794.0, 9738.0, 9750.0, 9737.0, 9738.0, 9767.0, 9718.0, 9758.0, 9736.0, 9836.0, 9751.0, 9810.0, 9726.0, 9724.0, 9736.0, 9714.0, 9752.0, 9730.0, 9739.0, 9726.0, 9719.0, 9729.0, 9760.0, 9727.0, 9708.0, 9716.0, 9709.0, 9747.0, 9706.0, 9778.0, 9694.0, 9746.0, 9712.0, 9752.0, 9690.0, 9707.0, 9680.0, 9691.0, 9681.0, 9707.0, 9711.0, 9720.0, 9725.0, 9741.0, 9748.0, 9785.0, 9769.0, 9796.0, 9773.0, 9768.0, 9786.0, 9843.0, 9752.0, 9832.0, 9763.0, 9764.0, 9829.0, 9739.0, 9835.0, 9764.0, 9780.0, 9725.0, 9769.0, 9727.0, 9766.0, 9724.0, 9744.0, 9728.0, 9774.0, 9748.0, 9789.0, 9775.0, 9790.0, 9751.0, 9780.0, 9745.0, 9759.0, 9819.0, 9794.0, 9839.0, 9738.0, 9837.0, 9778.0, 9815.0, 9779.0, 9806.0, 9709.0, 9771.0, 9738.0, 9782.0, 9724.0, 9761.0, 9688.0, 9742.0, 9703.0, 9745.0, 9688.0, 9723.0, 9708.0, 9717.0, 9719.0, 9720.0, 9735.0, 9732.0, 9796.0, 9734.0, 9727.0, 9725.0, 9709.0, 9763.0, 9726.0, 9783.0, 9691.0, 9747.0, 9732.0, 9755.0, 9726.0, 9765.0, 9709.0, 9746.0, 9733.0, 9735.0, 9690.0, 9731.0, 9697.0, 9730.0, 9716.0, 9736.0, 9711.0, 9718.0, 9776.0, 9775.0, 9764.0, 9768.0, 9782.0, 9774.0, 9850.0, 9754.0, 9820.0, 9762.0, 9818.0, 9787.0, 9833.0, 9771.0, 9837.0, 9788.0, 9805.0, 9715.0, 9711.0, 9730.0, 9758.0, 9746.0, 9724.0, 9739.0, 9707.0, 9740.0, 9706.0, 9747.0, 9686.0, 9746.0, 9708.0, 9748.0, 9725.0, 9736.0, 9726.0, 9703.0, 9723.0, 9798.0, 9711.0, 9729.0, 9682.0, 9710.0, 9681.0, 9698.0, 9681.0, 9694.0, 9675.0, 9705.0, 9719.0, 9764.0, 9794.0, 9870.0, 9793.0, 9807.0, 9705.0, 9644.0, 9721.0, 9698.0, 9694.0, 9763.0, 9888.0, 9850.0, 9759.0, 9793.0, 9760.0, 9713.0, 9760.0, 9732.0, 9723.0, 9665.0, 9699.0, 9686.0, 9762.0, 9710.0, 9677.0, 9721.0, 9685.0, 9741.0, 9762.0, 9682.0, 9758.0, 9704.0, 9655.0, 9704.0, 9631.0, 9703.0, 9634.0, 9660.0, 9622.0, 9645.0, 9625.0, 9665.0, 9652.0, 9663.0, 9665.0, 9670.0, 9664.0, 9654.0, 9701.0, 9708.0, 9733.0, 9740.0, 9706.0, 9723.0, 9755.0, 9777.0, 9733.0, 9776.0, 9743.0, 9796.0, 9762.0, 9815.0, 9737.0, 9771.0, 9712.0, 9749.0, 9713.0, 9757.0, 9700.0, 9760.0, 9740.0, 9746.0, 9741.0, 9742.0, 9786.0, 9780.0, 9833.0, 9769.0, 9773.0, 9744.0, 9733.0, 9788.0, 9768.0, 9814.0, 9796.0, 9871.0, 9815.0, 9840.0, 9778.0, 9810.0, 9729.0, 9770.0, 9789.0, 9735.0, 9771.0, 9751.0, 9769.0, 9754.0, 9737.0, 9775.0, 9734.0, 9816.0, 9779.0, 9838.0, 9762.0, 9803.0, 9693.0, 9751.0, 9708.0, 9772.0, 9712.0, 9744.0, 9697.0, 9709.0, 9686.0, 9707.0, 9699.0, 9737.0, 9696.0, 9735.0, 9733.0, 9756.0, 9737.0, 9796.0, 9741.0, 9753.0, 9758.0, 9725.0, 9800.0, 9749.0, 9800.0, 9738.0, 9795.0, 9756.0, 9778.0, 9730.0, 9715.0, 9761.0, 9717.0, 9811.0, 9746.0, 9725.0, 9728.0, 9755.0, 9771.0, 9716.0, 9821.0, 9712.0, 9785.0, 9747.0, 9786.0, 9719.0, 9685.0, 9711.0, 9701.0, 9744.0, 9735.0, 9755.0, 9713.0, 9736.0, 9713.0, 9735.0, 9732.0, 9755.0, 9713.0, 9751.0, 9736.0, 9731.0, 9747.0, 9760.0, 9782.0, 9744.0, 9754.0, 9756.0, 9746.0, 9786.0, 9771.0, 9847.0, 9774.0, 9859.0, 9771.0, 9773.0, 9711.0, 9740.0, 9761.0, 9720.0, 9805.0, 9710.0, 9788.0, 9726.0, 9806.0, 9767.0, 9713.0, 9704.0, 9719.0, 9772.0, 9713.0, 9711.0, 9709.0, 9710.0, 9760.0, 9721.0, 9775.0, 9718.0, 9783.0, 9718.0, 9775.0, 9728.0, 9751.0, 9711.0, 9749.0, 9736.0, 9755.0, 9718.0, 9743.0, 9717.0, 9740.0, 9758.0, 9765.0, 9744.0, 9750.0, 9740.0, 9788.0, 9788.0, 9788.0, 9763.0, 9772.0, 9748.0, 9745.0, 9760.0, 9735.0, 9778.0, 9757.0, 9817.0, 9810.0, 9830.0, 9874.0, 9905.0, 9798.0, 9855.0, 9845.0, 9816.0, 9820.0, 9778.0, 9867.0, 9838.0, 9846.0, 9780.0, 9789.0, 9750.0, 9791.0, 9730.0, 9809.0, 9696.0, 9750.0, 9727.0, 9766.0, 9704.0, 9767.0, 9682.0, 9703.0, 9683.0, 9706.0, 9661.0, 9707.0, 9660.0, 9701.0, 9698.0, 9723.0, 9682.0, 9741.0, 9701.0, 9724.0, 9727.0, 9711.0, 9703.0, 9702.0, 9726.0, 9705.0, 9750.0, 9712.0, 9761.0, 9704.0, 9700.0, 9706.0, 9715.0, 9731.0, 9768.0, 9710.0, 9747.0, 9691.0, 9727.0, 9712.0, 9734.0, 9704.0, 9731.0, 9719.0, 9741.0, 9739.0, 9790.0, 9755.0, 9774.0, 9786.0, 9830.0, 9780.0, 9812.0, 9755.0, 9763.0, 9813.0, 9747.0, 9770.0, 9743.0, 9747.0, 9784.0, 9756.0, 9777.0, 9750.0, 9792.0, 9750.0, 9818.0, 9868.0, 9794.0, 9868.0, 9759.0, 9799.0, 9715.0, 9743.0, 9720.0, 9753.0, 9746.0, 9714.0, 9701.0, 9716.0, 9722.0, 9783.0, 9765.0, 9801.0, 9801.0, 9780.0, 9814.0, 9777.0, 9855.0, 9889.0, 9814.0, 9828.0, 9784.0, 9759.0, 9773.0, 9770.0, 9803.0, 9755.0, 9835.0, 9780.0, 9816.0, 9800.0, 9838.0, 9800.0, 9787.0, 9721.0, 9713.0, 9755.0, 9725.0, 9806.0, 9736.0, 9852.0, 9733.0, 9726.0, 9793.0, 9722.0, 9681.0, 9665.0, 9657.0, 9708.0, 9758.0, 9734.0, 9718.0, 9780.0, 9746.0, 9742.0, 9694.0, 9672.0, 9683.0, 9688.0, 9697.0, 9655.0, 9682.0, 9656.0, 9680.0, 9674.0, 9678.0, 9707.0, 9671.0, 9703.0, 9673.0, 9691.0, 9673.0, 9684.0, 9657.0, 9697.0, 9711.0, 9680.0, 9680.0, 9701.0, 9736.0, 9696.0, 9747.0, 9687.0, 9718.0, 9718.0, 9707.0, 9699.0, 9693.0, 9732.0, 9691.0, 9734.0, 9759.0, 9735.0, 9772.0, 9741.0, 9758.0, 9759.0, 9714.0, 9731.0, 9714.0, 9758.0, 9717.0, 9776.0, 9715.0, 9738.0, 9763.0, 9716.0, 9773.0, 9741.0, 9792.0, 9713.0, 9709.0, 9743.0, 9731.0, 9807.0, 9692.0, 9765.0, 9709.0, 9739.0, 9710.0, 9706.0, 9733.0, 9706.0, 9781.0, 9733.0, 9753.0, 9710.0, 9705.0, 9702.0, 9714.0, 9705.0, 9702.0, 9731.0, 9691.0, 9745.0, 9738.0, 9777.0, 9720.0, 9753.0, 9701.0, 9737.0, 9722.0, 9767.0, 9725.0, 9745.0, 9717.0, 9728.0, 9704.0, 9736.0, 9726.0, 9762.0, 9751.0, 9789.0, 9754.0, 9811.0, 9816.0, 9819.0, 9789.0, 9755.0, 9781.0, 9772.0, 9846.0, 9766.0, 9836.0, 9777.0, 9845.0, 9788.0, 9833.0, 9761.0, 9790.0, 9760.0, 9798.0, 9726.0, 9769.0, 9702.0, 9718.0, 9779.0, 9703.0, 9753.0, 9720.0, 9747.0, 9704.0, 9690.0, 9702.0, 9717.0, 9787.0, 9760.0, 9753.0, 9742.0, 9743.0, 9773.0, 9773.0, 9812.0, 9740.0, 9797.0, 9794.0, 9766.0, 9817.0, 9806.0, 9783.0, 9690.0, 9777.0, 9739.0, 9716.0, 9692.0, 9693.0, 9694.0, 9780.0, 9736.0, 9723.0, 9703.0, 9732.0, 9730.0, 9694.0, 9809.0, 9819.0, 9833.0, 9822.0, 9793.0, 9790.0, 9793.0, 9853.0, 9773.0, 9780.0, 9716.0, 9723.0, 9664.0, 9717.0, 9694.0, 9720.0, 9684.0, 9706.0, 9678.0, 9700.0, 9704.0, 9737.0, 9706.0, 9733.0, 9696.0, 9738.0, 9724.0, 9765.0, 9765.0, 9752.0, 9729.0, 9773.0, 9745.0, 9774.0, 9779.0, 9797.0, 9752.0, 9779.0, 9737.0, 9782.0, 9754.0, 9775.0, 9836.0, 9754.0, 9807.0, 9753.0, 9786.0, 9750.0, 9773.0, 9765.0, 9778.0, 9774.0, 9760.0, 9792.0, 9779.0, 9805.0, 9819.0, 9803.0, 9860.0, 9806.0, 9854.0, 9787.0, 9868.0, 9836.0, 9819.0, 9757.0, 9834.0, 9796.0, 9821.0, 9807.0, 9795.0, 9732.0, 9759.0, 9781.0, 9791.0, 9736.0, 9690.0, 9740.0, 9702.0, 9787.0, 9741.0, 9809.0, 9771.0, 9804.0, 9743.0, 9809.0, 9780.0, 9776.0, 9665.0, 9731.0, 9680.0, 9704.0, 9697.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.001610091743119266</td></tr>
<tr><td colspan=3>aqi</td><td>0.02258503967889908</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.82489813867967</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3624913100229608</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0345316050172222</td></tr>
<tr><td colspan=3>efc</td><td>0.535</td></tr>
<tr><td colspan=3>fber</td><td>3685.8259</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10608487432977524</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.110091743119266</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.411147562329855</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.291038945377375</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6240223010747967</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.318381440537392</td></tr>
<tr><td colspan=3>gcor</td><td>0.0335496</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02429351583123207</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04606598988175392</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.286505305715005</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.9507</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.6243</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>242.6805</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283121.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1146.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>451.4153</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4599</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.7385</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3537.205</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93423.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1616.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4631.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.3385</td></tr>
<tr><td colspan=3>tsnr</td><td>39.00661027338356</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>