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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0066_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-06_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-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-04_task-social_acq-mb8_run-06_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-0066/ses-04/func/sub-0066_ses-04_task-social_acq-mb8_run-06_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>abdf82559bdcd237ec49a2ddf313e372</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>15:17:19.327500</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.999955, 0.00712951, -0.00626337, -0.00750474, 0.998043, -0.0620828]</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-06_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.121909</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7734, -7272, 503, -127, -81, 30, 82]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>290.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d9ca774-569e-4cbf-b888-a247fa604216||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.6828060150146484, -0.020134665071964264, -0.015682926401495934, 111.54747772216797], [-0.019127944484353065, 2.677675724029541, -0.1677430421113968, -90.65872192382812], [-0.016804164275527, 0.1665637344121933, 2.6947386264801025, -72.99662017822266], [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': ['151719.327500', '151719.787500', '151720.247500', '151720.707500', '151721.167500', '151721.627500', '151722.087500', '151722.547500', '151723.007500', '151723.467500', '151723.927500', '151724.387500', '151724.847500', '151725.307500', '151725.767500', '151726.227500', '151726.687500', '151727.147500', '151727.607500', '151728.067500', '151728.527500', '151728.987500', '151729.447500', '151729.907500', '151730.367500', '151730.827500', '151731.287500', '151731.747500', '151732.207500', '151732.667500', '151733.127500', '151733.587500', '151734.047500', '151734.507500', '151734.967500', '151735.427500', '151735.887500', '151736.347500', '151736.807500', '151737.267500', '151737.727500', '151738.187500', '151738.647500', '151739.107500', '151739.567500', '151740.027500', '151740.487500', '151740.947500', '151741.407500', '151741.867500', '151742.327500', '151742.787500', '151743.247500', '151743.707500', '151744.167500', '151744.627500', '151745.087500', '151745.547500', '151746.007500', '151746.467500', '151746.927500', '151747.387500', '151747.847500', '151748.307500', '151748.767500', '151749.227500', '151749.687500', '151750.147500', '151750.607500', '151751.067500', '151751.527500', '151751.987500', '151752.447500', '151752.907500', '151753.367500', '151753.827500', '151754.287500', '151754.747500', '151755.207500', '151755.667500', '151756.127500', '151756.587500', '151757.047500', '151757.507500', '151757.967500', '151758.427500', '151758.887500', '151759.347500', '151759.807500', '151800.267500', '151800.727500', '151801.187500', '151801.647500', '151802.107500', '151802.567500', '151803.027500', '151803.487500', '151803.947500', '151804.407500', '151804.867500', '151805.327500', '151805.787500', '151806.247500', '151806.707500', '151807.167500', '151807.627500', '151808.087500', '151808.547500', '151809.007500', '151809.467500', '151809.927500', '151810.387500', '151810.847500', '151811.307500', '151811.767500', '151812.227500', '151812.687500', '151813.147500', '151813.607500', '151814.067500', '151814.527500', '151814.987500', '151815.447500', '151815.907500', '151816.367500', '151816.827500', '151817.287500', '151817.747500', '151818.207500', '151818.667500', '151819.127500', '151819.587500', '151820.047500', '151820.507500', '151820.967500', '151821.427500', '151821.887500', '151822.347500', '151822.807500', '151823.267500', '151823.727500', '151824.187500', '151824.647500', '151825.107500', '151825.567500', '151826.027500', '151826.487500', '151826.947500', '151827.407500', '151827.867500', '151828.327500', '151828.787500', '151829.247500', '151829.707500', '151830.167500', '151830.627500', '151831.087500', '151831.547500', '151832.007500', '151832.467500', '151832.927500', '151833.387500', '151833.847500', '151834.307500', '151834.767500', '151835.227500', '151835.687500', '151836.147500', '151836.607500', '151837.067500', '151837.527500', '151837.987500', '151838.447500', '151838.907500', '151839.367500', '151839.827500', '151840.287500', '151840.747500', '151841.207500', '151841.667500', '151842.127500', '151842.587500', '151843.047500', '151843.507500', '151843.967500', '151844.427500', '151844.887500', '151845.347500', '151845.807500', '151846.267500', '151846.727500', '151847.187500', '151847.647500', '151848.107500', '151848.567500', '151849.027500', '151849.487500', '151849.947500', '151850.407500', '151850.867500', '151851.327500', '151851.787500', '151852.247500', '151852.707500', '151853.167500', '151853.627500', '151854.087500', '151854.547500', '151855.007500', '151855.467500', '151855.927500', '151856.387500', '151856.847500', '151857.307500', '151857.767500', '151858.227500', '151858.687500', '151859.147500', '151859.607500', '151900.067500', '151900.527500', '151900.987500', '151901.447500', '151901.907500', '151902.367500', '151902.827500', '151903.287500', '151903.747500', '151904.207500', '151904.667500', '151905.127500', '151905.587500', '151906.047500', '151906.507500', '151906.967500', '151907.427500', '151907.887500', '151908.347500', '151908.807500', '151909.267500', '151909.727500', '151910.187500', '151910.647500', '151911.107500', '151911.567500', '151912.027500', '151912.487500', '151912.947500', '151913.407500', '151913.867500', '151914.327500', '151914.787500', '151915.247500', '151915.707500', '151916.167500', '151916.627500', '151917.087500', '151917.547500', '151918.007500', '151918.467500', '151918.927500', '151919.387500', '151919.847500', '151920.307500', '151920.767500', '151921.227500', '151921.687500', '151922.147500', '151922.607500', '151923.067500', '151923.527500', '151923.987500', '151924.447500', '151924.907500', '151925.367500', '151925.827500', '151926.287500', '151926.747500', '151927.207500', '151927.667500', '151928.127500', '151928.587500', '151929.047500', '151929.507500', '151929.967500', '151930.427500', '151930.887500', '151931.347500', '151931.807500', '151932.267500', '151932.727500', '151933.187500', '151933.647500', '151934.107500', '151934.567500', '151935.027500', '151935.487500', '151935.947500', '151936.407500', '151936.867500', '151937.327500', '151937.787500', '151938.247500', '151938.707500', '151939.167500', '151939.627500', '151940.087500', '151940.547500', '151941.007500', '151941.467500', '151941.927500', '151942.387500', '151942.847500', '151943.307500', '151943.767500', '151944.227500', '151944.687500', '151945.147500', '151945.607500', '151946.067500', '151946.527500', '151946.987500', '151947.447500', '151947.907500', '151948.367500', '151948.827500', '151949.287500', '151949.747500', '151950.207500', '151950.667500', '151951.127500', '151951.587500', '151952.047500', '151952.507500', '151952.967500', '151953.427500', '151953.887500', '151954.347500', '151954.807500', '151955.267500', '151955.727500', '151956.187500', '151956.647500', '151957.107500', '151957.567500', '151958.027500', '151958.487500', '151958.947500', '151959.407500', '151959.867500', '152000.327500', '152000.787500', '152001.247500', '152001.707500', '152002.167500', '152002.627500', '152003.087500', '152003.547500', '152004.007500', '152004.467500', '152004.927500', '152005.387500', '152005.847500', '152006.307500', '152006.767500', '152007.227500', '152007.687500', '152008.147500', '152008.607500', '152009.067500', '152009.527500', '152009.987500', '152010.447500', '152010.907500', '152011.367500', '152011.827500', '152012.287500', '152012.747500', '152013.207500', '152013.667500', '152014.127500', '152014.587500', '152015.047500', '152015.507500', '152015.967500', '152016.427500', '152016.887500', '152017.347500', '152017.807500', '152018.267500', '152018.727500', '152019.187500', '152019.647500', '152020.107500', '152020.567500', '152021.027500', '152021.487500', '152021.947500', '152022.407500', '152022.867500', '152023.327500', '152023.787500', '152024.247500', '152024.707500', '152025.167500', '152025.627500', '152026.087500', '152026.547500', '152027.007500', '152027.467500', '152027.927500', '152028.387500', '152028.847500', '152029.307500', '152029.767500', '152030.227500', '152030.687500', '152031.147500', '152031.607500', '152032.067500', '152032.527500', '152032.987500', '152033.447500', '152033.907500', '152034.367500', '152034.827500', '152035.287500', '152035.747500', '152036.207500', '152036.667500', '152037.127500', '152037.587500', '152038.047500', '152038.507500', '152038.967500', '152039.427500', '152039.887500', '152040.347500', '152040.807500', '152041.267500', '152041.727500', '152042.187500', '152042.647500', '152043.107500', '152043.567500', '152044.027500', '152044.487500', '152044.947500', '152045.407500', '152045.867500', '152046.327500', '152046.787500', '152047.247500', '152047.707500', '152048.167500', '152048.627500', '152049.087500', '152049.547500', '152050.007500', '152050.467500', '152050.927500', '152051.387500', '152051.847500', '152052.307500', '152052.767500', '152053.227500', '152053.687500', '152054.147500', '152054.607500', '152055.067500', '152055.527500', '152055.987500', '152056.447500', '152056.907500', '152057.367500', '152057.827500', '152058.287500', '152058.747500', '152059.207500', '152059.667500', '152100.127500', '152100.587500', '152101.047500', '152101.507500', '152101.967500', '152102.427500', '152102.887500', '152103.347500', '152103.807500', '152104.267500', '152104.727500', '152105.187500', '152105.647500', '152106.107500', '152106.567500', '152107.027500', '152107.487500', '152107.947500', '152108.407500', '152108.867500', '152109.327500', '152109.787500', '152110.247500', '152110.707500', '152111.167500', '152111.627500', '152112.087500', '152112.547500', '152113.007500', '152113.467500', '152113.927500', '152114.387500', '152114.847500', '152115.307500', '152115.767500', '152116.227500', '152116.687500', '152117.147500', '152117.607500', '152118.067500', '152118.527500', '152118.987500', '152119.447500', '152119.907500', '152120.367500', '152120.827500', '152121.287500', '152121.747500', '152122.207500', '152122.667500', '152123.127500', '152123.587500', '152124.047500', '152124.507500', '152124.967500', '152125.427500', '152125.887500', '152126.347500', '152126.807500', '152127.267500', '152127.727500', '152128.187500', '152128.647500', '152129.107500', '152129.567500', '152130.027500', '152130.487500', '152130.947500', '152131.407500', '152131.867500', '152132.327500', '152132.787500', '152133.247500', '152133.707500', '152134.167500', '152134.627500', '152135.087500', '152135.547500', '152136.007500', '152136.467500', '152136.927500', '152137.387500', '152137.847500', '152138.307500', '152138.767500', '152139.227500', '152139.687500', '152140.147500', '152140.607500', '152141.067500', '152141.527500', '152141.987500', '152142.447500', '152142.907500', '152143.367500', '152143.827500', '152144.287500', '152144.747500', '152145.207500', '152145.667500', '152146.127500', '152146.587500', '152147.047500', '152147.507500', '152147.967500', '152148.427500', '152148.887500', '152149.347500', '152149.807500', '152150.267500', '152150.727500', '152151.187500', '152151.647500', '152152.107500', '152152.567500', '152153.027500', '152153.487500', '152153.947500', '152154.407500', '152154.867500', '152155.327500', '152155.787500', '152156.247500', '152156.707500', '152157.167500', '152157.627500', '152158.087500', '152158.547500', '152159.007500', '152159.467500', '152159.927500', '152200.387500', '152200.847500', '152201.307500', '152201.767500', '152202.227500', '152202.687500', '152203.147500', '152203.607500', '152204.067500', '152204.527500', '152204.987500', '152205.447500', '152205.907500', '152206.367500', '152206.827500', '152207.287500', '152207.747500', '152208.207500', '152208.667500', '152209.127500', '152209.587500', '152210.047500', '152210.507500', '152210.967500', '152211.427500', '152211.887500', '152212.347500', '152212.807500', '152213.267500', '152213.727500', '152214.187500', '152214.647500', '152215.107500', '152215.567500', '152216.027500', '152216.487500', '152216.947500', '152217.407500', '152217.867500', '152218.327500', '152218.787500', '152219.247500', '152219.707500', '152220.167500', '152220.627500', '152221.087500', '152221.547500', '152222.007500', '152222.467500', '152222.927500', '152223.387500', '152223.847500', '152224.307500', '152224.767500', '152225.227500', '152225.687500', '152226.147500', '152226.607500', '152227.067500', '152227.527500', '152227.987500', '152228.447500', '152228.907500', '152229.367500', '152229.827500', '152230.287500', '152230.747500', '152231.207500', '152231.667500', '152232.127500', '152232.587500', '152233.047500', '152233.507500', '152233.967500', '152234.427500', '152234.887500', '152235.347500', '152235.807500', '152236.267500', '152236.727500', '152237.187500', '152237.647500', '152238.107500', '152238.567500', '152239.027500', '152239.487500', '152239.947500', '152240.407500', '152240.867500', '152241.327500', '152241.787500', '152242.247500', '152242.707500', '152243.167500', '152243.627500', '152244.087500', '152244.547500', '152245.007500', '152245.467500', '152245.927500', '152246.387500', '152246.847500', '152247.307500', '152247.767500', '152248.227500', '152248.687500', '152249.147500', '152249.607500', '152250.067500', '152250.527500', '152250.987500', '152251.447500', '152251.907500', '152252.367500', '152252.827500', '152253.287500', '152253.747500', '152254.207500', '152254.667500', '152255.127500', '152255.587500', '152256.047500', '152256.507500', '152256.967500', '152257.427500', '152257.887500', '152258.347500', '152258.807500', '152259.267500', '152259.727500', '152300.187500', '152300.647500', '152301.107500', '152301.567500', '152302.027500', '152302.487500', '152302.947500', '152303.407500', '152303.867500', '152304.327500', '152304.787500', '152305.247500', '152305.707500', '152306.167500', '152306.627500', '152307.087500', '152307.547500', '152308.007500', '152308.467500', '152308.927500', '152309.387500', '152309.847500', '152310.307500', '152310.767500', '152311.227500', '152311.687500', '152312.147500', '152312.607500', '152313.067500', '152313.527500', '152313.987500', '152314.447500', '152314.907500', '152315.367500', '152315.827500', '152316.287500', '152316.747500', '152317.207500', '152317.667500', '152318.127500', '152318.587500', '152319.047500', '152319.507500', '152319.967500', '152320.427500', '152320.887500', '152321.347500', '152321.807500', '152322.267500', '152322.727500', '152323.187500', '152323.647500', '152324.107500', '152324.567500', '152325.027500', '152325.487500', '152325.947500', '152326.407500', '152326.867500', '152327.327500', '152327.787500', '152328.247500', '152328.707500', '152329.167500', '152329.627500', '152330.087500', '152330.547500', '152331.007500', '152331.467500', '152331.927500', '152332.387500', '152332.847500', '152333.307500', '152333.767500', '152334.227500', '152334.687500', '152335.147500', '152335.607500', '152336.067500', '152336.527500', '152336.987500', '152337.447500', '152337.907500', '152338.367500', '152338.827500', '152339.287500', '152339.747500', '152340.207500', '152340.667500', '152341.127500', '152341.587500', '152342.047500', '152342.507500', '152342.967500', '152343.427500', '152343.887500', '152344.347500', '152344.807500', '152345.267500', '152345.727500', '152346.187500', '152346.647500', '152347.107500', '152347.567500', '152348.027500', '152348.487500', '152348.947500', '152349.407500', '152349.867500', '152350.327500', '152350.787500', '152351.247500', '152351.707500', '152352.167500', '152352.627500', '152353.087500', '152353.547500', '152354.007500', '152354.467500', '152354.927500', '152355.387500', '152355.847500', '152356.307500', '152356.767500', '152357.227500', '152357.687500', '152358.147500', '152358.607500', '152359.067500', '152359.527500', '152359.987500'], 'ContentTime': ['151738.606000', '151738.610000', '151738.612000', '151738.615000', '151738.618000', '151738.620000', '151738.623000', '151738.625000', '151738.628000', '151738.631000', '151738.640000', '151738.643000', '151738.645000', '151738.648000', '151738.650000', '151738.653000', '151738.656000', '151738.658000', '151738.661000', '151738.663000', '151738.666000', '151738.669000', '151738.671000', '151738.674000', '151738.676000', '151738.679000', '151738.682000', '151738.684000', '151738.687000', '151738.690000', '151738.692000', '151738.695000', '151738.697000', '151738.700000', '151738.702000', '151738.705000', '151738.708000', '151738.710000', '151758.548000', '151758.551000', '151758.554000', '151758.557000', '151758.559000', '151758.562000', '151758.564000', '151758.567000', '151758.569000', '151758.572000', '151758.575000', '151758.577000', '151758.580000', '151758.582000', '151758.585000', '151758.587000', '151758.590000', '151758.593000', '151758.595000', '151758.598000', '151758.601000', '151758.603000', '151758.606000', '151758.608000', '151758.611000', '151758.613000', '151758.616000', '151758.619000', '151758.621000', '151758.624000', '151758.626000', '151758.629000', '151758.632000', '151758.634000', '151758.637000', '151758.639000', '151758.642000', '151758.645000', '151758.647000', '151758.650000', '151758.652000', '151758.655000', '151758.657000', '151758.660000', '151818.548000', '151818.563000', '151818.565000', '151818.568000', '151818.570000', '151818.573000', '151818.575000', '151818.579000', '151818.582000', '151818.585000', '151818.588000', '151818.590000', '151818.593000', '151818.595000', '151818.598000', '151818.601000', '151818.603000', '151818.606000', '151818.609000', '151818.611000', '151818.614000', '151818.616000', '151818.619000', '151818.622000', '151818.624000', '151818.627000', '151818.629000', '151818.632000', '151818.635000', '151818.637000', '151818.640000', '151818.643000', '151818.645000', '151818.648000', '151818.651000', '151818.654000', '151818.657000', '151818.660000', '151818.662000', '151818.665000', '151818.668000', '151818.670000', '151818.673000', '151838.548000', '151838.551000', '151838.554000', '151838.557000', '151838.559000', '151838.562000', '151838.564000', '151838.567000', '151838.569000', '151838.572000', '151838.575000', '151838.577000', '151838.580000', '151838.582000', '151838.585000', '151838.588000', '151838.590000', '151838.593000', '151838.595000', '151838.598000', '151838.601000', '151838.603000', '151838.606000', '151838.609000', '151838.611000', '151838.614000', '151838.616000', '151838.619000', '151838.621000', '151838.624000', '151838.627000', '151838.629000', '151838.632000', '151838.634000', '151838.637000', '151838.639000', '151838.642000', '151838.645000', '151838.647000', '151838.650000', '151838.652000', '151838.655000', '151838.658000', '151838.660000', '151858.550000', '151858.552000', '151858.555000', '151858.558000', '151858.560000', '151858.563000', '151858.565000', '151858.568000', '151858.570000', '151858.573000', '151858.576000', '151858.579000', '151858.582000', '151858.585000', '151858.588000', '151858.590000', '151858.593000', '151858.596000', '151858.598000', '151858.601000', '151858.603000', '151858.611000', '151858.614000', '151858.617000', '151858.619000', '151858.622000', '151858.624000', '151858.627000', '151858.630000', '151858.632000', '151858.635000', '151858.637000', '151858.640000', '151858.643000', '151858.645000', '151858.648000', '151858.651000', '151858.653000', '151858.656000', '151858.658000', '151858.661000', '151858.663000', '151858.666000', '151918.549000', '151918.552000', '151918.555000', '151918.557000', '151918.560000', '151918.562000', '151918.565000', '151918.568000', '151918.570000', '151918.573000', '151918.576000', '151918.578000', '151918.581000', '151918.583000', '151918.586000', '151918.589000', '151918.591000', '151918.594000', '151918.596000', '151918.599000', '151918.602000', '151918.604000', '151918.607000', '151918.609000', '151918.612000', '151918.615000', '151918.617000', '151918.620000', '151918.623000', '151918.625000', '151918.628000', '151918.630000', '151918.633000', '151918.636000', '151918.638000', '151918.641000', '151918.643000', '151918.646000', '151918.649000', '151918.651000', '151918.654000', '151918.657000', '151918.659000', '151918.662000', '151938.549000', '151938.552000', '151938.555000', '151938.557000', '151938.560000', '151938.563000', '151938.565000', '151938.568000', '151938.570000', '151938.573000', '151938.575000', '151938.578000', '151938.581000', '151938.583000', '151938.586000', '151938.588000', '151938.591000', '151938.594000', '151938.597000', '151938.600000', '151938.603000', '151938.606000', '151938.608000', '151938.611000', '151938.614000', '151938.616000', '151938.621000', '151938.623000', '151938.626000', '151938.629000', '151938.631000', '151938.634000', '151938.637000', '151938.639000', '151938.642000', '151938.644000', '151938.647000', '151938.650000', '151938.652000', '151938.655000', '151938.657000', '151938.667000', '151938.669000', '151958.549000', '151958.552000', '151958.555000', '151958.558000', '151958.560000', '151958.563000', '151958.565000', '151958.568000', '151958.571000', '151958.573000', '151958.576000', '151958.578000', '151958.581000', '151958.584000', '151958.586000', '151958.589000', '151958.592000', '151958.594000', '151958.597000', '151958.600000', '151958.602000', '151958.605000', '151958.607000', '151958.610000', '151958.613000', '151958.615000', '151958.618000', '151958.620000', '151958.623000', '151958.625000', '151958.628000', '151958.631000', '151958.633000', '151958.636000', '151958.639000', '151958.641000', '151958.644000', '151958.646000', '151958.649000', '151958.651000', '151958.654000', '151958.657000', '151958.659000', '151958.662000', '152018.548000', '152018.551000', '152018.554000', '152018.556000', '152018.559000', '152018.562000', '152018.564000', '152018.567000', '152018.570000', '152018.572000', '152018.575000', '152018.577000', '152018.580000', '152018.583000', '152018.585000', '152018.588000', '152018.590000', '152018.593000', '152018.596000', '152018.598000', '152018.601000', '152018.603000', '152018.606000', '152018.609000', '152018.611000', '152018.614000', '152018.617000', '152018.620000', '152018.623000', '152018.626000', '152018.629000', '152018.631000', '152018.634000', '152018.636000', '152018.639000', '152018.642000', '152018.644000', '152018.647000', '152018.649000', '152018.652000', '152018.655000', '152018.657000', '152018.660000', '152038.549000', '152038.551000', '152038.554000', '152038.557000', '152038.559000', '152038.562000', '152038.564000', '152038.567000', '152038.570000', '152038.572000', '152038.575000', '152038.577000', '152038.580000', '152038.583000', '152038.585000', '152038.588000', '152038.591000', '152038.593000', '152038.596000', '152038.598000', '152038.601000', '152038.604000', '152038.606000', '152038.609000', '152038.612000', '152038.614000', '152038.617000', '152038.619000', '152038.622000', '152038.625000', '152038.627000', '152038.630000', '152038.632000', '152038.635000', '152038.637000', '152038.640000', '152038.643000', '152038.645000', '152038.648000', '152038.651000', '152038.653000', '152038.656000', '152038.658000', '152038.661000', '152058.549000', '152058.551000', '152058.554000', '152058.557000', '152058.559000', '152058.562000', '152058.565000', '152058.567000', '152058.570000', '152058.572000', '152058.575000', '152058.578000', '152058.580000', '152058.583000', '152058.585000', '152058.588000', '152058.591000', '152058.593000', '152058.596000', '152058.599000', '152058.601000', '152058.604000', '152058.606000', '152058.609000', '152058.612000', '152058.615000', '152058.617000', '152058.620000', '152058.622000', '152058.625000', '152058.628000', '152058.630000', '152058.633000', '152058.636000', '152058.639000', '152058.641000', '152058.644000', '152058.647000', '152058.650000', '152058.652000', '152058.655000', '152058.658000', '152058.661000', '152118.549000', '152118.552000', '152118.555000', '152118.558000', '152118.560000', '152118.563000', '152118.566000', '152118.568000', '152118.571000', '152118.573000', '152118.576000', '152118.579000', '152118.581000', '152118.584000', '152118.586000', '152118.589000', '152118.592000', '152118.595000', '152118.597000', '152118.600000', '152118.602000', '152118.605000', '152118.608000', '152118.625000', '152118.628000', '152118.631000', '152118.633000', '152118.636000', '152118.639000', '152118.641000', '152118.644000', '152118.647000', '152118.649000', '152118.652000', '152118.654000', '152118.657000', '152118.660000', '152118.662000', '152118.665000', '152118.668000', '152118.670000', '152118.673000', '152118.676000', '152118.678000', '152138.549000', '152138.552000', '152138.555000', '152138.558000', '152138.561000', '152138.563000', '152138.566000', '152138.569000', '152138.571000', '152138.574000', '152138.576000', '152138.579000', '152138.582000', '152138.584000', '152138.587000', '152138.590000', '152138.593000', '152138.595000', '152138.598000', '152138.600000', '152138.603000', '152138.606000', '152138.608000', '152138.611000', '152138.614000', '152138.616000', '152138.619000', '152138.621000', '152138.624000', '152138.627000', '152138.629000', '152138.637000', '152138.640000', '152138.643000', '152138.645000', '152138.648000', '152138.651000', '152138.653000', '152138.656000', '152138.660000', '152138.663000', '152138.665000', '152138.668000', '152158.549000', '152158.552000', '152158.555000', '152158.558000', '152158.561000', '152158.563000', '152158.566000', '152158.568000', '152158.571000', '152158.574000', '152158.577000', '152158.579000', '152158.582000', '152158.585000', '152158.587000', '152158.590000', '152158.593000', '152158.595000', '152158.598000', '152158.601000', '152158.604000', '152158.606000', '152158.609000', '152158.611000', '152158.614000', '152158.617000', '152158.619000', '152158.622000', '152158.625000', '152158.627000', '152158.630000', '152158.632000', '152158.635000', '152158.638000', '152158.640000', '152158.643000', '152158.646000', '152158.648000', '152158.651000', '152158.653000', '152158.656000', '152158.659000', '152158.661000', '152158.664000', '152218.550000', '152218.552000', '152218.556000', '152218.559000', '152218.561000', '152218.564000', '152218.567000', '152218.569000', '152218.572000', '152218.574000', '152218.577000', '152218.580000', '152218.582000', '152218.585000', '152218.588000', '152218.590000', '152218.593000', '152218.596000', '152218.599000', '152218.601000', '152218.604000', '152218.607000', '152218.609000', '152218.612000', '152218.614000', '152218.617000', '152218.620000', '152218.622000', '152218.625000', '152218.628000', '152218.630000', '152218.633000', '152218.636000', '152218.638000', '152218.641000', '152218.644000', '152218.646000', '152218.649000', '152218.651000', '152218.654000', '152218.657000', '152218.659000', '152218.662000', '152238.548000', '152238.551000', '152238.554000', '152238.557000', '152238.559000', '152238.562000', '152238.564000', '152238.567000', '152238.570000', '152238.572000', '152238.575000', '152238.578000', '152238.580000', '152238.583000', '152238.586000', '152238.588000', '152238.591000', '152238.594000', '152238.596000', '152238.599000', '152238.602000', '152238.604000', '152238.607000', '152238.610000', '152238.612000', '152238.615000', '152238.618000', '152238.620000', '152238.623000', '152238.626000', '152238.628000', '152238.631000', '152238.634000', '152238.636000', '152238.639000', '152238.642000', '152238.644000', '152238.647000', '152238.650000', '152238.652000', '152238.655000', '152238.657000', '152238.660000', '152238.663000', '152258.549000', '152258.552000', '152258.555000', '152258.557000', '152258.560000', '152258.563000', '152258.565000', '152258.568000', '152258.571000', '152258.573000', '152258.576000', '152258.579000', '152258.581000', '152258.586000', '152258.589000', '152258.592000', '152258.594000', '152258.597000', '152258.600000', '152258.602000', '152258.605000', '152258.608000', '152258.610000', '152258.613000', '152258.616000', '152258.618000', '152258.621000', '152258.624000', '152258.626000', '152258.629000', '152258.632000', '152258.634000', '152258.637000', '152258.640000', '152258.642000', '152258.645000', '152258.648000', '152258.650000', '152258.653000', '152258.656000', '152258.658000', '152258.661000', '152258.664000', '152318.548000', '152318.551000', '152318.554000', '152318.557000', '152318.560000', '152318.562000', '152318.565000', '152318.568000', '152318.570000', '152318.573000', '152318.576000', '152318.578000', '152318.581000', '152318.583000', '152318.586000', '152318.589000', '152318.591000', '152318.594000', '152318.597000', '152318.599000', '152318.602000', '152318.604000', '152318.607000', '152318.610000', '152318.612000', '152318.615000', '152318.617000', '152318.620000', '152318.623000', '152318.625000', '152318.628000', '152318.630000', '152318.633000', '152318.636000', '152318.638000', '152318.641000', '152318.644000', '152318.646000', '152318.649000', '152318.651000', '152318.654000', '152318.657000', '152318.659000', '152318.662000', '152338.549000', '152338.552000', '152338.555000', '152338.558000', '152338.560000', '152338.563000', '152338.566000', '152338.568000', '152338.571000', '152338.573000', '152338.576000', '152338.579000', '152338.581000', '152338.584000', '152338.587000', '152338.590000', '152338.592000', '152338.595000', '152338.597000', '152338.600000', '152338.603000', '152338.605000', '152338.608000', '152338.611000', '152338.613000', '152338.616000', '152338.618000', '152338.621000', '152338.624000', '152338.626000', '152338.629000', '152338.632000', '152338.634000', '152338.637000', '152338.640000', '152338.642000', '152338.645000', '152338.648000', '152338.650000', '152338.653000', '152338.655000', '152338.658000', '152338.661000', '152358.550000', '152358.553000', '152358.555000', '152358.558000', '152358.560000', '152358.563000', '152358.566000', '152358.568000', '152358.571000', '152358.574000', '152358.576000', '152358.579000', '152358.581000', '152358.584000', '152358.587000', '152358.589000', '152358.592000', '152358.595000', '152358.597000', '152358.600000', '152358.603000', '152358.605000', '152358.608000', '152358.610000', '152358.613000', '152358.616000', '152358.619000', '152358.621000', '152358.624000', '152358.627000', '152358.629000', '152358.632000', '152358.634000', '152358.637000', '152358.640000', '152358.642000', '152358.645000', '152358.648000', '152358.650000', '152358.653000', '152358.655000', '152358.658000', '152358.661000', '152358.663000', '152401.696000', '152401.698000', '152401.701000', '152401.704000', '152401.706000', '152401.709000', '152401.712000'], 'InstanceCreationTime': ['151738.606000', '151738.610000', '151738.612000', '151738.615000', '151738.618000', '151738.620000', '151738.623000', '151738.625000', '151738.628000', '151738.631000', '151738.640000', '151738.643000', '151738.645000', '151738.648000', '151738.650000', '151738.653000', '151738.656000', '151738.658000', '151738.661000', '151738.663000', '151738.666000', '151738.669000', '151738.671000', '151738.674000', '151738.676000', '151738.679000', '151738.682000', '151738.684000', '151738.687000', '151738.690000', '151738.692000', '151738.695000', '151738.697000', '151738.700000', '151738.702000', '151738.705000', '151738.708000', '151738.710000', '151758.548000', '151758.551000', '151758.554000', '151758.557000', '151758.559000', '151758.562000', '151758.564000', '151758.567000', '151758.569000', '151758.572000', '151758.575000', '151758.577000', '151758.580000', '151758.582000', '151758.585000', '151758.587000', '151758.590000', '151758.593000', '151758.595000', '151758.598000', '151758.601000', '151758.603000', '151758.606000', '151758.608000', '151758.611000', '151758.613000', '151758.616000', '151758.619000', '151758.621000', '151758.624000', '151758.626000', '151758.629000', '151758.632000', '151758.634000', '151758.637000', '151758.639000', '151758.642000', '151758.645000', '151758.647000', '151758.650000', '151758.652000', '151758.655000', '151758.657000', '151758.660000', '151818.548000', '151818.563000', '151818.565000', '151818.568000', '151818.570000', '151818.573000', '151818.575000', '151818.579000', '151818.582000', '151818.585000', '151818.588000', '151818.590000', '151818.593000', '151818.595000', '151818.598000', '151818.601000', '151818.603000', '151818.606000', '151818.609000', '151818.611000', '151818.614000', '151818.616000', '151818.619000', '151818.622000', '151818.624000', '151818.627000', '151818.629000', '151818.632000', '151818.635000', '151818.637000', '151818.640000', '151818.643000', '151818.645000', '151818.648000', '151818.651000', '151818.654000', '151818.657000', '151818.660000', '151818.662000', '151818.665000', '151818.668000', '151818.670000', '151818.673000', '151838.548000', '151838.551000', '151838.554000', '151838.557000', '151838.559000', '151838.562000', '151838.564000', '151838.567000', '151838.569000', '151838.572000', '151838.575000', '151838.577000', '151838.580000', '151838.582000', '151838.585000', '151838.588000', '151838.590000', '151838.593000', '151838.595000', '151838.598000', '151838.601000', '151838.603000', '151838.606000', '151838.609000', '151838.611000', '151838.614000', '151838.616000', '151838.619000', '151838.621000', '151838.624000', '151838.627000', '151838.629000', '151838.632000', '151838.634000', '151838.637000', '151838.639000', '151838.642000', '151838.645000', '151838.647000', '151838.650000', '151838.652000', '151838.655000', '151838.658000', '151838.660000', '151858.550000', '151858.552000', '151858.555000', '151858.558000', '151858.560000', '151858.563000', '151858.565000', '151858.568000', '151858.570000', '151858.573000', '151858.576000', '151858.579000', '151858.582000', '151858.585000', '151858.588000', '151858.590000', '151858.593000', '151858.596000', '151858.598000', '151858.601000', '151858.603000', '151858.611000', '151858.614000', '151858.617000', '151858.619000', '151858.622000', '151858.624000', '151858.627000', '151858.630000', '151858.632000', '151858.635000', '151858.637000', '151858.640000', '151858.643000', '151858.645000', '151858.648000', '151858.651000', '151858.653000', '151858.656000', '151858.658000', '151858.661000', '151858.663000', '151858.666000', '151918.549000', '151918.552000', '151918.555000', '151918.557000', '151918.560000', '151918.562000', '151918.565000', '151918.568000', '151918.570000', '151918.573000', '151918.576000', '151918.578000', '151918.581000', '151918.583000', '151918.586000', '151918.589000', '151918.591000', '151918.594000', '151918.596000', '151918.599000', '151918.602000', '151918.604000', '151918.607000', '151918.609000', '151918.612000', '151918.615000', '151918.617000', '151918.620000', '151918.623000', '151918.625000', '151918.628000', '151918.630000', '151918.633000', '151918.636000', '151918.638000', '151918.641000', '151918.643000', '151918.646000', '151918.649000', '151918.651000', '151918.654000', '151918.657000', '151918.659000', '151918.662000', '151938.549000', '151938.552000', '151938.555000', '151938.557000', '151938.560000', '151938.563000', '151938.565000', '151938.568000', '151938.570000', '151938.573000', '151938.575000', '151938.578000', '151938.581000', '151938.583000', '151938.586000', '151938.588000', '151938.591000', '151938.594000', '151938.597000', '151938.600000', '151938.603000', '151938.606000', '151938.608000', '151938.611000', '151938.614000', '151938.616000', '151938.621000', '151938.623000', '151938.626000', '151938.629000', '151938.631000', '151938.634000', '151938.637000', '151938.639000', '151938.642000', '151938.644000', '151938.647000', '151938.650000', '151938.652000', '151938.655000', '151938.657000', '151938.667000', '151938.669000', '151958.549000', '151958.552000', '151958.555000', '151958.558000', '151958.560000', '151958.563000', '151958.565000', '151958.568000', '151958.571000', '151958.573000', '151958.576000', '151958.578000', '151958.581000', '151958.584000', '151958.586000', '151958.589000', '151958.592000', '151958.594000', '151958.597000', '151958.600000', '151958.602000', '151958.605000', '151958.607000', '151958.610000', '151958.613000', '151958.615000', '151958.618000', '151958.620000', '151958.623000', '151958.625000', '151958.628000', '151958.631000', '151958.633000', '151958.636000', '151958.639000', '151958.641000', '151958.644000', '151958.646000', '151958.649000', '151958.651000', '151958.654000', '151958.657000', '151958.659000', '151958.662000', '152018.548000', '152018.551000', '152018.554000', '152018.556000', '152018.559000', '152018.562000', '152018.564000', '152018.567000', '152018.570000', '152018.572000', '152018.575000', '152018.577000', '152018.580000', '152018.583000', '152018.585000', '152018.588000', '152018.590000', '152018.593000', '152018.596000', '152018.598000', '152018.601000', '152018.603000', '152018.606000', '152018.609000', '152018.611000', '152018.614000', '152018.617000', '152018.620000', '152018.623000', '152018.626000', '152018.629000', '152018.631000', '152018.634000', '152018.636000', '152018.639000', '152018.642000', '152018.644000', '152018.647000', '152018.649000', '152018.652000', '152018.655000', '152018.657000', '152018.660000', '152038.549000', '152038.551000', '152038.554000', '152038.557000', '152038.559000', '152038.562000', '152038.564000', '152038.567000', '152038.570000', '152038.572000', '152038.575000', '152038.577000', '152038.580000', '152038.583000', '152038.585000', '152038.588000', '152038.591000', '152038.593000', '152038.596000', '152038.598000', '152038.601000', '152038.604000', '152038.606000', '152038.609000', '152038.612000', '152038.614000', '152038.617000', '152038.619000', '152038.622000', '152038.625000', '152038.627000', '152038.630000', '152038.632000', '152038.635000', '152038.637000', '152038.640000', '152038.643000', '152038.645000', '152038.648000', '152038.651000', '152038.653000', '152038.656000', '152038.658000', '152038.661000', '152058.549000', '152058.551000', '152058.554000', '152058.557000', '152058.559000', '152058.562000', '152058.565000', '152058.567000', '152058.570000', '152058.572000', '152058.575000', '152058.578000', '152058.580000', '152058.583000', '152058.585000', '152058.588000', '152058.591000', '152058.593000', '152058.596000', '152058.599000', '152058.601000', '152058.604000', '152058.606000', '152058.609000', '152058.612000', '152058.615000', '152058.617000', '152058.620000', '152058.622000', '152058.625000', '152058.628000', '152058.630000', '152058.633000', '152058.636000', '152058.639000', '152058.641000', '152058.644000', '152058.647000', '152058.650000', '152058.652000', '152058.655000', '152058.658000', '152058.661000', '152118.549000', '152118.552000', '152118.555000', '152118.558000', '152118.560000', '152118.563000', '152118.566000', '152118.568000', '152118.571000', '152118.573000', '152118.576000', '152118.579000', '152118.581000', '152118.584000', '152118.586000', '152118.589000', '152118.592000', '152118.595000', '152118.597000', '152118.600000', '152118.602000', '152118.605000', '152118.608000', '152118.625000', '152118.628000', '152118.631000', '152118.633000', '152118.636000', '152118.639000', '152118.641000', '152118.644000', '152118.647000', '152118.649000', '152118.652000', '152118.654000', '152118.657000', '152118.660000', '152118.662000', '152118.665000', '152118.668000', '152118.670000', '152118.673000', '152118.676000', '152118.678000', '152138.549000', '152138.552000', '152138.555000', '152138.558000', '152138.561000', '152138.563000', '152138.566000', '152138.569000', '152138.571000', '152138.574000', '152138.576000', '152138.579000', '152138.582000', '152138.584000', '152138.587000', '152138.590000', '152138.593000', '152138.595000', '152138.598000', '152138.600000', '152138.603000', '152138.606000', '152138.608000', '152138.611000', '152138.614000', '152138.616000', '152138.619000', '152138.621000', '152138.624000', '152138.627000', '152138.629000', '152138.637000', '152138.640000', '152138.643000', '152138.645000', '152138.648000', '152138.651000', '152138.653000', '152138.656000', '152138.660000', '152138.663000', '152138.665000', '152138.668000', '152158.549000', '152158.552000', '152158.555000', '152158.558000', '152158.561000', '152158.563000', '152158.566000', '152158.568000', '152158.571000', '152158.574000', '152158.577000', '152158.579000', '152158.582000', '152158.585000', '152158.587000', '152158.590000', '152158.593000', '152158.595000', '152158.598000', '152158.601000', '152158.604000', '152158.606000', '152158.609000', '152158.611000', '152158.614000', '152158.617000', '152158.619000', '152158.622000', '152158.625000', '152158.627000', '152158.630000', '152158.632000', '152158.635000', '152158.638000', '152158.640000', '152158.643000', '152158.646000', '152158.648000', '152158.651000', '152158.653000', '152158.656000', '152158.659000', '152158.661000', '152158.664000', '152218.550000', '152218.552000', '152218.556000', '152218.559000', '152218.561000', '152218.564000', '152218.567000', '152218.569000', '152218.572000', '152218.574000', '152218.577000', '152218.580000', '152218.582000', '152218.585000', '152218.588000', '152218.590000', '152218.593000', '152218.596000', '152218.599000', '152218.601000', '152218.604000', '152218.607000', '152218.609000', '152218.612000', '152218.614000', '152218.617000', '152218.620000', '152218.622000', '152218.625000', '152218.628000', '152218.630000', '152218.633000', '152218.636000', '152218.638000', '152218.641000', '152218.644000', '152218.646000', '152218.649000', '152218.651000', '152218.654000', '152218.657000', '152218.659000', '152218.662000', '152238.548000', '152238.551000', '152238.554000', '152238.557000', '152238.559000', '152238.562000', '152238.564000', '152238.567000', '152238.570000', '152238.572000', '152238.575000', '152238.578000', '152238.580000', '152238.583000', '152238.586000', '152238.588000', '152238.591000', '152238.594000', '152238.596000', '152238.599000', '152238.602000', '152238.604000', '152238.607000', '152238.610000', '152238.612000', '152238.615000', '152238.618000', '152238.620000', '152238.623000', '152238.626000', '152238.628000', '152238.631000', '152238.634000', '152238.636000', '152238.639000', '152238.642000', '152238.644000', '152238.647000', '152238.650000', '152238.652000', '152238.655000', '152238.657000', '152238.660000', '152238.663000', '152258.549000', '152258.552000', '152258.555000', '152258.557000', '152258.560000', '152258.563000', '152258.565000', '152258.568000', '152258.571000', '152258.573000', '152258.576000', '152258.579000', '152258.581000', '152258.586000', '152258.589000', '152258.592000', '152258.594000', '152258.597000', '152258.600000', '152258.602000', '152258.605000', '152258.608000', '152258.610000', '152258.613000', '152258.616000', '152258.618000', '152258.621000', '152258.624000', '152258.626000', '152258.629000', '152258.632000', '152258.634000', '152258.637000', '152258.640000', '152258.642000', '152258.645000', '152258.648000', '152258.650000', '152258.653000', '152258.656000', '152258.658000', '152258.661000', '152258.664000', '152318.548000', '152318.551000', '152318.554000', '152318.557000', '152318.560000', '152318.562000', '152318.565000', '152318.568000', '152318.570000', '152318.573000', '152318.576000', '152318.578000', '152318.581000', '152318.583000', '152318.586000', '152318.589000', '152318.591000', '152318.594000', '152318.597000', '152318.599000', '152318.602000', '152318.604000', '152318.607000', '152318.610000', '152318.612000', '152318.615000', '152318.617000', '152318.620000', '152318.623000', '152318.625000', '152318.628000', '152318.630000', '152318.633000', '152318.636000', '152318.638000', '152318.641000', '152318.644000', '152318.646000', '152318.649000', '152318.651000', '152318.654000', '152318.657000', '152318.659000', '152318.662000', '152338.549000', '152338.552000', '152338.555000', '152338.558000', '152338.560000', '152338.563000', '152338.566000', '152338.568000', '152338.571000', '152338.573000', '152338.576000', '152338.579000', '152338.581000', '152338.584000', '152338.587000', '152338.590000', '152338.592000', '152338.595000', '152338.597000', '152338.600000', '152338.603000', '152338.605000', '152338.608000', '152338.611000', '152338.613000', '152338.616000', '152338.618000', '152338.621000', '152338.624000', '152338.626000', '152338.629000', '152338.632000', '152338.634000', '152338.637000', '152338.640000', '152338.642000', '152338.645000', '152338.648000', '152338.650000', '152338.653000', '152338.655000', '152338.658000', '152338.661000', '152358.550000', '152358.553000', '152358.555000', '152358.558000', '152358.560000', '152358.563000', '152358.566000', '152358.568000', '152358.571000', '152358.574000', '152358.576000', '152358.579000', '152358.581000', '152358.584000', '152358.587000', '152358.589000', '152358.592000', '152358.595000', '152358.597000', '152358.600000', '152358.603000', '152358.605000', '152358.608000', '152358.610000', '152358.613000', '152358.616000', '152358.619000', '152358.621000', '152358.624000', '152358.627000', '152358.629000', '152358.632000', '152358.634000', '152358.637000', '152358.640000', '152358.642000', '152358.645000', '152358.648000', '152358.650000', '152358.653000', '152358.655000', '152358.658000', '152358.661000', '152358.663000', '152401.696000', '152401.698000', '152401.701000', '152401.704000', '152401.706000', '152401.709000', '152401.712000'], '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': [13139, 8722, 12517, 8421, 12757, 8348, 11615, 8121, 11934, 8510, 12428, 9684, 7276, 9575, 7207, 9160, 7299, 9421, 7464, 9798, 9997, 9740, 13491, 9440, 11771, 9145, 10647, 9761, 7120, 9971, 7006, 9969, 9761, 10000, 14696, 9983, 16373, 10172, 15511, 10384, 13485, 7901, 11660, 7483, 11141, 7391, 10807, 8006, 11382, 10478, 12074, 9175, 11278, 7947, 10680, 9355, 10037, 10328, 10073, 14819, 11100, 13886, 10393, 13496, 9615, 12006, 8994, 14578, 10747, 11464, 10217, 8380, 10042, 8963, 10112, 9831, 10923, 14469, 11709, 14359, 10310, 9616, 9279, 12176, 10360, 11480, 11912, 7234, 11170, 7132, 12095, 7378, 11619, 7526, 12203, 9016, 14706, 8468, 11045, 7074, 10267, 7105, 10279, 7749, 10749, 10360, 11760, 8282, 10580, 8298, 9343, 11282, 9034, 16598, 9356, 14704, 9061, 13790, 9011, 13048, 7254, 10306, 7268, 9690, 8962, 9364, 11415, 10009, 12121, 9084, 9093, 8593, 8986, 8509, 10465, 9645, 11530, 9830, 10367, 8886, 11224, 8749, 14468, 9989, 13166, 8991, 11417, 8403, 12152, 8468, 14672, 8484, 14554, 8944, 14239, 8436, 12189, 7657, 10937, 7623, 10542, 7653, 12038, 11681, 14982, 10050, 12028, 7167, 10796, 7425, 10079, 10495, 9917, 16724, 9477, 14899, 8979, 13352, 8004, 11839, 7713, 14090, 13167, 16406, 13179, 17800, 11058, 15759, 8460, 11751, 7514, 11384, 7433, 11760, 7463, 10826, 7367, 10371, 7902, 10099, 14390, 10228, 17629, 11052, 14591, 8899, 12916, 8560, 12614, 8295, 12431, 8022, 10761, 7536, 10476, 7341, 10467, 7303, 10503, 7756, 12560, 8448, 11585, 7635, 10449, 7459, 10649, 7539, 13543, 9572, 15887, 11225, 15598, 7582, 10350, 7366, 9101, 8895, 8576, 16066, 8394, 13419, 8068, 12402, 8155, 14986, 9185, 14910, 7761, 11017, 7583, 10705, 7335, 11387, 7418, 10997, 8213, 10375, 9615, 10181, 12157, 9697, 12557, 9219, 15917, 11488, 16405, 11318, 14725, 12364, 19509, 15271, 14822, 11317, 7188, 8584, 7510, 10676, 7712, 16100, 10748, 12521, 8163, 11289, 8135, 12143, 8613, 14642, 9351, 13751, 9288, 12924, 9486, 12902, 9892, 14609, 8818, 7884, 8126, 10140, 7951, 12594, 8303, 14334, 8440, 11874, 7906, 12661, 8438, 10848, 7523, 10112, 7179, 10066, 7240, 9932, 8309, 9871, 10478, 9778, 10129, 9343, 10555, 8427, 15551, 8258, 14360, 7938, 12630, 8317, 11501, 7353, 11138, 7271, 10212, 7519, 10614, 8832, 11744, 7538, 11094, 7239, 10376, 7515, 10451, 8874, 12824, 9907, 12662, 7349, 11477, 7426, 10587, 7360, 11078, 8841, 11735, 9584, 10849, 8257, 10604, 8703, 10462, 10578, 11481, 10925, 10632, 7825, 10450, 8044, 14363, 14722, 17154, 15859, 18005, 14191, 9090, 8731, 8249, 7739, 13552, 9790, 11213, 8615, 8853, 8863, 9226, 9274, 10504, 8927, 13937, 9135, 16275, 10840, 13487, 10202, 11900, 8507, 13174, 9768, 17073, 9936, 11828, 7430, 11261, 7802, 11290, 7573, 10280, 7170, 9158, 7242, 8616, 7994, 8171, 9937, 7702, 11207, 7601, 11947, 7593, 11133, 7871, 14008, 9397, 13212, 8783, 9454, 8125, 10637, 7755, 14825, 8319, 14044, 8199, 12226, 7294, 11287, 8192, 13179, 11060, 10116, 7976, 9889, 8895, 9115, 9742, 9283, 11343, 9182, 10274, 8975, 9286, 8586, 8751, 8542, 9995, 10015, 7197, 9673, 7178, 10291, 8167, 15148, 9774, 16627, 16042, 19881, 17406, 14456, 10827, 11251, 9663, 8730, 10249, 7292, 10665, 8288, 10909, 8644, 11389, 8771, 11663, 8919, 12706, 8975, 11574, 8805, 11827, 8791, 13175, 8758, 14781, 9715, 14339, 8914, 13800, 8845, 13041, 8424, 11954, 8156, 11473, 9096, 12872, 8250, 11122, 7424, 10865, 8250, 10515, 10272, 10668, 12581, 9773, 15701, 10370, 15256, 9718, 10349, 8401, 10513, 8677, 16782, 9264, 15086, 9282, 13398, 8223, 10990, 7740, 10324, 8282, 11454, 8276, 14347, 9639, 9824, 8574, 10217, 8772, 17159, 10109, 14364, 8998, 12596, 7677, 10875, 7945, 11270, 9014, 10635, 13578, 10552, 12839, 10207, 12969, 9537, 12385, 9124, 14314, 9769, 14421, 8978, 16036, 8572, 14322, 8632, 13427, 7803, 12366, 8176, 10901, 7409, 10967, 7849, 9611, 8495, 9245, 10904, 9167, 16393, 10608, 17335, 11643, 12840, 8168, 8539, 7813, 12131, 8421, 14746, 8309, 14526, 8117, 11602, 7893, 10825, 10521, 11035, 7758, 11031, 9081, 10376, 9369, 9522, 11417, 9866, 12219, 9260, 13887, 9068, 14108, 8466, 15116, 9106, 14996, 8709, 12530, 7746, 11352, 7767, 13407, 8630, 14969, 8666, 13967, 8312, 12357, 7818, 10857, 7439, 10493, 7953, 9974, 7576, 9375, 8206, 9190, 9384, 9757, 10647, 10114, 9186, 10725, 9892, 9484, 14058, 9754, 15563, 9642, 14498, 9227, 12622, 7831, 10547, 7837, 9873, 8331, 9997, 8109, 11788, 8439, 14028, 9856, 7588, 11074, 8854, 13599, 9302, 15250, 9649, 13697, 9223, 10623, 9176, 16371, 14356, 14736, 10893, 12786, 17515, 15225, 18073, 15288, 17641, 14080, 20594, 15469, 16151, 9970, 10248, 8312, 8754, 8501, 8812, 8402, 9288, 8601, 9362, 8753, 9943, 8694, 10648, 8625, 10653, 8586, 10151, 8302, 9540, 8408, 9743, 8483, 8761, 8461, 9054, 8609, 10743, 8980, 14415, 9592, 12923, 9055, 11077, 8053, 9411, 9046, 10943, 7639, 9459, 7632, 10465, 12083, 15366, 10804, 9635, 9035, 8252, 9751, 8151, 11073, 9435, 13556, 9459, 13984, 8931, 13042, 10229, 15036, 11708, 11787, 13078, 14403, 17711, 15647, 17961, 14278, 18368, 14391, 17749, 12470, 15917, 8704, 11311, 8442, 10235, 8247, 10434, 8229, 9713, 8158, 9968, 8218, 9866, 8478, 9579, 8422, 9640, 8294, 9558, 8764, 9793, 8389, 9920, 9007, 10995, 8696, 10296, 7295, 10367, 7948, 10454, 9101, 10267, 10916, 11075, 10875, 10459, 8226, 11045, 8267, 10187, 8482, 10482, 9372, 11868, 9263, 13435, 9637, 14837, 8614, 11793, 8398, 11315, 8334, 13321, 12978, 16305, 10658, 10816, 8552, 9797, 9388, 9340, 9724, 10057, 12094, 10236, 8741, 9967, 9539, 9081, 12681, 8894, 14839, 8913, 12347, 8452, 10208, 7627, 10772, 8380, 10085, 7277, 10016, 7564, 10013, 8862, 9744, 10653, 9309, 15945, 9347, 14093, 8575, 11484, 7925, 9866, 7737, 9170, 8743, 9561, 9669, 9673, 8741, 10112, 9506, 9215, 11050, 9214, 15885, 9322], 'WindowCenter': [4490.0, 4434.0, 4459.0, 4416.0, 4456.0, 4419.0, 4444.0, 4407.0, 4445.0, 4430.0, 4460.0, 4439.0, 4409.0, 4438.0, 4421.0, 4441.0, 4421.0, 4444.0, 4425.0, 4467.0, 4468.0, 4468.0, 4497.0, 4470.0, 4489.0, 4458.0, 4479.0, 4469.0, 4439.0, 4482.0, 4442.0, 4483.0, 4471.0, 4482.0, 4512.0, 4481.0, 4523.0, 4484.0, 4525.0, 4483.0, 4503.0, 4450.0, 4480.0, 4438.0, 4479.0, 4440.0, 4482.0, 4451.0, 4491.0, 4482.0, 4503.0, 4472.0, 4482.0, 4459.0, 4481.0, 4458.0, 4481.0, 4480.0, 4481.0, 4534.0, 4494.0, 4513.0, 4481.0, 4500.0, 4471.0, 4501.0, 4470.0, 4510.0, 4492.0, 4503.0, 4481.0, 4461.0, 4481.0, 4470.0, 4479.0, 4470.0, 4492.0, 4511.0, 4490.0, 4512.0, 4478.0, 4469.0, 4470.0, 4502.0, 4478.0, 4490.0, 4489.0, 4439.0, 4489.0, 4440.0, 4488.0, 4438.0, 4477.0, 4436.0, 4488.0, 4458.0, 4510.0, 4447.0, 4476.0, 4426.0, 4455.0, 4414.0, 4455.0, 4435.0, 4466.0, 4466.0, 4488.0, 4447.0, 4467.0, 4446.0, 4456.0, 4474.0, 4456.0, 4504.0, 4455.0, 4507.0, 4458.0, 4497.0, 4458.0, 4496.0, 4436.0, 4466.0, 4433.0, 4453.0, 4444.0, 4456.0, 4476.0, 4466.0, 4487.0, 4456.0, 4468.0, 4456.0, 4453.0, 4457.0, 4477.0, 4468.0, 4490.0, 4468.0, 4478.0, 4459.0, 4488.0, 4459.0, 4509.0, 4481.0, 4499.0, 4459.0, 4486.0, 4458.0, 4487.0, 4458.0, 4507.0, 4457.0, 4508.0, 4469.0, 4513.0, 4459.0, 4488.0, 4448.0, 4477.0, 4436.0, 4480.0, 4448.0, 4491.0, 4491.0, 4513.0, 4480.0, 4501.0, 4437.0, 4478.0, 4435.0, 4468.0, 4478.0, 4470.0, 4521.0, 4469.0, 4510.0, 4458.0, 4498.0, 4447.0, 4476.0, 4435.0, 4496.0, 4485.0, 4507.0, 4484.0, 4515.0, 4475.0, 4505.0, 4445.0, 4472.0, 4421.0, 4461.0, 4422.0, 4472.0, 4421.0, 4462.0, 4422.0, 4452.0, 4421.0, 4453.0, 4482.0, 4439.0, 4488.0, 4447.0, 4466.0, 4423.0, 4455.0, 4416.0, 4457.0, 4415.0, 4456.0, 4416.0, 4446.0, 4404.0, 4436.0, 4405.0, 4447.0, 4417.0, 4448.0, 4419.0, 4469.0, 4431.0, 4461.0, 4432.0, 4460.0, 4421.0, 4461.0, 4433.0, 4483.0, 4455.0, 4507.0, 4475.0, 4507.0, 4432.0, 4462.0, 4422.0, 4441.0, 4442.0, 4441.0, 4502.0, 4444.0, 4483.0, 4435.0, 4486.0, 4446.0, 4497.0, 4444.0, 4495.0, 4433.0, 4463.0, 4434.0, 4463.0, 4436.0, 4487.0, 4436.0, 4479.0, 4459.0, 4478.0, 4456.0, 4463.0, 4474.0, 4453.0, 4471.0, 4442.0, 4492.0, 4461.0, 4491.0, 4461.0, 4493.0, 4472.0, 4516.0, 4492.0, 4479.0, 4450.0, 4408.0, 4427.0, 4408.0, 4451.0, 4420.0, 4505.0, 4464.0, 4485.0, 4444.0, 4463.0, 4432.0, 4471.0, 4430.0, 4481.0, 4442.0, 4470.0, 4442.0, 4470.0, 4440.0, 4461.0, 4440.0, 4481.0, 4427.0, 4417.0, 4417.0, 4438.0, 4420.0, 4458.0, 4420.0, 4482.0, 4432.0, 4461.0, 4422.0, 4471.0, 4431.0, 4452.0, 4420.0, 4452.0, 4413.0, 4453.0, 4422.0, 4454.0, 4444.0, 4464.0, 4465.0, 4467.0, 4466.0, 4456.0, 4465.0, 4445.0, 4507.0, 4443.0, 4497.0, 4446.0, 4487.0, 4448.0, 4479.0, 4437.0, 4478.0, 4423.0, 4465.0, 4435.0, 4478.0, 4458.0, 4502.0, 4447.0, 4491.0, 4450.0, 4479.0, 4436.0, 4489.0, 4470.0, 4500.0, 4482.0, 4503.0, 4441.0, 4491.0, 4440.0, 4479.0, 4439.0, 4491.0, 4459.0, 4503.0, 4481.0, 4492.0, 4458.0, 4480.0, 4459.0, 4481.0, 4493.0, 4494.0, 4480.0, 4478.0, 4436.0, 4477.0, 4447.0, 4511.0, 4514.0, 4537.0, 4522.0, 4533.0, 4512.0, 4447.0, 4446.0, 4445.0, 4435.0, 4483.0, 4458.0, 4478.0, 4448.0, 4458.0, 4457.0, 4443.0, 4444.0, 4453.0, 4430.0, 4471.0, 4430.0, 4479.0, 4437.0, 4460.0, 4436.0, 4447.0, 4414.0, 4455.0, 4426.0, 4477.0, 4425.0, 4444.0, 4393.0, 4432.0, 4393.0, 4434.0, 4393.0, 4423.0, 4393.0, 4414.0, 4394.0, 4413.0, 4405.0, 4413.0, 4423.0, 4406.0, 4445.0, 4418.0, 4471.0, 4433.0, 4474.0, 4434.0, 4484.0, 4456.0, 4485.0, 4445.0, 4453.0, 4435.0, 4465.0, 4435.0, 4495.0, 4448.0, 4497.0, 4448.0, 4476.0, 4427.0, 4478.0, 4447.0, 4487.0, 4476.0, 4464.0, 4434.0, 4454.0, 4440.0, 4443.0, 4452.0, 4444.0, 4465.0, 4444.0, 4455.0, 4444.0, 4442.0, 4443.0, 4455.0, 4456.0, 4465.0, 4466.0, 4423.0, 4465.0, 4437.0, 4490.0, 4460.0, 4535.0, 4494.0, 4529.0, 4530.0, 4540.0, 4530.0, 4506.0, 4475.0, 4475.0, 4464.0, 4454.0, 4476.0, 4434.0, 4476.0, 4456.0, 4477.0, 4456.0, 4488.0, 4457.0, 4486.0, 4456.0, 4498.0, 4456.0, 4486.0, 4455.0, 4485.0, 4456.0, 4497.0, 4458.0, 4509.0, 4468.0, 4508.0, 4468.0, 4507.0, 4457.0, 4495.0, 4444.0, 4484.0, 4444.0, 4475.0, 4454.0, 4498.0, 4446.0, 4475.0, 4434.0, 4474.0, 4444.0, 4475.0, 4477.0, 4477.0, 4486.0, 4477.0, 4520.0, 4477.0, 4517.0, 4468.0, 4466.0, 4446.0, 4473.0, 4454.0, 4517.0, 4467.0, 4508.0, 4467.0, 4510.0, 4456.0, 4475.0, 4446.0, 4465.0, 4458.0, 4502.0, 4457.0, 4509.0, 4483.0, 4479.0, 4457.0, 4479.0, 4470.0, 4530.0, 4480.0, 4524.0, 4469.0, 4500.0, 4448.0, 4477.0, 4446.0, 4488.0, 4468.0, 4476.0, 4496.0, 4476.0, 4486.0, 4465.0, 4496.0, 4467.0, 4497.0, 4455.0, 4509.0, 4466.0, 4495.0, 4456.0, 4506.0, 4444.0, 4495.0, 4444.0, 4484.0, 4434.0, 4484.0, 4445.0, 4465.0, 4424.0, 4464.0, 4434.0, 4453.0, 4444.0, 4455.0, 4476.0, 4456.0, 4516.0, 4478.0, 4519.0, 4488.0, 4499.0, 4460.0, 4458.0, 4446.0, 4488.0, 4457.0, 4507.0, 4459.0, 4511.0, 4459.0, 4501.0, 4461.0, 4491.0, 4490.0, 4488.0, 4449.0, 4489.0, 4469.0, 4477.0, 4466.0, 4467.0, 4489.0, 4479.0, 4488.0, 4455.0, 4496.0, 4455.0, 4493.0, 4447.0, 4504.0, 4443.0, 4506.0, 4455.0, 4485.0, 4434.0, 4474.0, 4445.0, 4495.0, 4456.0, 4507.0, 4457.0, 4506.0, 4456.0, 4486.0, 4445.0, 4488.0, 4447.0, 4476.0, 4457.0, 4478.0, 4443.0, 4452.0, 4444.0, 4465.0, 4467.0, 4464.0, 4476.0, 4476.0, 4468.0, 4488.0, 4477.0, 4479.0, 4507.0, 4468.0, 4529.0, 4479.0, 4518.0, 4480.0, 4497.0, 4446.0, 4477.0, 4445.0, 4476.0, 4468.0, 4490.0, 4470.0, 4497.0, 4455.0, 4503.0, 4474.0, 4442.0, 4485.0, 4478.0, 4517.0, 4492.0, 4532.0, 4490.0, 4520.0, 4480.0, 4489.0, 4479.0, 4528.0, 4506.0, 4504.0, 4473.0, 4493.0, 4514.0, 4502.0, 4514.0, 4490.0, 4499.0, 4467.0, 4496.0, 4462.0, 4459.0, 4416.0, 4416.0, 4394.0, 4395.0, 4395.0, 4406.0, 4397.0, 4417.0, 4407.0, 4417.0, 4407.0, 4417.0, 4407.0, 4428.0, 4409.0, 4429.0, 4410.0, 4431.0, 4412.0, 4433.0, 4438.0, 4448.0, 4437.0, 4439.0, 4438.0, 4448.0, 4439.0, 4459.0, 4450.0, 4491.0, 4462.0, 4482.0, 4453.0, 4472.0, 4457.0, 4462.0, 4453.0, 4474.0, 4431.0, 4462.0, 4457.0, 4487.0, 4496.0, 4517.0, 4487.0, 4477.0, 4465.0, 4469.0, 4489.0, 4469.0, 4485.0, 4476.0, 4506.0, 4478.0, 4519.0, 4480.0, 4509.0, 4490.0, 4519.0, 4500.0, 4498.0, 4497.0, 4505.0, 4516.0, 4502.0, 4515.0, 4480.0, 4502.0, 4477.0, 4488.0, 4454.0, 4473.0, 4409.0, 4428.0, 4398.0, 4417.0, 4398.0, 4428.0, 4410.0, 4420.0, 4400.0, 4432.0, 4412.0, 4433.0, 4412.0, 4434.0, 4425.0, 4435.0, 4426.0, 4447.0, 4440.0, 4450.0, 4440.0, 4461.0, 4452.0, 4475.0, 4455.0, 4476.0, 4435.0, 4473.0, 4444.0, 4475.0, 4453.0, 4475.0, 4488.0, 4489.0, 4477.0, 4477.0, 4443.0, 4471.0, 4432.0, 4462.0, 4453.0, 4477.0, 4469.0, 4499.0, 4483.0, 4513.0, 4482.0, 4523.0, 4459.0, 4489.0, 4447.0, 4478.0, 4459.0, 4510.0, 4500.0, 4532.0, 4474.0, 4475.0, 4442.0, 4454.0, 4442.0, 4465.0, 4466.0, 4465.0, 4486.0, 4464.0, 4443.0, 4452.0, 4453.0, 4443.0, 4483.0, 4443.0, 4494.0, 4454.0, 4484.0, 4444.0, 4478.0, 4449.0, 4478.0, 4456.0, 4465.0, 4435.0, 4464.0, 4436.0, 4465.0, 4457.0, 4464.0, 4476.0, 4469.0, 4531.0, 4467.0, 4497.0, 4444.0, 4476.0, 4434.0, 4465.0, 4433.0, 4455.0, 4457.0, 4478.0, 4467.0, 4481.0, 4459.0, 4477.0, 4469.0, 4467.0, 4487.0, 4470.0, 4530.0, 4469.0], 'WindowWidth': [9862.0, 9774.0, 9801.0, 9735.0, 9789.0, 9742.0, 9770.0, 9722.0, 9775.0, 9758.0, 9799.0, 9769.0, 9729.0, 9770.0, 9751.0, 9779.0, 9752.0, 9785.0, 9761.0, 9820.0, 9823.0, 9822.0, 9862.0, 9827.0, 9853.0, 9810.0, 9842.0, 9828.0, 9787.0, 9849.0, 9796.0, 9850.0, 9833.0, 9848.0, 9890.0, 9848.0, 9910.0, 9853.0, 9915.0, 9853.0, 9880.0, 9802.0, 9843.0, 9784.0, 9842.0, 9792.0, 9849.0, 9808.0, 9864.0, 9853.0, 9882.0, 9838.0, 9848.0, 9817.0, 9849.0, 9814.0, 9849.0, 9846.0, 9850.0, 9930.0, 9871.0, 9896.0, 9848.0, 9874.0, 9835.0, 9878.0, 9832.0, 9888.0, 9867.0, 9883.0, 9848.0, 9823.0, 9849.0, 9832.0, 9844.0, 9832.0, 9865.0, 9891.0, 9861.0, 9894.0, 9842.0, 9829.0, 9832.0, 9878.0, 9842.0, 9860.0, 9858.0, 9788.0, 9857.0, 9792.0, 9854.0, 9785.0, 9836.0, 9779.0, 9852.0, 9810.0, 9890.0, 9793.0, 9833.0, 9764.0, 9800.0, 9744.0, 9800.0, 9775.0, 9817.0, 9821.0, 9853.0, 9794.0, 9821.0, 9793.0, 9805.0, 9828.0, 9806.0, 9874.0, 9806.0, 9879.0, 9812.0, 9866.0, 9813.0, 9864.0, 9781.0, 9820.0, 9773.0, 9800.0, 9788.0, 9807.0, 9835.0, 9823.0, 9853.0, 9810.0, 9828.0, 9809.0, 9801.0, 9809.0, 9837.0, 9831.0, 9860.0, 9828.0, 9843.0, 9815.0, 9855.0, 9817.0, 9885.0, 9848.0, 9873.0, 9814.0, 9851.0, 9813.0, 9854.0, 9813.0, 9879.0, 9813.0, 9887.0, 9833.0, 9897.0, 9817.0, 9855.0, 9801.0, 9838.0, 9783.0, 9845.0, 9803.0, 9864.0, 9863.0, 9899.0, 9846.0, 9877.0, 9784.0, 9838.0, 9780.0, 9827.0, 9842.0, 9832.0, 9907.0, 9831.0, 9889.0, 9816.0, 9870.0, 9797.0, 9835.0, 9775.0, 9862.0, 9848.0, 9884.0, 9841.0, 9892.0, 9829.0, 9874.0, 9791.0, 9823.0, 9753.0, 9806.0, 9755.0, 9822.0, 9753.0, 9808.0, 9753.0, 9794.0, 9751.0, 9797.0, 9835.0, 9772.0, 9841.0, 9777.0, 9807.0, 9743.0, 9788.0, 9735.0, 9795.0, 9735.0, 9791.0, 9736.0, 9775.0, 9718.0, 9763.0, 9721.0, 9781.0, 9742.0, 9785.0, 9747.0, 9816.0, 9766.0, 9807.0, 9769.0, 9805.0, 9753.0, 9805.0, 9771.0, 9841.0, 9803.0, 9882.0, 9833.0, 9879.0, 9767.0, 9810.0, 9756.0, 9780.0, 9781.0, 9779.0, 9866.0, 9788.0, 9841.0, 9776.0, 9848.0, 9795.0, 9867.0, 9787.0, 9861.0, 9773.0, 9812.0, 9776.0, 9815.0, 9782.0, 9852.0, 9783.0, 9843.0, 9817.0, 9841.0, 9808.0, 9812.0, 9828.0, 9796.0, 9821.0, 9780.0, 9851.0, 9805.0, 9850.0, 9804.0, 9857.0, 9823.0, 9899.0, 9851.0, 9826.0, 9785.0, 9732.0, 9753.0, 9728.0, 9790.0, 9750.0, 9873.0, 9815.0, 9846.0, 9789.0, 9812.0, 9767.0, 9818.0, 9761.0, 9834.0, 9777.0, 9815.0, 9776.0, 9815.0, 9773.0, 9803.0, 9775.0, 9830.0, 9754.0, 9741.0, 9740.0, 9768.0, 9744.0, 9796.0, 9746.0, 9831.0, 9764.0, 9804.0, 9751.0, 9817.0, 9765.0, 9792.0, 9748.0, 9792.0, 9742.0, 9796.0, 9755.0, 9799.0, 9786.0, 9815.0, 9818.0, 9821.0, 9819.0, 9805.0, 9818.0, 9791.0, 9878.0, 9789.0, 9864.0, 9795.0, 9853.0, 9799.0, 9841.0, 9783.0, 9839.0, 9761.0, 9817.0, 9777.0, 9840.0, 9814.0, 9880.0, 9801.0, 9863.0, 9807.0, 9842.0, 9783.0, 9859.0, 9834.0, 9877.0, 9855.0, 9882.0, 9794.0, 9860.0, 9793.0, 9844.0, 9790.0, 9862.0, 9818.0, 9883.0, 9851.0, 9864.0, 9817.0, 9843.0, 9815.0, 9849.0, 9868.0, 9871.0, 9846.0, 9841.0, 9783.0, 9837.0, 9797.0, 9891.0, 9898.0, 9946.0, 9908.0, 9931.0, 9895.0, 9793.0, 9792.0, 9788.0, 9775.0, 9839.0, 9810.0, 9836.0, 9795.0, 9808.0, 9807.0, 9785.0, 9783.0, 9793.0, 9758.0, 9816.0, 9758.0, 9831.0, 9765.0, 9799.0, 9762.0, 9777.0, 9731.0, 9785.0, 9748.0, 9820.0, 9744.0, 9768.0, 9698.0, 9750.0, 9698.0, 9754.0, 9699.0, 9738.0, 9697.0, 9726.0, 9699.0, 9725.0, 9716.0, 9726.0, 9741.0, 9722.0, 9776.0, 9743.0, 9822.0, 9771.0, 9830.0, 9774.0, 9840.0, 9805.0, 9846.0, 9789.0, 9798.0, 9775.0, 9816.0, 9777.0, 9860.0, 9798.0, 9863.0, 9796.0, 9834.0, 9767.0, 9841.0, 9797.0, 9852.0, 9834.0, 9812.0, 9772.0, 9798.0, 9777.0, 9783.0, 9795.0, 9786.0, 9815.0, 9785.0, 9801.0, 9787.0, 9782.0, 9786.0, 9808.0, 9809.0, 9819.0, 9820.0, 9761.0, 9819.0, 9787.0, 9864.0, 9824.0, 9937.0, 9876.0, 9922.0, 9923.0, 9939.0, 9918.0, 9879.0, 9836.0, 9836.0, 9821.0, 9806.0, 9838.0, 9780.0, 9839.0, 9810.0, 9841.0, 9811.0, 9857.0, 9813.0, 9850.0, 9810.0, 9871.0, 9811.0, 9851.0, 9809.0, 9848.0, 9810.0, 9868.0, 9817.0, 9886.0, 9830.0, 9886.0, 9831.0, 9880.0, 9812.0, 9861.0, 9792.0, 9846.0, 9791.0, 9834.0, 9805.0, 9869.0, 9795.0, 9835.0, 9778.0, 9830.0, 9791.0, 9835.0, 9837.0, 9839.0, 9853.0, 9842.0, 9907.0, 9842.0, 9900.0, 9828.0, 9825.0, 9797.0, 9831.0, 9808.0, 9897.0, 9827.0, 9887.0, 9827.0, 9891.0, 9812.0, 9838.0, 9797.0, 9822.0, 9818.0, 9883.0, 9814.0, 9887.0, 9857.0, 9846.0, 9815.0, 9846.0, 9837.0, 9919.0, 9851.0, 9916.0, 9834.0, 9875.0, 9800.0, 9839.0, 9793.0, 9855.0, 9830.0, 9837.0, 9864.0, 9835.0, 9849.0, 9820.0, 9865.0, 9828.0, 9868.0, 9808.0, 9886.0, 9822.0, 9865.0, 9807.0, 9878.0, 9790.0, 9861.0, 9789.0, 9844.0, 9777.0, 9846.0, 9790.0, 9817.0, 9760.0, 9815.0, 9775.0, 9800.0, 9788.0, 9805.0, 9836.0, 9808.0, 9892.0, 9840.0, 9903.0, 9854.0, 9872.0, 9822.0, 9816.0, 9798.0, 9855.0, 9813.0, 9882.0, 9821.0, 9892.0, 9822.0, 9878.0, 9826.0, 9865.0, 9861.0, 9857.0, 9806.0, 9861.0, 9834.0, 9840.0, 9824.0, 9826.0, 9859.0, 9843.0, 9857.0, 9808.0, 9865.0, 9807.0, 9858.0, 9798.0, 9871.0, 9787.0, 9878.0, 9806.0, 9847.0, 9778.0, 9833.0, 9796.0, 9862.0, 9809.0, 9882.0, 9812.0, 9880.0, 9812.0, 9850.0, 9796.0, 9861.0, 9804.0, 9838.0, 9815.0, 9844.0, 9791.0, 9801.0, 9791.0, 9824.0, 9830.0, 9823.0, 9839.0, 9841.0, 9832.0, 9860.0, 9845.0, 9845.0, 9884.0, 9830.0, 9918.0, 9849.0, 9903.0, 9851.0, 9872.0, 9803.0, 9844.0, 9798.0, 9841.0, 9837.0, 9869.0, 9842.0, 9870.0, 9813.0, 9871.0, 9836.0, 9791.0, 9855.0, 9852.0, 9903.0, 9878.0, 9932.0, 9869.0, 9911.0, 9854.0, 9866.0, 9851.0, 9922.0, 9885.0, 9877.0, 9833.0, 9858.0, 9894.0, 9868.0, 9897.0, 9849.0, 9864.0, 9811.0, 9855.0, 9797.0, 9787.0, 9724.0, 9722.0, 9692.0, 9695.0, 9696.0, 9712.0, 9701.0, 9729.0, 9714.0, 9728.0, 9715.0, 9729.0, 9716.0, 9746.0, 9720.0, 9748.0, 9725.0, 9756.0, 9731.0, 9764.0, 9778.0, 9791.0, 9774.0, 9780.0, 9779.0, 9791.0, 9780.0, 9808.0, 9797.0, 9855.0, 9814.0, 9843.0, 9804.0, 9830.0, 9819.0, 9818.0, 9805.0, 9836.0, 9772.0, 9814.0, 9819.0, 9859.0, 9867.0, 9904.0, 9858.0, 9844.0, 9826.0, 9837.0, 9867.0, 9838.0, 9855.0, 9841.0, 9883.0, 9846.0, 9906.0, 9851.0, 9891.0, 9867.0, 9907.0, 9880.0, 9874.0, 9872.0, 9876.0, 9897.0, 9867.0, 9892.0, 9833.0, 9869.0, 9821.0, 9841.0, 9787.0, 9811.0, 9719.0, 9745.0, 9704.0, 9729.0, 9704.0, 9744.0, 9722.0, 9736.0, 9710.0, 9754.0, 9729.0, 9758.0, 9732.0, 9763.0, 9752.0, 9765.0, 9755.0, 9786.0, 9778.0, 9794.0, 9781.0, 9812.0, 9801.0, 9835.0, 9809.0, 9837.0, 9783.0, 9833.0, 9792.0, 9834.0, 9804.0, 9838.0, 9859.0, 9861.0, 9841.0, 9840.0, 9787.0, 9823.0, 9768.0, 9811.0, 9803.0, 9842.0, 9830.0, 9875.0, 9859.0, 9899.0, 9853.0, 9914.0, 9819.0, 9858.0, 9799.0, 9841.0, 9819.0, 9891.0, 9874.0, 9925.0, 9833.0, 9834.0, 9786.0, 9801.0, 9784.0, 9822.0, 9823.0, 9821.0, 9848.0, 9816.0, 9787.0, 9797.0, 9798.0, 9786.0, 9841.0, 9787.0, 9858.0, 9802.0, 9843.0, 9789.0, 9842.0, 9805.0, 9840.0, 9812.0, 9822.0, 9782.0, 9819.0, 9782.0, 9821.0, 9810.0, 9819.0, 9837.0, 9832.0, 9922.0, 9825.0, 9866.0, 9791.0, 9834.0, 9777.0, 9819.0, 9775.0, 9806.0, 9814.0, 9845.0, 9830.0, 9853.0, 9820.0, 9842.0, 9831.0, 9827.0, 9855.0, 9833.0, 9922.0, 9836.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.005603360091743119</td></tr>
<tr><td colspan=3>aqi</td><td>0.04676264243119266</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.75198733019522</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.174546994672789</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0190940496900114</td></tr>
<tr><td colspan=3>efc</td><td>0.5219</td></tr>
<tr><td colspan=3>fber</td><td>3418.2112</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09369464039589172</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.110091743119266</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.760549160743514</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.661902572898933</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.969663474652251</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6500814346793593</td></tr>
<tr><td colspan=3>gcor</td><td>0.0172175</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01146326307207346</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032002583146095276</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.051198623273468</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>10.8125</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.8706</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>259.3443</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1267.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.1233</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2488</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.8644</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3601.6854</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1356.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4682.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>943.9126</td></tr>
<tr><td colspan=3>tsnr</td><td>29.753349255770445</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>