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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-04/func/sub-0074_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>da159e17e187be146a742b36cdeb81f2</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>20:46:49.570000</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.996967, -0.0450047, 0.0634883, 0.0367314, 0.991358, 0.125941]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0979923</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>[4157, -7772, -7220, 591, -120, -213, -10, 56]</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>231.454</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8e92d03e-26df-41e6-b3cf-2a6d86d8a610||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.674790382385254, 0.09854762256145477, 0.18524044752120972, 101.73551940917969], [0.12074438482522964, 2.6597397327423096, 0.3327127993106842, -107.82709503173828], [0.1703345626592636, -0.33789026737213135, 2.673011064529419, -44.94767379760742], [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': ['204649.570000', '204650.030000', '204650.490000', '204650.950000', '204651.410000', '204651.870000', '204652.330000', '204652.790000', '204653.250000', '204653.710000', '204654.170000', '204654.630000', '204655.090000', '204655.550000', '204656.010000', '204656.470000', '204656.930000', '204657.390000', '204657.850000', '204658.310000', '204658.770000', '204659.230000', '204659.690000', '204700.150000', '204700.610000', '204701.070000', '204701.530000', '204701.990000', '204702.450000', '204702.910000', '204703.370000', '204703.830000', '204704.290000', '204704.750000', '204705.210000', '204705.670000', '204706.130000', '204706.590000', '204707.050000', '204707.510000', '204707.970000', '204708.430000', '204708.890000', '204709.350000', '204709.810000', '204710.270000', '204710.730000', '204711.190000', '204711.650000', '204712.110000', '204712.570000', '204713.030000', '204713.490000', '204713.950000', '204714.410000', '204714.870000', '204715.330000', '204715.790000', '204716.250000', '204716.710000', '204717.170000', '204717.630000', '204718.090000', '204718.550000', '204719.010000', '204719.470000', '204719.930000', '204720.390000', '204720.850000', '204721.310000', '204721.770000', '204722.230000', '204722.690000', '204723.150000', '204723.610000', '204724.070000', '204724.530000', '204724.990000', '204725.450000', '204725.910000', '204726.370000', '204726.830000', '204727.290000', '204727.750000', '204728.210000', '204728.670000', '204729.130000', '204729.590000', '204730.050000', '204730.510000', '204730.970000', '204731.430000', '204731.890000', '204732.350000', '204732.810000', '204733.270000', '204733.730000', '204734.190000', '204734.650000', '204735.110000', '204735.570000', '204736.030000', '204736.490000', '204736.950000', '204737.410000', '204737.870000', '204738.330000', '204738.790000', '204739.250000', '204739.710000', '204740.170000', '204740.630000', '204741.090000', '204741.550000', '204742.010000', '204742.470000', '204742.930000', '204743.390000', '204743.850000', '204744.310000', '204744.770000', '204745.230000', '204745.690000', '204746.150000', '204746.610000', '204747.070000', '204747.530000', '204747.990000', '204748.450000', '204748.910000', '204749.370000', '204749.830000', '204750.290000', '204750.750000', '204751.210000', '204751.670000', '204752.130000', '204752.590000', '204753.050000', '204753.510000', '204753.970000', '204754.430000', '204754.890000', '204755.350000', '204755.810000', '204756.270000', '204756.730000', '204757.190000', '204757.650000', '204758.110000', '204758.570000', '204759.030000', '204759.490000', '204759.950000', '204800.410000', '204800.870000', '204801.330000', '204801.790000', '204802.250000', '204802.710000', '204803.170000', '204803.630000', '204804.090000', '204804.550000', '204805.010000', '204805.470000', '204805.930000', '204806.390000', '204806.850000', '204807.310000', '204807.770000', '204808.230000', '204808.690000', '204809.150000', '204809.610000', '204810.070000', '204810.530000', '204810.990000', '204811.450000', '204811.910000', '204812.370000', '204812.830000', '204813.290000', '204813.750000', '204814.210000', '204814.670000', '204815.130000', '204815.590000', '204816.050000', '204816.510000', '204816.970000', '204817.430000', '204817.890000', '204818.350000', '204818.810000', '204819.270000', '204819.730000', '204820.190000', '204820.650000', '204821.110000', '204821.570000', '204822.030000', '204822.490000', '204822.950000', '204823.410000', '204823.870000', '204824.330000', '204824.790000', '204825.250000', '204825.710000', '204826.170000', '204826.630000', '204827.090000', '204827.550000', '204828.010000', '204828.470000', '204828.930000', '204829.390000', '204829.850000', '204830.310000', '204830.770000', '204831.230000', '204831.690000', '204832.150000', '204832.610000', '204833.070000', '204833.530000', '204833.990000', '204834.450000', '204834.910000', '204835.370000', '204835.830000', '204836.290000', '204836.750000', '204837.210000', '204837.670000', '204838.130000', '204838.590000', '204839.050000', '204839.510000', '204839.970000', '204840.430000', '204840.890000', '204841.350000', '204841.810000', '204842.270000', '204842.730000', '204843.190000', '204843.650000', '204844.110000', '204844.570000', '204845.030000', '204845.490000', '204845.950000', '204846.410000', '204846.870000', '204847.330000', '204847.790000', '204848.250000', '204848.710000', '204849.170000', '204849.630000', '204850.090000', '204850.550000', '204851.010000', '204851.470000', '204851.930000', '204852.390000', '204852.850000', '204853.310000', '204853.770000', '204854.230000', '204854.690000', '204855.150000', '204855.610000', '204856.070000', '204856.530000', '204856.990000', '204857.450000', '204857.910000', '204858.370000', '204858.830000', '204859.290000', '204859.750000', '204900.210000', '204900.670000', '204901.130000', '204901.590000', '204902.050000', '204902.510000', '204902.970000', '204903.430000', '204903.890000', '204904.350000', '204904.810000', '204905.270000', '204905.730000', '204906.190000', '204906.650000', '204907.110000', '204907.570000', '204908.030000', '204908.490000', '204908.950000', '204909.410000', '204909.870000', '204910.330000', '204910.790000', '204911.250000', '204911.710000', '204912.170000', '204912.630000', '204913.090000', '204913.550000', '204914.010000', '204914.470000', '204914.930000', '204915.390000', '204915.850000', '204916.310000', '204916.770000', '204917.230000', '204917.690000', '204918.150000', '204918.610000', '204919.070000', '204919.530000', '204919.990000', '204920.450000', '204920.910000', '204921.370000', '204921.830000', '204922.290000', '204922.750000', '204923.210000', '204923.670000', '204924.130000', '204924.590000', '204925.050000', '204925.510000', '204925.970000', '204926.430000', '204926.890000', '204927.350000', '204927.810000', '204928.270000', '204928.730000', '204929.190000', '204929.650000', '204930.110000', '204930.570000', '204931.030000', '204931.490000', '204931.950000', '204932.410000', '204932.870000', '204933.330000', '204933.790000', '204934.250000', '204934.710000', '204935.170000', '204935.630000', '204936.090000', '204936.550000', '204937.010000', '204937.470000', '204937.930000', '204938.390000', '204938.850000', '204939.310000', '204939.770000', '204940.230000', '204940.690000', '204941.150000', '204941.610000', '204942.070000', '204942.530000', '204942.990000', '204943.450000', '204943.910000', '204944.370000', '204944.830000', '204945.290000', '204945.750000', '204946.210000', '204946.670000', '204947.130000', '204947.590000', '204948.050000', '204948.510000', '204948.970000', '204949.430000', '204949.890000', '204950.350000', '204950.810000', '204951.270000', '204951.730000', '204952.190000', '204952.650000', '204953.110000', '204953.570000', '204954.030000', '204954.490000', '204954.950000', '204955.410000', '204955.870000', '204956.330000', '204956.790000', '204957.250000', '204957.710000', '204958.170000', '204958.630000', '204959.090000', '204959.550000', '205000.010000', '205000.470000', '205000.930000', '205001.390000', '205001.850000', '205002.310000', '205002.770000', '205003.230000', '205003.690000', '205004.150000', '205004.610000', '205005.070000', '205005.530000', '205005.990000', '205006.450000', '205006.910000', '205007.370000', '205007.830000', '205008.290000', '205008.750000', '205009.210000', '205009.670000', '205010.130000', '205010.590000', '205011.050000', '205011.510000', '205011.970000', '205012.430000', '205012.890000', '205013.350000', '205013.810000', '205014.270000', '205014.730000', '205015.190000', '205015.650000', '205016.110000', '205016.570000', '205017.030000', '205017.490000', '205017.950000', '205018.410000', '205018.870000', '205019.330000', '205019.790000', '205020.250000', '205020.710000', '205021.170000', '205021.630000', '205022.090000', '205022.550000', '205023.010000', '205023.470000', '205023.930000', '205024.390000', '205024.850000', '205025.310000', '205025.770000', '205026.230000', '205026.690000', '205027.150000', '205027.610000', '205028.070000', '205028.530000', '205028.990000', '205029.450000', '205029.910000', '205030.370000', '205030.830000', '205031.290000', '205031.750000', '205032.210000', '205032.670000', '205033.130000', '205033.590000', '205034.050000', '205034.510000', '205034.970000', '205035.430000', '205035.890000', '205036.350000', '205036.810000', '205037.270000', '205037.730000', '205038.190000', '205038.650000', '205039.110000', '205039.570000', '205040.030000', '205040.490000', '205040.950000', '205041.410000', '205041.870000', '205042.330000', '205042.790000', '205043.250000', '205043.710000', '205044.170000', '205044.630000', '205045.090000', '205045.550000', '205046.010000', '205046.470000', '205046.930000', '205047.390000', '205047.850000', '205048.310000', '205048.770000', '205049.230000', '205049.690000', '205050.150000', '205050.610000', '205051.070000', '205051.530000', '205051.990000', '205052.450000', '205052.910000', '205053.370000', '205053.830000', '205054.290000', '205054.750000', '205055.210000', '205055.670000', '205056.130000', '205056.590000', '205057.050000', '205057.510000', '205057.970000', '205058.430000', '205058.890000', '205059.350000', '205059.810000', '205100.270000', '205100.730000', '205101.190000', '205101.650000', '205102.110000', '205102.570000', '205103.030000', '205103.490000', '205103.950000', '205104.410000', '205104.870000', '205105.330000', '205105.790000', '205106.250000', '205106.710000', '205107.170000', '205107.630000', '205108.090000', '205108.550000', '205109.010000', '205109.470000', '205109.930000', '205110.390000', '205110.850000', '205111.310000', '205111.770000', '205112.230000', '205112.690000', '205113.150000', '205113.610000', '205114.070000', '205114.530000', '205114.990000', '205115.450000', '205115.910000', '205116.370000', '205116.830000', '205117.290000', '205117.750000', '205118.210000', '205118.670000', '205119.130000', '205119.590000', '205120.050000', '205120.510000', '205120.970000', '205121.430000', '205121.890000', '205122.350000', '205122.810000', '205123.270000', '205123.730000', '205124.190000', '205124.650000', '205125.110000', '205125.570000', '205126.030000', '205126.490000', '205126.950000', '205127.410000', '205127.870000', '205128.330000', '205128.790000', '205129.250000', '205129.710000', '205130.170000', '205130.630000', '205131.090000', '205131.550000', '205132.010000', '205132.470000', '205132.930000', '205133.390000', '205133.850000', '205134.310000', '205134.770000', '205135.230000', '205135.690000', '205136.150000', '205136.610000', '205137.070000', '205137.530000', '205137.990000', '205138.450000', '205138.910000', '205139.370000', '205139.830000', '205140.290000', '205140.750000', '205141.210000', '205141.670000', '205142.130000', '205142.590000', '205143.050000', '205143.510000', '205143.970000', '205144.430000', '205144.890000', '205145.350000', '205145.810000', '205146.270000', '205146.730000', '205147.190000', '205147.650000', '205148.110000', '205148.570000', '205149.030000', '205149.490000', '205149.950000', '205150.410000', '205150.870000', '205151.330000', '205151.790000', '205152.250000', '205152.710000', '205153.170000', '205153.630000', '205154.090000', '205154.550000', '205155.010000', '205155.470000', '205155.930000', '205156.390000', '205156.850000', '205157.310000', '205157.770000', '205158.230000', '205158.690000', '205159.150000', '205159.610000', '205200.070000', '205200.530000', '205200.990000', '205201.450000', '205201.910000', '205202.370000', '205202.830000', '205203.290000', '205203.750000', '205204.210000', '205204.670000', '205205.130000', '205205.590000', '205206.050000', '205206.510000', '205206.970000', '205207.430000', '205207.890000', '205208.350000', '205208.810000', '205209.270000', '205209.730000', '205210.190000', '205210.650000', '205211.110000', '205211.570000', '205212.030000', '205212.490000', '205212.950000', '205213.410000', '205213.870000', '205214.330000', '205214.790000', '205215.250000', '205215.710000', '205216.170000', '205216.630000', '205217.090000', '205217.550000', '205218.010000', '205218.470000', '205218.930000', '205219.390000', '205219.850000', '205220.310000', '205220.770000', '205221.230000', '205221.690000', '205222.150000', '205222.610000', '205223.070000', '205223.530000', '205223.990000', '205224.450000', '205224.910000', '205225.370000', '205225.830000', '205226.290000', '205226.750000', '205227.210000', '205227.670000', '205228.130000', '205228.590000', '205229.050000', '205229.510000', '205229.970000', '205230.430000', '205230.890000', '205231.350000', '205231.810000', '205232.270000', '205232.730000', '205233.190000', '205233.650000', '205234.110000', '205234.570000', '205235.030000', '205235.490000', '205235.950000', '205236.410000', '205236.870000', '205237.330000', '205237.790000', '205238.250000', '205238.710000', '205239.170000', '205239.630000', '205240.090000', '205240.550000', '205241.010000', '205241.470000', '205241.930000', '205242.390000', '205242.850000', '205243.310000', '205243.770000', '205244.230000', '205244.690000', '205245.150000', '205245.610000', '205246.070000', '205246.530000', '205246.990000', '205247.450000', '205247.910000', '205248.370000', '205248.830000', '205249.290000', '205249.750000', '205250.210000', '205250.670000', '205251.130000', '205251.590000', '205252.050000', '205252.510000', '205252.970000', '205253.430000', '205253.890000', '205254.350000', '205254.810000', '205255.270000', '205255.730000', '205256.190000', '205256.650000', '205257.110000', '205257.570000', '205258.030000', '205258.490000', '205258.950000', '205259.410000', '205259.870000', '205300.330000', '205300.790000', '205301.250000', '205301.710000', '205302.170000', '205302.630000', '205303.090000', '205303.550000', '205304.010000', '205304.470000', '205304.930000', '205305.390000', '205305.850000', '205306.310000', '205306.770000', '205307.230000', '205307.690000', '205308.150000', '205308.610000', '205309.070000', '205309.530000', '205309.990000', '205310.450000', '205310.910000', '205311.370000', '205311.830000', '205312.290000', '205312.750000', '205313.210000', '205313.670000', '205314.130000', '205314.590000', '205315.050000', '205315.510000', '205315.970000', '205316.430000', '205316.890000', '205317.350000', '205317.810000', '205318.270000', '205318.730000', '205319.190000', '205319.650000', '205320.110000', '205320.570000', '205321.030000', '205321.490000', '205321.950000', '205322.410000', '205322.870000', '205323.330000', '205323.790000', '205324.250000', '205324.710000', '205325.170000', '205325.630000', '205326.090000', '205326.550000', '205327.010000', '205327.470000', '205327.930000', '205328.390000', '205328.850000', '205329.310000', '205329.770000', '205330.230000'], 'ContentTime': ['204709.478000', '204709.481000', '204709.483000', '204709.486000', '204709.489000', '204709.491000', '204709.494000', '204709.497000', '204709.499000', '204709.502000', '204709.505000', '204709.507000', '204709.510000', '204709.513000', '204709.524000', '204709.527000', '204709.529000', '204709.533000', '204709.535000', '204709.538000', '204709.549000', '204709.551000', '204709.554000', '204709.556000', '204709.559000', '204709.562000', '204709.564000', '204709.567000', '204709.569000', '204709.572000', '204709.574000', '204709.577000', '204709.579000', '204709.582000', '204709.585000', '204709.587000', '204709.590000', '204709.602000', '204709.604000', '204709.607000', '204709.609000', '204729.441000', '204729.444000', '204729.447000', '204729.449000', '204729.452000', '204729.454000', '204729.457000', '204729.460000', '204729.462000', '204729.465000', '204729.467000', '204729.470000', '204729.472000', '204729.475000', '204729.478000', '204729.480000', '204729.483000', '204729.485000', '204729.497000', '204729.500000', '204729.502000', '204729.505000', '204729.508000', '204729.510000', '204729.513000', '204729.515000', '204729.518000', '204729.520000', '204729.523000', '204729.525000', '204729.528000', '204729.531000', '204729.533000', '204729.536000', '204729.538000', '204729.541000', '204729.543000', '204729.546000', '204729.549000', '204729.551000', '204729.554000', '204729.556000', '204729.559000', '204729.562000', '204749.440000', '204749.443000', '204749.446000', '204749.448000', '204749.451000', '204749.453000', '204749.456000', '204749.458000', '204749.461000', '204749.463000', '204749.466000', '204749.468000', '204749.471000', '204749.474000', '204749.476000', '204749.479000', '204749.481000', '204749.484000', '204749.486000', '204749.489000', '204749.491000', '204749.494000', '204749.496000', '204749.499000', '204749.502000', '204749.505000', '204749.508000', '204749.510000', '204749.513000', '204749.516000', '204749.518000', '204749.521000', '204749.523000', '204749.526000', '204749.528000', '204749.531000', '204749.533000', '204749.543000', '204749.546000', '204749.548000', '204749.551000', '204749.554000', '204749.556000', '204809.441000', '204809.444000', '204809.447000', '204809.450000', '204809.452000', '204809.455000', '204809.457000', '204809.460000', '204809.462000', '204809.465000', '204809.467000', '204809.470000', '204809.473000', '204809.475000', '204809.478000', '204809.480000', '204809.483000', '204809.485000', '204809.488000', '204809.491000', '204809.493000', '204809.496000', '204809.498000', '204809.501000', '204809.503000', '204809.506000', '204809.508000', '204809.511000', '204809.513000', '204809.516000', '204809.519000', '204809.521000', '204809.524000', '204809.526000', '204809.529000', '204809.531000', '204809.534000', '204809.537000', '204809.539000', '204809.542000', '204809.553000', '204809.556000', '204809.558000', '204809.561000', '204829.441000', '204829.444000', '204829.447000', '204829.449000', '204829.452000', '204829.455000', '204829.457000', '204829.460000', '204829.462000', '204829.465000', '204829.467000', '204829.470000', '204829.473000', '204829.475000', '204829.478000', '204829.480000', '204829.483000', '204829.485000', '204829.488000', '204829.490000', '204829.493000', '204829.496000', '204829.498000', '204829.501000', '204829.503000', '204829.506000', '204829.508000', '204829.511000', '204829.513000', '204829.516000', '204829.528000', '204829.530000', '204829.533000', '204829.535000', '204829.538000', '204829.540000', '204829.543000', '204829.546000', '204829.548000', '204829.565000', '204829.568000', '204829.570000', '204829.573000', '204849.441000', '204849.444000', '204849.448000', '204849.450000', '204849.453000', '204849.455000', '204849.458000', '204849.461000', '204849.463000', '204849.466000', '204849.468000', '204849.471000', '204849.474000', '204849.476000', '204849.479000', '204849.481000', '204849.484000', '204849.486000', '204849.489000', '204849.492000', '204849.494000', '204849.497000', '204849.499000', '204849.510000', '204849.512000', '204849.515000', '204849.517000', '204849.520000', '204849.523000', '204849.525000', '204849.528000', '204849.530000', '204849.533000', '204849.536000', '204849.538000', '204849.541000', '204849.544000', '204849.546000', '204849.549000', '204849.551000', '204849.554000', '204849.557000', '204849.559000', '204849.562000', '204909.442000', '204909.444000', '204909.447000', '204909.450000', '204909.452000', '204909.455000', '204909.457000', '204909.460000', '204909.462000', '204909.465000', '204909.468000', '204909.470000', '204909.473000', '204909.475000', '204909.478000', '204909.480000', '204909.483000', '204909.486000', '204909.488000', '204909.491000', '204909.493000', '204909.496000', '204909.499000', '204909.501000', '204909.504000', '204909.506000', '204909.509000', '204909.511000', '204909.514000', '204909.517000', '204909.519000', '204909.522000', '204909.524000', '204909.527000', '204909.529000', '204909.532000', '204909.534000', '204909.537000', '204909.540000', '204909.542000', '204909.545000', '204909.547000', '204909.550000', '204929.442000', '204929.444000', '204929.447000', '204929.450000', '204929.452000', '204929.455000', '204929.458000', '204929.460000', '204929.463000', '204929.465000', '204929.468000', '204929.471000', '204929.473000', '204929.476000', '204929.478000', '204929.481000', '204929.483000', '204929.486000', '204929.489000', '204929.492000', '204929.494000', '204929.497000', '204929.500000', '204929.514000', '204929.516000', '204929.519000', '204929.522000', '204929.524000', '204929.527000', '204929.529000', '204929.532000', '204929.535000', '204929.537000', '204929.540000', '204929.542000', '204929.545000', '204929.548000', '204929.550000', '204929.553000', '204929.556000', '204929.558000', '204929.561000', '204929.563000', '204929.566000', '204949.441000', '204949.444000', '204949.447000', '204949.449000', '204949.452000', '204949.454000', '204949.457000', '204949.460000', '204949.462000', '204949.465000', '204949.468000', '204949.470000', '204949.473000', '204949.475000', '204949.478000', '204949.480000', '204949.483000', '204949.485000', '204949.488000', '204949.493000', '204949.496000', '204949.499000', '204949.501000', '204949.504000', '204949.506000', '204949.509000', '204949.512000', '204949.514000', '204949.517000', '204949.519000', '204949.522000', '204949.525000', '204949.527000', '204949.530000', '204949.532000', '204949.535000', '204949.537000', '204949.540000', '204949.543000', '204949.546000', '204949.548000', '204949.551000', '204949.553000', '205009.441000', '205009.444000', '205009.446000', '205009.449000', '205009.451000', '205009.454000', '205009.456000', '205009.470000', '205009.473000', '205009.476000', '205009.478000', '205009.481000', '205009.483000', '205009.486000', '205009.488000', '205009.491000', '205009.494000', '205009.496000', '205009.499000', '205009.501000', '205009.504000', '205009.507000', '205009.509000', '205009.512000', '205009.514000', '205009.517000', '205009.520000', '205009.522000', '205009.525000', '205009.527000', '205009.530000', '205009.533000', '205009.535000', '205009.538000', '205009.540000', '205009.543000', '205009.546000', '205009.548000', '205009.551000', '205009.553000', '205009.556000', '205009.559000', '205009.561000', '205009.564000', '205029.441000', '205029.444000', '205029.447000', '205029.449000', '205029.452000', '205029.455000', '205029.458000', '205029.460000', '205029.463000', '205029.465000', '205029.468000', '205029.470000', '205029.473000', '205029.475000', '205029.478000', '205029.481000', '205029.483000', '205029.486000', '205029.488000', '205029.491000', '205029.493000', '205029.496000', '205029.499000', '205029.501000', '205029.504000', '205029.513000', '205029.516000', '205029.518000', '205029.521000', '205029.523000', '205029.526000', '205029.529000', '205029.531000', '205029.534000', '205029.536000', '205029.539000', '205029.542000', '205029.545000', '205029.548000', '205029.551000', '205029.553000', '205029.556000', '205029.559000', '205049.442000', '205049.445000', '205049.447000', '205049.450000', '205049.452000', '205049.455000', '205049.458000', '205049.460000', '205049.463000', '205049.466000', '205049.468000', '205049.471000', '205049.473000', '205049.476000', '205049.479000', '205049.481000', '205049.484000', '205049.486000', '205049.489000', '205049.491000', '205049.494000', '205049.497000', '205049.499000', '205049.502000', '205049.505000', '205049.507000', '205049.510000', '205049.512000', '205049.515000', '205049.517000', '205049.520000', '205049.523000', '205049.525000', '205049.528000', '205049.531000', '205049.533000', '205049.536000', '205049.539000', '205049.541000', '205049.544000', '205049.546000', '205049.549000', '205049.551000', '205049.554000', '205109.442000', '205109.444000', '205109.447000', '205109.449000', '205109.452000', '205109.455000', '205109.457000', '205109.460000', '205109.462000', '205109.465000', '205109.467000', '205109.470000', '205109.473000', '205109.475000', '205109.478000', '205109.480000', '205109.483000', '205109.485000', '205109.488000', '205109.491000', '205109.493000', '205109.496000', '205109.498000', '205109.501000', '205109.503000', '205109.506000', '205109.509000', '205109.511000', '205109.514000', '205109.516000', '205109.519000', '205109.521000', '205109.524000', '205109.527000', '205109.529000', '205109.532000', '205109.534000', '205109.537000', '205109.540000', '205109.542000', '205109.545000', '205109.547000', '205109.550000', '205129.441000', '205129.444000', '205129.447000', '205129.449000', '205129.452000', '205129.455000', '205129.457000', '205129.460000', '205129.463000', '205129.466000', '205129.469000', '205129.472000', '205129.490000', '205129.492000', '205129.495000', '205129.497000', '205129.500000', '205129.503000', '205129.505000', '205129.508000', '205129.511000', '205129.513000', '205129.516000', '205129.518000', '205129.521000', '205129.523000', '205129.526000', '205129.529000', '205129.531000', '205129.534000', '205129.536000', '205129.539000', '205129.555000', '205129.557000', '205129.560000', '205129.562000', '205129.565000', '205129.567000', '205129.570000', '205129.573000', '205129.575000', '205129.578000', '205129.580000', '205149.442000', '205149.444000', '205149.447000', '205149.450000', '205149.452000', '205149.455000', '205149.457000', '205149.460000', '205149.462000', '205149.465000', '205149.468000', '205149.470000', '205149.473000', '205149.475000', '205149.478000', '205149.480000', '205149.483000', '205149.486000', '205149.488000', '205149.491000', '205149.493000', '205149.496000', '205149.498000', '205149.501000', '205149.504000', '205149.506000', '205149.509000', '205149.511000', '205149.514000', '205149.516000', '205149.519000', '205149.531000', '205149.533000', '205149.536000', '205149.538000', '205149.541000', '205149.543000', '205149.546000', '205149.549000', '205149.551000', '205149.554000', '205149.556000', '205149.559000', '205149.561000', '205209.442000', '205209.444000', '205209.447000', '205209.451000', '205209.454000', '205209.456000', '205209.459000', '205209.462000', '205209.464000', '205209.467000', '205209.469000', '205209.472000', '205209.475000', '205209.477000', '205209.480000', '205209.482000', '205209.485000', '205209.488000', '205209.490000', '205209.493000', '205209.495000', '205209.498000', '205209.507000', '205209.509000', '205209.512000', '205209.514000', '205209.517000', '205209.519000', '205209.522000', '205209.525000', '205209.528000', '205209.530000', '205209.533000', '205209.535000', '205209.538000', '205209.540000', '205209.543000', '205209.546000', '205209.548000', '205209.551000', '205209.553000', '205209.556000', '205209.558000', '205209.561000', '205229.440000', '205229.443000', '205229.446000', '205229.448000', '205229.451000', '205229.453000', '205229.456000', '205229.459000', '205229.461000', '205229.464000', '205229.466000', '205229.469000', '205229.471000', '205229.474000', '205229.477000', '205229.479000', '205229.482000', '205229.485000', '205229.487000', '205229.490000', '205229.492000', '205229.495000', '205229.497000', '205229.503000', '205229.506000', '205229.508000', '205229.511000', '205229.514000', '205229.516000', '205229.519000', '205229.521000', '205229.524000', '205229.527000', '205229.529000', '205229.532000', '205229.534000', '205229.537000', '205229.540000', '205229.542000', '205229.545000', '205229.547000', '205229.550000', '205229.552000', '205249.442000', '205249.444000', '205249.447000', '205249.449000', '205249.452000', '205249.455000', '205249.457000', '205249.460000', '205249.462000', '205249.465000', '205249.467000', '205249.470000', '205249.473000', '205249.475000', '205249.478000', '205249.482000', '205249.485000', '205249.487000', '205249.490000', '205249.492000', '205249.495000', '205249.497000', '205249.500000', '205249.503000', '205249.505000', '205249.508000', '205249.510000', '205249.513000', '205249.515000', '205249.518000', '205249.521000', '205249.523000', '205249.526000', '205249.528000', '205249.531000', '205249.533000', '205249.536000', '205249.539000', '205249.541000', '205249.544000', '205249.546000', '205249.549000', '205249.551000', '205249.554000', '205309.442000', '205309.444000', '205309.447000', '205309.450000', '205309.452000', '205309.455000', '205309.457000', '205309.460000', '205309.462000', '205309.465000', '205309.468000', '205309.470000', '205309.473000', '205309.489000', '205309.492000', '205309.495000', '205309.497000', '205309.500000', '205309.503000', '205309.505000', '205309.508000', '205309.510000', '205309.513000', '205309.515000', '205309.518000', '205309.520000', '205309.523000', '205309.526000', '205309.528000', '205309.531000', '205309.533000', '205309.536000', '205309.538000', '205309.541000', '205309.544000', '205309.546000', '205309.549000', '205309.552000', '205309.554000', '205309.557000', '205309.559000', '205309.562000', '205309.564000', '205329.441000', '205329.444000', '205329.447000', '205329.450000', '205329.452000', '205329.455000', '205329.457000', '205329.460000', '205329.462000', '205329.465000', '205329.467000', '205329.470000', '205329.472000', '205329.475000', '205329.478000', '205329.480000', '205329.493000', '205329.496000', '205329.498000', '205329.501000', '205329.504000', '205329.506000', '205329.509000', '205329.511000', '205329.514000', '205329.517000', '205329.519000', '205329.522000', '205329.524000', '205329.527000', '205329.530000', '205329.532000', '205329.535000', '205329.537000', '205329.540000', '205329.543000', '205329.546000', '205329.548000', '205329.551000', '205329.553000', '205329.556000', '205329.559000', '205329.561000', '205331.336000', '205331.340000', '205331.343000', '205331.346000', '205331.349000'], 'InstanceCreationTime': ['204709.478000', '204709.481000', '204709.483000', '204709.486000', '204709.489000', '204709.491000', '204709.494000', '204709.497000', '204709.499000', '204709.502000', '204709.505000', '204709.507000', '204709.510000', '204709.513000', '204709.524000', '204709.527000', '204709.529000', '204709.533000', '204709.535000', '204709.538000', '204709.549000', '204709.551000', '204709.554000', '204709.556000', '204709.559000', '204709.562000', '204709.564000', '204709.567000', '204709.569000', '204709.572000', '204709.574000', '204709.577000', '204709.579000', '204709.582000', '204709.585000', '204709.587000', '204709.590000', '204709.602000', '204709.604000', '204709.607000', '204709.609000', '204729.441000', '204729.444000', '204729.447000', '204729.449000', '204729.452000', '204729.454000', '204729.457000', '204729.460000', '204729.462000', '204729.465000', '204729.467000', '204729.470000', '204729.472000', '204729.475000', '204729.478000', '204729.480000', '204729.483000', '204729.485000', '204729.497000', '204729.500000', '204729.502000', '204729.505000', '204729.508000', '204729.510000', '204729.513000', '204729.515000', '204729.518000', '204729.520000', '204729.523000', '204729.525000', '204729.528000', '204729.531000', '204729.533000', '204729.536000', '204729.538000', '204729.541000', '204729.543000', '204729.546000', '204729.549000', '204729.551000', '204729.554000', '204729.556000', '204729.559000', '204729.562000', '204749.440000', '204749.443000', '204749.446000', '204749.448000', '204749.451000', '204749.453000', '204749.456000', '204749.458000', '204749.461000', '204749.463000', '204749.466000', '204749.468000', '204749.471000', '204749.474000', '204749.476000', '204749.479000', '204749.481000', '204749.484000', '204749.486000', '204749.489000', '204749.491000', '204749.494000', '204749.496000', '204749.499000', '204749.502000', '204749.505000', '204749.508000', '204749.510000', '204749.513000', '204749.516000', '204749.518000', '204749.521000', '204749.523000', '204749.526000', '204749.528000', '204749.531000', '204749.533000', '204749.543000', '204749.546000', '204749.548000', '204749.551000', '204749.554000', '204749.556000', '204809.441000', '204809.444000', '204809.447000', '204809.450000', '204809.452000', '204809.455000', '204809.457000', '204809.460000', '204809.462000', '204809.465000', '204809.467000', '204809.470000', '204809.473000', '204809.475000', '204809.478000', '204809.480000', '204809.483000', '204809.485000', '204809.488000', '204809.491000', '204809.493000', '204809.496000', '204809.498000', '204809.501000', '204809.503000', '204809.506000', '204809.508000', '204809.511000', '204809.513000', '204809.516000', '204809.519000', '204809.521000', '204809.524000', '204809.526000', '204809.529000', '204809.531000', '204809.534000', '204809.537000', '204809.539000', '204809.542000', '204809.553000', '204809.556000', '204809.558000', '204809.561000', '204829.441000', '204829.444000', '204829.447000', '204829.449000', '204829.452000', '204829.455000', '204829.457000', '204829.460000', '204829.462000', '204829.465000', '204829.467000', '204829.470000', '204829.473000', '204829.475000', '204829.478000', '204829.480000', '204829.483000', '204829.485000', '204829.488000', '204829.490000', '204829.493000', '204829.496000', '204829.498000', '204829.501000', '204829.503000', '204829.506000', '204829.508000', '204829.511000', '204829.513000', '204829.516000', '204829.528000', '204829.530000', '204829.533000', '204829.535000', '204829.538000', '204829.540000', '204829.543000', '204829.546000', '204829.548000', '204829.565000', '204829.568000', '204829.570000', '204829.573000', '204849.441000', '204849.444000', '204849.448000', '204849.450000', '204849.453000', '204849.455000', '204849.458000', '204849.461000', '204849.463000', '204849.466000', '204849.468000', '204849.471000', '204849.474000', '204849.476000', '204849.479000', '204849.481000', '204849.484000', '204849.486000', '204849.489000', '204849.492000', '204849.494000', '204849.497000', '204849.499000', '204849.510000', '204849.512000', '204849.515000', '204849.517000', '204849.520000', '204849.523000', '204849.525000', '204849.528000', '204849.530000', '204849.533000', '204849.536000', '204849.538000', '204849.541000', '204849.544000', '204849.546000', '204849.549000', '204849.551000', '204849.554000', '204849.557000', '204849.559000', '204849.562000', '204909.442000', '204909.444000', '204909.447000', '204909.450000', '204909.452000', '204909.455000', '204909.457000', '204909.460000', '204909.462000', '204909.465000', '204909.468000', '204909.470000', '204909.473000', '204909.475000', '204909.478000', '204909.480000', '204909.483000', '204909.486000', '204909.488000', '204909.491000', '204909.493000', '204909.496000', '204909.499000', '204909.501000', '204909.504000', '204909.506000', '204909.509000', '204909.511000', '204909.514000', '204909.517000', '204909.519000', '204909.522000', '204909.524000', '204909.527000', '204909.529000', '204909.532000', '204909.534000', '204909.537000', '204909.540000', '204909.542000', '204909.545000', '204909.547000', '204909.550000', '204929.442000', '204929.444000', '204929.447000', '204929.450000', '204929.452000', '204929.455000', '204929.458000', '204929.460000', '204929.463000', '204929.465000', '204929.468000', '204929.471000', '204929.473000', '204929.476000', '204929.478000', '204929.481000', '204929.483000', '204929.486000', '204929.489000', '204929.492000', '204929.494000', '204929.497000', '204929.500000', '204929.514000', '204929.516000', '204929.519000', '204929.522000', '204929.524000', '204929.527000', '204929.529000', '204929.532000', '204929.535000', '204929.537000', '204929.540000', '204929.542000', '204929.545000', '204929.548000', '204929.550000', '204929.553000', '204929.556000', '204929.558000', '204929.561000', '204929.563000', '204929.566000', '204949.441000', '204949.444000', '204949.447000', '204949.449000', '204949.452000', '204949.454000', '204949.457000', '204949.460000', '204949.462000', '204949.465000', '204949.468000', '204949.470000', '204949.473000', '204949.475000', '204949.478000', '204949.480000', '204949.483000', '204949.485000', '204949.488000', '204949.493000', '204949.496000', '204949.499000', '204949.501000', '204949.504000', '204949.506000', '204949.509000', '204949.512000', '204949.514000', '204949.517000', '204949.519000', '204949.522000', '204949.525000', '204949.527000', '204949.530000', '204949.532000', '204949.535000', '204949.537000', '204949.540000', '204949.543000', '204949.546000', '204949.548000', '204949.551000', '204949.553000', '205009.441000', '205009.444000', '205009.446000', '205009.449000', '205009.451000', '205009.454000', '205009.456000', '205009.470000', '205009.473000', '205009.476000', '205009.478000', '205009.481000', '205009.483000', '205009.486000', '205009.488000', '205009.491000', '205009.494000', '205009.496000', '205009.499000', '205009.501000', '205009.504000', '205009.507000', '205009.509000', '205009.512000', '205009.514000', '205009.517000', '205009.520000', '205009.522000', '205009.525000', '205009.527000', '205009.530000', '205009.533000', '205009.535000', '205009.538000', '205009.540000', '205009.543000', '205009.546000', '205009.548000', '205009.551000', '205009.553000', '205009.556000', '205009.559000', '205009.561000', '205009.564000', '205029.441000', '205029.444000', '205029.447000', '205029.449000', '205029.452000', '205029.455000', '205029.458000', '205029.460000', '205029.463000', '205029.465000', '205029.468000', '205029.470000', '205029.473000', '205029.475000', '205029.478000', '205029.481000', '205029.483000', '205029.486000', '205029.488000', '205029.491000', '205029.493000', '205029.496000', '205029.499000', '205029.501000', '205029.504000', '205029.513000', '205029.516000', '205029.518000', '205029.521000', '205029.523000', '205029.526000', '205029.529000', '205029.531000', '205029.534000', '205029.536000', '205029.539000', '205029.542000', '205029.545000', '205029.548000', '205029.551000', '205029.553000', '205029.556000', '205029.559000', '205049.442000', '205049.445000', '205049.447000', '205049.450000', '205049.452000', '205049.455000', '205049.458000', '205049.460000', '205049.463000', '205049.466000', '205049.468000', '205049.471000', '205049.473000', '205049.476000', '205049.479000', '205049.481000', '205049.484000', '205049.486000', '205049.489000', '205049.491000', '205049.494000', '205049.497000', '205049.499000', '205049.502000', '205049.505000', '205049.507000', '205049.510000', '205049.512000', '205049.515000', '205049.517000', '205049.520000', '205049.523000', '205049.525000', '205049.528000', '205049.531000', '205049.533000', '205049.536000', '205049.539000', '205049.541000', '205049.544000', '205049.546000', '205049.549000', '205049.551000', '205049.554000', '205109.442000', '205109.444000', '205109.447000', '205109.449000', '205109.452000', '205109.455000', '205109.457000', '205109.460000', '205109.462000', '205109.465000', '205109.467000', '205109.470000', '205109.473000', '205109.475000', '205109.478000', '205109.480000', '205109.483000', '205109.485000', '205109.488000', '205109.491000', '205109.493000', '205109.496000', '205109.498000', '205109.501000', '205109.503000', '205109.506000', '205109.509000', '205109.511000', '205109.514000', '205109.516000', '205109.519000', '205109.521000', '205109.524000', '205109.527000', '205109.529000', '205109.532000', '205109.534000', '205109.537000', '205109.540000', '205109.542000', '205109.545000', '205109.547000', '205109.550000', '205129.441000', '205129.444000', '205129.447000', '205129.449000', '205129.452000', '205129.455000', '205129.457000', '205129.460000', '205129.463000', '205129.466000', '205129.469000', '205129.472000', '205129.490000', '205129.492000', '205129.495000', '205129.497000', '205129.500000', '205129.503000', '205129.505000', '205129.508000', '205129.511000', '205129.513000', '205129.516000', '205129.518000', '205129.521000', '205129.523000', '205129.526000', '205129.529000', '205129.531000', '205129.534000', '205129.536000', '205129.539000', '205129.555000', '205129.557000', '205129.560000', '205129.562000', '205129.565000', '205129.567000', '205129.570000', '205129.573000', '205129.575000', '205129.578000', '205129.580000', '205149.442000', '205149.444000', '205149.447000', '205149.450000', '205149.452000', '205149.455000', '205149.457000', '205149.460000', '205149.462000', '205149.465000', '205149.468000', '205149.470000', '205149.473000', '205149.475000', '205149.478000', '205149.480000', '205149.483000', '205149.486000', '205149.488000', '205149.491000', '205149.493000', '205149.496000', '205149.498000', '205149.501000', '205149.504000', '205149.506000', '205149.509000', '205149.511000', '205149.514000', '205149.516000', '205149.519000', '205149.531000', '205149.533000', '205149.536000', '205149.538000', '205149.541000', '205149.543000', '205149.546000', '205149.549000', '205149.551000', '205149.554000', '205149.556000', '205149.559000', '205149.561000', '205209.442000', '205209.444000', '205209.447000', '205209.451000', '205209.454000', '205209.456000', '205209.459000', '205209.462000', '205209.464000', '205209.467000', '205209.469000', '205209.472000', '205209.475000', '205209.477000', '205209.480000', '205209.482000', '205209.485000', '205209.488000', '205209.490000', '205209.493000', '205209.495000', '205209.498000', '205209.507000', '205209.509000', '205209.512000', '205209.514000', '205209.517000', '205209.519000', '205209.522000', '205209.525000', '205209.528000', '205209.530000', '205209.533000', '205209.535000', '205209.538000', '205209.540000', '205209.543000', '205209.546000', '205209.548000', '205209.551000', '205209.553000', '205209.556000', '205209.558000', '205209.561000', '205229.440000', '205229.443000', '205229.446000', '205229.448000', '205229.451000', '205229.453000', '205229.456000', '205229.459000', '205229.461000', '205229.464000', '205229.466000', '205229.469000', '205229.471000', '205229.474000', '205229.477000', '205229.479000', '205229.482000', '205229.485000', '205229.487000', '205229.490000', '205229.492000', '205229.495000', '205229.497000', '205229.503000', '205229.506000', '205229.508000', '205229.511000', '205229.514000', '205229.516000', '205229.519000', '205229.521000', '205229.524000', '205229.527000', '205229.529000', '205229.532000', '205229.534000', '205229.537000', '205229.540000', '205229.542000', '205229.545000', '205229.547000', '205229.550000', '205229.552000', '205249.442000', '205249.444000', '205249.447000', '205249.449000', '205249.452000', '205249.455000', '205249.457000', '205249.460000', '205249.462000', '205249.465000', '205249.467000', '205249.470000', '205249.473000', '205249.475000', '205249.478000', '205249.482000', '205249.485000', '205249.487000', '205249.490000', '205249.492000', '205249.495000', '205249.497000', '205249.500000', '205249.503000', '205249.505000', '205249.508000', '205249.510000', '205249.513000', '205249.515000', '205249.518000', '205249.521000', '205249.523000', '205249.526000', '205249.528000', '205249.531000', '205249.533000', '205249.536000', '205249.539000', '205249.541000', '205249.544000', '205249.546000', '205249.549000', '205249.551000', '205249.554000', '205309.442000', '205309.444000', '205309.447000', '205309.450000', '205309.452000', '205309.455000', '205309.457000', '205309.460000', '205309.462000', '205309.465000', '205309.468000', '205309.470000', '205309.473000', '205309.489000', '205309.492000', '205309.495000', '205309.497000', '205309.500000', '205309.503000', '205309.505000', '205309.508000', '205309.510000', '205309.513000', '205309.515000', '205309.518000', '205309.520000', '205309.523000', '205309.526000', '205309.528000', '205309.531000', '205309.533000', '205309.536000', '205309.538000', '205309.541000', '205309.544000', '205309.546000', '205309.549000', '205309.552000', '205309.554000', '205309.557000', '205309.559000', '205309.562000', '205309.564000', '205329.441000', '205329.444000', '205329.447000', '205329.450000', '205329.452000', '205329.455000', '205329.457000', '205329.460000', '205329.462000', '205329.465000', '205329.467000', '205329.470000', '205329.472000', '205329.475000', '205329.478000', '205329.480000', '205329.493000', '205329.496000', '205329.498000', '205329.501000', '205329.504000', '205329.506000', '205329.509000', '205329.511000', '205329.514000', '205329.517000', '205329.519000', '205329.522000', '205329.524000', '205329.527000', '205329.530000', '205329.532000', '205329.535000', '205329.537000', '205329.540000', '205329.543000', '205329.546000', '205329.548000', '205329.551000', '205329.553000', '205329.556000', '205329.559000', '205329.561000', '205331.336000', '205331.340000', '205331.343000', '205331.346000', '205331.349000'], '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': [8284, 11535, 8642, 11762, 9536, 12784, 11373, 12176, 8212, 11797, 8278, 11275, 8436, 9190, 8532, 8354, 14186, 7840, 12060, 8894, 9893, 8265, 8189, 10131, 7921, 10815, 8201, 9844, 8328, 8298, 8305, 8408, 8409, 8325, 8154, 8296, 14209, 8407, 13754, 10002, 13254, 8097, 8520, 17895, 10113, 15280, 10344, 12367, 8384, 8359, 14136, 8362, 13364, 8008, 10742, 8249, 10065, 9150, 9352, 16543, 10848, 15646, 9398, 8202, 9288, 11005, 9571, 10883, 9352, 9265, 13790, 9321, 15499, 9491, 12891, 9166, 9549, 17762, 13906, 17393, 9291, 13785, 9683, 9668, 14455, 9384, 13376, 9384, 9963, 9103, 9738, 8557, 9268, 12264, 9630, 9904, 9250, 9591, 9363, 9424, 9099, 9319, 9670, 9657, 13602, 9295, 11904, 9334, 10597, 9277, 9574, 8961, 9385, 15234, 9184, 12258, 9365, 11521, 9155, 9319, 8892, 9247, 11401, 9409, 10510, 9205, 10625, 8652, 9328, 9543, 9157, 8589, 9088, 12197, 9201, 12308, 9020, 11887, 9178, 11268, 9379, 10044, 10206, 9467, 15379, 9215, 12537, 9610, 9135, 8938, 9283, 12408, 9210, 10822, 8909, 9063, 8866, 9308, 9681, 9605, 11001, 9440, 11115, 9232, 10169, 8962, 9511, 9139, 11580, 9347, 11131, 9219, 11667, 9072, 12172, 9225, 9963, 11478, 9022, 16461, 10330, 14301, 9278, 11044, 8806, 8968, 8693, 9227, 8495, 9527, 11006, 9233, 11291, 9073, 9643, 9515, 8695, 8199, 8248, 12440, 8969, 11947, 8920, 11731, 8797, 11224, 9154, 9176, 12664, 9120, 13466, 8756, 12098, 8124, 10682, 8889, 9097, 9555, 9227, 14100, 9165, 11689, 9059, 10755, 8779, 10313, 8862, 10085, 9057, 9268, 8857, 9171, 13173, 9099, 13217, 9268, 11688, 9225, 11226, 8975, 13019, 8240, 8836, 8330, 9531, 8625, 11665, 8904, 12061, 9236, 12791, 9134, 13036, 9577, 15386, 9022, 13422, 8638, 13034, 11990, 10226, 16739, 9214, 12137, 8916, 9376, 9603, 9048, 7989, 8983, 10599, 8526, 10470, 8389, 9866, 8242, 8735, 7915, 9096, 13626, 8276, 11241, 8353, 10713, 8033, 9093, 7724, 8724, 11425, 8407, 8465, 8391, 12445, 8198, 13543, 9075, 12853, 8237, 10796, 7985, 10451, 7753, 10121, 9311, 16051, 8878, 14925, 7549, 9726, 8202, 8759, 8155, 10775, 8168, 10179, 7404, 9317, 14529, 8769, 15957, 9444, 15325, 9066, 9111, 15989, 13280, 16112, 11170, 16751, 10872, 17918, 9662, 15906, 8713, 12823, 8843, 9377, 8136, 9030, 9202, 8827, 10059, 8559, 9323, 8352, 9520, 8263, 9214, 8036, 9451, 7988, 9161, 7948, 8845, 8080, 9022, 10666, 8626, 13740, 8153, 11749, 7913, 10065, 7554, 8808, 7869, 8333, 13332, 8158, 10538, 8069, 10871, 8085, 10070, 7906, 9584, 8263, 9324, 8353, 8728, 7923, 8770, 8451, 8885, 7864, 9217, 8600, 9638, 7711, 11278, 8572, 10834, 8534, 10165, 8303, 8671, 8022, 8609, 12849, 8484, 8654, 8150, 11672, 8150, 11168, 8335, 9976, 8439, 10126, 8488, 8820, 8579, 9575, 8391, 9141, 8502, 8867, 7918, 9441, 8071, 8907, 8388, 8298, 11951, 8445, 16051, 10066, 12509, 8074, 14628, 7702, 15300, 9952, 14218, 7874, 12165, 8111, 12972, 8300, 12906, 9779, 9716, 9919, 8444, 9370, 8575, 10006, 9964, 9054, 9234, 8807, 8244, 8782, 8807, 9523, 8775, 8506, 8726, 13900, 8436, 16889, 9061, 15462, 8566, 12715, 8447, 9053, 8685, 8812, 8535, 8791, 9404, 8559, 14058, 8702, 13436, 8536, 11898, 8516, 10997, 8198, 10773, 7757, 8535, 7594, 8452, 8994, 8690, 11847, 8335, 10505, 8371, 10561, 8148, 10764, 8188, 10374, 7950, 9807, 7755, 8212, 7535, 8527, 8149, 8295, 8102, 8139, 13008, 7980, 12881, 8667, 9294, 8416, 9682, 9036, 8530, 8165, 7884, 10070, 8393, 11790, 8109, 16256, 8069, 12772, 8357, 10872, 8556, 14490, 8415, 10889, 8359, 8419, 10706, 8161, 14000, 8367, 11772, 8118, 9979, 8364, 9291, 8262, 8221, 8287, 8137, 8695, 8562, 13608, 7990, 10460, 8159, 10272, 8336, 10853, 8409, 9698, 8577, 8409, 8418, 8603, 8529, 8394, 8558, 8095, 8781, 8388, 14637, 8232, 11395, 8303, 9706, 8118, 10904, 8371, 14944, 9330, 9074, 8799, 8047, 8890, 8808, 9128, 8605, 13041, 9281, 11037, 11896, 8935, 11258, 8755, 15767, 8393, 14219, 8728, 12717, 7912, 9914, 7949, 8999, 8973, 8935, 13940, 8573, 14077, 8535, 11746, 8327, 9533, 8064, 8638, 11102, 8803, 13390, 8420, 11513, 8204, 9760, 8005, 9048, 8117, 8707, 9719, 8198, 12381, 8258, 11831, 8458, 10812, 7996, 10706, 8036, 10243, 8226, 9200, 8197, 8748, 9402, 8655, 16764, 9049, 15439, 9461, 13002, 8635, 12779, 8494, 12180, 10010, 12174, 10764, 9910, 8128, 10791, 8373, 13004, 9019, 13984, 8471, 11136, 8509, 11711, 8164, 10943, 7978, 9653, 9047, 8301, 8276, 8263, 11541, 8597, 10321, 9000, 8289, 9156, 8391, 8756, 8692, 8903, 9517, 8889, 9409, 10047, 10240, 12122, 8409, 8863, 8160, 8738, 14425, 8580, 12153, 8857, 11155, 9097, 11229, 8412, 10768, 8627, 11027, 8669, 10907, 8544, 10849, 8435, 12305, 8378, 9307, 9419, 9113, 8772, 10469, 11641, 8987, 8818, 8878, 8385, 8664, 10128, 8893, 8708, 8952, 10607, 8487, 15445, 8695, 15079, 10221, 12199, 8106, 9084, 8542, 10845, 8794, 10657, 8788, 15208, 10182, 11911, 8166, 7777, 8485, 8829, 8546, 8519, 8681, 8064, 9371, 8193, 10831, 8684, 8800, 8191, 8733, 15888, 9143, 17842, 8570, 14427, 8082, 14072, 7834, 10714, 7639, 8853, 7764, 8486, 11196, 8023, 11226, 8028, 11097, 7937, 8968, 7980, 8889, 9717, 8505, 14139, 8262, 11921, 8337, 12018, 8811, 11068, 8501, 9386, 8448, 8144, 8579, 8987, 8781, 11438, 8744, 10802, 8670, 8637, 12284, 8250, 14476, 8579, 13581, 8989, 14438, 12074, 10498, 18649, 12712, 15912, 10932, 12797, 8144, 10667, 8589, 8771, 8163, 8733, 9046, 8636, 8596, 8905, 8290, 8982, 9177, 8846, 7875, 8921, 7903, 8892, 8911, 8893, 13323, 8599, 12281, 8246, 10756, 8071, 9756, 8301, 10664, 8236, 9150, 7904, 7847, 8358, 7973, 8208, 8350, 8188, 11365, 8137, 12746, 8095, 13809, 8961, 12646, 8424, 13447, 9746, 11213, 16444, 10519, 16493, 8441, 12973, 8257, 10803, 8229, 11119, 8241, 9725], 'WindowCenter': [4324.0, 4359.0, 4303.0, 4340.0, 4313.0, 4341.0, 4320.0, 4314.0, 4266.0, 4305.0, 4264.0, 4307.0, 4253.0, 4274.0, 4262.0, 4264.0, 4335.0, 4253.0, 4303.0, 4263.0, 4282.0, 4250.0, 4276.0, 4294.0, 4267.0, 4302.0, 4274.0, 4292.0, 4277.0, 4275.0, 4289.0, 4278.0, 4278.0, 4279.0, 4277.0, 4290.0, 4359.0, 4291.0, 4349.0, 4298.0, 4325.0, 4254.0, 4274.0, 4354.0, 4294.0, 4332.0, 4282.0, 4303.0, 4253.0, 4262.0, 4321.0, 4251.0, 4313.0, 4252.0, 4293.0, 4255.0, 4285.0, 4286.0, 4301.0, 4357.0, 4306.0, 4331.0, 4261.0, 4236.0, 4259.0, 4291.0, 4271.0, 4278.0, 4271.0, 4272.0, 4310.0, 4261.0, 4307.0, 4258.0, 4311.0, 4259.0, 4269.0, 4327.0, 4284.0, 4302.0, 4231.0, 4280.0, 4230.0, 4231.0, 4281.0, 4231.0, 4269.0, 4229.0, 4237.0, 4219.0, 4242.0, 4233.0, 4243.0, 4272.0, 4242.0, 4251.0, 4243.0, 4253.0, 4245.0, 4244.0, 4244.0, 4258.0, 4254.0, 4258.0, 4295.0, 4258.0, 4285.0, 4256.0, 4265.0, 4257.0, 4258.0, 4258.0, 4259.0, 4316.0, 4259.0, 4285.0, 4258.0, 4275.0, 4258.0, 4257.0, 4248.0, 4258.0, 4288.0, 4258.0, 4277.0, 4272.0, 4292.0, 4275.0, 4297.0, 4285.0, 4287.0, 4275.0, 4277.0, 4314.0, 4276.0, 4314.0, 4275.0, 4302.0, 4276.0, 4304.0, 4276.0, 4282.0, 4284.0, 4273.0, 4332.0, 4272.0, 4302.0, 4273.0, 4260.0, 4262.0, 4273.0, 4302.0, 4261.0, 4291.0, 4264.0, 4260.0, 4261.0, 4269.0, 4272.0, 4284.0, 4306.0, 4287.0, 4304.0, 4287.0, 4294.0, 4279.0, 4285.0, 4286.0, 4300.0, 4283.0, 4303.0, 4299.0, 4316.0, 4275.0, 4313.0, 4275.0, 4307.0, 4316.0, 4278.0, 4356.0, 4297.0, 4333.0, 4275.0, 4302.0, 4275.0, 4273.0, 4260.0, 4271.0, 4261.0, 4282.0, 4302.0, 4285.0, 4305.0, 4272.0, 4283.0, 4287.0, 4277.0, 4264.0, 4265.0, 4316.0, 4274.0, 4302.0, 4263.0, 4300.0, 4275.0, 4303.0, 4273.0, 4272.0, 4299.0, 4259.0, 4309.0, 4252.0, 4301.0, 4245.0, 4282.0, 4259.0, 4259.0, 4259.0, 4272.0, 4322.0, 4261.0, 4278.0, 4249.0, 4276.0, 4249.0, 4268.0, 4261.0, 4268.0, 4247.0, 4261.0, 4249.0, 4273.0, 4299.0, 4261.0, 4299.0, 4260.0, 4302.0, 4275.0, 4292.0, 4271.0, 4311.0, 4254.0, 4262.0, 4266.0, 4284.0, 4275.0, 4305.0, 4273.0, 4301.0, 4273.0, 4311.0, 4275.0, 4311.0, 4273.0, 4320.0, 4261.0, 4310.0, 4247.0, 4313.0, 4301.0, 4269.0, 4317.0, 4242.0, 4285.0, 4244.0, 4255.0, 4267.0, 4249.0, 4223.0, 4258.0, 4267.0, 4245.0, 4279.0, 4249.0, 4268.0, 4250.0, 4263.0, 4252.0, 4274.0, 4320.0, 4263.0, 4292.0, 4252.0, 4281.0, 4241.0, 4274.0, 4244.0, 4263.0, 4291.0, 4253.0, 4252.0, 4249.0, 4298.0, 4264.0, 4312.0, 4260.0, 4300.0, 4252.0, 4277.0, 4252.0, 4306.0, 4252.0, 4294.0, 4272.0, 4334.0, 4250.0, 4307.0, 4226.0, 4257.0, 4236.0, 4234.0, 4241.0, 4293.0, 4253.0, 4280.0, 4230.0, 4271.0, 4318.0, 4250.0, 4318.0, 4257.0, 4307.0, 4237.0, 4238.0, 4294.0, 4283.0, 4291.0, 4252.0, 4289.0, 4239.0, 4288.0, 4216.0, 4276.0, 4208.0, 4253.0, 4204.0, 4218.0, 4197.0, 4221.0, 4232.0, 4245.0, 4241.0, 4223.0, 4229.0, 4219.0, 4245.0, 4235.0, 4254.0, 4239.0, 4256.0, 4238.0, 4254.0, 4237.0, 4257.0, 4239.0, 4260.0, 4267.0, 4259.0, 4310.0, 4237.0, 4287.0, 4238.0, 4270.0, 4225.0, 4260.0, 4237.0, 4247.0, 4308.0, 4250.0, 4278.0, 4239.0, 4277.0, 4242.0, 4284.0, 4255.0, 4267.0, 4250.0, 4259.0, 4253.0, 4263.0, 4255.0, 4262.0, 4263.0, 4277.0, 4267.0, 4269.0, 4262.0, 4272.0, 4254.0, 4306.0, 4289.0, 4302.0, 4276.0, 4292.0, 4264.0, 4273.0, 4253.0, 4275.0, 4314.0, 4265.0, 4259.0, 4263.0, 4315.0, 4265.0, 4318.0, 4276.0, 4296.0, 4274.0, 4307.0, 4287.0, 4289.0, 4289.0, 4294.0, 4277.0, 4283.0, 4273.0, 4287.0, 4277.0, 4294.0, 4267.0, 4277.0, 4266.0, 4265.0, 4311.0, 4291.0, 4359.0, 4300.0, 4316.0, 4254.0, 4331.0, 4255.0, 4333.0, 4296.0, 4321.0, 4255.0, 4300.0, 4251.0, 4315.0, 4266.0, 4327.0, 4297.0, 4273.0, 4269.0, 4250.0, 4261.0, 4263.0, 4261.0, 4271.0, 4250.0, 4260.0, 4260.0, 4250.0, 4261.0, 4260.0, 4271.0, 4263.0, 4250.0, 4260.0, 4309.0, 4260.0, 4340.0, 4260.0, 4318.0, 4237.0, 4285.0, 4236.0, 4244.0, 4247.0, 4258.0, 4261.0, 4263.0, 4271.0, 4261.0, 4309.0, 4249.0, 4296.0, 4244.0, 4276.0, 4244.0, 4279.0, 4248.0, 4278.0, 4227.0, 4247.0, 4226.0, 4237.0, 4245.0, 4249.0, 4288.0, 4238.0, 4277.0, 4246.0, 4279.0, 4250.0, 4289.0, 4250.0, 4269.0, 4250.0, 4294.0, 4264.0, 4271.0, 4240.0, 4261.0, 4238.0, 4238.0, 4227.0, 4251.0, 4324.0, 4265.0, 4320.0, 4276.0, 4272.0, 4265.0, 4297.0, 4274.0, 4264.0, 4254.0, 4243.0, 4281.0, 4254.0, 4312.0, 4255.0, 4357.0, 4255.0, 4312.0, 4266.0, 4302.0, 4262.0, 4318.0, 4249.0, 4277.0, 4238.0, 4251.0, 4279.0, 4251.0, 4308.0, 4248.0, 4286.0, 4238.0, 4269.0, 4249.0, 4258.0, 4248.0, 4250.0, 4248.0, 4249.0, 4262.0, 4263.0, 4308.0, 4264.0, 4289.0, 4252.0, 4280.0, 4263.0, 4292.0, 4252.0, 4271.0, 4261.0, 4249.0, 4263.0, 4263.0, 4261.0, 4249.0, 4247.0, 4241.0, 4262.0, 4261.0, 4332.0, 4263.0, 4293.0, 4252.0, 4261.0, 4241.0, 4292.0, 4279.0, 4336.0, 4272.0, 4250.0, 4254.0, 4229.0, 4250.0, 4250.0, 4258.0, 4249.0, 4300.0, 4257.0, 4281.0, 4290.0, 4250.0, 4279.0, 4249.0, 4319.0, 4251.0, 4294.0, 4251.0, 4288.0, 4226.0, 4256.0, 4240.0, 4261.0, 4248.0, 4260.0, 4309.0, 4249.0, 4304.0, 4247.0, 4286.0, 4248.0, 4269.0, 4236.0, 4260.0, 4290.0, 4262.0, 4305.0, 4237.0, 4288.0, 4249.0, 4268.0, 4233.0, 4260.0, 4238.0, 4262.0, 4269.0, 4251.0, 4312.0, 4263.0, 4301.0, 4251.0, 4292.0, 4241.0, 4289.0, 4256.0, 4284.0, 4252.0, 4274.0, 4246.0, 4251.0, 4262.0, 4262.0, 4342.0, 4275.0, 4331.0, 4287.0, 4310.0, 4247.0, 4301.0, 4262.0, 4313.0, 4285.0, 4313.0, 4280.0, 4271.0, 4242.0, 4275.0, 4251.0, 4309.0, 4262.0, 4317.0, 4252.0, 4288.0, 4251.0, 4302.0, 4262.0, 4276.0, 4241.0, 4273.0, 4245.0, 4250.0, 4248.0, 4249.0, 4290.0, 4265.0, 4293.0, 4274.0, 4263.0, 4283.0, 4277.0, 4276.0, 4273.0, 4275.0, 4283.0, 4274.0, 4283.0, 4297.0, 4296.0, 4317.0, 4252.0, 4260.0, 4251.0, 4263.0, 4337.0, 4263.0, 4304.0, 4273.0, 4289.0, 4265.0, 4303.0, 4264.0, 4292.0, 4265.0, 4293.0, 4265.0, 4295.0, 4273.0, 4295.0, 4254.0, 4303.0, 4254.0, 4274.0, 4262.0, 4263.0, 4262.0, 4292.0, 4303.0, 4262.0, 4244.0, 4259.0, 4237.0, 4250.0, 4280.0, 4258.0, 4250.0, 4260.0, 4278.0, 4250.0, 4329.0, 4251.0, 4320.0, 4282.0, 4301.0, 4239.0, 4258.0, 4247.0, 4279.0, 4250.0, 4278.0, 4275.0, 4343.0, 4295.0, 4302.0, 4240.0, 4217.0, 4252.0, 4258.0, 4264.0, 4262.0, 4262.0, 4240.0, 4269.0, 4252.0, 4292.0, 4260.0, 4261.0, 4240.0, 4250.0, 4330.0, 4272.0, 4339.0, 4252.0, 4307.0, 4228.0, 4295.0, 4217.0, 4266.0, 4217.0, 4246.0, 4217.0, 4236.0, 4275.0, 4228.0, 4280.0, 4239.0, 4277.0, 4229.0, 4246.0, 4227.0, 4247.0, 4257.0, 4249.0, 4319.0, 4266.0, 4314.0, 4265.0, 4322.0, 4288.0, 4304.0, 4254.0, 4260.0, 4241.0, 4235.0, 4264.0, 4262.0, 4272.0, 4303.0, 4276.0, 4292.0, 4258.0, 4272.0, 4307.0, 4263.0, 4321.0, 4261.0, 4309.0, 4261.0, 4306.0, 4276.0, 4257.0, 4313.0, 4274.0, 4292.0, 4252.0, 4267.0, 4212.0, 4253.0, 4221.0, 4221.0, 4220.0, 4220.0, 4231.0, 4222.0, 4219.0, 4231.0, 4222.0, 4261.0, 4258.0, 4247.0, 4225.0, 4241.0, 4220.0, 4243.0, 4239.0, 4245.0, 4296.0, 4247.0, 4287.0, 4235.0, 4279.0, 4240.0, 4272.0, 4261.0, 4278.0, 4252.0, 4249.0, 4224.0, 4218.0, 4241.0, 4226.0, 4238.0, 4224.0, 4240.0, 4275.0, 4239.0, 4301.0, 4241.0, 4293.0, 4234.0, 4285.0, 4227.0, 4286.0, 4231.0, 4251.0, 4290.0, 4242.0, 4291.0, 4210.0, 4260.0, 4198.0, 4225.0, 4200.0, 4237.0, 4195.0, 4218.0], 'WindowWidth': [9591.0, 9621.0, 9535.0, 9574.0, 9539.0, 9572.0, 9540.0, 9522.0, 9458.0, 9507.0, 9455.0, 9514.0, 9438.0, 9465.0, 9445.0, 9451.0, 9553.0, 9436.0, 9502.0, 9446.0, 9471.0, 9426.0, 9474.0, 9493.0, 9461.0, 9502.0, 9468.0, 9489.0, 9476.0, 9470.0, 9499.0, 9480.0, 9480.0, 9483.0, 9477.0, 9501.0, 9595.0, 9501.0, 9577.0, 9505.0, 9537.0, 9437.0, 9466.0, 9577.0, 9492.0, 9540.0, 9472.0, 9502.0, 9434.0, 9447.0, 9524.0, 9427.0, 9512.0, 9432.0, 9484.0, 9437.0, 9481.0, 9485.0, 9513.0, 9584.0, 9512.0, 9538.0, 9439.0, 9399.0, 9436.0, 9482.0, 9455.0, 9462.0, 9454.0, 9457.0, 9504.0, 9440.0, 9498.0, 9432.0, 9511.0, 9434.0, 9448.0, 9527.0, 9461.0, 9482.0, 9381.0, 9448.0, 9375.0, 9382.0, 9452.0, 9379.0, 9428.0, 9375.0, 9383.0, 9362.0, 9398.0, 9388.0, 9402.0, 9437.0, 9400.0, 9410.0, 9404.0, 9417.0, 9408.0, 9407.0, 9406.0, 9429.0, 9420.0, 9429.0, 9477.0, 9432.0, 9463.0, 9426.0, 9438.0, 9428.0, 9432.0, 9431.0, 9435.0, 9509.0, 9433.0, 9463.0, 9430.0, 9450.0, 9431.0, 9430.0, 9418.0, 9434.0, 9471.0, 9434.0, 9457.0, 9457.0, 9486.0, 9470.0, 9504.0, 9480.0, 9486.0, 9469.0, 9472.0, 9517.0, 9468.0, 9516.0, 9467.0, 9499.0, 9469.0, 9505.0, 9470.0, 9473.0, 9475.0, 9461.0, 9537.0, 9456.0, 9497.0, 9457.0, 9439.0, 9441.0, 9458.0, 9496.0, 9441.0, 9481.0, 9448.0, 9439.0, 9441.0, 9451.0, 9456.0, 9477.0, 9515.0, 9485.0, 9504.0, 9485.0, 9493.0, 9479.0, 9481.0, 9483.0, 9494.0, 9477.0, 9504.0, 9506.0, 9527.0, 9469.0, 9516.0, 9465.0, 9518.0, 9525.0, 9478.0, 9582.0, 9498.0, 9541.0, 9465.0, 9499.0, 9469.0, 9461.0, 9438.0, 9454.0, 9440.0, 9470.0, 9502.0, 9482.0, 9509.0, 9460.0, 9476.0, 9487.0, 9473.0, 9452.0, 9457.0, 9523.0, 9462.0, 9498.0, 9447.0, 9493.0, 9467.0, 9504.0, 9460.0, 9456.0, 9489.0, 9435.0, 9503.0, 9429.0, 9495.0, 9423.0, 9470.0, 9436.0, 9436.0, 9431.0, 9457.0, 9528.0, 9440.0, 9455.0, 9418.0, 9451.0, 9420.0, 9447.0, 9441.0, 9446.0, 9416.0, 9437.0, 9421.0, 9458.0, 9489.0, 9437.0, 9487.0, 9436.0, 9498.0, 9465.0, 9484.0, 9457.0, 9507.0, 9435.0, 9440.0, 9454.0, 9475.0, 9466.0, 9506.0, 9462.0, 9494.0, 9461.0, 9509.0, 9466.0, 9508.0, 9458.0, 9519.0, 9440.0, 9504.0, 9418.0, 9515.0, 9497.0, 9448.0, 9510.0, 9404.0, 9462.0, 9406.0, 9426.0, 9442.0, 9418.0, 9377.0, 9431.0, 9438.0, 9412.0, 9461.0, 9421.0, 9443.0, 9425.0, 9446.0, 9430.0, 9461.0, 9522.0, 9448.0, 9483.0, 9431.0, 9468.0, 9413.0, 9462.0, 9423.0, 9446.0, 9480.0, 9431.0, 9429.0, 9425.0, 9487.0, 9449.0, 9513.0, 9440.0, 9491.0, 9428.0, 9457.0, 9430.0, 9514.0, 9436.0, 9492.0, 9459.0, 9546.0, 9418.0, 9496.0, 9386.0, 9429.0, 9397.0, 9389.0, 9409.0, 9485.0, 9432.0, 9465.0, 9397.0, 9456.0, 9513.0, 9424.0, 9514.0, 9428.0, 9496.0, 9397.0, 9400.0, 9470.0, 9456.0, 9463.0, 9411.0, 9457.0, 9387.0, 9451.0, 9348.0, 9432.0, 9343.0, 9399.0, 9333.0, 9356.0, 9329.0, 9365.0, 9385.0, 9407.0, 9394.0, 9371.0, 9376.0, 9364.0, 9406.0, 9396.0, 9422.0, 9407.0, 9425.0, 9404.0, 9420.0, 9401.0, 9429.0, 9405.0, 9436.0, 9440.0, 9436.0, 9505.0, 9405.0, 9468.0, 9405.0, 9448.0, 9383.0, 9436.0, 9401.0, 9416.0, 9498.0, 9426.0, 9457.0, 9407.0, 9456.0, 9414.0, 9475.0, 9439.0, 9447.0, 9426.0, 9436.0, 9432.0, 9446.0, 9440.0, 9447.0, 9450.0, 9472.0, 9460.0, 9453.0, 9446.0, 9457.0, 9438.0, 9510.0, 9492.0, 9502.0, 9473.0, 9486.0, 9453.0, 9464.0, 9434.0, 9467.0, 9516.0, 9454.0, 9439.0, 9453.0, 9519.0, 9456.0, 9531.0, 9474.0, 9497.0, 9467.0, 9514.0, 9491.0, 9496.0, 9494.0, 9493.0, 9475.0, 9477.0, 9463.0, 9489.0, 9478.0, 9496.0, 9459.0, 9474.0, 9455.0, 9457.0, 9514.0, 9501.0, 9591.0, 9510.0, 9526.0, 9438.0, 9538.0, 9441.0, 9545.0, 9497.0, 9523.0, 9440.0, 9490.0, 9429.0, 9518.0, 9457.0, 9543.0, 9499.0, 9461.0, 9446.0, 9423.0, 9438.0, 9445.0, 9436.0, 9450.0, 9421.0, 9438.0, 9437.0, 9425.0, 9438.0, 9440.0, 9456.0, 9448.0, 9425.0, 9439.0, 9502.0, 9439.0, 9549.0, 9439.0, 9515.0, 9402.0, 9463.0, 9396.0, 9407.0, 9415.0, 9432.0, 9442.0, 9450.0, 9455.0, 9442.0, 9499.0, 9419.0, 9478.0, 9406.0, 9450.0, 9407.0, 9460.0, 9424.0, 9460.0, 9388.0, 9414.0, 9384.0, 9402.0, 9410.0, 9422.0, 9471.0, 9406.0, 9457.0, 9416.0, 9462.0, 9427.0, 9476.0, 9427.0, 9449.0, 9428.0, 9496.0, 9459.0, 9464.0, 9413.0, 9441.0, 9405.0, 9404.0, 9388.0, 9428.0, 9534.0, 9457.0, 9524.0, 9472.0, 9456.0, 9456.0, 9502.0, 9463.0, 9451.0, 9436.0, 9418.0, 9468.0, 9435.0, 9515.0, 9441.0, 9586.0, 9440.0, 9516.0, 9459.0, 9501.0, 9445.0, 9516.0, 9422.0, 9458.0, 9406.0, 9426.0, 9464.0, 9429.0, 9500.0, 9420.0, 9468.0, 9405.0, 9448.0, 9421.0, 9433.0, 9419.0, 9425.0, 9419.0, 9422.0, 9447.0, 9449.0, 9501.0, 9454.0, 9478.0, 9429.0, 9468.0, 9450.0, 9486.0, 9430.0, 9454.0, 9441.0, 9424.0, 9446.0, 9448.0, 9441.0, 9425.0, 9417.0, 9413.0, 9443.0, 9446.0, 9541.0, 9448.0, 9485.0, 9428.0, 9438.0, 9413.0, 9483.0, 9480.0, 9552.0, 9457.0, 9420.0, 9432.0, 9392.0, 9421.0, 9421.0, 9431.0, 9421.0, 9492.0, 9431.0, 9466.0, 9475.0, 9421.0, 9460.0, 9421.0, 9517.0, 9428.0, 9476.0, 9425.0, 9469.0, 9384.0, 9423.0, 9407.0, 9441.0, 9415.0, 9437.0, 9502.0, 9422.0, 9486.0, 9417.0, 9465.0, 9419.0, 9446.0, 9398.0, 9439.0, 9475.0, 9445.0, 9493.0, 9401.0, 9470.0, 9421.0, 9444.0, 9396.0, 9440.0, 9407.0, 9443.0, 9448.0, 9428.0, 9512.0, 9447.0, 9493.0, 9428.0, 9483.0, 9414.0, 9479.0, 9440.0, 9475.0, 9430.0, 9459.0, 9416.0, 9426.0, 9439.0, 9444.0, 9554.0, 9466.0, 9535.0, 9484.0, 9505.0, 9419.0, 9490.0, 9444.0, 9515.0, 9481.0, 9515.0, 9465.0, 9451.0, 9414.0, 9451.0, 9424.0, 9502.0, 9444.0, 9512.0, 9432.0, 9473.0, 9425.0, 9497.0, 9446.0, 9456.0, 9412.0, 9455.0, 9411.0, 9423.0, 9422.0, 9424.0, 9478.0, 9453.0, 9487.0, 9466.0, 9448.0, 9476.0, 9475.0, 9472.0, 9464.0, 9468.0, 9475.0, 9464.0, 9477.0, 9501.0, 9497.0, 9527.0, 9431.0, 9440.0, 9427.0, 9448.0, 9554.0, 9449.0, 9502.0, 9461.0, 9478.0, 9451.0, 9503.0, 9452.0, 9485.0, 9453.0, 9487.0, 9452.0, 9492.0, 9464.0, 9494.0, 9434.0, 9498.0, 9434.0, 9461.0, 9443.0, 9448.0, 9445.0, 9490.0, 9503.0, 9442.0, 9409.0, 9432.0, 9400.0, 9425.0, 9465.0, 9435.0, 9424.0, 9438.0, 9459.0, 9426.0, 9535.0, 9426.0, 9521.0, 9473.0, 9495.0, 9408.0, 9433.0, 9417.0, 9459.0, 9424.0, 9460.0, 9469.0, 9560.0, 9497.0, 9497.0, 9408.0, 9371.0, 9428.0, 9432.0, 9450.0, 9445.0, 9443.0, 9410.0, 9450.0, 9431.0, 9482.0, 9438.0, 9437.0, 9407.0, 9421.0, 9535.0, 9455.0, 9545.0, 9425.0, 9493.0, 9386.0, 9474.0, 9371.0, 9438.0, 9370.0, 9410.0, 9371.0, 9396.0, 9447.0, 9390.0, 9460.0, 9408.0, 9454.0, 9390.0, 9412.0, 9387.0, 9413.0, 9428.0, 9422.0, 9516.0, 9456.0, 9520.0, 9455.0, 9531.0, 9492.0, 9507.0, 9436.0, 9436.0, 9409.0, 9397.0, 9448.0, 9438.0, 9463.0, 9503.0, 9474.0, 9488.0, 9438.0, 9462.0, 9502.0, 9450.0, 9525.0, 9440.0, 9506.0, 9441.0, 9497.0, 9452.0, 9426.0, 9498.0, 9443.0, 9465.0, 9408.0, 9425.0, 9358.0, 9416.0, 9369.0, 9366.0, 9365.0, 9365.0, 9383.0, 9370.0, 9363.0, 9383.0, 9374.0, 9442.0, 9432.0, 9412.0, 9379.0, 9400.0, 9370.0, 9404.0, 9396.0, 9410.0, 9477.0, 9413.0, 9467.0, 9396.0, 9459.0, 9409.0, 9460.0, 9446.0, 9463.0, 9429.0, 9418.0, 9378.0, 9370.0, 9409.0, 9383.0, 9401.0, 9378.0, 9408.0, 9450.0, 9407.0, 9492.0, 9409.0, 9472.0, 9391.0, 9461.0, 9382.0, 9462.0, 9380.0, 9408.0, 9460.0, 9395.0, 9461.0, 9349.0, 9410.0, 9327.0, 9359.0, 9329.0, 9375.0, 9320.0, 9354.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.002226781609195402</td></tr>
<tr><td colspan=3>aqi</td><td>0.0728737127586207</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.02802464056384</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0833393434522443</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.955864442105868</td></tr>
<tr><td colspan=3>efc</td><td>0.4596</td></tr>
<tr><td colspan=3>fber</td><td>5833.3589</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18046976188205582</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>210</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.137931034482758</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4855627145482444</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3271823081520138</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.698154026580086</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.431351808912634</td></tr>
<tr><td colspan=3>gcor</td><td>0.00866347</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018740050494670868</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03001219965517521</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8420885405693563</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>39.271</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3326</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.7054</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305992.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>764.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.1021</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9123</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.9842</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3497.7217</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3680.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70552.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4667.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.8056</td></tr>
<tr><td colspan=3>tsnr</td><td>22.93514383560978</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>