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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0107/ses-01/func/sub-0107_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fca8478263a25240d1811ad59c658656</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>09:35:22.365000</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.998781, 0.0266646, 0.0415368, -0.0209215, 0.990891, -0.133033]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0804958</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7754, -7287, 400, -125, -192, 45, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.918</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>061921f8-fce8-4a0a-a065-8f097dc5ec07||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.679656744003296, -0.0561307817697525, 0.12070538103580475, 114.38377380371094], [-0.07153919339179993, 2.658487558364868, -0.3564036786556244, -85.53070831298828], [0.11144020408391953, 0.35691654682159424, 2.6736505031585693, -101.0906982421875], [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': ['093522.365000', '093522.825000', '093523.285000', '093523.745000', '093524.205000', '093524.665000', '093525.125000', '093525.585000', '093526.045000', '093526.505000', '093526.965000', '093527.425000', '093527.885000', '093528.345000', '093528.805000', '093529.265000', '093529.725000', '093530.185000', '093530.645000', '093531.105000', '093531.565000', '093532.025000', '093532.485000', '093532.945000', '093533.405000', '093533.865000', '093534.325000', '093534.785000', '093535.245000', '093535.705000', '093536.165000', '093536.625000', '093537.085000', '093537.545000', '093538.005000', '093538.465000', '093538.925000', '093539.385000', '093539.845000', '093540.305000', '093540.765000', '093541.225000', '093541.685000', '093542.145000', '093542.605000', '093543.065000', '093543.525000', '093543.985000', '093544.445000', '093544.905000', '093545.365000', '093545.825000', '093546.285000', '093546.745000', '093547.205000', '093547.665000', '093548.125000', '093548.585000', '093549.045000', '093549.505000', '093549.965000', '093550.425000', '093550.885000', '093551.345000', '093551.805000', '093552.265000', '093552.725000', '093553.185000', '093553.645000', '093554.105000', '093554.565000', '093555.025000', '093555.485000', '093555.945000', '093556.405000', '093556.865000', '093557.325000', '093557.785000', '093558.245000', '093558.705000', '093559.165000', '093559.625000', '093600.085000', '093600.545000', '093601.005000', '093601.465000', '093601.925000', '093602.385000', '093602.845000', '093603.305000', '093603.765000', '093604.225000', '093604.685000', '093605.145000', '093605.605000', '093606.065000', '093606.525000', '093606.985000', '093607.445000', '093607.905000', '093608.365000', '093608.825000', '093609.285000', '093609.745000', '093610.205000', '093610.665000', '093611.125000', '093611.585000', '093612.045000', '093612.505000', '093612.965000', '093613.425000', '093613.885000', '093614.345000', '093614.805000', '093615.265000', '093615.725000', '093616.185000', '093616.645000', '093617.105000', '093617.565000', '093618.025000', '093618.485000', '093618.945000', '093619.405000', '093619.865000', '093620.325000', '093620.785000', '093621.245000', '093621.705000', '093622.165000', '093622.625000', '093623.085000', '093623.545000', '093624.005000', '093624.465000', '093624.925000', '093625.385000', '093625.845000', '093626.305000', '093626.765000', '093627.225000', '093627.685000', '093628.145000', '093628.605000', '093629.065000', '093629.525000', '093629.985000', '093630.445000', '093630.905000', '093631.365000', '093631.825000', '093632.285000', '093632.745000', '093633.205000', '093633.665000', '093634.125000', '093634.585000', '093635.045000', '093635.505000', '093635.965000', '093636.425000', '093636.885000', '093637.345000', '093637.805000', '093638.265000', '093638.725000', '093639.185000', '093639.645000', '093640.105000', '093640.565000', '093641.025000', '093641.485000', '093641.945000', '093642.405000', '093642.865000', '093643.325000', '093643.785000', '093644.245000', '093644.705000', '093645.165000', '093645.625000', '093646.085000', '093646.545000', '093647.005000', '093647.465000', '093647.925000', '093648.385000', '093648.845000', '093649.305000', '093649.765000', '093650.225000', '093650.685000', '093651.145000', '093651.605000', '093652.065000', '093652.525000', '093652.985000', '093653.445000', '093653.905000', '093654.365000', '093654.825000', '093655.285000', '093655.745000', '093656.205000', '093656.665000', '093657.125000', '093657.585000', '093658.045000', '093658.505000', '093658.965000', '093659.425000', '093659.885000', '093700.345000', '093700.805000', '093701.265000', '093701.725000', '093702.185000', '093702.645000', '093703.105000', '093703.565000', '093704.025000', '093704.485000', '093704.945000', '093705.405000', '093705.865000', '093706.325000', '093706.785000', '093707.245000', '093707.705000', '093708.165000', '093708.625000', '093709.085000', '093709.545000', '093710.005000', '093710.465000', '093710.925000', '093711.385000', '093711.845000', '093712.305000', '093712.765000', '093713.225000', '093713.685000', '093714.145000', '093714.605000', '093715.065000', '093715.525000', '093715.985000', '093716.445000', '093716.905000', '093717.365000', '093717.825000', '093718.285000', '093718.745000', '093719.205000', '093719.665000', '093720.125000', '093720.585000', '093721.045000', '093721.505000', '093721.965000', '093722.425000', '093722.885000', '093723.345000', '093723.805000', '093724.265000', '093724.725000', '093725.185000', '093725.645000', '093726.105000', '093726.565000', '093727.025000', '093727.485000', '093727.945000', '093728.405000', '093728.865000', '093729.325000', '093729.785000', '093730.245000', '093730.705000', '093731.165000', '093731.625000', '093732.085000', '093732.545000', '093733.005000', '093733.465000', '093733.925000', '093734.385000', '093734.845000', '093735.305000', '093735.765000', '093736.225000', '093736.685000', '093737.145000', '093737.605000', '093738.065000', '093738.525000', '093738.985000', '093739.445000', '093739.905000', '093740.365000', '093740.825000', '093741.285000', '093741.745000', '093742.205000', '093742.665000', '093743.125000', '093743.585000', '093744.045000', '093744.505000', '093744.965000', '093745.425000', '093745.885000', '093746.345000', '093746.805000', '093747.265000', '093747.725000', '093748.185000', '093748.645000', '093749.105000', '093749.565000', '093750.025000', '093750.485000', '093750.945000', '093751.405000', '093751.865000', '093752.325000', '093752.785000', '093753.245000', '093753.705000', '093754.165000', '093754.625000', '093755.085000', '093755.545000', '093756.005000', '093756.465000', '093756.925000', '093757.385000', '093757.845000', '093758.305000', '093758.765000', '093759.225000', '093759.685000', '093800.145000', '093800.605000', '093801.065000', '093801.525000', '093801.985000', '093802.445000', '093802.905000', '093803.365000', '093803.825000', '093804.285000', '093804.745000', '093805.205000', '093805.665000', '093806.125000', '093806.585000', '093807.045000', '093807.505000', '093807.965000', '093808.425000', '093808.885000', '093809.345000', '093809.805000', '093810.265000', '093810.725000', '093811.185000', '093811.645000', '093812.105000', '093812.565000', '093813.025000', '093813.485000', '093813.945000', '093814.405000', '093814.865000', '093815.325000', '093815.785000', '093816.245000', '093816.705000', '093817.165000', '093817.625000', '093818.085000', '093818.545000', '093819.005000', '093819.465000', '093819.925000', '093820.385000', '093820.845000', '093821.305000', '093821.765000', '093822.225000', '093822.685000', '093823.145000', '093823.605000', '093824.065000', '093824.525000', '093824.985000', '093825.445000', '093825.905000', '093826.365000', '093826.825000', '093827.285000', '093827.745000', '093828.205000', '093828.665000', '093829.125000', '093829.585000', '093830.045000', '093830.505000', '093830.965000', '093831.425000', '093831.885000', '093832.345000', '093832.805000', '093833.265000', '093833.725000', '093834.185000', '093834.645000', '093835.105000', '093835.565000', '093836.025000', '093836.485000', '093836.945000', '093837.405000', '093837.865000', '093838.325000', '093838.785000', '093839.245000', '093839.705000', '093840.165000', '093840.625000', '093841.085000', '093841.545000', '093842.005000', '093842.465000', '093842.925000', '093843.385000', '093843.845000', '093844.305000', '093844.765000', '093845.225000', '093845.685000', '093846.145000', '093846.605000', '093847.065000', '093847.525000', '093847.985000', '093848.445000', '093848.905000', '093849.365000', '093849.825000', '093850.285000', '093850.745000', '093851.205000', '093851.665000', '093852.125000', '093852.585000', '093853.045000', '093853.505000', '093853.965000', '093854.425000', '093854.885000', '093855.345000', '093855.805000', '093856.265000', '093856.725000', '093857.185000', '093857.645000', '093858.105000', '093858.565000', '093859.025000', '093859.485000', '093859.945000', '093900.405000', '093900.865000', '093901.325000', '093901.785000', '093902.245000', '093902.705000', '093903.165000', '093903.625000', '093904.085000', '093904.545000', '093905.005000', '093905.465000', '093905.925000', '093906.385000', '093906.845000', '093907.305000', '093907.765000', '093908.225000', '093908.685000', '093909.145000', '093909.605000', '093910.065000', '093910.525000', '093910.985000', '093911.445000', '093911.905000', '093912.365000', '093912.825000', '093913.285000', '093913.745000', '093914.205000', '093914.665000', '093915.125000', '093915.585000', '093916.045000', '093916.505000', '093916.965000', '093917.425000', '093917.885000', '093918.345000', '093918.805000', '093919.265000', '093919.725000', '093920.185000', '093920.645000', '093921.105000', '093921.565000', '093922.025000', '093922.485000', '093922.945000', '093923.405000', '093923.865000', '093924.325000', '093924.785000', '093925.245000', '093925.705000', '093926.165000', '093926.625000', '093927.085000', '093927.545000', '093928.005000', '093928.465000', '093928.925000', '093929.385000', '093929.845000', '093930.305000', '093930.765000', '093931.225000', '093931.685000', '093932.145000', '093932.605000', '093933.065000', '093933.525000', '093933.985000', '093934.445000', '093934.905000', '093935.365000', '093935.825000', '093936.285000', '093936.745000', '093937.205000', '093937.665000', '093938.125000', '093938.585000', '093939.045000', '093939.505000', '093939.965000', '093940.425000', '093940.885000', '093941.345000', '093941.805000', '093942.265000', '093942.725000', '093943.185000', '093943.645000', '093944.105000', '093944.565000', '093945.025000', '093945.485000', '093945.945000', '093946.405000', '093946.865000', '093947.325000', '093947.785000', '093948.245000', '093948.705000', '093949.165000', '093949.625000', '093950.085000', '093950.545000', '093951.005000', '093951.465000', '093951.925000', '093952.385000', '093952.845000', '093953.305000', '093953.765000', '093954.225000', '093954.685000', '093955.145000', '093955.605000', '093956.065000', '093956.525000', '093956.985000', '093957.445000', '093957.905000', '093958.365000', '093958.825000', '093959.285000', '093959.745000', '094000.205000', '094000.665000', '094001.125000', '094001.585000', '094002.045000', '094002.505000', '094002.965000', '094003.425000', '094003.885000', '094004.345000', '094004.805000', '094005.265000', '094005.725000', '094006.185000', '094006.645000', '094007.105000', '094007.565000', '094008.025000', '094008.485000', '094008.945000', '094009.405000', '094009.865000', '094010.325000', '094010.785000', '094011.245000', '094011.705000', '094012.165000', '094012.625000', '094013.085000', '094013.545000', '094014.005000', '094014.465000', '094014.925000', '094015.385000', '094015.845000', '094016.305000', '094016.765000', '094017.225000', '094017.685000', '094018.145000', '094018.605000', '094019.065000', '094019.525000', '094019.985000', '094020.445000', '094020.905000', '094021.365000', '094021.825000', '094022.285000', '094022.745000', '094023.205000', '094023.665000', '094024.125000', '094024.585000', '094025.045000', '094025.505000', '094025.965000', '094026.425000', '094026.885000', '094027.345000', '094027.805000', '094028.265000', '094028.725000', '094029.185000', '094029.645000', '094030.105000', '094030.565000', '094031.025000', '094031.485000', '094031.945000', '094032.405000', '094032.865000', '094033.325000', '094033.785000', '094034.245000', '094034.705000', '094035.165000', '094035.625000', '094036.085000', '094036.545000', '094037.005000', '094037.465000', '094037.925000', '094038.385000', '094038.845000', '094039.305000', '094039.765000', '094040.225000', '094040.685000', '094041.145000', '094041.605000', '094042.065000', '094042.525000', '094042.985000', '094043.445000', '094043.905000', '094044.365000', '094044.825000', '094045.285000', '094045.745000', '094046.205000', '094046.665000', '094047.125000', '094047.585000', '094048.045000', '094048.505000', '094048.965000', '094049.425000', '094049.885000', '094050.345000', '094050.805000', '094051.265000', '094051.725000', '094052.185000', '094052.645000', '094053.105000', '094053.565000', '094054.025000', '094054.485000', '094054.945000', '094055.405000', '094055.865000', '094056.325000', '094056.785000', '094057.245000', '094057.705000', '094058.165000', '094058.625000', '094059.085000', '094059.545000', '094100.005000', '094100.465000', '094100.925000', '094101.385000', '094101.845000', '094102.305000', '094102.765000', '094103.225000', '094103.685000', '094104.145000', '094104.605000', '094105.065000', '094105.525000', '094105.985000', '094106.445000', '094106.905000', '094107.365000', '094107.825000', '094108.285000', '094108.745000', '094109.205000', '094109.665000', '094110.125000', '094110.585000', '094111.045000', '094111.505000', '094111.965000', '094112.425000', '094112.885000', '094113.345000', '094113.805000', '094114.265000', '094114.725000', '094115.185000', '094115.645000', '094116.105000', '094116.565000', '094117.025000', '094117.485000', '094117.945000', '094118.405000', '094118.865000', '094119.325000', '094119.785000', '094120.245000', '094120.705000', '094121.165000', '094121.625000', '094122.085000', '094122.545000', '094123.005000', '094123.465000', '094123.925000', '094124.385000', '094124.845000', '094125.305000', '094125.765000', '094126.225000', '094126.685000', '094127.145000', '094127.605000', '094128.065000', '094128.525000', '094128.985000', '094129.445000', '094129.905000', '094130.365000', '094130.825000', '094131.285000', '094131.745000', '094132.205000', '094132.665000', '094133.125000', '094133.585000', '094134.045000', '094134.505000', '094134.965000', '094135.425000', '094135.885000', '094136.345000', '094136.805000', '094137.265000', '094137.725000', '094138.185000', '094138.645000', '094139.105000', '094139.565000', '094140.025000', '094140.485000', '094140.945000', '094141.405000', '094141.865000', '094142.325000', '094142.785000', '094143.245000', '094143.705000', '094144.165000', '094144.625000', '094145.085000', '094145.545000', '094146.005000', '094146.465000', '094146.925000', '094147.385000', '094147.845000', '094148.305000', '094148.765000', '094149.225000', '094149.685000', '094150.145000', '094150.605000', '094151.065000', '094151.525000', '094151.985000', '094152.445000', '094152.905000', '094153.365000', '094153.825000', '094154.285000', '094154.745000', '094155.205000', '094155.665000', '094156.125000', '094156.585000', '094157.045000', '094157.505000', '094157.965000', '094158.425000', '094158.885000', '094159.345000', '094159.805000', '094200.265000', '094200.725000', '094201.185000', '094201.645000', '094202.105000', '094202.565000', '094203.025000'], 'ContentTime': ['093545.897000', '093545.900000', '093545.903000', '093545.906000', '093545.908000', '093545.911000', '093545.913000', '093545.927000', '093545.930000', '093545.932000', '093545.935000', '093545.937000', '093545.940000', '093545.942000', '093545.945000', '093545.948000', '093545.950000', '093545.953000', '093545.955000', '093545.958000', '093545.960000', '093545.963000', '093545.965000', '093545.968000', '093545.971000', '093545.973000', '093545.976000', '093545.978000', '093545.981000', '093545.984000', '093545.986000', '093545.989000', '093545.991000', '093545.994000', '093545.996000', '093546.000000', '093546.002000', '093546.005000', '093546.014000', '093546.016000', '093546.019000', '093546.022000', '093546.024000', '093546.027000', '093546.029000', '093546.032000', '093546.034000', '093546.037000', '093546.039000', '093605.869000', '093605.872000', '093605.875000', '093605.877000', '093605.880000', '093605.882000', '093605.885000', '093605.888000', '093605.896000', '093605.898000', '093605.901000', '093605.903000', '093605.906000', '093605.909000', '093605.911000', '093605.914000', '093605.916000', '093605.919000', '093605.921000', '093605.924000', '093605.926000', '093605.929000', '093605.931000', '093605.934000', '093605.936000', '093605.939000', '093605.941000', '093605.944000', '093605.947000', '093605.960000', '093605.963000', '093605.966000', '093605.968000', '093605.971000', '093605.973000', '093605.976000', '093605.978000', '093605.981000', '093605.983000', '093605.986000', '093605.988000', '093605.991000', '093605.994000', '093625.868000', '093625.871000', '093625.874000', '093625.876000', '093625.879000', '093625.882000', '093625.884000', '093625.887000', '093625.889000', '093625.892000', '093625.894000', '093625.897000', '093625.900000', '093625.902000', '093625.905000', '093625.908000', '093625.910000', '093625.913000', '093625.915000', '093625.918000', '093625.920000', '093625.923000', '093625.926000', '093625.928000', '093625.931000', '093625.933000', '093625.936000', '093625.938000', '093625.941000', '093625.943000', '093625.946000', '093625.949000', '093625.951000', '093625.960000', '093625.963000', '093625.966000', '093625.968000', '093625.971000', '093625.973000', '093625.976000', '093625.978000', '093625.981000', '093625.983000', '093625.986000', '093645.868000', '093645.871000', '093645.874000', '093645.876000', '093645.879000', '093645.881000', '093645.884000', '093645.887000', '093645.889000', '093645.892000', '093645.894000', '093645.897000', '093645.899000', '093645.902000', '093645.905000', '093645.907000', '093645.910000', '093645.912000', '093645.915000', '093645.918000', '093645.920000', '093645.923000', '093645.925000', '093645.928000', '093645.930000', '093645.933000', '093645.935000', '093645.938000', '093645.941000', '093645.943000', '093645.946000', '093645.948000', '093645.951000', '093645.953000', '093645.956000', '093645.958000', '093645.961000', '093645.964000', '093645.966000', '093645.969000', '093645.971000', '093645.974000', '093645.976000', '093705.869000', '093705.871000', '093705.874000', '093705.877000', '093705.879000', '093705.882000', '093705.884000', '093705.887000', '093705.890000', '093705.892000', '093705.895000', '093705.897000', '093705.900000', '093705.902000', '093705.905000', '093705.907000', '093705.910000', '093705.913000', '093705.940000', '093705.942000', '093705.945000', '093705.958000', '093705.961000', '093705.963000', '093705.966000', '093705.969000', '093705.971000', '093705.974000', '093705.976000', '093705.979000', '093705.981000', '093705.984000', '093705.987000', '093705.989000', '093705.992000', '093705.995000', '093705.997000', '093706.001000', '093706.004000', '093706.006000', '093706.009000', '093706.011000', '093706.014000', '093706.016000', '093725.868000', '093725.871000', '093725.874000', '093725.877000', '093725.879000', '093725.882000', '093725.884000', '093725.887000', '093725.890000', '093725.892000', '093725.895000', '093725.897000', '093725.900000', '093725.902000', '093725.915000', '093725.917000', '093725.920000', '093725.923000', '093725.925000', '093725.928000', '093725.930000', '093725.933000', '093725.935000', '093725.938000', '093725.941000', '093725.943000', '093725.946000', '093725.948000', '093725.951000', '093725.953000', '093725.956000', '093725.958000', '093725.961000', '093725.963000', '093725.966000', '093725.969000', '093725.971000', '093725.974000', '093725.976000', '093725.979000', '093725.981000', '093725.984000', '093725.986000', '093745.870000', '093745.872000', '093745.875000', '093745.878000', '093745.880000', '093745.883000', '093745.885000', '093745.888000', '093745.891000', '093745.893000', '093745.896000', '093745.898000', '093745.901000', '093745.903000', '093745.906000', '093745.909000', '093745.911000', '093745.914000', '093745.916000', '093745.919000', '093745.921000', '093745.924000', '093745.927000', '093745.929000', '093745.932000', '093745.934000', '093745.937000', '093745.939000', '093745.942000', '093745.944000', '093745.947000', '093745.950000', '093745.952000', '093745.955000', '093745.957000', '093745.960000', '093745.962000', '093745.965000', '093745.967000', '093745.970000', '093745.973000', '093745.975000', '093745.978000', '093745.980000', '093805.869000', '093805.872000', '093805.875000', '093805.877000', '093805.880000', '093805.883000', '093805.885000', '093805.888000', '093805.890000', '093805.893000', '093805.895000', '093805.898000', '093805.900000', '093805.903000', '093805.906000', '093805.908000', '093805.911000', '093805.913000', '093805.916000', '093805.919000', '093805.921000', '093805.924000', '093805.926000', '093805.929000', '093805.931000', '093805.934000', '093805.936000', '093805.939000', '093805.942000', '093805.944000', '093805.947000', '093805.949000', '093805.952000', '093805.954000', '093805.957000', '093805.960000', '093805.962000', '093805.965000', '093805.967000', '093805.970000', '093805.972000', '093805.975000', '093805.977000', '093825.869000', '093825.872000', '093825.875000', '093825.877000', '093825.880000', '093825.882000', '093825.885000', '093825.888000', '093825.890000', '093825.893000', '093825.896000', '093825.898000', '093825.901000', '093825.903000', '093825.906000', '093825.908000', '093825.911000', '093825.914000', '093825.916000', '093825.919000', '093825.921000', '093825.924000', '093825.926000', '093825.929000', '093825.932000', '093825.934000', '093825.937000', '093825.939000', '093825.942000', '093825.944000', '093825.947000', '093825.949000', '093825.952000', '093825.955000', '093825.957000', '093825.960000', '093825.962000', '093825.965000', '093825.967000', '093825.970000', '093825.972000', '093825.975000', '093825.978000', '093825.980000', '093845.868000', '093845.871000', '093845.874000', '093845.876000', '093845.879000', '093845.882000', '093845.884000', '093845.887000', '093845.889000', '093845.892000', '093845.894000', '093845.897000', '093845.900000', '093845.902000', '093845.905000', '093845.907000', '093845.910000', '093845.913000', '093845.915000', '093845.918000', '093845.920000', '093845.923000', '093845.925000', '093845.928000', '093845.931000', '093845.933000', '093845.936000', '093845.938000', '093845.941000', '093845.943000', '093845.946000', '093845.955000', '093845.957000', '093845.960000', '093845.962000', '093845.965000', '093845.967000', '093845.970000', '093845.973000', '093845.975000', '093845.978000', '093845.980000', '093845.983000', '093905.869000', '093905.872000', '093905.874000', '093905.877000', '093905.879000', '093905.882000', '093905.885000', '093905.887000', '093905.890000', '093905.893000', '093905.896000', '093905.899000', '093905.902000', '093905.904000', '093905.907000', '093905.910000', '093905.912000', '093905.915000', '093905.917000', '093905.920000', '093905.923000', '093905.925000', '093905.928000', '093905.930000', '093905.933000', '093905.935000', '093905.938000', '093905.941000', '093905.943000', '093905.946000', '093905.948000', '093905.951000', '093905.953000', '093905.956000', '093905.959000', '093905.961000', '093905.964000', '093905.966000', '093905.969000', '093905.971000', '093905.974000', '093905.977000', '093905.979000', '093925.868000', '093925.871000', '093925.874000', '093925.877000', '093925.879000', '093925.882000', '093925.884000', '093925.887000', '093925.890000', '093925.892000', '093925.895000', '093925.897000', '093925.900000', '093925.903000', '093925.905000', '093925.908000', '093925.911000', '093925.913000', '093925.916000', '093925.919000', '093925.921000', '093925.924000', '093925.926000', '093925.929000', '093925.931000', '093925.934000', '093925.937000', '093925.939000', '093925.942000', '093925.945000', '093925.947000', '093925.950000', '093925.952000', '093925.955000', '093925.958000', '093925.960000', '093925.963000', '093925.965000', '093925.968000', '093925.971000', '093925.973000', '093925.976000', '093925.978000', '093925.981000', '093945.869000', '093945.871000', '093945.874000', '093945.876000', '093945.879000', '093945.882000', '093945.884000', '093945.887000', '093945.889000', '093945.892000', '093945.894000', '093945.897000', '093945.900000', '093945.902000', '093945.905000', '093945.907000', '093945.910000', '093945.912000', '093945.915000', '093945.918000', '093945.920000', '093945.923000', '093945.925000', '093945.928000', '093945.931000', '093945.933000', '093945.936000', '093945.938000', '093945.941000', '093945.944000', '093945.946000', '093945.949000', '093945.951000', '093945.954000', '093945.957000', '093945.959000', '093945.962000', '093945.964000', '093945.967000', '093945.970000', '093945.972000', '093945.975000', '093945.977000', '093945.980000', '094005.870000', '094005.872000', '094005.875000', '094005.877000', '094005.880000', '094005.883000', '094005.885000', '094005.888000', '094005.890000', '094005.893000', '094005.895000', '094005.898000', '094005.901000', '094005.903000', '094005.906000', '094005.908000', '094005.911000', '094005.913000', '094005.916000', '094005.918000', '094005.921000', '094005.924000', '094005.926000', '094005.929000', '094005.943000', '094005.946000', '094005.948000', '094005.951000', '094005.954000', '094005.956000', '094005.959000', '094005.961000', '094005.964000', '094005.967000', '094005.969000', '094005.972000', '094005.974000', '094005.977000', '094005.979000', '094005.982000', '094005.985000', '094005.987000', '094005.990000', '094025.869000', '094025.872000', '094025.875000', '094025.877000', '094025.880000', '094025.883000', '094025.885000', '094025.888000', '094025.890000', '094025.893000', '094025.895000', '094025.898000', '094025.901000', '094025.903000', '094025.906000', '094025.909000', '094025.912000', '094025.914000', '094025.917000', '094025.920000', '094025.922000', '094025.925000', '094025.928000', '094025.930000', '094025.933000', '094025.935000', '094025.938000', '094025.940000', '094025.943000', '094025.946000', '094025.948000', '094025.951000', '094025.953000', '094025.956000', '094025.958000', '094025.961000', '094025.964000', '094025.966000', '094025.969000', '094025.971000', '094025.974000', '094025.977000', '094025.979000', '094025.982000', '094045.869000', '094045.872000', '094045.875000', '094045.878000', '094045.880000', '094045.883000', '094045.885000', '094045.888000', '094045.891000', '094045.893000', '094045.896000', '094045.898000', '094045.901000', '094045.903000', '094045.906000', '094045.909000', '094045.911000', '094045.914000', '094045.916000', '094045.919000', '094045.921000', '094045.924000', '094045.926000', '094045.929000', '094045.932000', '094045.934000', '094045.937000', '094045.939000', '094045.942000', '094045.944000', '094045.947000', '094045.949000', '094045.952000', '094045.955000', '094045.957000', '094045.960000', '094045.962000', '094045.965000', '094045.968000', '094045.970000', '094045.973000', '094045.984000', '094045.986000', '094105.868000', '094105.871000', '094105.874000', '094105.876000', '094105.879000', '094105.882000', '094105.884000', '094105.887000', '094105.890000', '094105.892000', '094105.895000', '094105.898000', '094105.900000', '094105.903000', '094105.905000', '094105.908000', '094105.910000', '094105.913000', '094105.916000', '094105.918000', '094105.921000', '094105.923000', '094105.926000', '094105.928000', '094105.931000', '094105.934000', '094105.936000', '094105.939000', '094105.941000', '094105.944000', '094105.946000', '094105.949000', '094105.952000', '094105.954000', '094105.957000', '094105.959000', '094105.962000', '094105.964000', '094105.967000', '094105.970000', '094105.972000', '094105.975000', '094105.977000', '094125.869000', '094125.871000', '094125.874000', '094125.877000', '094125.879000', '094125.882000', '094125.884000', '094125.887000', '094125.890000', '094125.892000', '094125.895000', '094125.897000', '094125.900000', '094125.902000', '094125.905000', '094125.908000', '094125.910000', '094125.913000', '094125.915000', '094125.918000', '094125.921000', '094125.923000', '094125.926000', '094125.928000', '094125.931000', '094125.934000', '094125.936000', '094125.939000', '094125.941000', '094125.944000', '094125.946000', '094125.949000', '094125.952000', '094125.954000', '094125.957000', '094125.959000', '094125.963000', '094125.966000', '094125.968000', '094125.971000', '094125.974000', '094125.976000', '094125.979000', '094125.981000', '094145.868000', '094145.884000', '094145.887000', '094145.889000', '094145.892000', '094145.895000', '094145.897000', '094145.900000', '094145.902000', '094145.905000', '094145.908000', '094145.910000', '094145.913000', '094145.915000', '094145.918000', '094145.920000', '094145.923000', '094145.925000', '094145.928000', '094145.931000', '094145.933000', '094145.936000', '094145.938000', '094145.941000', '094145.944000', '094145.947000', '094145.950000', '094145.953000', '094145.955000', '094145.958000', '094145.960000', '094145.963000', '094145.965000', '094145.968000', '094145.971000', '094145.973000', '094145.976000', '094145.978000', '094145.981000', '094145.983000', '094145.986000', '094145.989000', '094145.991000', '094204.298000', '094204.301000', '094204.304000', '094204.307000', '094204.309000', '094204.312000', '094204.315000', '094204.317000', '094204.320000', '094204.322000', '094204.325000', '094204.327000', '094204.330000', '094204.333000', '094204.335000', '094204.338000', '094204.340000', '094204.343000', '094204.346000', '094204.348000', '094204.351000', '094204.353000', '094204.356000', '094204.358000', '094204.361000', '094204.364000', '094204.366000', '094204.369000', '094204.371000', '094204.374000', '094204.377000', '094204.381000', '094204.384000', '094204.387000', '094204.389000', '094204.392000', '094204.394000', '094204.398000', '094204.400000', '094204.403000', '094204.406000'], 'InstanceCreationTime': ['093545.897000', '093545.900000', '093545.903000', '093545.906000', '093545.908000', '093545.911000', '093545.913000', '093545.927000', '093545.930000', '093545.932000', '093545.935000', '093545.937000', '093545.940000', '093545.942000', '093545.945000', '093545.948000', '093545.950000', '093545.953000', '093545.955000', '093545.958000', '093545.960000', '093545.963000', '093545.965000', '093545.968000', '093545.971000', '093545.973000', '093545.976000', '093545.978000', '093545.981000', '093545.984000', '093545.986000', '093545.989000', '093545.991000', '093545.994000', '093545.996000', '093546.000000', '093546.002000', '093546.005000', '093546.014000', '093546.016000', '093546.019000', '093546.022000', '093546.024000', '093546.027000', '093546.029000', '093546.032000', '093546.034000', '093546.037000', '093546.039000', '093605.869000', '093605.872000', '093605.875000', '093605.877000', '093605.880000', '093605.882000', '093605.885000', '093605.888000', '093605.896000', '093605.898000', '093605.901000', '093605.903000', '093605.906000', '093605.909000', '093605.911000', '093605.914000', '093605.916000', '093605.919000', '093605.921000', '093605.924000', '093605.926000', '093605.929000', '093605.931000', '093605.934000', '093605.936000', '093605.939000', '093605.941000', '093605.944000', '093605.947000', '093605.960000', '093605.963000', '093605.966000', '093605.968000', '093605.971000', '093605.973000', '093605.976000', '093605.978000', '093605.981000', '093605.983000', '093605.986000', '093605.988000', '093605.991000', '093605.994000', '093625.868000', '093625.871000', '093625.874000', '093625.876000', '093625.879000', '093625.882000', '093625.884000', '093625.887000', '093625.889000', '093625.892000', '093625.894000', '093625.897000', '093625.900000', '093625.902000', '093625.905000', '093625.908000', '093625.910000', '093625.913000', '093625.915000', '093625.918000', '093625.920000', '093625.923000', '093625.926000', '093625.928000', '093625.931000', '093625.933000', '093625.936000', '093625.938000', '093625.941000', '093625.943000', '093625.946000', '093625.949000', '093625.951000', '093625.960000', '093625.963000', '093625.966000', '093625.968000', '093625.971000', '093625.973000', '093625.976000', '093625.978000', '093625.981000', '093625.983000', '093625.986000', '093645.868000', '093645.871000', '093645.874000', '093645.876000', '093645.879000', '093645.881000', '093645.884000', '093645.887000', '093645.889000', '093645.892000', '093645.894000', '093645.897000', '093645.899000', '093645.902000', '093645.905000', '093645.907000', '093645.910000', '093645.912000', '093645.915000', '093645.918000', '093645.920000', '093645.923000', '093645.925000', '093645.928000', '093645.930000', '093645.933000', '093645.935000', '093645.938000', '093645.941000', '093645.943000', '093645.946000', '093645.948000', '093645.951000', '093645.953000', '093645.956000', '093645.958000', '093645.961000', '093645.964000', '093645.966000', '093645.969000', '093645.971000', '093645.974000', '093645.976000', '093705.869000', '093705.871000', '093705.874000', '093705.877000', '093705.879000', '093705.882000', '093705.884000', '093705.887000', '093705.890000', '093705.892000', '093705.895000', '093705.897000', '093705.900000', '093705.902000', '093705.905000', '093705.907000', '093705.910000', '093705.913000', '093705.940000', '093705.942000', '093705.945000', '093705.958000', '093705.961000', '093705.963000', '093705.966000', '093705.969000', '093705.971000', '093705.974000', '093705.976000', '093705.979000', '093705.981000', '093705.984000', '093705.987000', '093705.989000', '093705.992000', '093705.995000', '093705.997000', '093706.001000', '093706.004000', '093706.006000', '093706.009000', '093706.011000', '093706.014000', '093706.016000', '093725.868000', '093725.871000', '093725.874000', '093725.877000', '093725.879000', '093725.882000', '093725.884000', '093725.887000', '093725.890000', '093725.892000', '093725.895000', '093725.897000', '093725.900000', '093725.902000', '093725.915000', '093725.917000', '093725.920000', '093725.923000', '093725.925000', '093725.928000', '093725.930000', '093725.933000', '093725.935000', '093725.938000', '093725.941000', '093725.943000', '093725.946000', '093725.948000', '093725.951000', '093725.953000', '093725.956000', '093725.958000', '093725.961000', '093725.963000', '093725.966000', '093725.969000', '093725.971000', '093725.974000', '093725.976000', '093725.979000', '093725.981000', '093725.984000', '093725.986000', '093745.870000', '093745.872000', '093745.875000', '093745.878000', '093745.880000', '093745.883000', '093745.885000', '093745.888000', '093745.891000', '093745.893000', '093745.896000', '093745.898000', '093745.901000', '093745.903000', '093745.906000', '093745.909000', '093745.911000', '093745.914000', '093745.916000', '093745.919000', '093745.921000', '093745.924000', '093745.927000', '093745.929000', '093745.932000', '093745.934000', '093745.937000', '093745.939000', '093745.942000', '093745.944000', '093745.947000', '093745.950000', '093745.952000', '093745.955000', '093745.957000', '093745.960000', '093745.962000', '093745.965000', '093745.967000', '093745.970000', '093745.973000', '093745.975000', '093745.978000', '093745.980000', '093805.869000', '093805.872000', '093805.875000', '093805.877000', '093805.880000', '093805.883000', '093805.885000', '093805.888000', '093805.890000', '093805.893000', '093805.895000', '093805.898000', '093805.900000', '093805.903000', '093805.906000', '093805.908000', '093805.911000', '093805.913000', '093805.916000', '093805.919000', '093805.921000', '093805.924000', '093805.926000', '093805.929000', '093805.931000', '093805.934000', '093805.936000', '093805.939000', '093805.942000', '093805.944000', '093805.947000', '093805.949000', '093805.952000', '093805.954000', '093805.957000', '093805.960000', '093805.962000', '093805.965000', '093805.967000', '093805.970000', '093805.972000', '093805.975000', '093805.977000', '093825.869000', '093825.872000', '093825.875000', '093825.877000', '093825.880000', '093825.882000', '093825.885000', '093825.888000', '093825.890000', '093825.893000', '093825.896000', '093825.898000', '093825.901000', '093825.903000', '093825.906000', '093825.908000', '093825.911000', '093825.914000', '093825.916000', '093825.919000', '093825.921000', '093825.924000', '093825.926000', '093825.929000', '093825.932000', '093825.934000', '093825.937000', '093825.939000', '093825.942000', '093825.944000', '093825.947000', '093825.949000', '093825.952000', '093825.955000', '093825.957000', '093825.960000', '093825.962000', '093825.965000', '093825.967000', '093825.970000', '093825.972000', '093825.975000', '093825.978000', '093825.980000', '093845.868000', '093845.871000', '093845.874000', '093845.876000', '093845.879000', '093845.882000', '093845.884000', '093845.887000', '093845.889000', '093845.892000', '093845.894000', '093845.897000', '093845.900000', '093845.902000', '093845.905000', '093845.907000', '093845.910000', '093845.913000', '093845.915000', '093845.918000', '093845.920000', '093845.923000', '093845.925000', '093845.928000', '093845.931000', '093845.933000', '093845.936000', '093845.938000', '093845.941000', '093845.943000', '093845.946000', '093845.955000', '093845.957000', '093845.960000', '093845.962000', '093845.965000', '093845.967000', '093845.970000', '093845.973000', '093845.975000', '093845.978000', '093845.980000', '093845.983000', '093905.869000', '093905.872000', '093905.874000', '093905.877000', '093905.879000', '093905.882000', '093905.885000', '093905.887000', '093905.890000', '093905.893000', '093905.896000', '093905.899000', '093905.902000', '093905.904000', '093905.907000', '093905.910000', '093905.912000', '093905.915000', '093905.917000', '093905.920000', '093905.923000', '093905.925000', '093905.928000', '093905.930000', '093905.933000', '093905.935000', '093905.938000', '093905.941000', '093905.943000', '093905.946000', '093905.948000', '093905.951000', '093905.953000', '093905.956000', '093905.959000', '093905.961000', '093905.964000', '093905.966000', '093905.969000', '093905.971000', '093905.974000', '093905.977000', '093905.979000', '093925.868000', '093925.871000', '093925.874000', '093925.877000', '093925.879000', '093925.882000', '093925.884000', '093925.887000', '093925.890000', '093925.892000', '093925.895000', '093925.897000', '093925.900000', '093925.903000', '093925.905000', '093925.908000', '093925.911000', '093925.913000', '093925.916000', '093925.919000', '093925.921000', '093925.924000', '093925.926000', '093925.929000', '093925.931000', '093925.934000', '093925.937000', '093925.939000', '093925.942000', '093925.945000', '093925.947000', '093925.950000', '093925.952000', '093925.955000', '093925.958000', '093925.960000', '093925.963000', '093925.965000', '093925.968000', '093925.971000', '093925.973000', '093925.976000', '093925.978000', '093925.981000', '093945.869000', '093945.871000', '093945.874000', '093945.876000', '093945.879000', '093945.882000', '093945.884000', '093945.887000', '093945.889000', '093945.892000', '093945.894000', '093945.897000', '093945.900000', '093945.902000', '093945.905000', '093945.907000', '093945.910000', '093945.912000', '093945.915000', '093945.918000', '093945.920000', '093945.923000', '093945.925000', '093945.928000', '093945.931000', '093945.933000', '093945.936000', '093945.938000', '093945.941000', '093945.944000', '093945.946000', '093945.949000', '093945.951000', '093945.954000', '093945.957000', '093945.959000', '093945.962000', '093945.964000', '093945.967000', '093945.970000', '093945.972000', '093945.975000', '093945.977000', '093945.980000', '094005.870000', '094005.872000', '094005.875000', '094005.877000', '094005.880000', '094005.883000', '094005.885000', '094005.888000', '094005.890000', '094005.893000', '094005.895000', '094005.898000', '094005.901000', '094005.903000', '094005.906000', '094005.908000', '094005.911000', '094005.913000', '094005.916000', '094005.918000', '094005.921000', '094005.924000', '094005.926000', '094005.929000', '094005.943000', '094005.946000', '094005.948000', '094005.951000', '094005.954000', '094005.956000', '094005.959000', '094005.961000', '094005.964000', '094005.967000', '094005.969000', '094005.972000', '094005.974000', '094005.977000', '094005.979000', '094005.982000', '094005.985000', '094005.987000', '094005.990000', '094025.869000', '094025.872000', '094025.875000', '094025.877000', '094025.880000', '094025.883000', '094025.885000', '094025.888000', '094025.890000', '094025.893000', '094025.895000', '094025.898000', '094025.901000', '094025.903000', '094025.906000', '094025.909000', '094025.912000', '094025.914000', '094025.917000', '094025.920000', '094025.922000', '094025.925000', '094025.928000', '094025.930000', '094025.933000', '094025.935000', '094025.938000', '094025.940000', '094025.943000', '094025.946000', '094025.948000', '094025.951000', '094025.953000', '094025.956000', '094025.958000', '094025.961000', '094025.964000', '094025.966000', '094025.969000', '094025.971000', '094025.974000', '094025.977000', '094025.979000', '094025.982000', '094045.869000', '094045.872000', '094045.875000', '094045.878000', '094045.880000', '094045.883000', '094045.885000', '094045.888000', '094045.891000', '094045.893000', '094045.896000', '094045.898000', '094045.901000', '094045.903000', '094045.906000', '094045.909000', '094045.911000', '094045.914000', '094045.916000', '094045.919000', '094045.921000', '094045.924000', '094045.926000', '094045.929000', '094045.932000', '094045.934000', '094045.937000', '094045.939000', '094045.942000', '094045.944000', '094045.947000', '094045.949000', '094045.952000', '094045.955000', '094045.957000', '094045.960000', '094045.962000', '094045.965000', '094045.968000', '094045.970000', '094045.973000', '094045.984000', '094045.986000', '094105.868000', '094105.871000', '094105.874000', '094105.876000', '094105.879000', '094105.882000', '094105.884000', '094105.887000', '094105.890000', '094105.892000', '094105.895000', '094105.898000', '094105.900000', '094105.903000', '094105.905000', '094105.908000', '094105.910000', '094105.913000', '094105.916000', '094105.918000', '094105.921000', '094105.923000', '094105.926000', '094105.928000', '094105.931000', '094105.934000', '094105.936000', '094105.939000', '094105.941000', '094105.944000', '094105.946000', '094105.949000', '094105.952000', '094105.954000', '094105.957000', '094105.959000', '094105.962000', '094105.964000', '094105.967000', '094105.970000', '094105.972000', '094105.975000', '094105.977000', '094125.869000', '094125.871000', '094125.874000', '094125.877000', '094125.879000', '094125.882000', '094125.884000', '094125.887000', '094125.890000', '094125.892000', '094125.895000', '094125.897000', '094125.900000', '094125.902000', '094125.905000', '094125.908000', '094125.910000', '094125.913000', '094125.915000', '094125.918000', '094125.921000', '094125.923000', '094125.926000', '094125.928000', '094125.931000', '094125.934000', '094125.936000', '094125.939000', '094125.941000', '094125.944000', '094125.946000', '094125.949000', '094125.952000', '094125.954000', '094125.957000', '094125.959000', '094125.963000', '094125.966000', '094125.968000', '094125.971000', '094125.974000', '094125.976000', '094125.979000', '094125.981000', '094145.868000', '094145.884000', '094145.887000', '094145.889000', '094145.892000', '094145.895000', '094145.897000', '094145.900000', '094145.902000', '094145.905000', '094145.908000', '094145.910000', '094145.913000', '094145.915000', '094145.918000', '094145.920000', '094145.923000', '094145.925000', '094145.928000', '094145.931000', '094145.933000', '094145.936000', '094145.938000', '094145.941000', '094145.944000', '094145.947000', '094145.950000', '094145.953000', '094145.955000', '094145.958000', '094145.960000', '094145.963000', '094145.965000', '094145.968000', '094145.971000', '094145.973000', '094145.976000', '094145.978000', '094145.981000', '094145.983000', '094145.986000', '094145.989000', '094145.991000', '094204.298000', '094204.301000', '094204.304000', '094204.307000', '094204.309000', '094204.312000', '094204.315000', '094204.317000', '094204.320000', '094204.322000', '094204.325000', '094204.327000', '094204.330000', '094204.333000', '094204.335000', '094204.338000', '094204.340000', '094204.343000', '094204.346000', '094204.348000', '094204.351000', '094204.353000', '094204.356000', '094204.358000', '094204.361000', '094204.364000', '094204.366000', '094204.369000', '094204.371000', '094204.374000', '094204.377000', '094204.381000', '094204.384000', '094204.387000', '094204.389000', '094204.392000', '094204.394000', '094204.398000', '094204.400000', '094204.403000', '094204.406000'], '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': [10957, 11091, 11407, 12820, 11667, 10250, 11010, 8751, 11121, 8429, 11704, 8227, 11023, 7968, 10691, 8515, 10418, 9374, 10897, 8132, 8946, 8531, 8540, 10371, 8790, 11096, 7778, 10835, 8377, 11339, 9343, 11352, 9124, 11326, 9166, 11352, 9853, 11557, 9338, 11103, 9000, 11331, 9367, 11651, 9542, 11561, 8627, 11156, 9013, 11153, 9396, 11371, 8786, 9209, 8878, 8381, 10956, 8603, 11139, 7893, 11360, 9279, 11502, 10129, 11710, 9881, 11585, 9540, 11919, 9755, 11505, 9246, 11098, 8648, 11021, 9010, 11676, 9191, 9160, 9082, 7719, 10692, 8610, 11562, 8071, 11286, 8593, 11565, 9858, 11522, 9571, 11238, 8997, 11635, 10116, 10782, 10796, 7998, 11061, 8766, 11308, 8286, 11446, 9259, 11474, 8965, 11523, 9492, 11697, 9982, 11645, 9411, 11332, 8785, 11621, 9972, 10832, 9507, 9961, 9774, 8476, 11023, 8470, 11695, 8190, 11391, 7685, 11314, 9572, 11470, 9748, 11641, 8992, 9961, 9693, 8626, 11067, 9245, 11543, 8184, 11181, 8988, 11472, 9663, 11727, 9660, 11444, 9262, 11827, 9420, 11536, 9847, 8090, 10321, 7985, 11038, 8751, 11658, 8208, 11445, 8993, 11432, 9614, 11933, 9831, 11136, 9033, 10130, 10088, 9875, 11296, 11694, 11480, 11254, 11417, 8890, 10793, 9662, 10604, 12655, 10100, 11590, 9632, 10736, 9507, 11414, 9507, 10445, 9265, 9600, 8890, 11409, 9287, 11734, 9850, 11456, 9161, 11227, 9197, 11426, 9781, 11250, 9086, 11339, 8821, 10847, 8592, 11090, 9222, 12159, 8886, 8684, 10204, 8358, 11342, 7916, 11825, 8523, 11959, 9248, 12567, 13561, 11803, 16660, 11135, 12775, 9782, 11441, 8980, 11364, 9439, 10474, 9097, 10682, 7605, 10428, 7616, 9551, 9173, 9694, 10481, 9537, 9825, 9858, 9517, 9182, 9322, 9747, 11925, 9607, 11184, 9765, 11427, 9368, 11306, 8785, 11221, 8678, 11498, 8393, 11601, 9597, 10387, 13173, 9454, 12274, 9456, 11425, 8925, 11331, 8798, 10919, 9450, 11590, 9189, 11319, 9124, 11496, 9307, 11507, 9628, 11725, 9339, 11179, 9252, 11405, 9847, 12111, 9251, 11739, 8680, 11527, 9848, 11440, 9480, 11298, 8823, 11622, 8994, 11645, 9119, 11842, 8917, 11676, 8966, 11557, 9682, 11635, 9351, 11250, 8854, 11222, 9186, 11414, 9617, 11208, 8994, 11154, 8916, 11426, 9533, 11712, 9017, 10996, 8683, 11196, 9322, 11486, 9302, 10482, 9120, 11211, 9650, 11927, 10006, 12995, 9756, 11381, 9292, 11443, 10264, 11609, 10172, 11896, 8780, 11935, 9031, 11614, 10536, 11302, 9572, 11592, 9191, 11607, 9670, 11958, 9417, 11086, 8859, 11333, 9278, 10476, 9178, 9719, 9393, 11033, 9701, 12109, 10043, 11704, 9464, 12180, 9187, 11561, 9482, 11642, 9569, 11407, 9176, 11355, 8738, 11343, 9801, 12000, 9698, 11420, 9077, 11397, 9662, 11456, 9633, 11656, 9644, 11572, 9311, 11350, 9633, 11501, 9902, 11764, 9924, 11673, 9583, 11513, 8806, 11534, 8454, 11604, 9047, 12123, 8748, 11512, 7549, 10864, 7999, 11186, 8136, 11606, 8717, 11986, 7959, 11102, 8121, 10879, 8284, 11632, 8580, 11263, 8923, 10413, 8381, 11107, 8684, 11115, 11127, 11040, 12869, 10129, 11825, 9521, 11807, 9655, 11823, 10047, 11629, 9119, 10953, 8706, 10761, 9320, 11617, 8865, 11093, 8919, 11082, 9106, 11584, 9321, 11610, 8178, 11605, 9261, 11826, 14283, 10826, 13718, 9625, 11526, 9801, 11448, 9864, 11214, 8788, 10803, 7964, 11145, 7737, 11809, 8329, 11514, 8820, 10762, 8389, 10893, 11364, 9920, 11991, 9370, 11337, 9264, 11471, 9553, 11567, 8699, 11203, 8181, 11201, 8145, 11789, 8817, 11453, 7919, 11377, 7998, 11587, 8699, 12039, 8957, 11519, 8748, 11588, 8639, 11637, 8849, 11921, 9067, 11369, 9038, 11368, 9217, 11791, 9566, 11534, 9413, 11402, 9004, 11740, 9510, 11868, 9423, 11745, 8693, 11483, 8658, 11854, 8962, 11283, 8813, 11091, 8759, 11894, 9624, 11394, 8541, 10754, 9384, 10925, 9705, 11649, 9913, 6910, 10236, 7167, 10765, 8781, 10882, 8532, 11378, 9649, 11051, 12132, 10359, 12439, 10224, 12792, 8927, 11962, 11402, 11707, 14859, 10725, 12113, 9216, 11919, 9341, 11542, 9347, 11346, 9332, 10778, 9282, 11121, 8726, 10014, 8456, 10740, 8948, 11647, 9612, 11646, 9005, 11415, 9143, 11008, 9188, 11244, 9101, 11415, 8836, 11379, 8409, 11425, 8638, 11603, 8199, 11210, 8552, 11358, 8310, 11837, 8429, 11351, 7975, 11138, 8281, 11480, 8810, 10880, 10049, 10024, 12213, 9959, 11722, 9465, 11660, 8969, 11174, 9624, 11060, 9688, 10700, 9200, 11488, 9523, 11913, 10129, 11821, 9918, 11500, 9021, 11545, 9087, 12049, 8720, 11449, 8027, 11184, 8174, 11950, 8512, 11760, 8736, 11365, 7887, 11891, 9781, 11792, 10993, 10749, 12147, 9528, 12436, 9848, 11605, 9480, 11302, 8781, 11373, 9354, 11558, 9608, 11919, 9272, 11562, 8989, 11459, 9503, 11684, 9394, 11187, 8776, 10798, 9277, 12028, 10061, 12438, 10168, 12059, 9439, 11691, 9151, 11926, 9641, 12283, 9783, 11408, 8838, 11227, 8979, 11379, 9486, 11897, 9227, 11550, 8868, 11743, 9552, 11825, 10237, 12838, 9948, 12123, 9564, 11674, 9557, 11804, 9927, 12026, 9340, 11188, 8831, 11570, 8622, 12297, 8500, 11744, 8621, 10834, 8290, 11450, 8489, 11494, 8003, 10762, 8102, 11167, 9824, 10983, 10620, 9874, 12178, 9322, 11513, 9938, 11900, 9613, 11709, 8930, 11290, 8511, 11652, 9058, 12213, 8693, 11291, 8414, 11283, 8346, 12074, 8730, 11664, 7989, 11548, 8437, 11868, 8134, 12019, 8464, 11343, 8164, 11642, 8086, 12263, 8333, 11548, 8315, 11040, 8373, 11735, 8448, 12195, 8799, 11863, 8747, 11912, 8167, 12193, 8751, 12167, 7911, 10720, 8310, 11459, 8166, 11991, 8311, 11363, 7961, 11592, 8558, 11898, 8482, 11930, 8109, 11182, 7973, 11205, 9778, 11098, 9076, 10999, 9029, 10247, 9499, 10327, 10576, 10619, 9991, 9787, 10091, 9320, 11746, 9756, 11845, 9852, 11654, 9246, 11965, 9578, 11896, 9860, 12419, 9080, 11437, 8802, 11534, 8518, 11878, 9118, 11896, 8456, 11750, 7944, 11690, 8305, 11985, 9045, 11888, 9513, 10585, 9792, 9909, 9425, 10881, 9168, 9867, 8832, 9614, 9210, 11089, 9591, 11386, 8162, 10250, 8551, 11272, 9712, 11517, 12190, 11688, 8365, 7532], 'WindowCenter': [4199.0, 4181.0, 4171.0, 4179.0, 4167.0, 4145.0, 4143.0, 4120.0, 4154.0, 4124.0, 4165.0, 4122.0, 4139.0, 4122.0, 4142.0, 4121.0, 4143.0, 4147.0, 4156.0, 4137.0, 4141.0, 4147.0, 4147.0, 4169.0, 4147.0, 4169.0, 4126.0, 4169.0, 4134.0, 4168.0, 4144.0, 4167.0, 4146.0, 4156.0, 4146.0, 4156.0, 4148.0, 4154.0, 4134.0, 4144.0, 4131.0, 4143.0, 4134.0, 4152.0, 4133.0, 4142.0, 4119.0, 4141.0, 4122.0, 4139.0, 4135.0, 4152.0, 4134.0, 4143.0, 4146.0, 4136.0, 4167.0, 4146.0, 4168.0, 4138.0, 4178.0, 4159.0, 4180.0, 4173.0, 4182.0, 4158.0, 4168.0, 4147.0, 4155.0, 4145.0, 4158.0, 4133.0, 4155.0, 4137.0, 4154.0, 4145.0, 4165.0, 4145.0, 4146.0, 4133.0, 4123.0, 4157.0, 4145.0, 4168.0, 4136.0, 4169.0, 4146.0, 4165.0, 4161.0, 4168.0, 4159.0, 4169.0, 4148.0, 4169.0, 4160.0, 4168.0, 4169.0, 4136.0, 4167.0, 4136.0, 4156.0, 4135.0, 4168.0, 4144.0, 4155.0, 4134.0, 4155.0, 4132.0, 4166.0, 4161.0, 4167.0, 4146.0, 4157.0, 4134.0, 4155.0, 4148.0, 4156.0, 4147.0, 4145.0, 4144.0, 4123.0, 4155.0, 4124.0, 4166.0, 4134.0, 4166.0, 4127.0, 4169.0, 4146.0, 4158.0, 4146.0, 4156.0, 4137.0, 4144.0, 4145.0, 4135.0, 4157.0, 4134.0, 4168.0, 4137.0, 4157.0, 4135.0, 4168.0, 4145.0, 4168.0, 4145.0, 4157.0, 4136.0, 4157.0, 4160.0, 4168.0, 4147.0, 4125.0, 4157.0, 4124.0, 4158.0, 4136.0, 4171.0, 4136.0, 4169.0, 4148.0, 4157.0, 4145.0, 4169.0, 4158.0, 4157.0, 4137.0, 4156.0, 4158.0, 4143.0, 4156.0, 4166.0, 4169.0, 4156.0, 4157.0, 4135.0, 4156.0, 4132.0, 4144.0, 4165.0, 4145.0, 4155.0, 4146.0, 4154.0, 4143.0, 4153.0, 4146.0, 4146.0, 4133.0, 4145.0, 4135.0, 4155.0, 4145.0, 4168.0, 4145.0, 4157.0, 4147.0, 4156.0, 4147.0, 4155.0, 4146.0, 4155.0, 4135.0, 4155.0, 4135.0, 4169.0, 4151.0, 4165.0, 4147.0, 4168.0, 4146.0, 4133.0, 4160.0, 4147.0, 4170.0, 4139.0, 4181.0, 4151.0, 4182.0, 4149.0, 4180.0, 4178.0, 4165.0, 4185.0, 4142.0, 4142.0, 4120.0, 4128.0, 4107.0, 4127.0, 4105.0, 4116.0, 4104.0, 4116.0, 4085.0, 4128.0, 4096.0, 4116.0, 4130.0, 4132.0, 4144.0, 4135.0, 4144.0, 4145.0, 4143.0, 4148.0, 4143.0, 4146.0, 4165.0, 4147.0, 4169.0, 4160.0, 4167.0, 4147.0, 4157.0, 4134.0, 4157.0, 4136.0, 4156.0, 4123.0, 4155.0, 4132.0, 4145.0, 4162.0, 4133.0, 4153.0, 4146.0, 4156.0, 4136.0, 4154.0, 4136.0, 4155.0, 4144.0, 4156.0, 4146.0, 4168.0, 4147.0, 4167.0, 4146.0, 4168.0, 4147.0, 4167.0, 4147.0, 4156.0, 4145.0, 4159.0, 4158.0, 4168.0, 4148.0, 4157.0, 4134.0, 4156.0, 4156.0, 4153.0, 4146.0, 4156.0, 4134.0, 4155.0, 4134.0, 4155.0, 4134.0, 4153.0, 4134.0, 4153.0, 4134.0, 4153.0, 4147.0, 4143.0, 4131.0, 4141.0, 4121.0, 4143.0, 4132.0, 4152.0, 4131.0, 4141.0, 4132.0, 4153.0, 4132.0, 4154.0, 4146.0, 4165.0, 4135.0, 4156.0, 4135.0, 4156.0, 4147.0, 4169.0, 4148.0, 4158.0, 4146.0, 4158.0, 4147.0, 4157.0, 4147.0, 4165.0, 4146.0, 4155.0, 4134.0, 4155.0, 4146.0, 4156.0, 4146.0, 4155.0, 4137.0, 4154.0, 4134.0, 4154.0, 4146.0, 4153.0, 4133.0, 4154.0, 4132.0, 4155.0, 4146.0, 4168.0, 4147.0, 4152.0, 4146.0, 4156.0, 4143.0, 4156.0, 4145.0, 4147.0, 4144.0, 4156.0, 4147.0, 4166.0, 4156.0, 4156.0, 4144.0, 4153.0, 4134.0, 4155.0, 4132.0, 4144.0, 4131.0, 4141.0, 4130.0, 4141.0, 4122.0, 4142.0, 4144.0, 4154.0, 4133.0, 4153.0, 4136.0, 4153.0, 4144.0, 4155.0, 4145.0, 4166.0, 4146.0, 4165.0, 4146.0, 4157.0, 4144.0, 4156.0, 4146.0, 4156.0, 4132.0, 4154.0, 4132.0, 4142.0, 4122.0, 4141.0, 4109.0, 4155.0, 4122.0, 4153.0, 4123.0, 4154.0, 4112.0, 4155.0, 4120.0, 4154.0, 4123.0, 4166.0, 4137.0, 4168.0, 4125.0, 4168.0, 4123.0, 4159.0, 4137.0, 4169.0, 4134.0, 4169.0, 4149.0, 4159.0, 4136.0, 4167.0, 4135.0, 4169.0, 4157.0, 4168.0, 4164.0, 4143.0, 4154.0, 4134.0, 4155.0, 4133.0, 4154.0, 4143.0, 4143.0, 4122.0, 4140.0, 4121.0, 4155.0, 4135.0, 4168.0, 4146.0, 4167.0, 4147.0, 4166.0, 4148.0, 4180.0, 4148.0, 4170.0, 4135.0, 4167.0, 4145.0, 4166.0, 4174.0, 4157.0, 4176.0, 4143.0, 4153.0, 4133.0, 4155.0, 4133.0, 4141.0, 4120.0, 4141.0, 4110.0, 4154.0, 4113.0, 4166.0, 4123.0, 4155.0, 4132.0, 4153.0, 4122.0, 4144.0, 4155.0, 4144.0, 4153.0, 4132.0, 4141.0, 4131.0, 4142.0, 4134.0, 4153.0, 4121.0, 4141.0, 4121.0, 4154.0, 4123.0, 4164.0, 4131.0, 4154.0, 4122.0, 4153.0, 4123.0, 4154.0, 4123.0, 4154.0, 4131.0, 4151.0, 4123.0, 4153.0, 4122.0, 4152.0, 4146.0, 4166.0, 4135.0, 4154.0, 4134.0, 4155.0, 4133.0, 4165.0, 4143.0, 4154.0, 4133.0, 4154.0, 4135.0, 4154.0, 4133.0, 4152.0, 4131.0, 4139.0, 4120.0, 4141.0, 4121.0, 4151.0, 4119.0, 4139.0, 4120.0, 4142.0, 4121.0, 4154.0, 4143.0, 4168.0, 4137.0, 4158.0, 4148.0, 4159.0, 4150.0, 4170.0, 4148.0, 4112.0, 4157.0, 4110.0, 4156.0, 4133.0, 4168.0, 4147.0, 4181.0, 4159.0, 4180.0, 4165.0, 4157.0, 4154.0, 4142.0, 4151.0, 4118.0, 4139.0, 4126.0, 4127.0, 4148.0, 4116.0, 4123.0, 4104.0, 4111.0, 4103.0, 4111.0, 4102.0, 4125.0, 4118.0, 4127.0, 4105.0, 4126.0, 4106.0, 4115.0, 4116.0, 4140.0, 4132.0, 4164.0, 4158.0, 4167.0, 4145.0, 4165.0, 4144.0, 4156.0, 4147.0, 4167.0, 4145.0, 4155.0, 4134.0, 4167.0, 4134.0, 4168.0, 4134.0, 4155.0, 4122.0, 4155.0, 4133.0, 4154.0, 4124.0, 4163.0, 4123.0, 4154.0, 4122.0, 4156.0, 4124.0, 4166.0, 4134.0, 4155.0, 4143.0, 4144.0, 4154.0, 4145.0, 4153.0, 4145.0, 4154.0, 4135.0, 4154.0, 4146.0, 4155.0, 4145.0, 4155.0, 4145.0, 4155.0, 4145.0, 4167.0, 4156.0, 4167.0, 4154.0, 4165.0, 4133.0, 4155.0, 4134.0, 4166.0, 4134.0, 4165.0, 4125.0, 4168.0, 4135.0, 4167.0, 4133.0, 4166.0, 4133.0, 4166.0, 4125.0, 4166.0, 4144.0, 4165.0, 4142.0, 4144.0, 4153.0, 4133.0, 4152.0, 4141.0, 4141.0, 4129.0, 4140.0, 4120.0, 4153.0, 4134.0, 4153.0, 4144.0, 4152.0, 4132.0, 4152.0, 4133.0, 4154.0, 4144.0, 4156.0, 4137.0, 4145.0, 4136.0, 4159.0, 4136.0, 4168.0, 4158.0, 4167.0, 4156.0, 4178.0, 4146.0, 4165.0, 4143.0, 4165.0, 4146.0, 4166.0, 4146.0, 4167.0, 4146.0, 4156.0, 4146.0, 4168.0, 4147.0, 4166.0, 4145.0, 4156.0, 4135.0, 4167.0, 4147.0, 4168.0, 4158.0, 4167.0, 4146.0, 4153.0, 4133.0, 4143.0, 4132.0, 4143.0, 4132.0, 4153.0, 4121.0, 4140.0, 4121.0, 4153.0, 4121.0, 4153.0, 4120.0, 4152.0, 4121.0, 4143.0, 4122.0, 4155.0, 4122.0, 4155.0, 4112.0, 4145.0, 4123.0, 4155.0, 4143.0, 4155.0, 4141.0, 4141.0, 4151.0, 4133.0, 4152.0, 4131.0, 4152.0, 4131.0, 4141.0, 4119.0, 4141.0, 4120.0, 4152.0, 4134.0, 4167.0, 4123.0, 4153.0, 4122.0, 4154.0, 4124.0, 4166.0, 4134.0, 4166.0, 4124.0, 4166.0, 4133.0, 4166.0, 4124.0, 4166.0, 4125.0, 4156.0, 4121.0, 4156.0, 4123.0, 4168.0, 4136.0, 4166.0, 4134.0, 4154.0, 4135.0, 4167.0, 4135.0, 4165.0, 4133.0, 4165.0, 4132.0, 4165.0, 4135.0, 4165.0, 4135.0, 4165.0, 4124.0, 4144.0, 4121.0, 4153.0, 4123.0, 4154.0, 4123.0, 4153.0, 4121.0, 4153.0, 4123.0, 4153.0, 4123.0, 4153.0, 4112.0, 4143.0, 4109.0, 4143.0, 4131.0, 4143.0, 4120.0, 4142.0, 4118.0, 4132.0, 4131.0, 4144.0, 4143.0, 4143.0, 4141.0, 4143.0, 4142.0, 4132.0, 4154.0, 4144.0, 4153.0, 4144.0, 4154.0, 4133.0, 4154.0, 4132.0, 4153.0, 4145.0, 4165.0, 4134.0, 4151.0, 4135.0, 4153.0, 4133.0, 4166.0, 4135.0, 4166.0, 4135.0, 4166.0, 4123.0, 4166.0, 4123.0, 4166.0, 4135.0, 4156.0, 4131.0, 4144.0, 4144.0, 4145.0, 4146.0, 4155.0, 4135.0, 4146.0, 4136.0, 4147.0, 4146.0, 4169.0, 4157.0, 4178.0, 4149.0, 4172.0, 4150.0, 4180.0, 4163.0, 4172.0, 4169.0, 4159.0, 4125.0, 4124.0], 'WindowWidth': [9310.0, 9272.0, 9257.0, 9263.0, 9244.0, 9209.0, 9204.0, 9168.0, 9219.0, 9177.0, 9237.0, 9173.0, 9196.0, 9173.0, 9200.0, 9173.0, 9204.0, 9218.0, 9228.0, 9205.0, 9206.0, 9219.0, 9218.0, 9253.0, 9219.0, 9249.0, 9190.0, 9249.0, 9198.0, 9250.0, 9211.0, 9243.0, 9214.0, 9228.0, 9214.0, 9227.0, 9217.0, 9222.0, 9194.0, 9206.0, 9187.0, 9204.0, 9194.0, 9215.0, 9190.0, 9201.0, 9167.0, 9196.0, 9172.0, 9193.0, 9194.0, 9214.0, 9194.0, 9208.0, 9216.0, 9201.0, 9246.0, 9217.0, 9248.0, 9209.0, 9264.0, 9237.0, 9266.0, 9260.0, 9272.0, 9234.0, 9248.0, 9217.0, 9227.0, 9213.0, 9231.0, 9195.0, 9225.0, 9202.0, 9222.0, 9212.0, 9240.0, 9211.0, 9214.0, 9194.0, 9180.0, 9231.0, 9213.0, 9248.0, 9204.0, 9251.0, 9215.0, 9241.0, 9242.0, 9247.0, 9237.0, 9248.0, 9220.0, 9247.0, 9238.0, 9249.0, 9249.0, 9203.0, 9245.0, 9200.0, 9229.0, 9199.0, 9248.0, 9209.0, 9226.0, 9195.0, 9223.0, 9190.0, 9242.0, 9241.0, 9243.0, 9215.0, 9229.0, 9197.0, 9224.0, 9218.0, 9228.0, 9216.0, 9212.0, 9209.0, 9180.0, 9224.0, 9181.0, 9240.0, 9196.0, 9240.0, 9192.0, 9250.0, 9214.0, 9230.0, 9214.0, 9227.0, 9201.0, 9208.0, 9210.0, 9195.0, 9229.0, 9194.0, 9244.0, 9202.0, 9230.0, 9197.0, 9245.0, 9213.0, 9246.0, 9212.0, 9228.0, 9200.0, 9229.0, 9241.0, 9248.0, 9217.0, 9186.0, 9230.0, 9181.0, 9232.0, 9200.0, 9254.0, 9200.0, 9249.0, 9217.0, 9229.0, 9213.0, 9247.0, 9235.0, 9230.0, 9204.0, 9227.0, 9233.0, 9207.0, 9227.0, 9238.0, 9248.0, 9224.0, 9228.0, 9195.0, 9226.0, 9187.0, 9207.0, 9235.0, 9212.0, 9224.0, 9213.0, 9221.0, 9205.0, 9219.0, 9212.0, 9211.0, 9193.0, 9209.0, 9198.0, 9225.0, 9211.0, 9245.0, 9213.0, 9230.0, 9215.0, 9225.0, 9215.0, 9225.0, 9215.0, 9223.0, 9198.0, 9224.0, 9197.0, 9251.0, 9231.0, 9244.0, 9217.0, 9245.0, 9215.0, 9194.0, 9236.0, 9220.0, 9254.0, 9210.0, 9270.0, 9228.0, 9274.0, 9223.0, 9268.0, 9259.0, 9240.0, 9262.0, 9200.0, 9201.0, 9164.0, 9176.0, 9140.0, 9169.0, 9135.0, 9153.0, 9134.0, 9154.0, 9109.0, 9170.0, 9129.0, 9159.0, 9182.0, 9189.0, 9205.0, 9196.0, 9208.0, 9211.0, 9209.0, 9218.0, 9207.0, 9214.0, 9238.0, 9216.0, 9250.0, 9238.0, 9245.0, 9218.0, 9229.0, 9194.0, 9228.0, 9197.0, 9227.0, 9178.0, 9224.0, 9187.0, 9207.0, 9227.0, 9189.0, 9217.0, 9213.0, 9227.0, 9200.0, 9219.0, 9199.0, 9221.0, 9209.0, 9226.0, 9213.0, 9245.0, 9218.0, 9244.0, 9215.0, 9248.0, 9219.0, 9245.0, 9219.0, 9228.0, 9213.0, 9234.0, 9234.0, 9246.0, 9218.0, 9228.0, 9195.0, 9228.0, 9229.0, 9221.0, 9212.0, 9225.0, 9193.0, 9223.0, 9195.0, 9223.0, 9193.0, 9219.0, 9194.0, 9218.0, 9193.0, 9218.0, 9215.0, 9202.0, 9185.0, 9197.0, 9171.0, 9203.0, 9186.0, 9214.0, 9186.0, 9199.0, 9190.0, 9217.0, 9189.0, 9220.0, 9214.0, 9237.0, 9200.0, 9226.0, 9198.0, 9227.0, 9217.0, 9248.0, 9221.0, 9232.0, 9215.0, 9231.0, 9216.0, 9229.0, 9215.0, 9236.0, 9213.0, 9224.0, 9193.0, 9223.0, 9212.0, 9225.0, 9211.0, 9223.0, 9204.0, 9220.0, 9191.0, 9219.0, 9212.0, 9217.0, 9190.0, 9218.0, 9188.0, 9223.0, 9216.0, 9249.0, 9215.0, 9219.0, 9214.0, 9227.0, 9208.0, 9227.0, 9211.0, 9218.0, 9212.0, 9229.0, 9217.0, 9241.0, 9230.0, 9226.0, 9208.0, 9221.0, 9193.0, 9223.0, 9188.0, 9205.0, 9184.0, 9199.0, 9183.0, 9197.0, 9173.0, 9199.0, 9206.0, 9219.0, 9192.0, 9218.0, 9198.0, 9217.0, 9208.0, 9224.0, 9213.0, 9242.0, 9213.0, 9240.0, 9214.0, 9228.0, 9209.0, 9226.0, 9211.0, 9226.0, 9189.0, 9220.0, 9188.0, 9201.0, 9172.0, 9199.0, 9152.0, 9220.0, 9173.0, 9217.0, 9174.0, 9219.0, 9161.0, 9221.0, 9170.0, 9221.0, 9180.0, 9240.0, 9203.0, 9246.0, 9185.0, 9244.0, 9181.0, 9234.0, 9203.0, 9247.0, 9196.0, 9248.0, 9222.0, 9236.0, 9202.0, 9245.0, 9202.0, 9250.0, 9229.0, 9245.0, 9234.0, 9206.0, 9219.0, 9191.0, 9222.0, 9189.0, 9220.0, 9204.0, 9201.0, 9175.0, 9196.0, 9174.0, 9222.0, 9197.0, 9248.0, 9215.0, 9245.0, 9217.0, 9243.0, 9223.0, 9268.0, 9220.0, 9251.0, 9201.0, 9245.0, 9212.0, 9243.0, 9249.0, 9227.0, 9257.0, 9207.0, 9218.0, 9189.0, 9221.0, 9188.0, 9197.0, 9171.0, 9200.0, 9155.0, 9218.0, 9164.0, 9238.0, 9178.0, 9224.0, 9188.0, 9219.0, 9175.0, 9207.0, 9224.0, 9206.0, 9218.0, 9186.0, 9199.0, 9185.0, 9200.0, 9192.0, 9217.0, 9172.0, 9197.0, 9173.0, 9218.0, 9177.0, 9235.0, 9187.0, 9220.0, 9176.0, 9218.0, 9177.0, 9221.0, 9176.0, 9219.0, 9185.0, 9214.0, 9176.0, 9217.0, 9174.0, 9217.0, 9213.0, 9242.0, 9197.0, 9223.0, 9195.0, 9223.0, 9193.0, 9237.0, 9206.0, 9221.0, 9192.0, 9222.0, 9196.0, 9221.0, 9188.0, 9213.0, 9184.0, 9194.0, 9169.0, 9197.0, 9171.0, 9210.0, 9167.0, 9193.0, 9169.0, 9201.0, 9174.0, 9221.0, 9206.0, 9245.0, 9202.0, 9233.0, 9222.0, 9235.0, 9225.0, 9253.0, 9216.0, 9164.0, 9231.0, 9157.0, 9226.0, 9196.0, 9248.0, 9221.0, 9271.0, 9238.0, 9268.0, 9243.0, 9228.0, 9223.0, 9200.0, 9214.0, 9160.0, 9194.0, 9168.0, 9171.0, 9196.0, 9152.0, 9158.0, 9132.0, 9142.0, 9129.0, 9139.0, 9129.0, 9165.0, 9161.0, 9170.0, 9139.0, 9169.0, 9145.0, 9156.0, 9160.0, 9196.0, 9192.0, 9237.0, 9236.0, 9244.0, 9214.0, 9241.0, 9212.0, 9228.0, 9217.0, 9244.0, 9212.0, 9224.0, 9196.0, 9242.0, 9197.0, 9246.0, 9197.0, 9224.0, 9177.0, 9223.0, 9191.0, 9222.0, 9180.0, 9234.0, 9178.0, 9223.0, 9175.0, 9227.0, 9181.0, 9241.0, 9194.0, 9223.0, 9206.0, 9208.0, 9222.0, 9211.0, 9219.0, 9211.0, 9221.0, 9197.0, 9223.0, 9213.0, 9225.0, 9212.0, 9225.0, 9212.0, 9225.0, 9213.0, 9243.0, 9230.0, 9244.0, 9224.0, 9238.0, 9194.0, 9225.0, 9196.0, 9241.0, 9197.0, 9240.0, 9186.0, 9246.0, 9199.0, 9246.0, 9195.0, 9242.0, 9194.0, 9241.0, 9186.0, 9240.0, 9209.0, 9238.0, 9201.0, 9206.0, 9217.0, 9189.0, 9217.0, 9200.0, 9198.0, 9182.0, 9197.0, 9171.0, 9218.0, 9193.0, 9219.0, 9207.0, 9217.0, 9190.0, 9216.0, 9191.0, 9220.0, 9207.0, 9223.0, 9195.0, 9206.0, 9198.0, 9230.0, 9198.0, 9245.0, 9234.0, 9242.0, 9227.0, 9260.0, 9216.0, 9237.0, 9205.0, 9235.0, 9212.0, 9239.0, 9214.0, 9243.0, 9214.0, 9227.0, 9213.0, 9244.0, 9216.0, 9240.0, 9212.0, 9227.0, 9199.0, 9243.0, 9216.0, 9244.0, 9234.0, 9243.0, 9212.0, 9220.0, 9191.0, 9204.0, 9187.0, 9204.0, 9187.0, 9216.0, 9171.0, 9195.0, 9171.0, 9217.0, 9172.0, 9220.0, 9170.0, 9213.0, 9169.0, 9202.0, 9172.0, 9224.0, 9173.0, 9222.0, 9161.0, 9207.0, 9177.0, 9221.0, 9204.0, 9221.0, 9200.0, 9199.0, 9213.0, 9190.0, 9216.0, 9186.0, 9213.0, 9183.0, 9195.0, 9166.0, 9196.0, 9169.0, 9214.0, 9191.0, 9243.0, 9177.0, 9217.0, 9175.0, 9220.0, 9181.0, 9239.0, 9194.0, 9240.0, 9183.0, 9240.0, 9193.0, 9239.0, 9183.0, 9242.0, 9182.0, 9225.0, 9175.0, 9226.0, 9178.0, 9247.0, 9199.0, 9241.0, 9196.0, 9223.0, 9198.0, 9243.0, 9196.0, 9241.0, 9193.0, 9237.0, 9189.0, 9236.0, 9198.0, 9240.0, 9196.0, 9238.0, 9180.0, 9206.0, 9173.0, 9219.0, 9177.0, 9221.0, 9178.0, 9218.0, 9174.0, 9217.0, 9177.0, 9219.0, 9175.0, 9219.0, 9160.0, 9204.0, 9153.0, 9202.0, 9183.0, 9202.0, 9167.0, 9198.0, 9163.0, 9186.0, 9184.0, 9205.0, 9201.0, 9202.0, 9201.0, 9204.0, 9202.0, 9189.0, 9220.0, 9208.0, 9219.0, 9208.0, 9221.0, 9192.0, 9219.0, 9189.0, 9219.0, 9210.0, 9237.0, 9194.0, 9214.0, 9198.0, 9220.0, 9194.0, 9241.0, 9197.0, 9241.0, 9199.0, 9241.0, 9180.0, 9241.0, 9179.0, 9240.0, 9196.0, 9226.0, 9186.0, 9207.0, 9208.0, 9210.0, 9214.0, 9224.0, 9197.0, 9215.0, 9200.0, 9217.0, 9217.0, 9251.0, 9234.0, 9262.0, 9226.0, 9263.0, 9229.0, 9270.0, 9248.0, 9256.0, 9245.0, 9231.0, 9182.0, 9180.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.0008523279816513762</td></tr>
<tr><td colspan=3>aqi</td><td>0.01998115986238532</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.44533993871418</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3156956463490228</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0095548282204376</td></tr>
<tr><td colspan=3>efc</td><td>0.4914</td></tr>
<tr><td colspan=3>fber</td><td>5818.0532</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09731572374196425</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.160550458715596</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6284133340485054</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5534762118476557</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.895334203697126</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4364295866007346</td></tr>
<tr><td colspan=3>gcor</td><td>0.012008</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009304552339017391</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034044887870550156</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>3.8677469620090887</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>16.57</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.4012</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.9036</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297253.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1025.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.9813</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4892</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.0634</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3318.6482</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79291.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4354.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.7579</td></tr>
<tr><td colspan=3>tsnr</td><td>41.8060719659552</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>