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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0077_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-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-05_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-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-05_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-0077/ses-04/func/sub-0077_ses-04_task-social_acq-mb8_run-05_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>4e75e631e8773c1280f7941efa1c8af5</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>21:31:56.557500</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.999617, -0.0207263, -0.0183467, 0.0204154, 0.999647, -0.0169742]</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-05_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.0915305</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7713, -7248, 767, -42, -127, -86, 36]</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>239.426</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9c458cec-2f0b-4ad1-8f45-e8463285b73e||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.681898832321167, 0.05477306619286537, -0.05046864598989487, 107.95767211914062], [0.05560719966888428, 2.681981086730957, -0.04480137676000595, -96.75068664550781], [-0.04922298341989517, 0.04554044082760811, 2.6991565227508545, -70.22222900390625], [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': ['213156.557500', '213157.017500', '213157.477500', '213157.937500', '213158.397500', '213158.857500', '213159.317500', '213159.777500', '213200.237500', '213200.697500', '213201.157500', '213201.617500', '213202.077500', '213202.537500', '213202.997500', '213203.457500', '213203.917500', '213204.377500', '213204.837500', '213205.297500', '213205.757500', '213206.217500', '213206.677500', '213207.137500', '213207.597500', '213208.057500', '213208.517500', '213208.977500', '213209.437500', '213209.897500', '213210.357500', '213210.817500', '213211.277500', '213211.737500', '213212.197500', '213212.657500', '213213.117500', '213213.577500', '213214.037500', '213214.497500', '213214.957500', '213215.417500', '213215.877500', '213216.337500', '213216.797500', '213217.257500', '213217.717500', '213218.177500', '213218.637500', '213219.097500', '213219.557500', '213220.017500', '213220.477500', '213220.937500', '213221.397500', '213221.857500', '213222.317500', '213222.777500', '213223.237500', '213223.697500', '213224.157500', '213224.617500', '213225.077500', '213225.537500', '213225.997500', '213226.457500', '213226.917500', '213227.377500', '213227.837500', '213228.297500', '213228.757500', '213229.217500', '213229.677500', '213230.137500', '213230.597500', '213231.057500', '213231.517500', '213231.977500', '213232.437500', '213232.897500', '213233.357500', '213233.817500', '213234.277500', '213234.737500', '213235.197500', '213235.657500', '213236.117500', '213236.577500', '213237.037500', '213237.497500', '213237.957500', '213238.417500', '213238.877500', '213239.337500', '213239.797500', '213240.257500', '213240.717500', '213241.177500', '213241.637500', '213242.097500', '213242.557500', '213243.017500', '213243.477500', '213243.937500', '213244.397500', '213244.857500', '213245.317500', '213245.777500', '213246.237500', '213246.697500', '213247.157500', '213247.617500', '213248.077500', '213248.537500', '213248.997500', '213249.457500', '213249.917500', '213250.377500', '213250.837500', '213251.297500', '213251.757500', '213252.217500', '213252.677500', '213253.137500', '213253.597500', '213254.057500', '213254.517500', '213254.977500', '213255.437500', '213255.897500', '213256.357500', '213256.817500', '213257.277500', '213257.737500', '213258.197500', '213258.657500', '213259.117500', '213259.577500', '213300.037500', '213300.497500', '213300.957500', '213301.417500', '213301.877500', '213302.337500', '213302.797500', '213303.257500', '213303.717500', '213304.177500', '213304.637500', '213305.097500', '213305.557500', '213306.017500', '213306.477500', '213306.937500', '213307.397500', '213307.857500', '213308.317500', '213308.777500', '213309.237500', '213309.697500', '213310.157500', '213310.617500', '213311.077500', '213311.537500', '213311.997500', '213312.457500', '213312.917500', '213313.377500', '213313.837500', '213314.297500', '213314.757500', '213315.217500', '213315.677500', '213316.137500', '213316.597500', '213317.057500', '213317.517500', '213317.977500', '213318.437500', '213318.897500', '213319.357500', '213319.817500', '213320.277500', '213320.737500', '213321.197500', '213321.657500', '213322.117500', '213322.577500', '213323.037500', '213323.497500', '213323.957500', '213324.417500', '213324.877500', '213325.337500', '213325.797500', '213326.257500', '213326.717500', '213327.177500', '213327.637500', '213328.097500', '213328.557500', '213329.017500', '213329.477500', '213329.937500', '213330.397500', '213330.857500', '213331.317500', '213331.777500', '213332.237500', '213332.697500', '213333.157500', '213333.617500', '213334.077500', '213334.537500', '213334.997500', '213335.457500', '213335.917500', '213336.377500', '213336.837500', '213337.297500', '213337.757500', '213338.217500', '213338.677500', '213339.137500', '213339.597500', '213340.057500', '213340.517500', '213340.977500', '213341.437500', '213341.897500', '213342.357500', '213342.817500', '213343.277500', '213343.737500', '213344.197500', '213344.657500', '213345.117500', '213345.577500', '213346.037500', '213346.497500', '213346.957500', '213347.417500', '213347.877500', '213348.337500', '213348.797500', '213349.257500', '213349.717500', '213350.177500', '213350.637500', '213351.097500', '213351.557500', '213352.017500', '213352.477500', '213352.937500', '213353.397500', '213353.857500', '213354.317500', '213354.777500', '213355.237500', '213355.697500', '213356.157500', '213356.617500', '213357.077500', '213357.537500', '213357.997500', '213358.457500', '213358.917500', '213359.377500', '213359.837500', '213400.297500', '213400.757500', '213401.217500', '213401.677500', '213402.137500', '213402.597500', '213403.057500', '213403.517500', '213403.977500', '213404.437500', '213404.897500', '213405.357500', '213405.817500', '213406.277500', '213406.737500', '213407.197500', '213407.657500', '213408.117500', '213408.577500', '213409.037500', '213409.497500', '213409.957500', '213410.417500', '213410.877500', '213411.337500', '213411.797500', '213412.257500', '213412.717500', '213413.177500', '213413.637500', '213414.097500', '213414.557500', '213415.017500', '213415.477500', '213415.937500', '213416.397500', '213416.857500', '213417.317500', '213417.777500', '213418.237500', '213418.697500', '213419.157500', '213419.617500', '213420.077500', '213420.537500', '213420.997500', '213421.457500', '213421.917500', '213422.377500', '213422.837500', '213423.297500', '213423.757500', '213424.217500', '213424.677500', '213425.137500', '213425.597500', '213426.057500', '213426.517500', '213426.977500', '213427.437500', '213427.897500', '213428.357500', '213428.817500', '213429.277500', '213429.737500', '213430.197500', '213430.657500', '213431.117500', '213431.577500', '213432.037500', '213432.497500', '213432.957500', '213433.417500', '213433.877500', '213434.337500', '213434.797500', '213435.257500', '213435.717500', '213436.177500', '213436.637500', '213437.097500', '213437.557500', '213438.017500', '213438.477500', '213438.937500', '213439.397500', '213439.857500', '213440.317500', '213440.777500', '213441.237500', '213441.697500', '213442.157500', '213442.617500', '213443.077500', '213443.537500', '213443.997500', '213444.457500', '213444.917500', '213445.377500', '213445.837500', '213446.297500', '213446.757500', '213447.217500', '213447.677500', '213448.137500', '213448.597500', '213449.057500', '213449.517500', '213449.977500', '213450.437500', '213450.897500', '213451.357500', '213451.817500', '213452.277500', '213452.737500', '213453.197500', '213453.657500', '213454.117500', '213454.577500', '213455.037500', '213455.497500', '213455.957500', '213456.417500', '213456.877500', '213457.337500', '213457.797500', '213458.257500', '213458.717500', '213459.177500', '213459.637500', '213500.097500', '213500.557500', '213501.017500', '213501.477500', '213501.937500', '213502.397500', '213502.857500', '213503.317500', '213503.777500', '213504.237500', '213504.697500', '213505.157500', '213505.617500', '213506.077500', '213506.537500', '213506.997500', '213507.457500', '213507.917500', '213508.377500', '213508.837500', '213509.297500', '213509.757500', '213510.217500', '213510.677500', '213511.137500', '213511.597500', '213512.057500', '213512.517500', '213512.977500', '213513.437500', '213513.897500', '213514.357500', '213514.817500', '213515.277500', '213515.737500', '213516.197500', '213516.657500', '213517.117500', '213517.577500', '213518.037500', '213518.497500', '213518.957500', '213519.417500', '213519.877500', '213520.337500', '213520.797500', '213521.257500', '213521.717500', '213522.177500', '213522.637500', '213523.097500', '213523.557500', '213524.017500', '213524.477500', '213524.937500', '213525.397500', '213525.857500', '213526.317500', '213526.777500', '213527.237500', '213527.697500', '213528.157500', '213528.617500', '213529.077500', '213529.537500', '213529.997500', '213530.457500', '213530.917500', '213531.377500', '213531.837500', '213532.297500', '213532.757500', '213533.217500', '213533.677500', '213534.137500', '213534.597500', '213535.057500', '213535.517500', '213535.977500', '213536.437500', '213536.897500', '213537.357500', '213537.817500', '213538.277500', '213538.737500', '213539.197500', '213539.657500', '213540.117500', '213540.577500', '213541.037500', '213541.497500', '213541.957500', '213542.417500', '213542.877500', '213543.337500', '213543.797500', '213544.257500', '213544.717500', '213545.177500', '213545.637500', '213546.097500', '213546.557500', '213547.017500', '213547.477500', '213547.937500', '213548.397500', '213548.857500', '213549.317500', '213549.777500', '213550.237500', '213550.697500', '213551.157500', '213551.617500', '213552.077500', '213552.537500', '213552.997500', '213553.457500', '213553.917500', '213554.377500', '213554.837500', '213555.297500', '213555.757500', '213556.217500', '213556.677500', '213557.137500', '213557.597500', '213558.057500', '213558.517500', '213558.977500', '213559.437500', '213559.897500', '213600.357500', '213600.817500', '213601.277500', '213601.737500', '213602.197500', '213602.657500', '213603.117500', '213603.577500', '213604.037500', '213604.497500', '213604.957500', '213605.417500', '213605.877500', '213606.337500', '213606.797500', '213607.257500', '213607.717500', '213608.177500', '213608.637500', '213609.097500', '213609.557500', '213610.017500', '213610.477500', '213610.937500', '213611.397500', '213611.857500', '213612.317500', '213612.777500', '213613.237500', '213613.697500', '213614.157500', '213614.617500', '213615.077500', '213615.537500', '213615.997500', '213616.457500', '213616.917500', '213617.377500', '213617.837500', '213618.297500', '213618.757500', '213619.217500', '213619.677500', '213620.137500', '213620.597500', '213621.057500', '213621.517500', '213621.977500', '213622.437500', '213622.897500', '213623.357500', '213623.817500', '213624.277500', '213624.737500', '213625.197500', '213625.657500', '213626.117500', '213626.577500', '213627.037500', '213627.497500', '213627.957500', '213628.417500', '213628.877500', '213629.337500', '213629.797500', '213630.257500', '213630.717500', '213631.177500', '213631.637500', '213632.097500', '213632.557500', '213633.017500', '213633.477500', '213633.937500', '213634.397500', '213634.857500', '213635.317500', '213635.777500', '213636.237500', '213636.697500', '213637.157500', '213637.617500', '213638.077500', '213638.537500', '213638.997500', '213639.457500', '213639.917500', '213640.377500', '213640.837500', '213641.297500', '213641.757500', '213642.217500', '213642.677500', '213643.137500', '213643.597500', '213644.057500', '213644.517500', '213644.977500', '213645.437500', '213645.897500', '213646.357500', '213646.817500', '213647.277500', '213647.737500', '213648.197500', '213648.657500', '213649.117500', '213649.577500', '213650.037500', '213650.497500', '213650.957500', '213651.417500', '213651.877500', '213652.337500', '213652.797500', '213653.257500', '213653.717500', '213654.177500', '213654.637500', '213655.097500', '213655.557500', '213656.017500', '213656.477500', '213656.937500', '213657.397500', '213657.857500', '213658.317500', '213658.777500', '213659.237500', '213659.697500', '213700.157500', '213700.617500', '213701.077500', '213701.537500', '213701.997500', '213702.457500', '213702.917500', '213703.377500', '213703.837500', '213704.297500', '213704.757500', '213705.217500', '213705.677500', '213706.137500', '213706.597500', '213707.057500', '213707.517500', '213707.977500', '213708.437500', '213708.897500', '213709.357500', '213709.817500', '213710.277500', '213710.737500', '213711.197500', '213711.657500', '213712.117500', '213712.577500', '213713.037500', '213713.497500', '213713.957500', '213714.417500', '213714.877500', '213715.337500', '213715.797500', '213716.257500', '213716.717500', '213717.177500', '213717.637500', '213718.097500', '213718.557500', '213719.017500', '213719.477500', '213719.937500', '213720.397500', '213720.857500', '213721.317500', '213721.777500', '213722.237500', '213722.697500', '213723.157500', '213723.617500', '213724.077500', '213724.537500', '213724.997500', '213725.457500', '213725.917500', '213726.377500', '213726.837500', '213727.297500', '213727.757500', '213728.217500', '213728.677500', '213729.137500', '213729.597500', '213730.057500', '213730.517500', '213730.977500', '213731.437500', '213731.897500', '213732.357500', '213732.817500', '213733.277500', '213733.737500', '213734.197500', '213734.657500', '213735.117500', '213735.577500', '213736.037500', '213736.497500', '213736.957500', '213737.417500', '213737.877500', '213738.337500', '213738.797500', '213739.257500', '213739.717500', '213740.177500', '213740.637500', '213741.097500', '213741.557500', '213742.017500', '213742.477500', '213742.937500', '213743.397500', '213743.857500', '213744.317500', '213744.777500', '213745.237500', '213745.697500', '213746.157500', '213746.617500', '213747.077500', '213747.537500', '213747.997500', '213748.457500', '213748.917500', '213749.377500', '213749.837500', '213750.297500', '213750.757500', '213751.217500', '213751.677500', '213752.137500', '213752.597500', '213753.057500', '213753.517500', '213753.977500', '213754.437500', '213754.897500', '213755.357500', '213755.817500', '213756.277500', '213756.737500', '213757.197500', '213757.657500', '213758.117500', '213758.577500', '213759.037500', '213759.497500', '213759.957500', '213800.417500', '213800.877500', '213801.337500', '213801.797500', '213802.257500', '213802.717500', '213803.177500', '213803.637500', '213804.097500', '213804.557500', '213805.017500', '213805.477500', '213805.937500', '213806.397500', '213806.857500', '213807.317500', '213807.777500', '213808.237500', '213808.697500', '213809.157500', '213809.617500', '213810.077500', '213810.537500', '213810.997500', '213811.457500', '213811.917500', '213812.377500', '213812.837500', '213813.297500', '213813.757500', '213814.217500', '213814.677500', '213815.137500', '213815.597500', '213816.057500', '213816.517500', '213816.977500', '213817.437500', '213817.897500', '213818.357500', '213818.817500', '213819.277500', '213819.737500', '213820.197500', '213820.657500', '213821.117500', '213821.577500', '213822.037500', '213822.497500', '213822.957500', '213823.417500', '213823.877500', '213824.337500', '213824.797500', '213825.257500', '213825.717500', '213826.177500', '213826.637500', '213827.097500', '213827.557500', '213828.017500', '213828.477500', '213828.937500', '213829.397500', '213829.857500', '213830.317500', '213830.777500', '213831.237500', '213831.697500', '213832.157500', '213832.617500', '213833.077500', '213833.537500', '213833.997500', '213834.457500', '213834.917500', '213835.377500', '213835.837500', '213836.297500', '213836.757500', '213837.217500'], 'ContentTime': ['213224.611000', '213224.614000', '213224.617000', '213224.620000', '213224.622000', '213224.627000', '213224.629000', '213224.632000', '213224.635000', '213224.637000', '213224.640000', '213224.642000', '213224.645000', '213224.647000', '213224.650000', '213224.652000', '213224.655000', '213224.658000', '213224.660000', '213224.663000', '213224.665000', '213224.668000', '213224.670000', '213224.673000', '213224.675000', '213224.678000', '213224.681000', '213224.683000', '213224.686000', '213224.688000', '213224.691000', '213224.693000', '213224.696000', '213224.699000', '213224.701000', '213224.704000', '213224.706000', '213224.709000', '213224.711000', '213224.714000', '213224.723000', '213224.734000', '213224.737000', '213224.739000', '213224.742000', '213224.744000', '213224.747000', '213224.750000', '213224.752000', '213224.755000', '213224.757000', '213224.760000', '213224.762000', '213224.765000', '213224.768000', '213224.770000', '213224.773000', '213224.776000', '213244.573000', '213244.576000', '213244.579000', '213244.581000', '213244.584000', '213244.587000', '213244.596000', '213244.598000', '213244.601000', '213244.604000', '213244.606000', '213244.609000', '213244.611000', '213244.614000', '213244.617000', '213244.619000', '213244.622000', '213244.624000', '213244.627000', '213244.629000', '213244.632000', '213244.635000', '213244.637000', '213244.640000', '213244.642000', '213244.645000', '213244.648000', '213244.650000', '213244.653000', '213244.655000', '213244.658000', '213244.660000', '213244.663000', '213244.666000', '213244.668000', '213244.671000', '213244.673000', '213244.676000', '213244.678000', '213244.681000', '213244.683000', '213244.686000', '213244.689000', '213304.572000', '213304.575000', '213304.578000', '213304.580000', '213304.583000', '213304.585000', '213304.588000', '213304.591000', '213304.593000', '213304.596000', '213304.598000', '213304.601000', '213304.604000', '213304.606000', '213304.609000', '213304.611000', '213304.614000', '213304.617000', '213304.619000', '213304.622000', '213304.624000', '213304.627000', '213304.629000', '213304.632000', '213304.634000', '213304.637000', '213304.640000', '213304.642000', '213304.645000', '213304.647000', '213304.650000', '213304.652000', '213304.655000', '213304.658000', '213304.660000', '213304.663000', '213304.665000', '213304.668000', '213304.670000', '213304.673000', '213304.676000', '213304.678000', '213304.681000', '213304.683000', '213324.572000', '213324.575000', '213324.578000', '213324.580000', '213324.583000', '213324.585000', '213324.588000', '213324.591000', '213324.593000', '213324.596000', '213324.599000', '213324.601000', '213324.604000', '213324.606000', '213324.609000', '213324.611000', '213324.614000', '213324.617000', '213324.619000', '213324.622000', '213324.624000', '213324.627000', '213324.630000', '213324.632000', '213324.635000', '213324.638000', '213324.640000', '213324.643000', '213324.645000', '213324.648000', '213324.650000', '213324.653000', '213324.656000', '213324.658000', '213324.661000', '213324.663000', '213324.666000', '213324.669000', '213324.671000', '213324.674000', '213324.676000', '213324.679000', '213324.682000', '213344.572000', '213344.575000', '213344.578000', '213344.586000', '213344.589000', '213344.592000', '213344.594000', '213344.597000', '213344.599000', '213344.602000', '213344.605000', '213344.607000', '213344.610000', '213344.613000', '213344.615000', '213344.618000', '213344.620000', '213344.623000', '213344.625000', '213344.628000', '213344.630000', '213344.633000', '213344.636000', '213344.638000', '213344.641000', '213344.643000', '213344.646000', '213344.649000', '213344.651000', '213344.654000', '213344.656000', '213344.659000', '213344.661000', '213344.664000', '213344.667000', '213344.669000', '213344.672000', '213344.674000', '213344.677000', '213344.680000', '213344.682000', '213344.685000', '213344.687000', '213344.690000', '213404.572000', '213404.575000', '213404.578000', '213404.580000', '213404.583000', '213404.585000', '213404.588000', '213404.591000', '213404.596000', '213404.598000', '213404.601000', '213404.603000', '213404.606000', '213404.609000', '213404.611000', '213404.614000', '213404.616000', '213404.619000', '213404.621000', '213404.624000', '213404.627000', '213404.629000', '213404.632000', '213404.635000', '213404.637000', '213404.640000', '213404.642000', '213404.645000', '213404.647000', '213404.650000', '213404.652000', '213404.655000', '213404.658000', '213404.660000', '213404.663000', '213404.665000', '213404.680000', '213404.682000', '213404.685000', '213404.688000', '213404.690000', '213404.693000', '213404.695000', '213424.572000', '213424.575000', '213424.578000', '213424.580000', '213424.583000', '213424.586000', '213424.588000', '213424.591000', '213424.593000', '213424.596000', '213424.599000', '213424.601000', '213424.604000', '213424.606000', '213424.609000', '213424.612000', '213424.614000', '213424.617000', '213424.619000', '213424.622000', '213424.624000', '213424.627000', '213424.630000', '213424.632000', '213424.635000', '213424.638000', '213424.640000', '213424.643000', '213424.645000', '213424.648000', '213424.650000', '213424.653000', '213424.656000', '213424.658000', '213424.661000', '213424.663000', '213424.666000', '213424.669000', '213424.671000', '213424.674000', '213424.676000', '213424.679000', '213424.682000', '213424.684000', '213444.573000', '213444.576000', '213444.579000', '213444.582000', '213444.584000', '213444.587000', '213444.589000', '213444.592000', '213444.595000', '213444.597000', '213444.600000', '213444.603000', '213444.605000', '213444.617000', '213444.619000', '213444.622000', '213444.624000', '213444.627000', '213444.630000', '213444.632000', '213444.635000', '213444.637000', '213444.640000', '213444.643000', '213444.645000', '213444.648000', '213444.650000', '213444.653000', '213444.655000', '213444.658000', '213444.661000', '213444.663000', '213444.666000', '213444.668000', '213444.671000', '213444.674000', '213444.676000', '213444.679000', '213444.681000', '213444.684000', '213444.687000', '213444.690000', '213444.693000', '213504.573000', '213504.576000', '213504.579000', '213504.582000', '213504.584000', '213504.587000', '213504.590000', '213504.592000', '213504.595000', '213504.597000', '213504.600000', '213504.603000', '213504.605000', '213504.608000', '213504.611000', '213504.613000', '213504.616000', '213504.618000', '213504.621000', '213504.623000', '213504.626000', '213504.629000', '213504.631000', '213504.634000', '213504.636000', '213504.639000', '213504.642000', '213504.644000', '213504.647000', '213504.649000', '213504.652000', '213504.655000', '213504.657000', '213504.660000', '213504.663000', '213504.665000', '213504.668000', '213504.670000', '213504.673000', '213504.675000', '213504.678000', '213504.681000', '213504.683000', '213504.686000', '213524.573000', '213524.575000', '213524.578000', '213524.581000', '213524.583000', '213524.586000', '213524.589000', '213524.591000', '213524.594000', '213524.596000', '213524.599000', '213524.602000', '213524.604000', '213524.607000', '213524.609000', '213524.612000', '213524.614000', '213524.617000', '213524.620000', '213524.622000', '213524.625000', '213524.627000', '213524.630000', '213524.633000', '213524.635000', '213524.638000', '213524.640000', '213524.643000', '213524.646000', '213524.648000', '213524.651000', '213524.653000', '213524.656000', '213524.666000', '213524.669000', '213524.671000', '213524.674000', '213524.676000', '213524.679000', '213524.682000', '213524.684000', '213524.687000', '213524.689000', '213544.572000', '213544.575000', '213544.578000', '213544.580000', '213544.592000', '213544.594000', '213544.597000', '213544.599000', '213544.602000', '213544.605000', '213544.607000', '213544.610000', '213544.612000', '213544.615000', '213544.618000', '213544.620000', '213544.623000', '213544.625000', '213544.628000', '213544.631000', '213544.633000', '213544.636000', '213544.638000', '213544.641000', '213544.644000', '213544.646000', '213544.649000', '213544.651000', '213544.654000', '213544.657000', '213544.659000', '213544.662000', '213544.664000', '213544.667000', '213544.670000', '213544.672000', '213544.675000', '213544.677000', '213544.680000', '213544.683000', '213544.685000', '213544.688000', '213544.690000', '213544.693000', '213604.572000', '213604.575000', '213604.578000', '213604.581000', '213604.583000', '213604.586000', '213604.589000', '213604.591000', '213604.594000', '213604.596000', '213604.599000', '213604.602000', '213604.604000', '213604.607000', '213604.609000', '213604.612000', '213604.615000', '213604.617000', '213604.620000', '213604.622000', '213604.625000', '213604.628000', '213604.630000', '213604.633000', '213604.635000', '213604.638000', '213604.640000', '213604.643000', '213604.646000', '213604.648000', '213604.651000', '213604.653000', '213604.656000', '213604.659000', '213604.661000', '213604.664000', '213604.666000', '213604.669000', '213604.671000', '213604.674000', '213604.677000', '213604.679000', '213604.682000', '213624.573000', '213624.575000', '213624.578000', '213624.581000', '213624.583000', '213624.586000', '213624.589000', '213624.591000', '213624.594000', '213624.596000', '213624.599000', '213624.602000', '213624.604000', '213624.607000', '213624.610000', '213624.612000', '213624.615000', '213624.618000', '213624.620000', '213624.623000', '213624.625000', '213624.628000', '213624.631000', '213624.634000', '213624.636000', '213624.639000', '213624.642000', '213624.644000', '213624.647000', '213624.649000', '213624.652000', '213624.655000', '213624.657000', '213624.660000', '213624.662000', '213624.665000', '213624.668000', '213624.670000', '213624.673000', '213624.675000', '213624.678000', '213624.680000', '213624.683000', '213644.572000', '213644.575000', '213644.578000', '213644.581000', '213644.583000', '213644.586000', '213644.588000', '213644.591000', '213644.593000', '213644.596000', '213644.599000', '213644.601000', '213644.604000', '213644.607000', '213644.609000', '213644.612000', '213644.614000', '213644.617000', '213644.620000', '213644.622000', '213644.625000', '213644.628000', '213644.630000', '213644.633000', '213644.635000', '213644.638000', '213644.640000', '213644.643000', '213644.646000', '213644.648000', '213644.651000', '213644.653000', '213644.656000', '213644.659000', '213644.661000', '213644.664000', '213644.666000', '213644.669000', '213644.672000', '213644.674000', '213644.677000', '213644.679000', '213644.682000', '213644.684000', '213704.574000', '213704.576000', '213704.579000', '213704.582000', '213704.584000', '213704.587000', '213704.589000', '213704.592000', '213704.595000', '213704.597000', '213704.600000', '213704.603000', '213704.605000', '213704.608000', '213704.610000', '213704.613000', '213704.616000', '213704.618000', '213704.621000', '213704.623000', '213704.626000', '213704.629000', '213704.631000', '213704.634000', '213704.636000', '213704.639000', '213704.642000', '213704.644000', '213704.647000', '213704.650000', '213704.652000', '213704.655000', '213704.657000', '213704.660000', '213704.662000', '213704.665000', '213704.668000', '213704.670000', '213704.673000', '213704.675000', '213704.678000', '213704.681000', '213704.683000', '213704.697000', '213724.574000', '213724.576000', '213724.579000', '213724.582000', '213724.584000', '213724.587000', '213724.589000', '213724.592000', '213724.595000', '213724.597000', '213724.600000', '213724.603000', '213724.605000', '213724.608000', '213724.611000', '213724.613000', '213724.616000', '213724.618000', '213724.621000', '213724.624000', '213724.626000', '213724.629000', '213724.631000', '213724.634000', '213724.637000', '213724.639000', '213724.642000', '213724.644000', '213724.647000', '213724.650000', '213724.653000', '213724.655000', '213724.658000', '213724.660000', '213724.663000', '213724.665000', '213724.668000', '213724.671000', '213724.673000', '213724.676000', '213724.678000', '213724.681000', '213724.684000', '213744.573000', '213744.576000', '213744.578000', '213744.581000', '213744.584000', '213744.586000', '213744.589000', '213744.591000', '213744.594000', '213744.596000', '213744.599000', '213744.604000', '213744.607000', '213744.610000', '213744.613000', '213744.615000', '213744.618000', '213744.621000', '213744.623000', '213744.626000', '213744.628000', '213744.631000', '213744.633000', '213744.636000', '213744.639000', '213744.641000', '213744.644000', '213744.646000', '213744.649000', '213744.652000', '213744.654000', '213744.657000', '213744.660000', '213744.662000', '213744.665000', '213744.667000', '213744.670000', '213744.673000', '213744.675000', '213744.678000', '213744.680000', '213744.683000', '213744.686000', '213804.572000', '213804.575000', '213804.578000', '213804.581000', '213804.583000', '213804.586000', '213804.589000', '213804.591000', '213804.594000', '213804.596000', '213804.599000', '213804.602000', '213804.604000', '213804.607000', '213804.609000', '213804.612000', '213804.615000', '213804.617000', '213804.620000', '213804.623000', '213804.625000', '213804.628000', '213804.631000', '213804.633000', '213804.636000', '213804.638000', '213804.641000', '213804.644000', '213804.646000', '213804.649000', '213804.651000', '213804.654000', '213804.657000', '213804.659000', '213804.662000', '213804.664000', '213804.667000', '213804.670000', '213804.672000', '213804.675000', '213804.677000', '213804.680000', '213804.682000', '213804.685000', '213824.572000', '213824.575000', '213824.578000', '213824.580000', '213824.583000', '213824.586000', '213824.588000', '213824.591000', '213824.593000', '213824.596000', '213824.599000', '213824.601000', '213824.604000', '213824.607000', '213824.609000', '213824.612000', '213824.614000', '213824.617000', '213824.620000', '213824.622000', '213824.625000', '213824.628000', '213824.630000', '213824.633000', '213824.635000', '213824.638000', '213824.641000', '213824.643000', '213824.646000', '213824.648000', '213824.651000', '213824.654000', '213824.656000', '213824.659000', '213824.662000', '213824.664000', '213824.667000', '213824.669000', '213824.672000', '213824.674000', '213824.686000', '213824.688000', '213824.691000', '213838.847000', '213838.850000', '213838.853000', '213838.856000', '213838.859000', '213838.862000', '213838.865000', '213838.867000', '213838.870000', '213838.873000', '213838.875000', '213838.881000', '213838.883000', '213838.886000', '213838.889000', '213838.891000', '213838.894000', '213838.897000', '213838.899000', '213838.902000', '213838.905000', '213838.907000', '213838.910000', '213838.913000', '213838.915000', '213838.918000', '213838.921000', '213838.924000', '213838.926000', '213838.929000', '213838.932000', '213838.934000'], 'InstanceCreationTime': ['213224.611000', '213224.614000', '213224.617000', '213224.620000', '213224.622000', '213224.627000', '213224.629000', '213224.632000', '213224.635000', '213224.637000', '213224.640000', '213224.642000', '213224.645000', '213224.647000', '213224.650000', '213224.652000', '213224.655000', '213224.658000', '213224.660000', '213224.663000', '213224.665000', '213224.668000', '213224.670000', '213224.673000', '213224.675000', '213224.678000', '213224.681000', '213224.683000', '213224.686000', '213224.688000', '213224.691000', '213224.693000', '213224.696000', '213224.699000', '213224.701000', '213224.704000', '213224.706000', '213224.709000', '213224.711000', '213224.714000', '213224.723000', '213224.734000', '213224.737000', '213224.739000', '213224.742000', '213224.744000', '213224.747000', '213224.750000', '213224.752000', '213224.755000', '213224.757000', '213224.760000', '213224.762000', '213224.765000', '213224.768000', '213224.770000', '213224.773000', '213224.776000', '213244.573000', '213244.576000', '213244.579000', '213244.581000', '213244.584000', '213244.587000', '213244.596000', '213244.598000', '213244.601000', '213244.604000', '213244.606000', '213244.609000', '213244.611000', '213244.614000', '213244.617000', '213244.619000', '213244.622000', '213244.624000', '213244.627000', '213244.629000', '213244.632000', '213244.635000', '213244.637000', '213244.640000', '213244.642000', '213244.645000', '213244.648000', '213244.650000', '213244.653000', '213244.655000', '213244.658000', '213244.660000', '213244.663000', '213244.666000', '213244.668000', '213244.671000', '213244.673000', '213244.676000', '213244.678000', '213244.681000', '213244.683000', '213244.686000', '213244.689000', '213304.572000', '213304.575000', '213304.578000', '213304.580000', '213304.583000', '213304.585000', '213304.588000', '213304.591000', '213304.593000', '213304.596000', '213304.598000', '213304.601000', '213304.604000', '213304.606000', '213304.609000', '213304.611000', '213304.614000', '213304.617000', '213304.619000', '213304.622000', '213304.624000', '213304.627000', '213304.629000', '213304.632000', '213304.634000', '213304.637000', '213304.640000', '213304.642000', '213304.645000', '213304.647000', '213304.650000', '213304.652000', '213304.655000', '213304.658000', '213304.660000', '213304.663000', '213304.665000', '213304.668000', '213304.670000', '213304.673000', '213304.676000', '213304.678000', '213304.681000', '213304.683000', '213324.572000', '213324.575000', '213324.578000', '213324.580000', '213324.583000', '213324.585000', '213324.588000', '213324.591000', '213324.593000', '213324.596000', '213324.599000', '213324.601000', '213324.604000', '213324.606000', '213324.609000', '213324.611000', '213324.614000', '213324.617000', '213324.619000', '213324.622000', '213324.624000', '213324.627000', '213324.630000', '213324.632000', '213324.635000', '213324.638000', '213324.640000', '213324.643000', '213324.645000', '213324.648000', '213324.650000', '213324.653000', '213324.656000', '213324.658000', '213324.661000', '213324.663000', '213324.666000', '213324.669000', '213324.671000', '213324.674000', '213324.676000', '213324.679000', '213324.682000', '213344.572000', '213344.575000', '213344.578000', '213344.586000', '213344.589000', '213344.592000', '213344.594000', '213344.597000', '213344.599000', '213344.602000', '213344.605000', '213344.607000', '213344.610000', '213344.613000', '213344.615000', '213344.618000', '213344.620000', '213344.623000', '213344.625000', '213344.628000', '213344.630000', '213344.633000', '213344.636000', '213344.638000', '213344.641000', '213344.643000', '213344.646000', '213344.649000', '213344.651000', '213344.654000', '213344.656000', '213344.659000', '213344.661000', '213344.664000', '213344.667000', '213344.669000', '213344.672000', '213344.674000', '213344.677000', '213344.680000', '213344.682000', '213344.685000', '213344.687000', '213344.690000', '213404.572000', '213404.575000', '213404.578000', '213404.580000', '213404.583000', '213404.585000', '213404.588000', '213404.591000', '213404.596000', '213404.598000', '213404.601000', '213404.603000', '213404.606000', '213404.609000', '213404.611000', '213404.614000', '213404.616000', '213404.619000', '213404.621000', '213404.624000', '213404.627000', '213404.629000', '213404.632000', '213404.635000', '213404.637000', '213404.640000', '213404.642000', '213404.645000', '213404.647000', '213404.650000', '213404.652000', '213404.655000', '213404.658000', '213404.660000', '213404.663000', '213404.665000', '213404.680000', '213404.682000', '213404.685000', '213404.688000', '213404.690000', '213404.693000', '213404.695000', '213424.572000', '213424.575000', '213424.578000', '213424.580000', '213424.583000', '213424.586000', '213424.588000', '213424.591000', '213424.593000', '213424.596000', '213424.599000', '213424.601000', '213424.604000', '213424.606000', '213424.609000', '213424.612000', '213424.614000', '213424.617000', '213424.619000', '213424.622000', '213424.624000', '213424.627000', '213424.630000', '213424.632000', '213424.635000', '213424.638000', '213424.640000', '213424.643000', '213424.645000', '213424.648000', '213424.650000', '213424.653000', '213424.656000', '213424.658000', '213424.661000', '213424.663000', '213424.666000', '213424.669000', '213424.671000', '213424.674000', '213424.676000', '213424.679000', '213424.682000', '213424.684000', '213444.573000', '213444.576000', '213444.579000', '213444.582000', '213444.584000', '213444.587000', '213444.589000', '213444.592000', '213444.595000', '213444.597000', '213444.600000', '213444.603000', '213444.605000', '213444.617000', '213444.619000', '213444.622000', '213444.624000', '213444.627000', '213444.630000', '213444.632000', '213444.635000', '213444.637000', '213444.640000', '213444.643000', '213444.645000', '213444.648000', '213444.650000', '213444.653000', '213444.655000', '213444.658000', '213444.661000', '213444.663000', '213444.666000', '213444.668000', '213444.671000', '213444.674000', '213444.676000', '213444.679000', '213444.681000', '213444.684000', '213444.687000', '213444.690000', '213444.693000', '213504.573000', '213504.576000', '213504.579000', '213504.582000', '213504.584000', '213504.587000', '213504.590000', '213504.592000', '213504.595000', '213504.597000', '213504.600000', '213504.603000', '213504.605000', '213504.608000', '213504.611000', '213504.613000', '213504.616000', '213504.618000', '213504.621000', '213504.623000', '213504.626000', '213504.629000', '213504.631000', '213504.634000', '213504.636000', '213504.639000', '213504.642000', '213504.644000', '213504.647000', '213504.649000', '213504.652000', '213504.655000', '213504.657000', '213504.660000', '213504.663000', '213504.665000', '213504.668000', '213504.670000', '213504.673000', '213504.675000', '213504.678000', '213504.681000', '213504.683000', '213504.686000', '213524.573000', '213524.575000', '213524.578000', '213524.581000', '213524.583000', '213524.586000', '213524.589000', '213524.591000', '213524.594000', '213524.596000', '213524.599000', '213524.602000', '213524.604000', '213524.607000', '213524.609000', '213524.612000', '213524.614000', '213524.617000', '213524.620000', '213524.622000', '213524.625000', '213524.627000', '213524.630000', '213524.633000', '213524.635000', '213524.638000', '213524.640000', '213524.643000', '213524.646000', '213524.648000', '213524.651000', '213524.653000', '213524.656000', '213524.666000', '213524.669000', '213524.671000', '213524.674000', '213524.676000', '213524.679000', '213524.682000', '213524.684000', '213524.687000', '213524.689000', '213544.572000', '213544.575000', '213544.578000', '213544.580000', '213544.592000', '213544.594000', '213544.597000', '213544.599000', '213544.602000', '213544.605000', '213544.607000', '213544.610000', '213544.612000', '213544.615000', '213544.618000', '213544.620000', '213544.623000', '213544.625000', '213544.628000', '213544.631000', '213544.633000', '213544.636000', '213544.638000', '213544.641000', '213544.644000', '213544.646000', '213544.649000', '213544.651000', '213544.654000', '213544.657000', '213544.659000', '213544.662000', '213544.664000', '213544.667000', '213544.670000', '213544.672000', '213544.675000', '213544.677000', '213544.680000', '213544.683000', '213544.685000', '213544.688000', '213544.690000', '213544.693000', '213604.572000', '213604.575000', '213604.578000', '213604.581000', '213604.583000', '213604.586000', '213604.589000', '213604.591000', '213604.594000', '213604.596000', '213604.599000', '213604.602000', '213604.604000', '213604.607000', '213604.609000', '213604.612000', '213604.615000', '213604.617000', '213604.620000', '213604.622000', '213604.625000', '213604.628000', '213604.630000', '213604.633000', '213604.635000', '213604.638000', '213604.640000', '213604.643000', '213604.646000', '213604.648000', '213604.651000', '213604.653000', '213604.656000', '213604.659000', '213604.661000', '213604.664000', '213604.666000', '213604.669000', '213604.671000', '213604.674000', '213604.677000', '213604.679000', '213604.682000', '213624.573000', '213624.575000', '213624.578000', '213624.581000', '213624.583000', '213624.586000', '213624.589000', '213624.591000', '213624.594000', '213624.596000', '213624.599000', '213624.602000', '213624.604000', '213624.607000', '213624.610000', '213624.612000', '213624.615000', '213624.618000', '213624.620000', '213624.623000', '213624.625000', '213624.628000', '213624.631000', '213624.634000', '213624.636000', '213624.639000', '213624.642000', '213624.644000', '213624.647000', '213624.649000', '213624.652000', '213624.655000', '213624.657000', '213624.660000', '213624.662000', '213624.665000', '213624.668000', '213624.670000', '213624.673000', '213624.675000', '213624.678000', '213624.680000', '213624.683000', '213644.572000', '213644.575000', '213644.578000', '213644.581000', '213644.583000', '213644.586000', '213644.588000', '213644.591000', '213644.593000', '213644.596000', '213644.599000', '213644.601000', '213644.604000', '213644.607000', '213644.609000', '213644.612000', '213644.614000', '213644.617000', '213644.620000', '213644.622000', '213644.625000', '213644.628000', '213644.630000', '213644.633000', '213644.635000', '213644.638000', '213644.640000', '213644.643000', '213644.646000', '213644.648000', '213644.651000', '213644.653000', '213644.656000', '213644.659000', '213644.661000', '213644.664000', '213644.666000', '213644.669000', '213644.672000', '213644.674000', '213644.677000', '213644.679000', '213644.682000', '213644.684000', '213704.574000', '213704.576000', '213704.579000', '213704.582000', '213704.584000', '213704.587000', '213704.589000', '213704.592000', '213704.595000', '213704.597000', '213704.600000', '213704.603000', '213704.605000', '213704.608000', '213704.610000', '213704.613000', '213704.616000', '213704.618000', '213704.621000', '213704.623000', '213704.626000', '213704.629000', '213704.631000', '213704.634000', '213704.636000', '213704.639000', '213704.642000', '213704.644000', '213704.647000', '213704.650000', '213704.652000', '213704.655000', '213704.657000', '213704.660000', '213704.662000', '213704.665000', '213704.668000', '213704.670000', '213704.673000', '213704.675000', '213704.678000', '213704.681000', '213704.683000', '213704.697000', '213724.574000', '213724.576000', '213724.579000', '213724.582000', '213724.584000', '213724.587000', '213724.589000', '213724.592000', '213724.595000', '213724.597000', '213724.600000', '213724.603000', '213724.605000', '213724.608000', '213724.611000', '213724.613000', '213724.616000', '213724.618000', '213724.621000', '213724.624000', '213724.626000', '213724.629000', '213724.631000', '213724.634000', '213724.637000', '213724.639000', '213724.642000', '213724.644000', '213724.647000', '213724.650000', '213724.653000', '213724.655000', '213724.658000', '213724.660000', '213724.663000', '213724.665000', '213724.668000', '213724.671000', '213724.673000', '213724.676000', '213724.678000', '213724.681000', '213724.684000', '213744.573000', '213744.576000', '213744.578000', '213744.581000', '213744.584000', '213744.586000', '213744.589000', '213744.591000', '213744.594000', '213744.596000', '213744.599000', '213744.604000', '213744.607000', '213744.610000', '213744.613000', '213744.615000', '213744.618000', '213744.621000', '213744.623000', '213744.626000', '213744.628000', '213744.631000', '213744.633000', '213744.636000', '213744.639000', '213744.641000', '213744.644000', '213744.646000', '213744.649000', '213744.652000', '213744.654000', '213744.657000', '213744.660000', '213744.662000', '213744.665000', '213744.667000', '213744.670000', '213744.673000', '213744.675000', '213744.678000', '213744.680000', '213744.683000', '213744.686000', '213804.572000', '213804.575000', '213804.578000', '213804.581000', '213804.583000', '213804.586000', '213804.589000', '213804.591000', '213804.594000', '213804.596000', '213804.599000', '213804.602000', '213804.604000', '213804.607000', '213804.609000', '213804.612000', '213804.615000', '213804.617000', '213804.620000', '213804.623000', '213804.625000', '213804.628000', '213804.631000', '213804.633000', '213804.636000', '213804.638000', '213804.641000', '213804.644000', '213804.646000', '213804.649000', '213804.651000', '213804.654000', '213804.657000', '213804.659000', '213804.662000', '213804.664000', '213804.667000', '213804.670000', '213804.672000', '213804.675000', '213804.677000', '213804.680000', '213804.682000', '213804.685000', '213824.572000', '213824.575000', '213824.578000', '213824.580000', '213824.583000', '213824.586000', '213824.588000', '213824.591000', '213824.593000', '213824.596000', '213824.599000', '213824.601000', '213824.604000', '213824.607000', '213824.609000', '213824.612000', '213824.614000', '213824.617000', '213824.620000', '213824.622000', '213824.625000', '213824.628000', '213824.630000', '213824.633000', '213824.635000', '213824.638000', '213824.641000', '213824.643000', '213824.646000', '213824.648000', '213824.651000', '213824.654000', '213824.656000', '213824.659000', '213824.662000', '213824.664000', '213824.667000', '213824.669000', '213824.672000', '213824.674000', '213824.686000', '213824.688000', '213824.691000', '213838.847000', '213838.850000', '213838.853000', '213838.856000', '213838.859000', '213838.862000', '213838.865000', '213838.867000', '213838.870000', '213838.873000', '213838.875000', '213838.881000', '213838.883000', '213838.886000', '213838.889000', '213838.891000', '213838.894000', '213838.897000', '213838.899000', '213838.902000', '213838.905000', '213838.907000', '213838.910000', '213838.913000', '213838.915000', '213838.918000', '213838.921000', '213838.924000', '213838.926000', '213838.929000', '213838.932000', '213838.934000'], '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': [11127, 15386, 12111, 14670, 12119, 17294, 14012, 15822, 11604, 11780, 10811, 13466, 13890, 10673, 14447, 10115, 13361, 11248, 14559, 12879, 16470, 12164, 9460, 11902, 10108, 15382, 11958, 12728, 13444, 9177, 13769, 13392, 18052, 12593, 12933, 14011, 11882, 17643, 11066, 15963, 11276, 15341, 12030, 16927, 11914, 13247, 10526, 13627, 12687, 12886, 15920, 9037, 14639, 11120, 16967, 14041, 17655, 12070, 13246, 10761, 12570, 14985, 11724, 17351, 9859, 14418, 11006, 14595, 12021, 16870, 12315, 14254, 10802, 13509, 12635, 12372, 15274, 10062, 15280, 12927, 14232, 10823, 15928, 13481, 13667, 16013, 9765, 13382, 9199, 14179, 11083, 16798, 12736, 14059, 11397, 13013, 14129, 12256, 17562, 11175, 15749, 12043, 16362, 11148, 16224, 12235, 14870, 13152, 9463, 13184, 9606, 14054, 12095, 16893, 12975, 14147, 11490, 13817, 13356, 13856, 16734, 10333, 14397, 10040, 13341, 11582, 15506, 12797, 14363, 11725, 11694, 13690, 10878, 15260, 12616, 14278, 12312, 10250, 14581, 13050, 16041, 16596, 12587, 15970, 10985, 13782, 15521, 13776, 16391, 10276, 13831, 11621, 15903, 13288, 15568, 11986, 10191, 10851, 9492, 14364, 9572, 16162, 13233, 10207, 13468, 11039, 14675, 15866, 13351, 16271, 11394, 9612, 14526, 10782, 17005, 12918, 14514, 10214, 13566, 10819, 15885, 14523, 9531, 12640, 8335, 14376, 11659, 17363, 12020, 11367, 11921, 9265, 15669, 12227, 15729, 11385, 13305, 12049, 12974, 16756, 9893, 14967, 10948, 16914, 10762, 16648, 14929, 9461, 14293, 10668, 14224, 12121, 10609, 15039, 12994, 17690, 11516, 17111, 13128, 16320, 11218, 15963, 10393, 14827, 11734, 16160, 13088, 15273, 9937, 12255, 9240, 14624, 10894, 15146, 12574, 9431, 13374, 10479, 14872, 13070, 16266, 9661, 13940, 9473, 14769, 10627, 16311, 9351, 14568, 8942, 14861, 8731, 15105, 10489, 15757, 12942, 14696, 10589, 14926, 10682, 16024, 14133, 9501, 14800, 9016, 14760, 9270, 14882, 10796, 15988, 12812, 13710, 10147, 13051, 14197, 12493, 16299, 10141, 14670, 11567, 14385, 12509, 17553, 12202, 13804, 13137, 9596, 14488, 10521, 14561, 10209, 16055, 13058, 13983, 11432, 13528, 12884, 14573, 16078, 10456, 15843, 13263, 16403, 11475, 15586, 12565, 14802, 14084, 9471, 13778, 9280, 14866, 12267, 18296, 12797, 11041, 11049, 9569, 13420, 11415, 16282, 11498, 14782, 12520, 14568, 11338, 15123, 17080, 10065, 14174, 11722, 16404, 11817, 14942, 14355, 9247, 14044, 10996, 16806, 13849, 17761, 11902, 12531, 10317, 14374, 10839, 15298, 13317, 10615, 11905, 9660, 13964, 10318, 15933, 12742, 16246, 11761, 15281, 12765, 13609, 16906, 10172, 14120, 10263, 15243, 10846, 16843, 11798, 14015, 11455, 14005, 12792, 17089, 12859, 11104, 12543, 9746, 15371, 10939, 17267, 11321, 14402, 11671, 13834, 11079, 15728, 13495, 9643, 13456, 8998, 14413, 11906, 16153, 11998, 12278, 11940, 10517, 13869, 10101, 16278, 10519, 14290, 11885, 17037, 11550, 14584, 13431, 9117, 14354, 12685, 16435, 14084, 10587, 14502, 9704, 16330, 12137, 17456, 12742, 14805, 11003, 16002, 10627, 16464, 13484, 11336, 12539, 9076, 12668, 9462, 13631, 12757, 14254, 11332, 9540, 13517, 9071, 14504, 13813, 15422, 12038, 12124, 13478, 12507, 15983, 10220, 14378, 10616, 14030, 12431, 16347, 13777, 14917, 11829, 9906, 12837, 12273, 16688, 10568, 16156, 11806, 14335, 11277, 17275, 13317, 14628, 12835, 9126, 12581, 9062, 13470, 10281, 14904, 12330, 12744, 10326, 10040, 14176, 10074, 15256, 13674, 16037, 12495, 14870, 12376, 15782, 15435, 9900, 14169, 10365, 17050, 11658, 16692, 9076, 11859, 9053, 12291, 9297, 14677, 9404, 13510, 10341, 13922, 12024, 17111, 12244, 11911, 14050, 9722, 14719, 10296, 17210, 13583, 16984, 12702, 15903, 10843, 16692, 11260, 17100, 12873, 13180, 12204, 9024, 12777, 8980, 13639, 12017, 16421, 12185, 12168, 12348, 13497, 14672, 12757, 17268, 10549, 14316, 10994, 13647, 12161, 16235, 13074, 11965, 14911, 9802, 14124, 12986, 18419, 13883, 14151, 13124, 10525, 14095, 10242, 14205, 10298, 16049, 10386, 15988, 11965, 16132, 10945, 14359, 13186, 12628, 15605, 9627, 14093, 9477, 15517, 10694, 16695, 10819, 15013, 10665, 12748, 12115, 16680, 12380, 12555, 11977, 10023, 14430, 11649, 17282, 12938, 15748, 11809, 16621, 12790, 16017, 13716, 9192, 15424, 12651, 14488, 15855, 9794, 15911, 11831, 16031, 13431, 20702, 16754, 8747, 9052, 7664, 12306, 9156, 10120, 16182, 12926, 12572, 12051, 8451, 15761, 11721, 16095, 13392, 13312, 10588, 15119, 12040, 16996, 13501, 10059, 12363, 9818, 14842, 11812, 17886, 10244, 15512, 9274, 15280, 11168, 18120, 12831, 10067, 13349, 9924, 15616, 9982, 17070, 13382, 15330, 11253, 14627, 15624, 9676, 16779, 12910, 14641, 11797, 14434, 16079, 9379, 16232, 12912, 15880, 11624, 17121, 14745, 9706, 15402, 9346, 15831, 12907, 16607, 13962, 9870, 14663, 10817, 17493, 12669, 14952, 15391, 9291, 15419, 11556, 16430, 13352, 14294, 14372, 9396, 15283, 9007, 16281, 12929, 15529, 13255, 15103, 12010, 15900, 12429, 15358, 12830, 13450, 9728, 9802, 13020, 10797, 15413, 10981, 15431, 13570, 15536, 13747, 16180, 13157, 15271, 13363, 15112, 11874, 15405, 12333, 15357, 13315, 14832, 12133, 14264, 10643, 16245, 13371, 11852, 13827, 9781, 15106, 11658, 16027, 14068, 16489, 13251, 15476, 10442, 15199, 8129, 13061, 9111, 15591, 10721, 15776, 13034, 15257, 10692, 11421, 14611, 11529, 16162, 10438, 16699, 13913, 16517, 13007, 16714, 13163, 16977, 12736, 11426, 10297, 11485, 14408, 15284, 14067, 16885, 13390, 9599, 13155, 8496, 14221, 9707, 15688, 14386, 16848, 12629, 9973, 13943, 12082, 16052, 13617, 16835, 13175, 10803, 15211, 14291, 15620, 13070, 15997, 8559, 14081, 9271, 16061, 12663, 16817, 13260, 15198, 10772, 15154, 12558, 12949, 15862, 8317, 14718, 8991, 16424, 12089, 16044, 13354, 14409, 10604, 14009, 14149, 10894, 16457, 12626, 17559, 12303, 16464, 13916, 12421, 16722, 11983, 15966, 12816, 18632, 12720, 17751, 14324, 10033, 14702, 8766, 15565, 10907, 16376, 13367, 15775, 11215, 9935, 13563, 8756, 15778, 13552, 16108, 12237, 12681, 12137, 13206, 14962, 12723, 15762, 9722, 15126, 12796, 14441, 11207, 14332, 14429, 10337, 15348, 12749, 14748, 13614, 16645, 13351, 11712, 15060, 9405, 15434, 10833, 15586, 13125], 'WindowCenter': [3795.0, 3791.0, 3778.0, 3774.0, 3765.0, 3773.0, 3763.0, 3762.0, 3751.0, 3748.0, 3739.0, 3759.0, 3761.0, 3741.0, 3761.0, 3751.0, 3761.0, 3751.0, 3761.0, 3763.0, 3773.0, 3751.0, 3741.0, 3751.0, 3751.0, 3773.0, 3764.0, 3765.0, 3776.0, 3753.0, 3773.0, 3776.0, 3787.0, 3766.0, 3764.0, 3764.0, 3752.0, 3775.0, 3753.0, 3773.0, 3752.0, 3761.0, 3752.0, 3772.0, 3752.0, 3761.0, 3751.0, 3761.0, 3762.0, 3762.0, 3773.0, 3742.0, 3762.0, 3752.0, 3772.0, 3762.0, 3773.0, 3752.0, 3761.0, 3740.0, 3750.0, 3762.0, 3750.0, 3772.0, 3740.0, 3760.0, 3740.0, 3760.0, 3751.0, 3772.0, 3751.0, 3761.0, 3740.0, 3760.0, 3751.0, 3749.0, 3773.0, 3740.0, 3772.0, 3764.0, 3773.0, 3754.0, 3776.0, 3765.0, 3765.0, 3774.0, 3742.0, 3763.0, 3742.0, 3763.0, 3752.0, 3773.0, 3764.0, 3762.0, 3754.0, 3762.0, 3764.0, 3753.0, 3775.0, 3752.0, 3762.0, 3764.0, 3773.0, 3753.0, 3773.0, 3764.0, 3772.0, 3763.0, 3743.0, 3763.0, 3741.0, 3775.0, 3764.0, 3775.0, 3765.0, 3764.0, 3753.0, 3763.0, 3763.0, 3761.0, 3774.0, 3742.0, 3773.0, 3752.0, 3761.0, 3764.0, 3773.0, 3764.0, 3774.0, 3764.0, 3751.0, 3776.0, 3753.0, 3774.0, 3778.0, 3775.0, 3763.0, 3753.0, 3774.0, 3763.0, 3775.0, 3776.0, 3766.0, 3786.0, 3755.0, 3764.0, 3776.0, 3763.0, 3774.0, 3742.0, 3761.0, 3751.0, 3760.0, 3751.0, 3761.0, 3751.0, 3740.0, 3740.0, 3739.0, 3762.0, 3743.0, 3772.0, 3762.0, 3752.0, 3762.0, 3753.0, 3774.0, 3776.0, 3765.0, 3775.0, 3754.0, 3742.0, 3763.0, 3752.0, 3774.0, 3752.0, 3762.0, 3741.0, 3748.0, 3740.0, 3760.0, 3761.0, 3738.0, 3749.0, 3716.0, 3760.0, 3749.0, 3772.0, 3750.0, 3748.0, 3749.0, 3728.0, 3772.0, 3751.0, 3761.0, 3750.0, 3748.0, 3750.0, 3749.0, 3771.0, 3739.0, 3758.0, 3739.0, 3758.0, 3751.0, 3771.0, 3761.0, 3740.0, 3759.0, 3740.0, 3760.0, 3763.0, 3751.0, 3774.0, 3764.0, 3783.0, 3764.0, 3774.0, 3763.0, 3771.0, 3751.0, 3770.0, 3740.0, 3760.0, 3750.0, 3760.0, 3750.0, 3759.0, 3740.0, 3749.0, 3728.0, 3759.0, 3751.0, 3760.0, 3751.0, 3741.0, 3762.0, 3739.0, 3773.0, 3761.0, 3773.0, 3739.0, 3760.0, 3738.0, 3761.0, 3738.0, 3761.0, 3728.0, 3759.0, 3728.0, 3760.0, 3727.0, 3760.0, 3738.0, 3760.0, 3761.0, 3759.0, 3740.0, 3759.0, 3740.0, 3771.0, 3762.0, 3729.0, 3761.0, 3740.0, 3761.0, 3740.0, 3773.0, 3752.0, 3773.0, 3763.0, 3762.0, 3753.0, 3762.0, 3764.0, 3763.0, 3774.0, 3741.0, 3762.0, 3753.0, 3761.0, 3763.0, 3784.0, 3766.0, 3763.0, 3764.0, 3741.0, 3774.0, 3752.0, 3775.0, 3752.0, 3774.0, 3763.0, 3773.0, 3766.0, 3773.0, 3776.0, 3775.0, 3787.0, 3753.0, 3774.0, 3764.0, 3786.0, 3767.0, 3773.0, 3763.0, 3772.0, 3764.0, 3742.0, 3775.0, 3742.0, 3775.0, 3764.0, 3785.0, 3763.0, 3751.0, 3752.0, 3742.0, 3764.0, 3752.0, 3775.0, 3764.0, 3773.0, 3763.0, 3761.0, 3754.0, 3773.0, 3774.0, 3742.0, 3761.0, 3751.0, 3772.0, 3753.0, 3773.0, 3763.0, 3742.0, 3761.0, 3753.0, 3773.0, 3762.0, 3773.0, 3752.0, 3762.0, 3753.0, 3761.0, 3753.0, 3771.0, 3763.0, 3752.0, 3751.0, 3740.0, 3763.0, 3752.0, 3775.0, 3764.0, 3773.0, 3764.0, 3773.0, 3764.0, 3762.0, 3774.0, 3742.0, 3762.0, 3740.0, 3762.0, 3740.0, 3771.0, 3751.0, 3760.0, 3750.0, 3759.0, 3762.0, 3772.0, 3762.0, 3750.0, 3751.0, 3728.0, 3762.0, 3739.0, 3772.0, 3740.0, 3760.0, 3750.0, 3748.0, 3750.0, 3761.0, 3751.0, 3739.0, 3750.0, 3729.0, 3761.0, 3752.0, 3761.0, 3751.0, 3750.0, 3750.0, 3739.0, 3762.0, 3740.0, 3772.0, 3750.0, 3760.0, 3752.0, 3772.0, 3753.0, 3773.0, 3763.0, 3743.0, 3773.0, 3765.0, 3775.0, 3775.0, 3754.0, 3774.0, 3742.0, 3774.0, 3752.0, 3772.0, 3751.0, 3762.0, 3752.0, 3760.0, 3752.0, 3772.0, 3762.0, 3750.0, 3751.0, 3731.0, 3762.0, 3742.0, 3762.0, 3763.0, 3774.0, 3765.0, 3753.0, 3775.0, 3743.0, 3776.0, 3778.0, 3776.0, 3766.0, 3763.0, 3764.0, 3751.0, 3774.0, 3752.0, 3774.0, 3753.0, 3773.0, 3764.0, 3773.0, 3763.0, 3772.0, 3753.0, 3740.0, 3762.0, 3751.0, 3773.0, 3742.0, 3772.0, 3752.0, 3761.0, 3751.0, 3771.0, 3752.0, 3761.0, 3751.0, 3729.0, 3750.0, 3728.0, 3762.0, 3741.0, 3772.0, 3763.0, 3773.0, 3754.0, 3753.0, 3777.0, 3755.0, 3775.0, 3776.0, 3786.0, 3776.0, 3774.0, 3766.0, 3775.0, 3776.0, 3742.0, 3764.0, 3740.0, 3774.0, 3752.0, 3762.0, 3729.0, 3750.0, 3728.0, 3750.0, 3728.0, 3762.0, 3741.0, 3762.0, 3753.0, 3761.0, 3763.0, 3773.0, 3764.0, 3764.0, 3774.0, 3742.0, 3763.0, 3741.0, 3774.0, 3762.0, 3771.0, 3752.0, 3771.0, 3753.0, 3761.0, 3740.0, 3761.0, 3752.0, 3750.0, 3751.0, 3740.0, 3764.0, 3740.0, 3763.0, 3765.0, 3773.0, 3765.0, 3763.0, 3764.0, 3764.0, 3777.0, 3764.0, 3776.0, 3752.0, 3775.0, 3765.0, 3762.0, 3765.0, 3775.0, 3766.0, 3765.0, 3776.0, 3755.0, 3775.0, 3775.0, 3787.0, 3765.0, 3775.0, 3764.0, 3752.0, 3764.0, 3751.0, 3764.0, 3741.0, 3774.0, 3741.0, 3773.0, 3764.0, 3773.0, 3754.0, 3774.0, 3764.0, 3763.0, 3774.0, 3743.0, 3764.0, 3744.0, 3774.0, 3752.0, 3774.0, 3752.0, 3773.0, 3753.0, 3762.0, 3764.0, 3784.0, 3765.0, 3764.0, 3765.0, 3752.0, 3775.0, 3763.0, 3786.0, 3765.0, 3773.0, 3766.0, 3787.0, 3777.0, 3773.0, 3762.0, 3739.0, 3760.0, 3761.0, 3762.0, 3773.0, 3741.0, 3771.0, 3751.0, 3771.0, 3763.0, 3800.0, 3790.0, 3719.0, 3730.0, 3719.0, 3750.0, 3740.0, 3740.0, 3773.0, 3763.0, 3763.0, 3764.0, 3730.0, 3772.0, 3752.0, 3772.0, 3762.0, 3761.0, 3752.0, 3760.0, 3762.0, 3772.0, 3763.0, 3751.0, 3775.0, 3752.0, 3773.0, 3762.0, 3775.0, 3739.0, 3771.0, 3740.0, 3770.0, 3751.0, 3782.0, 3763.0, 3740.0, 3762.0, 3740.0, 3773.0, 3741.0, 3772.0, 3761.0, 3771.0, 3750.0, 3761.0, 3773.0, 3740.0, 3771.0, 3761.0, 3770.0, 3751.0, 3761.0, 3773.0, 3741.0, 3771.0, 3762.0, 3771.0, 3763.0, 3783.0, 3762.0, 3740.0, 3772.0, 3741.0, 3771.0, 3762.0, 3771.0, 3762.0, 3751.0, 3771.0, 3752.0, 3783.0, 3774.0, 3785.0, 3774.0, 3753.0, 3773.0, 3764.0, 3784.0, 3774.0, 3775.0, 3774.0, 3742.0, 3774.0, 3741.0, 3773.0, 3763.0, 3773.0, 3763.0, 3771.0, 3761.0, 3771.0, 3762.0, 3771.0, 3761.0, 3760.0, 3740.0, 3751.0, 3774.0, 3763.0, 3785.0, 3765.0, 3785.0, 3775.0, 3774.0, 3775.0, 3786.0, 3763.0, 3773.0, 3773.0, 3772.0, 3762.0, 3771.0, 3762.0, 3772.0, 3763.0, 3772.0, 3762.0, 3771.0, 3752.0, 3783.0, 3773.0, 3762.0, 3774.0, 3753.0, 3774.0, 3764.0, 3784.0, 3774.0, 3773.0, 3774.0, 3774.0, 3751.0, 3771.0, 3729.0, 3761.0, 3740.0, 3772.0, 3763.0, 3773.0, 3762.0, 3771.0, 3751.0, 3762.0, 3774.0, 3762.0, 3786.0, 3754.0, 3784.0, 3773.0, 3771.0, 3763.0, 3772.0, 3761.0, 3771.0, 3750.0, 3748.0, 3739.0, 3748.0, 3760.0, 3758.0, 3760.0, 3769.0, 3749.0, 3738.0, 3760.0, 3729.0, 3772.0, 3740.0, 3771.0, 3773.0, 3783.0, 3763.0, 3753.0, 3773.0, 3774.0, 3785.0, 3775.0, 3784.0, 3774.0, 3751.0, 3774.0, 3771.0, 3774.0, 3760.0, 3772.0, 3730.0, 3761.0, 3739.0, 3771.0, 3762.0, 3771.0, 3762.0, 3770.0, 3750.0, 3770.0, 3761.0, 3760.0, 3771.0, 3729.0, 3759.0, 3728.0, 3771.0, 3761.0, 3770.0, 3761.0, 3759.0, 3749.0, 3759.0, 3762.0, 3750.0, 3771.0, 3761.0, 3782.0, 3762.0, 3771.0, 3773.0, 3761.0, 3772.0, 3763.0, 3771.0, 3761.0, 3783.0, 3763.0, 3773.0, 3761.0, 3739.0, 3761.0, 3729.0, 3771.0, 3750.0, 3771.0, 3762.0, 3772.0, 3751.0, 3751.0, 3762.0, 3742.0, 3783.0, 3774.0, 3785.0, 3764.0, 3762.0, 3763.0, 3761.0, 3774.0, 3762.0, 3774.0, 3753.0, 3773.0, 3773.0, 3772.0, 3763.0, 3785.0, 3786.0, 3766.0, 3787.0, 3787.0, 3786.0, 3787.0, 3786.0, 3777.0, 3764.0, 3775.0, 3742.0, 3774.0, 3753.0, 3773.0, 3764.0], 'WindowWidth': [8517.0, 8503.0, 8478.0, 8468.0, 8455.0, 8465.0, 8448.0, 8447.0, 8429.0, 8422.0, 8411.0, 8436.0, 8445.0, 8415.0, 8446.0, 8432.0, 8444.0, 8431.0, 8445.0, 8450.0, 8463.0, 8432.0, 8418.0, 8430.0, 8432.0, 8467.0, 8455.0, 8455.0, 8473.0, 8437.0, 8465.0, 8472.0, 8491.0, 8459.0, 8452.0, 8452.0, 8433.0, 8470.0, 8435.0, 8461.0, 8431.0, 8442.0, 8433.0, 8460.0, 8433.0, 8443.0, 8430.0, 8443.0, 8447.0, 8446.0, 8464.0, 8418.0, 8446.0, 8433.0, 8462.0, 8448.0, 8463.0, 8432.0, 8442.0, 8414.0, 8425.0, 8447.0, 8426.0, 8460.0, 8412.0, 8440.0, 8412.0, 8439.0, 8430.0, 8458.0, 8430.0, 8441.0, 8413.0, 8440.0, 8429.0, 8424.0, 8463.0, 8414.0, 8461.0, 8453.0, 8464.0, 8441.0, 8472.0, 8456.0, 8453.0, 8466.0, 8419.0, 8449.0, 8418.0, 8452.0, 8434.0, 8464.0, 8452.0, 8446.0, 8437.0, 8445.0, 8453.0, 8434.0, 8469.0, 8433.0, 8447.0, 8450.0, 8464.0, 8437.0, 8464.0, 8451.0, 8461.0, 8449.0, 8422.0, 8451.0, 8418.0, 8469.0, 8454.0, 8468.0, 8455.0, 8453.0, 8435.0, 8448.0, 8449.0, 8443.0, 8465.0, 8419.0, 8464.0, 8433.0, 8445.0, 8452.0, 8464.0, 8455.0, 8466.0, 8452.0, 8431.0, 8471.0, 8436.0, 8467.0, 8477.0, 8469.0, 8450.0, 8437.0, 8467.0, 8451.0, 8469.0, 8474.0, 8458.0, 8486.0, 8441.0, 8449.0, 8473.0, 8448.0, 8465.0, 8417.0, 8440.0, 8428.0, 8442.0, 8429.0, 8444.0, 8428.0, 8413.0, 8412.0, 8409.0, 8448.0, 8422.0, 8459.0, 8445.0, 8432.0, 8447.0, 8437.0, 8465.0, 8473.0, 8457.0, 8470.0, 8438.0, 8419.0, 8451.0, 8431.0, 8466.0, 8434.0, 8446.0, 8415.0, 8422.0, 8413.0, 8441.0, 8442.0, 8408.0, 8422.0, 8376.0, 8440.0, 8425.0, 8461.0, 8427.0, 8421.0, 8424.0, 8394.0, 8461.0, 8429.0, 8444.0, 8427.0, 8419.0, 8426.0, 8422.0, 8459.0, 8410.0, 8435.0, 8411.0, 8437.0, 8430.0, 8458.0, 8444.0, 8414.0, 8438.0, 8414.0, 8442.0, 8450.0, 8432.0, 8468.0, 8453.0, 8479.0, 8452.0, 8468.0, 8450.0, 8459.0, 8430.0, 8455.0, 8413.0, 8442.0, 8427.0, 8440.0, 8426.0, 8439.0, 8413.0, 8424.0, 8397.0, 8438.0, 8430.0, 8441.0, 8431.0, 8416.0, 8446.0, 8411.0, 8465.0, 8442.0, 8463.0, 8412.0, 8441.0, 8408.0, 8445.0, 8407.0, 8444.0, 8395.0, 8438.0, 8395.0, 8439.0, 8392.0, 8442.0, 8408.0, 8441.0, 8444.0, 8439.0, 8415.0, 8438.0, 8414.0, 8456.0, 8446.0, 8396.0, 8445.0, 8413.0, 8445.0, 8413.0, 8463.0, 8432.0, 8463.0, 8450.0, 8446.0, 8435.0, 8445.0, 8452.0, 8447.0, 8468.0, 8418.0, 8447.0, 8435.0, 8443.0, 8449.0, 8482.0, 8457.0, 8448.0, 8452.0, 8419.0, 8467.0, 8434.0, 8469.0, 8433.0, 8467.0, 8453.0, 8466.0, 8458.0, 8465.0, 8472.0, 8470.0, 8491.0, 8437.0, 8469.0, 8454.0, 8488.0, 8462.0, 8465.0, 8451.0, 8460.0, 8451.0, 8421.0, 8468.0, 8421.0, 8468.0, 8454.0, 8482.0, 8450.0, 8431.0, 8434.0, 8418.0, 8454.0, 8434.0, 8472.0, 8450.0, 8463.0, 8449.0, 8445.0, 8438.0, 8461.0, 8467.0, 8419.0, 8444.0, 8431.0, 8463.0, 8436.0, 8461.0, 8450.0, 8420.0, 8444.0, 8435.0, 8465.0, 8449.0, 8464.0, 8434.0, 8445.0, 8435.0, 8443.0, 8435.0, 8460.0, 8448.0, 8432.0, 8432.0, 8414.0, 8449.0, 8432.0, 8468.0, 8455.0, 8466.0, 8453.0, 8462.0, 8453.0, 8446.0, 8466.0, 8419.0, 8445.0, 8412.0, 8445.0, 8413.0, 8456.0, 8429.0, 8440.0, 8428.0, 8438.0, 8447.0, 8461.0, 8447.0, 8427.0, 8429.0, 8395.0, 8446.0, 8410.0, 8460.0, 8412.0, 8440.0, 8427.0, 8422.0, 8428.0, 8443.0, 8428.0, 8411.0, 8425.0, 8396.0, 8441.0, 8431.0, 8445.0, 8430.0, 8426.0, 8426.0, 8410.0, 8446.0, 8412.0, 8461.0, 8427.0, 8441.0, 8433.0, 8462.0, 8436.0, 8462.0, 8451.0, 8423.0, 8462.0, 8456.0, 8470.0, 8470.0, 8438.0, 8466.0, 8418.0, 8466.0, 8434.0, 8461.0, 8430.0, 8445.0, 8430.0, 8442.0, 8433.0, 8461.0, 8446.0, 8425.0, 8427.0, 8402.0, 8445.0, 8421.0, 8447.0, 8452.0, 8468.0, 8456.0, 8438.0, 8471.0, 8426.0, 8474.0, 8478.0, 8475.0, 8457.0, 8448.0, 8452.0, 8431.0, 8468.0, 8433.0, 8467.0, 8437.0, 8463.0, 8452.0, 8464.0, 8452.0, 8462.0, 8434.0, 8414.0, 8445.0, 8428.0, 8465.0, 8417.0, 8460.0, 8431.0, 8442.0, 8429.0, 8459.0, 8433.0, 8442.0, 8428.0, 8395.0, 8426.0, 8395.0, 8445.0, 8415.0, 8460.0, 8450.0, 8464.0, 8440.0, 8437.0, 8478.0, 8443.0, 8472.0, 8475.0, 8489.0, 8472.0, 8467.0, 8458.0, 8469.0, 8472.0, 8420.0, 8450.0, 8413.0, 8466.0, 8430.0, 8447.0, 8397.0, 8426.0, 8395.0, 8427.0, 8395.0, 8446.0, 8415.0, 8446.0, 8434.0, 8444.0, 8449.0, 8466.0, 8452.0, 8450.0, 8467.0, 8421.0, 8451.0, 8416.0, 8466.0, 8447.0, 8456.0, 8431.0, 8458.0, 8434.0, 8444.0, 8413.0, 8443.0, 8431.0, 8425.0, 8429.0, 8415.0, 8451.0, 8416.0, 8451.0, 8454.0, 8467.0, 8455.0, 8450.0, 8453.0, 8451.0, 8477.0, 8454.0, 8473.0, 8434.0, 8468.0, 8455.0, 8449.0, 8457.0, 8472.0, 8459.0, 8454.0, 8471.0, 8442.0, 8469.0, 8471.0, 8491.0, 8457.0, 8468.0, 8450.0, 8431.0, 8452.0, 8431.0, 8454.0, 8416.0, 8468.0, 8417.0, 8463.0, 8452.0, 8465.0, 8438.0, 8466.0, 8453.0, 8448.0, 8465.0, 8421.0, 8452.0, 8424.0, 8466.0, 8432.0, 8466.0, 8432.0, 8462.0, 8437.0, 8447.0, 8453.0, 8483.0, 8457.0, 8454.0, 8454.0, 8433.0, 8471.0, 8450.0, 8486.0, 8456.0, 8462.0, 8460.0, 8493.0, 8474.0, 8463.0, 8445.0, 8410.0, 8441.0, 8443.0, 8445.0, 8462.0, 8417.0, 8457.0, 8429.0, 8458.0, 8449.0, 8528.0, 8503.0, 8380.0, 8400.0, 8383.0, 8428.0, 8414.0, 8415.0, 8465.0, 8451.0, 8450.0, 8451.0, 8402.0, 8463.0, 8432.0, 8460.0, 8446.0, 8442.0, 8431.0, 8440.0, 8447.0, 8460.0, 8450.0, 8432.0, 8469.0, 8433.0, 8464.0, 8445.0, 8471.0, 8411.0, 8457.0, 8414.0, 8455.0, 8431.0, 8475.0, 8449.0, 8416.0, 8447.0, 8415.0, 8467.0, 8418.0, 8461.0, 8447.0, 8458.0, 8430.0, 8443.0, 8465.0, 8416.0, 8460.0, 8446.0, 8455.0, 8431.0, 8443.0, 8465.0, 8417.0, 8460.0, 8447.0, 8459.0, 8451.0, 8477.0, 8449.0, 8416.0, 8461.0, 8421.0, 8459.0, 8449.0, 8460.0, 8449.0, 8431.0, 8460.0, 8434.0, 8482.0, 8470.0, 8484.0, 8469.0, 8439.0, 8468.0, 8454.0, 8484.0, 8470.0, 8468.0, 8468.0, 8421.0, 8468.0, 8418.0, 8466.0, 8452.0, 8464.0, 8452.0, 8458.0, 8446.0, 8457.0, 8447.0, 8457.0, 8445.0, 8443.0, 8417.0, 8430.0, 8468.0, 8450.0, 8487.0, 8457.0, 8483.0, 8472.0, 8468.0, 8472.0, 8487.0, 8452.0, 8465.0, 8465.0, 8460.0, 8447.0, 8458.0, 8449.0, 8461.0, 8450.0, 8460.0, 8448.0, 8459.0, 8437.0, 8480.0, 8466.0, 8448.0, 8465.0, 8436.0, 8467.0, 8454.0, 8481.0, 8468.0, 8464.0, 8467.0, 8467.0, 8431.0, 8459.0, 8400.0, 8442.0, 8415.0, 8461.0, 8452.0, 8465.0, 8448.0, 8460.0, 8433.0, 8449.0, 8468.0, 8448.0, 8489.0, 8439.0, 8481.0, 8464.0, 8460.0, 8449.0, 8461.0, 8445.0, 8459.0, 8426.0, 8421.0, 8410.0, 8420.0, 8442.0, 8434.0, 8440.0, 8451.0, 8425.0, 8407.0, 8440.0, 8399.0, 8460.0, 8416.0, 8461.0, 8466.0, 8480.0, 8451.0, 8439.0, 8465.0, 8470.0, 8486.0, 8473.0, 8483.0, 8468.0, 8433.0, 8465.0, 8458.0, 8468.0, 8441.0, 8462.0, 8402.0, 8442.0, 8412.0, 8458.0, 8446.0, 8461.0, 8448.0, 8457.0, 8428.0, 8453.0, 8444.0, 8440.0, 8460.0, 8398.0, 8439.0, 8397.0, 8458.0, 8444.0, 8457.0, 8443.0, 8439.0, 8426.0, 8438.0, 8447.0, 8429.0, 8461.0, 8447.0, 8476.0, 8449.0, 8458.0, 8465.0, 8444.0, 8464.0, 8451.0, 8460.0, 8447.0, 8478.0, 8449.0, 8462.0, 8445.0, 8412.0, 8443.0, 8399.0, 8459.0, 8429.0, 8460.0, 8448.0, 8461.0, 8431.0, 8432.0, 8449.0, 8421.0, 8480.0, 8468.0, 8484.0, 8452.0, 8445.0, 8448.0, 8443.0, 8467.0, 8445.0, 8467.0, 8436.0, 8464.0, 8465.0, 8462.0, 8453.0, 8483.0, 8490.0, 8460.0, 8492.0, 8492.0, 8487.0, 8492.0, 8489.0, 8476.0, 8454.0, 8471.0, 8421.0, 8469.0, 8436.0, 8466.0, 8452.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.002893318025258324</td></tr>
<tr><td colspan=3>aqi</td><td>0.042457767278989665</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.614569240896586</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.211800326402298</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9793142599310336</td></tr>
<tr><td colspan=3>efc</td><td>0.4453</td></tr>
<tr><td colspan=3>fber</td><td>7568.1968</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0872957822688964</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.985074626865672</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.65595246023184</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.516199758190941</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.007402110116128</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.44425551238845</td></tr>
<tr><td colspan=3>gcor</td><td>0.00418409</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01991245709359646</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027189800515770912</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.826875306698152</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>33.8487</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.9627</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.1673</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308564.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>640.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>286.4812</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7889</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>421.9951</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2985.7453</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3201.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67980.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>911.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3869.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>836.4465</td></tr>
<tr><td colspan=3>tsnr</td><td>34.370777478965465</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>