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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-01_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_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-0041/ses-01/func/sub-0041_ses-01_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>34cb4ae5a7b268ec9c2b1c0cb6818e40</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:37:59.992500</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_VE11C_LATEST_20160120</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.99926, 0.00917845, -0.0373557, -0.00872036, 0.999885, 0.0124075]</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.0966581</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7774, -7240, 523, -99, -317, -68, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.036</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b456b736-3722-46ac-af17-de22eccb6014||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680941104888916, -0.023396095260977745, -0.10115636885166168, 116.30883026123047], [-0.02462512068450451, 2.6826183795928955, 0.032595813274383545, -85.7464828491211], [-0.10022270679473877, -0.03328831493854523, 2.6979074478149414, -61.10007858276367], [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': ['153759.992500', '153800.452500', '153800.912500', '153801.372500', '153801.832500', '153802.292500', '153802.752500', '153803.212500', '153803.672500', '153804.132500', '153804.592500', '153805.052500', '153805.512500', '153805.972500', '153806.432500', '153806.892500', '153807.352500', '153807.812500', '153808.272500', '153808.732500', '153809.192500', '153809.652500', '153810.112500', '153810.572500', '153811.032500', '153811.492500', '153811.952500', '153812.412500', '153812.872500', '153813.332500', '153813.792500', '153814.252500', '153814.712500', '153815.172500', '153815.632500', '153816.092500', '153816.552500', '153817.012500', '153817.472500', '153817.932500', '153818.392500', '153818.852500', '153819.312500', '153819.772500', '153820.232500', '153820.692500', '153821.152500', '153821.612500', '153822.072500', '153822.532500', '153822.992500', '153823.452500', '153823.912500', '153824.372500', '153824.832500', '153825.292500', '153825.752500', '153826.212500', '153826.672500', '153827.132500', '153827.592500', '153828.052500', '153828.512500', '153828.972500', '153829.432500', '153829.892500', '153830.352500', '153830.812500', '153831.272500', '153831.732500', '153832.192500', '153832.652500', '153833.112500', '153833.572500', '153834.032500', '153834.492500', '153834.952500', '153835.412500', '153835.872500', '153836.332500', '153836.792500', '153837.252500', '153837.712500', '153838.172500', '153838.632500', '153839.092500', '153839.552500', '153840.012500', '153840.472500', '153840.932500', '153841.392500', '153841.852500', '153842.312500', '153842.772500', '153843.232500', '153843.692500', '153844.152500', '153844.612500', '153845.072500', '153845.532500', '153845.992500', '153846.452500', '153846.912500', '153847.372500', '153847.832500', '153848.292500', '153848.752500', '153849.212500', '153849.672500', '153850.132500', '153850.592500', '153851.052500', '153851.512500', '153851.972500', '153852.432500', '153852.892500', '153853.352500', '153853.812500', '153854.272500', '153854.732500', '153855.192500', '153855.652500', '153856.112500', '153856.572500', '153857.032500', '153857.492500', '153857.952500', '153858.412500', '153858.872500', '153859.332500', '153859.792500', '153900.252500', '153900.712500', '153901.172500', '153901.632500', '153902.092500', '153902.552500', '153903.012500', '153903.472500', '153903.932500', '153904.392500', '153904.852500', '153905.312500', '153905.772500', '153906.232500', '153906.692500', '153907.152500', '153907.612500', '153908.072500', '153908.532500', '153908.992500', '153909.452500', '153909.912500', '153910.372500', '153910.832500', '153911.292500', '153911.752500', '153912.212500', '153912.672500', '153913.132500', '153913.592500', '153914.052500', '153914.512500', '153914.972500', '153915.432500', '153915.892500', '153916.352500', '153916.812500', '153917.272500', '153917.732500', '153918.192500', '153918.652500', '153919.112500', '153919.572500', '153920.032500', '153920.492500', '153920.952500', '153921.412500', '153921.872500', '153922.332500', '153922.792500', '153923.252500', '153923.712500', '153924.172500', '153924.632500', '153925.092500', '153925.552500', '153926.012500', '153926.472500', '153926.932500', '153927.392500', '153927.852500', '153928.312500', '153928.772500', '153929.232500', '153929.692500', '153930.152500', '153930.612500', '153931.072500', '153931.532500', '153931.992500', '153932.452500', '153932.912500', '153933.372500', '153933.832500', '153934.292500', '153934.752500', '153935.212500', '153935.672500', '153936.132500', '153936.592500', '153937.052500', '153937.512500', '153937.972500', '153938.432500', '153938.892500', '153939.352500', '153939.812500', '153940.272500', '153940.732500', '153941.192500', '153941.652500', '153942.112500', '153942.572500', '153943.032500', '153943.492500', '153943.952500', '153944.412500', '153944.872500', '153945.332500', '153945.792500', '153946.252500', '153946.712500', '153947.172500', '153947.632500', '153948.092500', '153948.552500', '153949.012500', '153949.472500', '153949.932500', '153950.392500', '153950.852500', '153951.312500', '153951.772500', '153952.232500', '153952.692500', '153953.152500', '153953.612500', '153954.072500', '153954.532500', '153954.992500', '153955.452500', '153955.912500', '153956.372500', '153956.832500', '153957.292500', '153957.752500', '153958.212500', '153958.672500', '153959.132500', '153959.592500', '154000.052500', '154000.512500', '154000.972500', '154001.432500', '154001.892500', '154002.352500', '154002.812500', '154003.272500', '154003.732500', '154004.192500', '154004.652500', '154005.112500', '154005.572500', '154006.032500', '154006.492500', '154006.952500', '154007.412500', '154007.872500', '154008.332500', '154008.792500', '154009.252500', '154009.712500', '154010.172500', '154010.632500', '154011.092500', '154011.552500', '154012.012500', '154012.472500', '154012.932500', '154013.392500', '154013.852500', '154014.312500', '154014.772500', '154015.232500', '154015.692500', '154016.152500', '154016.612500', '154017.072500', '154017.532500', '154017.992500', '154018.452500', '154018.912500', '154019.372500', '154019.832500', '154020.292500', '154020.752500', '154021.212500', '154021.672500', '154022.132500', '154022.592500', '154023.052500', '154023.512500', '154023.972500', '154024.432500', '154024.892500', '154025.352500', '154025.812500', '154026.272500', '154026.732500', '154027.192500', '154027.652500', '154028.112500', '154028.572500', '154029.032500', '154029.492500', '154029.952500', '154030.412500', '154030.872500', '154031.332500', '154031.792500', '154032.252500', '154032.712500', '154033.172500', '154033.632500', '154034.092500', '154034.552500', '154035.012500', '154035.472500', '154035.932500', '154036.392500', '154036.852500', '154037.312500', '154037.772500', '154038.232500', '154038.692500', '154039.152500', '154039.612500', '154040.072500', '154040.532500', '154040.992500', '154041.452500', '154041.912500', '154042.372500', '154042.832500', '154043.292500', '154043.752500', '154044.212500', '154044.672500', '154045.132500', '154045.592500', '154046.052500', '154046.512500', '154046.972500', '154047.432500', '154047.892500', '154048.352500', '154048.812500', '154049.272500', '154049.732500', '154050.192500', '154050.652500', '154051.112500', '154051.572500', '154052.032500', '154052.492500', '154052.952500', '154053.412500', '154053.872500', '154054.332500', '154054.792500', '154055.252500', '154055.712500', '154056.172500', '154056.632500', '154057.092500', '154057.552500', '154058.012500', '154058.472500', '154058.932500', '154059.392500', '154059.852500', '154100.312500', '154100.772500', '154101.232500', '154101.692500', '154102.152500', '154102.612500', '154103.072500', '154103.532500', '154103.992500', '154104.452500', '154104.912500', '154105.372500', '154105.832500', '154106.292500', '154106.752500', '154107.212500', '154107.672500', '154108.132500', '154108.592500', '154109.052500', '154109.512500', '154109.972500', '154110.432500', '154110.892500', '154111.352500', '154111.812500', '154112.272500', '154112.732500', '154113.192500', '154113.652500', '154114.112500', '154114.572500', '154115.032500', '154115.492500', '154115.952500', '154116.412500', '154116.872500', '154117.332500', '154117.792500', '154118.252500', '154118.712500', '154119.172500', '154119.632500', '154120.092500', '154120.552500', '154121.012500', '154121.472500', '154121.932500', '154122.392500', '154122.852500', '154123.312500', '154123.772500', '154124.232500', '154124.692500', '154125.152500', '154125.612500', '154126.072500', '154126.532500', '154126.992500', '154127.452500', '154127.912500', '154128.372500', '154128.832500', '154129.292500', '154129.752500', '154130.212500', '154130.672500', '154131.132500', '154131.592500', '154132.052500', '154132.512500', '154132.972500', '154133.432500', '154133.892500', '154134.352500', '154134.812500', '154135.272500', '154135.732500', '154136.192500', '154136.652500', '154137.112500', '154137.572500', '154138.032500', '154138.492500', '154138.952500', '154139.412500', '154139.872500', '154140.332500', '154140.792500', '154141.252500', '154141.712500', '154142.172500', '154142.632500', '154143.092500', '154143.552500', '154144.012500', '154144.472500', '154144.932500', '154145.392500', '154145.852500', '154146.312500', '154146.772500', '154147.232500', '154147.692500', '154148.152500', '154148.612500', '154149.072500', '154149.532500', '154149.992500', '154150.452500', '154150.912500', '154151.372500', '154151.832500', '154152.292500', '154152.752500', '154153.212500', '154153.672500', '154154.132500', '154154.592500', '154155.052500', '154155.512500', '154155.972500', '154156.432500', '154156.892500', '154157.352500', '154157.812500', '154158.272500', '154158.732500', '154159.192500', '154159.652500', '154200.112500', '154200.572500', '154201.032500', '154201.492500', '154201.952500', '154202.412500', '154202.872500', '154203.332500', '154203.792500', '154204.252500', '154204.712500', '154205.172500', '154205.632500', '154206.092500', '154206.552500', '154207.012500', '154207.472500', '154207.932500', '154208.392500', '154208.852500', '154209.312500', '154209.772500', '154210.232500', '154210.692500', '154211.152500', '154211.612500', '154212.072500', '154212.532500', '154212.992500', '154213.452500', '154213.912500', '154214.372500', '154214.832500', '154215.292500', '154215.752500', '154216.212500', '154216.672500', '154217.132500', '154217.592500', '154218.052500', '154218.512500', '154218.972500', '154219.432500', '154219.892500', '154220.352500', '154220.812500', '154221.272500', '154221.732500', '154222.192500', '154222.652500', '154223.112500', '154223.572500', '154224.032500', '154224.492500', '154224.952500', '154225.412500', '154225.872500', '154226.332500', '154226.792500', '154227.252500', '154227.712500', '154228.172500', '154228.632500', '154229.092500', '154229.552500', '154230.012500', '154230.472500', '154230.932500', '154231.392500', '154231.852500', '154232.312500', '154232.772500', '154233.232500', '154233.692500', '154234.152500', '154234.612500', '154235.072500', '154235.532500', '154235.992500', '154236.452500', '154236.912500', '154237.372500', '154237.832500', '154238.292500', '154238.752500', '154239.212500', '154239.672500', '154240.132500', '154240.592500', '154241.052500', '154241.512500', '154241.972500', '154242.432500', '154242.892500', '154243.352500', '154243.812500', '154244.272500', '154244.732500', '154245.192500', '154245.652500', '154246.112500', '154246.572500', '154247.032500', '154247.492500', '154247.952500', '154248.412500', '154248.872500', '154249.332500', '154249.792500', '154250.252500', '154250.712500', '154251.172500', '154251.632500', '154252.092500', '154252.552500', '154253.012500', '154253.472500', '154253.932500', '154254.392500', '154254.852500', '154255.312500', '154255.772500', '154256.232500', '154256.692500', '154257.152500', '154257.612500', '154258.072500', '154258.532500', '154258.992500', '154259.452500', '154259.912500', '154300.372500', '154300.832500', '154301.292500', '154301.752500', '154302.212500', '154302.672500', '154303.132500', '154303.592500', '154304.052500', '154304.512500', '154304.972500', '154305.432500', '154305.892500', '154306.352500', '154306.812500', '154307.272500', '154307.732500', '154308.192500', '154308.652500', '154309.112500', '154309.572500', '154310.032500', '154310.492500', '154310.952500', '154311.412500', '154311.872500', '154312.332500', '154312.792500', '154313.252500', '154313.712500', '154314.172500', '154314.632500', '154315.092500', '154315.552500', '154316.012500', '154316.472500', '154316.932500', '154317.392500', '154317.852500', '154318.312500', '154318.772500', '154319.232500', '154319.692500', '154320.152500', '154320.612500', '154321.072500', '154321.532500', '154321.992500', '154322.452500', '154322.912500', '154323.372500', '154323.832500', '154324.292500', '154324.752500', '154325.212500', '154325.672500', '154326.132500', '154326.592500', '154327.052500', '154327.512500', '154327.972500', '154328.432500', '154328.892500', '154329.352500', '154329.812500', '154330.272500', '154330.732500', '154331.192500', '154331.652500', '154332.112500', '154332.572500', '154333.032500', '154333.492500', '154333.952500', '154334.412500', '154334.872500', '154335.332500', '154335.792500', '154336.252500', '154336.712500', '154337.172500', '154337.632500', '154338.092500', '154338.552500', '154339.012500', '154339.472500', '154339.932500', '154340.392500', '154340.852500', '154341.312500', '154341.772500', '154342.232500', '154342.692500', '154343.152500', '154343.612500', '154344.072500', '154344.532500', '154344.992500', '154345.452500', '154345.912500', '154346.372500', '154346.832500', '154347.292500', '154347.752500', '154348.212500', '154348.672500', '154349.132500', '154349.592500', '154350.052500', '154350.512500', '154350.972500', '154351.432500', '154351.892500', '154352.352500', '154352.812500', '154353.272500', '154353.732500', '154354.192500', '154354.652500', '154355.112500', '154355.572500', '154356.032500', '154356.492500', '154356.952500', '154357.412500', '154357.872500', '154358.332500', '154358.792500', '154359.252500', '154359.712500', '154400.172500', '154400.632500', '154401.092500', '154401.552500', '154402.012500', '154402.472500', '154402.932500', '154403.392500', '154403.852500', '154404.312500', '154404.772500', '154405.232500', '154405.692500', '154406.152500', '154406.612500', '154407.072500', '154407.532500', '154407.992500', '154408.452500', '154408.912500', '154409.372500', '154409.832500', '154410.292500', '154410.752500', '154411.212500', '154411.672500', '154412.132500', '154412.592500', '154413.052500', '154413.512500', '154413.972500', '154414.432500', '154414.892500', '154415.352500', '154415.812500', '154416.272500', '154416.732500', '154417.192500', '154417.652500', '154418.112500', '154418.572500', '154419.032500', '154419.492500', '154419.952500', '154420.412500', '154420.872500', '154421.332500', '154421.792500', '154422.252500', '154422.712500', '154423.172500', '154423.632500', '154424.092500', '154424.552500', '154425.012500', '154425.472500', '154425.932500', '154426.392500', '154426.852500', '154427.312500', '154427.772500', '154428.232500', '154428.692500', '154429.152500', '154429.612500', '154430.072500', '154430.532500', '154430.992500', '154431.452500', '154431.912500', '154432.372500', '154432.832500', '154433.292500', '154433.752500', '154434.212500', '154434.672500', '154435.132500', '154435.592500', '154436.052500', '154436.512500', '154436.972500', '154437.432500', '154437.892500', '154438.352500', '154438.812500', '154439.272500', '154439.732500', '154440.192500', '154440.652500'], 'ContentTime': ['153815.228000', '153815.236000', '153815.243000', '153815.246000', '153815.249000', '153815.252000', '153815.254000', '153815.257000', '153815.260000', '153815.263000', '153815.266000', '153815.269000', '153815.271000', '153815.274000', '153815.277000', '153815.280000', '153815.283000', '153815.286000', '153815.290000', '153815.293000', '153815.296000', '153815.299000', '153815.302000', '153815.306000', '153815.309000', '153815.312000', '153815.315000', '153815.318000', '153815.320000', '153815.323000', '153815.326000', '153835.194000', '153835.197000', '153835.200000', '153835.202000', '153835.205000', '153835.208000', '153835.211000', '153835.214000', '153835.217000', '153835.220000', '153835.222000', '153835.231000', '153835.234000', '153835.237000', '153835.240000', '153835.243000', '153835.245000', '153835.248000', '153835.251000', '153835.254000', '153835.257000', '153835.260000', '153835.263000', '153835.265000', '153835.268000', '153835.271000', '153835.274000', '153835.277000', '153835.279000', '153835.282000', '153835.285000', '153835.288000', '153835.291000', '153835.294000', '153835.296000', '153835.299000', '153835.302000', '153835.305000', '153835.308000', '153835.311000', '153835.313000', '153835.316000', '153835.319000', '153835.322000', '153855.194000', '153855.197000', '153855.200000', '153855.203000', '153855.205000', '153855.208000', '153855.211000', '153855.214000', '153855.217000', '153855.220000', '153855.222000', '153855.226000', '153855.228000', '153855.231000', '153855.234000', '153855.237000', '153855.240000', '153855.242000', '153855.245000', '153855.248000', '153855.251000', '153855.254000', '153855.257000', '153855.260000', '153855.262000', '153855.266000', '153855.269000', '153855.272000', '153855.275000', '153855.281000', '153855.283000', '153855.286000', '153855.289000', '153855.292000', '153855.295000', '153855.298000', '153855.301000', '153855.323000', '153855.327000', '153855.330000', '153855.333000', '153855.336000', '153855.339000', '153915.194000', '153915.197000', '153915.199000', '153915.202000', '153915.205000', '153915.208000', '153915.211000', '153915.214000', '153915.217000', '153915.220000', '153915.222000', '153915.225000', '153915.228000', '153915.232000', '153915.235000', '153915.238000', '153915.241000', '153915.243000', '153915.246000', '153915.249000', '153915.252000', '153915.255000', '153915.258000', '153915.260000', '153915.263000', '153915.266000', '153915.269000', '153915.272000', '153915.275000', '153915.277000', '153915.280000', '153915.283000', '153915.286000', '153915.289000', '153915.292000', '153915.294000', '153915.297000', '153915.300000', '153915.303000', '153915.306000', '153915.309000', '153915.312000', '153915.314000', '153915.317000', '153935.194000', '153935.197000', '153935.200000', '153935.203000', '153935.206000', '153935.208000', '153935.211000', '153935.214000', '153935.217000', '153935.220000', '153935.223000', '153935.226000', '153935.228000', '153935.231000', '153935.234000', '153935.237000', '153935.240000', '153935.242000', '153935.245000', '153935.248000', '153935.251000', '153935.254000', '153935.257000', '153935.260000', '153935.262000', '153935.265000', '153935.268000', '153935.271000', '153935.274000', '153935.277000', '153935.279000', '153935.282000', '153935.285000', '153935.288000', '153935.291000', '153935.294000', '153935.297000', '153935.299000', '153935.302000', '153935.305000', '153935.308000', '153935.311000', '153935.314000', '153955.194000', '153955.197000', '153955.200000', '153955.203000', '153955.206000', '153955.208000', '153955.211000', '153955.214000', '153955.217000', '153955.220000', '153955.223000', '153955.226000', '153955.228000', '153955.231000', '153955.234000', '153955.237000', '153955.240000', '153955.243000', '153955.245000', '153955.248000', '153955.251000', '153955.254000', '153955.257000', '153955.260000', '153955.263000', '153955.265000', '153955.268000', '153955.271000', '153955.274000', '153955.277000', '153955.280000', '153955.283000', '153955.285000', '153955.288000', '153955.291000', '153955.294000', '153955.297000', '153955.299000', '153955.302000', '153955.305000', '153955.308000', '153955.311000', '153955.313000', '153955.316000', '154015.194000', '154015.197000', '154015.200000', '154015.203000', '154015.206000', '154015.209000', '154015.212000', '154015.214000', '154015.217000', '154015.220000', '154015.223000', '154015.226000', '154015.229000', '154015.232000', '154015.234000', '154015.237000', '154015.240000', '154015.243000', '154015.246000', '154015.249000', '154015.252000', '154015.255000', '154015.257000', '154015.260000', '154015.263000', '154015.266000', '154015.269000', '154015.272000', '154015.274000', '154015.277000', '154015.280000', '154015.283000', '154015.286000', '154015.289000', '154015.292000', '154015.294000', '154015.297000', '154015.300000', '154015.304000', '154015.307000', '154015.310000', '154015.313000', '154015.315000', '154035.194000', '154035.197000', '154035.200000', '154035.202000', '154035.205000', '154035.208000', '154035.211000', '154035.214000', '154035.217000', '154035.220000', '154035.223000', '154035.225000', '154035.228000', '154035.231000', '154035.234000', '154035.237000', '154035.239000', '154035.242000', '154035.245000', '154035.248000', '154035.251000', '154035.254000', '154035.257000', '154035.260000', '154035.262000', '154035.265000', '154035.268000', '154035.271000', '154035.274000', '154035.277000', '154035.280000', '154035.282000', '154035.285000', '154035.301000', '154035.304000', '154035.307000', '154035.310000', '154035.313000', '154035.316000', '154035.318000', '154035.321000', '154035.324000', '154035.327000', '154035.330000', '154055.194000', '154055.197000', '154055.200000', '154055.202000', '154055.206000', '154055.208000', '154055.211000', '154055.214000', '154055.217000', '154055.220000', '154055.223000', '154055.225000', '154055.228000', '154055.231000', '154055.234000', '154055.237000', '154055.240000', '154055.243000', '154055.245000', '154055.248000', '154055.251000', '154055.254000', '154055.257000', '154055.260000', '154055.263000', '154055.266000', '154055.268000', '154055.271000', '154055.274000', '154055.277000', '154055.280000', '154055.282000', '154055.285000', '154055.288000', '154055.291000', '154055.294000', '154055.297000', '154055.300000', '154055.302000', '154055.305000', '154055.308000', '154055.311000', '154055.314000', '154115.194000', '154115.197000', '154115.200000', '154115.203000', '154115.206000', '154115.209000', '154115.211000', '154115.214000', '154115.217000', '154115.220000', '154115.223000', '154115.226000', '154115.228000', '154115.231000', '154115.234000', '154115.237000', '154115.240000', '154115.243000', '154115.246000', '154115.248000', '154115.251000', '154115.254000', '154115.257000', '154115.260000', '154115.263000', '154115.266000', '154115.268000', '154115.271000', '154115.274000', '154115.277000', '154115.280000', '154115.283000', '154115.285000', '154115.288000', '154115.291000', '154115.294000', '154115.297000', '154115.300000', '154115.303000', '154115.306000', '154115.308000', '154115.320000', '154115.322000', '154115.325000', '154135.194000', '154135.197000', '154135.200000', '154135.203000', '154135.206000', '154135.209000', '154135.211000', '154135.214000', '154135.217000', '154135.220000', '154135.223000', '154135.226000', '154135.228000', '154135.231000', '154135.234000', '154135.237000', '154135.240000', '154135.243000', '154135.246000', '154135.249000', '154135.251000', '154135.254000', '154135.257000', '154135.260000', '154135.263000', '154135.266000', '154135.268000', '154135.271000', '154135.274000', '154135.277000', '154135.280000', '154135.283000', '154135.286000', '154135.289000', '154135.291000', '154135.311000', '154135.314000', '154135.317000', '154135.320000', '154135.323000', '154135.325000', '154135.328000', '154135.331000', '154155.194000', '154155.197000', '154155.200000', '154155.203000', '154155.206000', '154155.209000', '154155.212000', '154155.214000', '154155.217000', '154155.220000', '154155.223000', '154155.226000', '154155.229000', '154155.232000', '154155.234000', '154155.237000', '154155.240000', '154155.243000', '154155.246000', '154155.249000', '154155.252000', '154155.255000', '154155.257000', '154155.260000', '154155.263000', '154155.266000', '154155.269000', '154155.272000', '154155.275000', '154155.277000', '154155.280000', '154155.283000', '154155.286000', '154155.289000', '154155.292000', '154155.295000', '154155.297000', '154155.300000', '154155.303000', '154155.306000', '154155.310000', '154155.312000', '154155.315000', '154215.194000', '154215.197000', '154215.200000', '154215.203000', '154215.206000', '154215.209000', '154215.211000', '154215.215000', '154215.217000', '154215.220000', '154215.223000', '154215.228000', '154215.231000', '154215.234000', '154215.237000', '154215.240000', '154215.242000', '154215.245000', '154215.248000', '154215.251000', '154215.254000', '154215.257000', '154215.260000', '154215.263000', '154215.265000', '154215.268000', '154215.271000', '154215.274000', '154215.277000', '154215.292000', '154215.295000', '154215.298000', '154215.301000', '154215.303000', '154215.306000', '154215.309000', '154215.312000', '154215.315000', '154215.317000', '154215.320000', '154215.323000', '154215.326000', '154215.329000', '154215.332000', '154235.194000', '154235.197000', '154235.200000', '154235.203000', '154235.206000', '154235.209000', '154235.212000', '154235.215000', '154235.218000', '154235.221000', '154235.223000', '154235.226000', '154235.229000', '154235.232000', '154235.235000', '154235.238000', '154235.241000', '154235.244000', '154235.247000', '154235.250000', '154235.252000', '154235.255000', '154235.258000', '154235.261000', '154235.264000', '154235.267000', '154235.270000', '154235.273000', '154235.275000', '154235.278000', '154235.281000', '154235.284000', '154235.287000', '154235.290000', '154235.292000', '154235.295000', '154235.298000', '154235.301000', '154235.304000', '154235.307000', '154235.310000', '154235.312000', '154235.315000', '154255.194000', '154255.197000', '154255.200000', '154255.203000', '154255.206000', '154255.208000', '154255.211000', '154255.214000', '154255.217000', '154255.220000', '154255.223000', '154255.226000', '154255.228000', '154255.231000', '154255.234000', '154255.237000', '154255.240000', '154255.243000', '154255.246000', '154255.249000', '154255.251000', '154255.254000', '154255.257000', '154255.260000', '154255.263000', '154255.266000', '154255.269000', '154255.272000', '154255.275000', '154255.277000', '154255.280000', '154255.283000', '154255.286000', '154255.289000', '154255.292000', '154255.295000', '154255.297000', '154255.300000', '154255.303000', '154255.306000', '154255.309000', '154255.312000', '154255.315000', '154255.317000', '154315.194000', '154315.197000', '154315.200000', '154315.203000', '154315.206000', '154315.209000', '154315.212000', '154315.215000', '154315.219000', '154315.222000', '154315.225000', '154315.228000', '154315.231000', '154315.234000', '154315.237000', '154315.240000', '154315.243000', '154315.245000', '154315.248000', '154315.251000', '154315.254000', '154315.257000', '154315.260000', '154315.263000', '154315.265000', '154315.268000', '154315.271000', '154315.274000', '154315.277000', '154315.280000', '154315.283000', '154315.285000', '154315.288000', '154315.291000', '154315.294000', '154315.297000', '154315.300000', '154315.303000', '154315.306000', '154315.308000', '154315.311000', '154315.314000', '154315.317000', '154335.194000', '154335.197000', '154335.200000', '154335.203000', '154335.206000', '154335.209000', '154335.212000', '154335.214000', '154335.217000', '154335.220000', '154335.223000', '154335.226000', '154335.229000', '154335.232000', '154335.234000', '154335.237000', '154335.240000', '154335.243000', '154335.246000', '154335.249000', '154335.252000', '154335.255000', '154335.257000', '154335.260000', '154335.263000', '154335.266000', '154335.269000', '154335.272000', '154335.275000', '154335.278000', '154335.280000', '154335.283000', '154335.286000', '154335.289000', '154335.292000', '154335.295000', '154335.298000', '154335.300000', '154335.303000', '154335.306000', '154335.328000', '154335.331000', '154335.334000', '154335.337000', '154355.194000', '154355.197000', '154355.200000', '154355.203000', '154355.206000', '154355.208000', '154355.211000', '154355.216000', '154355.219000', '154355.222000', '154355.225000', '154355.228000', '154355.231000', '154355.233000', '154355.236000', '154355.239000', '154355.242000', '154355.245000', '154355.248000', '154355.251000', '154355.254000', '154355.257000', '154355.260000', '154355.263000', '154355.266000', '154355.269000', '154355.271000', '154355.274000', '154355.277000', '154355.280000', '154355.283000', '154355.286000', '154355.288000', '154355.291000', '154355.294000', '154355.297000', '154355.300000', '154355.303000', '154355.306000', '154355.309000', '154355.311000', '154355.314000', '154355.317000', '154415.194000', '154415.197000', '154415.200000', '154415.203000', '154415.206000', '154415.209000', '154415.211000', '154415.214000', '154415.217000', '154415.220000', '154415.223000', '154415.226000', '154415.229000', '154415.232000', '154415.235000', '154415.237000', '154415.240000', '154415.243000', '154415.246000', '154415.249000', '154415.252000', '154415.255000', '154415.257000', '154415.260000', '154415.263000', '154415.266000', '154415.269000', '154415.272000', '154415.275000', '154415.277000', '154415.280000', '154415.283000', '154415.286000', '154415.289000', '154415.292000', '154415.295000', '154415.298000', '154415.300000', '154415.303000', '154415.306000', '154415.309000', '154415.312000', '154415.315000', '154415.318000', '154435.194000', '154435.197000', '154435.200000', '154435.203000', '154435.206000', '154435.209000', '154435.212000', '154435.214000', '154435.217000', '154435.220000', '154435.223000', '154435.226000', '154435.229000', '154435.232000', '154435.235000', '154435.237000', '154435.240000', '154435.243000', '154435.246000', '154435.249000', '154435.252000', '154435.254000', '154435.257000', '154435.261000', '154435.266000', '154435.270000', '154435.272000', '154435.275000', '154435.278000', '154435.281000', '154435.284000', '154435.287000', '154435.290000', '154435.293000', '154435.295000', '154435.298000', '154435.301000', '154435.304000', '154435.307000', '154435.310000', '154435.313000', '154435.316000', '154435.319000', '154441.769000', '154441.781000', '154441.784000', '154441.788000', '154441.791000', '154441.794000', '154441.797000', '154441.800000', '154441.803000', '154441.806000', '154441.809000', '154441.811000', '154441.814000', '154441.817000', '154441.820000'], 'InstanceCreationTime': ['153815.228000', '153815.236000', '153815.243000', '153815.246000', '153815.249000', '153815.252000', '153815.254000', '153815.257000', '153815.260000', '153815.263000', '153815.266000', '153815.269000', '153815.271000', '153815.274000', '153815.277000', '153815.280000', '153815.283000', '153815.286000', '153815.290000', '153815.293000', '153815.296000', '153815.299000', '153815.302000', '153815.306000', '153815.309000', '153815.312000', '153815.315000', '153815.318000', '153815.320000', '153815.323000', '153815.326000', '153835.194000', '153835.197000', '153835.200000', '153835.202000', '153835.205000', '153835.208000', '153835.211000', '153835.214000', '153835.217000', '153835.220000', '153835.222000', '153835.231000', '153835.234000', '153835.237000', '153835.240000', '153835.243000', '153835.245000', '153835.248000', '153835.251000', '153835.254000', '153835.257000', '153835.260000', '153835.263000', '153835.265000', '153835.268000', '153835.271000', '153835.274000', '153835.277000', '153835.279000', '153835.282000', '153835.285000', '153835.288000', '153835.291000', '153835.294000', '153835.296000', '153835.299000', '153835.302000', '153835.305000', '153835.308000', '153835.311000', '153835.313000', '153835.316000', '153835.319000', '153835.322000', '153855.194000', '153855.197000', '153855.200000', '153855.203000', '153855.205000', '153855.208000', '153855.211000', '153855.214000', '153855.217000', '153855.220000', '153855.222000', '153855.226000', '153855.228000', '153855.231000', '153855.234000', '153855.237000', '153855.240000', '153855.242000', '153855.245000', '153855.248000', '153855.251000', '153855.254000', '153855.257000', '153855.260000', '153855.262000', '153855.266000', '153855.269000', '153855.272000', '153855.275000', '153855.281000', '153855.283000', '153855.286000', '153855.289000', '153855.292000', '153855.295000', '153855.298000', '153855.301000', '153855.323000', '153855.327000', '153855.330000', '153855.333000', '153855.336000', '153855.339000', '153915.194000', '153915.197000', '153915.199000', '153915.202000', '153915.205000', '153915.208000', '153915.211000', '153915.214000', '153915.217000', '153915.220000', '153915.222000', '153915.225000', '153915.228000', '153915.232000', '153915.235000', '153915.238000', '153915.241000', '153915.243000', '153915.246000', '153915.249000', '153915.252000', '153915.255000', '153915.258000', '153915.260000', '153915.263000', '153915.266000', '153915.269000', '153915.272000', '153915.275000', '153915.277000', '153915.280000', '153915.283000', '153915.286000', '153915.289000', '153915.292000', '153915.294000', '153915.297000', '153915.300000', '153915.303000', '153915.306000', '153915.309000', '153915.312000', '153915.314000', '153915.317000', '153935.194000', '153935.197000', '153935.200000', '153935.203000', '153935.206000', '153935.208000', '153935.211000', '153935.214000', '153935.217000', '153935.220000', '153935.223000', '153935.226000', '153935.228000', '153935.231000', '153935.234000', '153935.237000', '153935.240000', '153935.242000', '153935.245000', '153935.248000', '153935.251000', '153935.254000', '153935.257000', '153935.260000', '153935.262000', '153935.265000', '153935.268000', '153935.271000', '153935.274000', '153935.277000', '153935.279000', '153935.282000', '153935.285000', '153935.288000', '153935.291000', '153935.294000', '153935.297000', '153935.299000', '153935.302000', '153935.305000', '153935.308000', '153935.311000', '153935.314000', '153955.194000', '153955.197000', '153955.200000', '153955.203000', '153955.206000', '153955.208000', '153955.211000', '153955.214000', '153955.217000', '153955.220000', '153955.223000', '153955.226000', '153955.228000', '153955.231000', '153955.234000', '153955.237000', '153955.240000', '153955.243000', '153955.245000', '153955.248000', '153955.251000', '153955.254000', '153955.257000', '153955.260000', '153955.263000', '153955.265000', '153955.268000', '153955.271000', '153955.274000', '153955.277000', '153955.280000', '153955.283000', '153955.285000', '153955.288000', '153955.291000', '153955.294000', '153955.297000', '153955.299000', '153955.302000', '153955.305000', '153955.308000', '153955.311000', '153955.313000', '153955.316000', '154015.194000', '154015.197000', '154015.200000', '154015.203000', '154015.206000', '154015.209000', '154015.212000', '154015.214000', '154015.217000', '154015.220000', '154015.223000', '154015.226000', '154015.229000', '154015.232000', '154015.234000', '154015.237000', '154015.240000', '154015.243000', '154015.246000', '154015.249000', '154015.252000', '154015.255000', '154015.257000', '154015.260000', '154015.263000', '154015.266000', '154015.269000', '154015.272000', '154015.274000', '154015.277000', '154015.280000', '154015.283000', '154015.286000', '154015.289000', '154015.292000', '154015.294000', '154015.297000', '154015.300000', '154015.304000', '154015.307000', '154015.310000', '154015.313000', '154015.315000', '154035.194000', '154035.197000', '154035.200000', '154035.202000', '154035.205000', '154035.208000', '154035.211000', '154035.214000', '154035.217000', '154035.220000', '154035.223000', '154035.225000', '154035.228000', '154035.231000', '154035.234000', '154035.237000', '154035.239000', '154035.242000', '154035.245000', '154035.248000', '154035.251000', '154035.254000', '154035.257000', '154035.260000', '154035.262000', '154035.265000', '154035.268000', '154035.271000', '154035.274000', '154035.277000', '154035.280000', '154035.282000', '154035.285000', '154035.301000', '154035.304000', '154035.307000', '154035.310000', '154035.313000', '154035.316000', '154035.318000', '154035.321000', '154035.324000', '154035.327000', '154035.330000', '154055.194000', '154055.197000', '154055.200000', '154055.202000', '154055.206000', '154055.208000', '154055.211000', '154055.214000', '154055.217000', '154055.220000', '154055.223000', '154055.225000', '154055.228000', '154055.231000', '154055.234000', '154055.237000', '154055.240000', '154055.243000', '154055.245000', '154055.248000', '154055.251000', '154055.254000', '154055.257000', '154055.260000', '154055.263000', '154055.266000', '154055.268000', '154055.271000', '154055.274000', '154055.277000', '154055.280000', '154055.282000', '154055.285000', '154055.288000', '154055.291000', '154055.294000', '154055.297000', '154055.300000', '154055.302000', '154055.305000', '154055.308000', '154055.311000', '154055.314000', '154115.194000', '154115.197000', '154115.200000', '154115.203000', '154115.206000', '154115.209000', '154115.211000', '154115.214000', '154115.217000', '154115.220000', '154115.223000', '154115.226000', '154115.228000', '154115.231000', '154115.234000', '154115.237000', '154115.240000', '154115.243000', '154115.246000', '154115.248000', '154115.251000', '154115.254000', '154115.257000', '154115.260000', '154115.263000', '154115.266000', '154115.268000', '154115.271000', '154115.274000', '154115.277000', '154115.280000', '154115.283000', '154115.285000', '154115.288000', '154115.291000', '154115.294000', '154115.297000', '154115.300000', '154115.303000', '154115.306000', '154115.308000', '154115.320000', '154115.322000', '154115.325000', '154135.194000', '154135.197000', '154135.200000', '154135.203000', '154135.206000', '154135.209000', '154135.211000', '154135.214000', '154135.217000', '154135.220000', '154135.223000', '154135.226000', '154135.228000', '154135.231000', '154135.234000', '154135.237000', '154135.240000', '154135.243000', '154135.246000', '154135.249000', '154135.251000', '154135.254000', '154135.257000', '154135.260000', '154135.263000', '154135.266000', '154135.268000', '154135.271000', '154135.274000', '154135.277000', '154135.280000', '154135.283000', '154135.286000', '154135.289000', '154135.291000', '154135.311000', '154135.314000', '154135.317000', '154135.320000', '154135.323000', '154135.325000', '154135.328000', '154135.331000', '154155.194000', '154155.197000', '154155.200000', '154155.203000', '154155.206000', '154155.209000', '154155.212000', '154155.214000', '154155.217000', '154155.220000', '154155.223000', '154155.226000', '154155.229000', '154155.232000', '154155.234000', '154155.237000', '154155.240000', '154155.243000', '154155.246000', '154155.249000', '154155.252000', '154155.255000', '154155.257000', '154155.260000', '154155.263000', '154155.266000', '154155.269000', '154155.272000', '154155.275000', '154155.277000', '154155.280000', '154155.283000', '154155.286000', '154155.289000', '154155.292000', '154155.295000', '154155.297000', '154155.300000', '154155.303000', '154155.306000', '154155.310000', '154155.312000', '154155.315000', '154215.194000', '154215.197000', '154215.200000', '154215.203000', '154215.206000', '154215.209000', '154215.211000', '154215.215000', '154215.217000', '154215.220000', '154215.223000', '154215.228000', '154215.231000', '154215.234000', '154215.237000', '154215.240000', '154215.242000', '154215.245000', '154215.248000', '154215.251000', '154215.254000', '154215.257000', '154215.260000', '154215.263000', '154215.265000', '154215.268000', '154215.271000', '154215.274000', '154215.277000', '154215.292000', '154215.295000', '154215.298000', '154215.301000', '154215.303000', '154215.306000', '154215.309000', '154215.312000', '154215.315000', '154215.317000', '154215.320000', '154215.323000', '154215.326000', '154215.329000', '154215.332000', '154235.194000', '154235.197000', '154235.200000', '154235.203000', '154235.206000', '154235.209000', '154235.212000', '154235.215000', '154235.218000', '154235.221000', '154235.223000', '154235.226000', '154235.229000', '154235.232000', '154235.235000', '154235.238000', '154235.241000', '154235.244000', '154235.247000', '154235.250000', '154235.252000', '154235.255000', '154235.258000', '154235.261000', '154235.264000', '154235.267000', '154235.270000', '154235.273000', '154235.275000', '154235.278000', '154235.281000', '154235.284000', '154235.287000', '154235.290000', '154235.292000', '154235.295000', '154235.298000', '154235.301000', '154235.304000', '154235.307000', '154235.310000', '154235.312000', '154235.315000', '154255.194000', '154255.197000', '154255.200000', '154255.203000', '154255.206000', '154255.208000', '154255.211000', '154255.214000', '154255.217000', '154255.220000', '154255.223000', '154255.226000', '154255.228000', '154255.231000', '154255.234000', '154255.237000', '154255.240000', '154255.243000', '154255.246000', '154255.249000', '154255.251000', '154255.254000', '154255.257000', '154255.260000', '154255.263000', '154255.266000', '154255.269000', '154255.272000', '154255.275000', '154255.277000', '154255.280000', '154255.283000', '154255.286000', '154255.289000', '154255.292000', '154255.295000', '154255.297000', '154255.300000', '154255.303000', '154255.306000', '154255.309000', '154255.312000', '154255.315000', '154255.317000', '154315.194000', '154315.197000', '154315.200000', '154315.203000', '154315.206000', '154315.209000', '154315.212000', '154315.215000', '154315.219000', '154315.222000', '154315.225000', '154315.228000', '154315.231000', '154315.234000', '154315.237000', '154315.240000', '154315.243000', '154315.245000', '154315.248000', '154315.251000', '154315.254000', '154315.257000', '154315.260000', '154315.263000', '154315.265000', '154315.268000', '154315.271000', '154315.274000', '154315.277000', '154315.280000', '154315.283000', '154315.285000', '154315.288000', '154315.291000', '154315.294000', '154315.297000', '154315.300000', '154315.303000', '154315.306000', '154315.308000', '154315.311000', '154315.314000', '154315.317000', '154335.194000', '154335.197000', '154335.200000', '154335.203000', '154335.206000', '154335.209000', '154335.212000', '154335.214000', '154335.217000', '154335.220000', '154335.223000', '154335.226000', '154335.229000', '154335.232000', '154335.234000', '154335.237000', '154335.240000', '154335.243000', '154335.246000', '154335.249000', '154335.252000', '154335.255000', '154335.257000', '154335.260000', '154335.263000', '154335.266000', '154335.269000', '154335.272000', '154335.275000', '154335.278000', '154335.280000', '154335.283000', '154335.286000', '154335.289000', '154335.292000', '154335.295000', '154335.298000', '154335.300000', '154335.303000', '154335.306000', '154335.328000', '154335.331000', '154335.334000', '154335.337000', '154355.194000', '154355.197000', '154355.200000', '154355.203000', '154355.206000', '154355.208000', '154355.211000', '154355.216000', '154355.219000', '154355.222000', '154355.225000', '154355.228000', '154355.231000', '154355.233000', '154355.236000', '154355.239000', '154355.242000', '154355.245000', '154355.248000', '154355.251000', '154355.254000', '154355.257000', '154355.260000', '154355.263000', '154355.266000', '154355.269000', '154355.271000', '154355.274000', '154355.277000', '154355.280000', '154355.283000', '154355.286000', '154355.288000', '154355.291000', '154355.294000', '154355.297000', '154355.300000', '154355.303000', '154355.306000', '154355.309000', '154355.311000', '154355.314000', '154355.317000', '154415.194000', '154415.197000', '154415.200000', '154415.203000', '154415.206000', '154415.209000', '154415.211000', '154415.214000', '154415.217000', '154415.220000', '154415.223000', '154415.226000', '154415.229000', '154415.232000', '154415.235000', '154415.237000', '154415.240000', '154415.243000', '154415.246000', '154415.249000', '154415.252000', '154415.255000', '154415.257000', '154415.260000', '154415.263000', '154415.266000', '154415.269000', '154415.272000', '154415.275000', '154415.277000', '154415.280000', '154415.283000', '154415.286000', '154415.289000', '154415.292000', '154415.295000', '154415.298000', '154415.300000', '154415.303000', '154415.306000', '154415.309000', '154415.312000', '154415.315000', '154415.318000', '154435.194000', '154435.197000', '154435.200000', '154435.203000', '154435.206000', '154435.209000', '154435.212000', '154435.214000', '154435.217000', '154435.220000', '154435.223000', '154435.226000', '154435.229000', '154435.232000', '154435.235000', '154435.237000', '154435.240000', '154435.243000', '154435.246000', '154435.249000', '154435.252000', '154435.254000', '154435.257000', '154435.261000', '154435.266000', '154435.270000', '154435.272000', '154435.275000', '154435.278000', '154435.281000', '154435.284000', '154435.287000', '154435.290000', '154435.293000', '154435.295000', '154435.298000', '154435.301000', '154435.304000', '154435.307000', '154435.310000', '154435.313000', '154435.316000', '154435.319000', '154441.769000', '154441.781000', '154441.784000', '154441.788000', '154441.791000', '154441.794000', '154441.797000', '154441.800000', '154441.803000', '154441.806000', '154441.809000', '154441.811000', '154441.814000', '154441.817000', '154441.820000'], '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': [10271, 10799, 9881, 10520, 10504, 9786, 10623, 9814, 10983, 11014, 10066, 10521, 9970, 11098, 10580, 9879, 10797, 10792, 9555, 10491, 10113, 10760, 9840, 10837, 10072, 9492, 11074, 9862, 10497, 11121, 10433, 11014, 10648, 10613, 10828, 10773, 11660, 10674, 10076, 11816, 10934, 10046, 11049, 10655, 9747, 10721, 11133, 10783, 10858, 10609, 11549, 10975, 11102, 11898, 10559, 10609, 11333, 12565, 10517, 10677, 10529, 10963, 10379, 10506, 11165, 10448, 10351, 11600, 10830, 9909, 11650, 10154, 11480, 10258, 10883, 10150, 10454, 8832, 10536, 11431, 9800, 10075, 11280, 10089, 10292, 10672, 10281, 11338, 9995, 10318, 10420, 10347, 11505, 9513, 10678, 9805, 10889, 10724, 12361, 10314, 9212, 10885, 9542, 11655, 9993, 10688, 10199, 11161, 9970, 11203, 10203, 10871, 10476, 10963, 10886, 10455, 10848, 10911, 10367, 12968, 10336, 10422, 10159, 10530, 10381, 10264, 10816, 9704, 11337, 10465, 9730, 10388, 9653, 9947, 10165, 10310, 10657, 10616, 10320, 10517, 10101, 10201, 11572, 13964, 10517, 9770, 11341, 10314, 9629, 10808, 9993, 9429, 10839, 9704, 9451, 10360, 9554, 10043, 10246, 9412, 11083, 9585, 9321, 10835, 9631, 10511, 9963, 10521, 10966, 10156, 10745, 10833, 10671, 9863, 10230, 11469, 10853, 10314, 10895, 10583, 10316, 11236, 9682, 12001, 11748, 10159, 10834, 10981, 9687, 10938, 9816, 9488, 11641, 9904, 9218, 10770, 9781, 9034, 10549, 9387, 9529, 10034, 10740, 10193, 10791, 10472, 10053, 10521, 9980, 9795, 10588, 13353, 10021, 9306, 11159, 9714, 9431, 10532, 9723, 9093, 10533, 9472, 10530, 9780, 10596, 9588, 10202, 9207, 10204, 10170, 9696, 11398, 9155, 10147, 10452, 9984, 9712, 10177, 10878, 10042, 10128, 9932, 12168, 10112, 9675, 10267, 10344, 9988, 10871, 10029, 10866, 10071, 10184, 9999, 10202, 11779, 9938, 11131, 10384, 10768, 11662, 9921, 10460, 10841, 9662, 10906, 9779, 10169, 9567, 10621, 9628, 10502, 9645, 10075, 9727, 10427, 10185, 10405, 10170, 10714, 10117, 10120, 10055, 10628, 10580, 11079, 9794, 11014, 9527, 10143, 10188, 9578, 11436, 9776, 10526, 9539, 11567, 10490, 9040, 10635, 9408, 9468, 9823, 9649, 10689, 9109, 10109, 9381, 8494, 9428, 9223, 9496, 9334, 10283, 9144, 9300, 10170, 9634, 9274, 9865, 10379, 14259, 10993, 8934, 10715, 9295, 10429, 10131, 9116, 10563, 11180, 9685, 10145, 10547, 11345, 10046, 10094, 9493, 10239, 8995, 10039, 10870, 9383, 9808, 9935, 8923, 9567, 11916, 8517, 10103, 8363, 8629, 10603, 8641, 9950, 8293, 8965, 8238, 8140, 8455, 8260, 8433, 9811, 11172, 8798, 9819, 8249, 9040, 8697, 8755, 9074, 8443, 8247, 8849, 8259, 9296, 9737, 7941, 9028, 8829, 8175, 8945, 8496, 8309, 9038, 7747, 8915, 8214, 7692, 9315, 8658, 8176, 7984, 8431, 8114, 8378, 8108, 7840, 8282, 8324, 8269, 7911, 8538, 8987, 8153, 9632, 9545, 9441, 8809, 10241, 11339, 9514, 10358, 10516, 9714, 10364, 10521, 10367, 11116, 9266, 9720, 9328, 9040, 11037, 8653, 9400, 9673, 8090, 8923, 8759, 9149, 9264, 8309, 9015, 9240, 8148, 8870, 8793, 8666, 9028, 9089, 9487, 9619, 8826, 9689, 8627, 9719, 10136, 8412, 9991, 8731, 8171, 10139, 9544, 9570, 9892, 8861, 9668, 9670, 8328, 9892, 9280, 9728, 8762, 9447, 9441, 8917, 9883, 9338, 10336, 9782, 8888, 9855, 8425, 8915, 9078, 8884, 9455, 8100, 9067, 9659, 11561, 9176, 12309, 12089, 9274, 10246, 8439, 9618, 8546, 8807, 9678, 9961, 9085, 8129, 8702, 11142, 8815, 11925, 11308, 9351, 11084, 9463, 9614, 11851, 8424, 11468, 9228, 8660, 10818, 8943, 9044, 9438, 9275, 8493, 8751, 9752, 9222, 9163, 9629, 11604, 10029, 8509, 11408, 8393, 9405, 8555, 9267, 8688, 8167, 8859, 8657, 8504, 8567, 9165, 7339, 7918, 8788, 8553, 8952, 8798, 10788, 8538, 9397, 8614, 9827, 8624, 9056, 8195, 8971, 8450, 8433, 8585, 8665, 8780, 8434, 9059, 8536, 8413, 9174, 9178, 8633, 8983, 8550, 9250, 9928, 11845, 10176, 11174, 9090, 8937, 9480, 8581, 8624, 9417, 8226, 8879, 8276, 10926, 14750, 10923, 10401, 10362, 9087, 9495, 9467, 9181, 9315, 9129, 9918, 9700, 9765, 9811, 7510, 8047, 9117, 8375, 9321, 9531, 8900, 11614, 11864, 9740, 11404, 9651, 9098, 10501, 8887, 10051, 9322, 8546, 9315, 9145, 8915, 9389, 8570, 9399, 9386, 8871, 9313, 8723, 9306, 9124, 9403, 8861, 8633, 9152, 8827, 10420, 8868, 10490, 8512, 9304, 8699, 9332, 10025, 10359, 8801, 10773, 9636, 9873, 8932, 9438, 9141, 10180, 8745, 10684, 9801, 10554, 10677, 10579, 11060, 10282, 13136, 15600, 12544, 10532, 10848, 10427, 10975, 10937, 10216, 11416, 10401, 10255, 11224, 10403, 11468, 10275, 10231, 10498, 10194, 9974, 10598, 10016, 11537, 10006, 9970, 10295, 9991, 11470, 10575, 9824, 11403, 10378, 10034, 10093, 10045, 11563, 10783, 9964, 10975, 10804, 10101, 10802, 9984, 11177, 10716, 11392, 10295, 10951, 10136, 10695, 10913, 10050, 10420, 10480, 10113, 10983, 9947, 9965, 12113, 10731, 11580, 10312, 10345, 9672, 11558, 10520, 9631, 12823, 10032, 16438, 13003, 9838, 10254, 9105, 9566, 9560, 11377, 9336, 11142, 10488, 9188, 10273, 12502, 10742, 9715, 10310, 10066, 10771, 10863, 10494, 10977, 10323, 9933, 11459, 10924, 10696, 12133, 9957, 13446, 15208, 10241, 9974, 10097, 10341, 9731, 10727, 9911, 10650, 10373, 10632, 10458, 11599, 11933, 10881, 10265, 10435, 11553, 11099, 10490, 11404, 10554, 10421, 11267, 10207, 10502, 10712, 10356, 10471, 10127, 11458, 11479, 10346, 11276, 10513, 11859, 11464, 10635, 11487, 10268, 10803, 11056, 10349, 11288, 10057, 10750, 11343, 10437, 11339, 10226, 10701, 10887, 11281, 10497, 10911, 9802, 10684, 9955, 11663, 11040, 10369, 10508, 11036, 10287, 12594, 11044, 10250, 11339, 10246, 10671, 10370, 10362, 9978, 10850, 10234, 10894, 10702, 10275, 11254, 9775, 9396, 9504, 9462, 9674, 9424, 8060, 8561, 12409, 9839, 8289, 8020, 7544, 11671, 13554, 9812, 10063, 9273, 10173, 8908, 9523, 10037, 9376, 12602, 9476, 8521, 9779, 10827, 9572, 10746, 10810, 10338, 9659, 8386, 8838, 8238, 10071, 8267, 12487, 8307, 10543], 'WindowCenter': [4118.0, 4109.0, 4086.0, 4082.0, 4080.0, 4069.0, 4079.0, 4069.0, 4092.0, 4091.0, 4083.0, 4081.0, 4082.0, 4093.0, 4069.0, 4068.0, 4064.0, 4067.0, 4055.0, 4068.0, 4066.0, 4079.0, 4082.0, 4078.0, 4067.0, 4056.0, 4077.0, 4067.0, 4095.0, 4091.0, 4080.0, 4108.0, 4096.0, 4095.0, 4095.0, 4097.0, 4096.0, 4083.0, 4082.0, 4092.0, 4079.0, 4068.0, 4078.0, 4080.0, 4072.0, 4094.0, 4094.0, 4095.0, 4095.0, 4093.0, 4106.0, 4081.0, 4093.0, 4094.0, 4081.0, 4080.0, 4081.0, 4105.0, 4083.0, 4080.0, 4069.0, 4080.0, 4067.0, 4066.0, 4063.0, 4053.0, 4066.0, 4065.0, 4053.0, 4041.0, 4050.0, 4038.0, 4036.0, 4027.0, 4036.0, 4025.0, 4035.0, 4015.0, 4038.0, 4047.0, 4038.0, 4041.0, 4050.0, 4039.0, 4051.0, 4050.0, 4052.0, 4061.0, 4041.0, 4051.0, 4052.0, 4053.0, 4076.0, 4055.0, 4053.0, 4052.0, 4062.0, 4065.0, 4060.0, 4041.0, 4029.0, 4050.0, 4039.0, 4060.0, 4052.0, 4066.0, 4078.0, 4092.0, 4083.0, 4090.0, 4107.0, 4105.0, 4105.0, 4120.0, 4121.0, 4109.0, 4122.0, 4122.0, 4113.0, 4135.0, 4111.0, 4107.0, 4083.0, 4079.0, 4081.0, 4069.0, 4078.0, 4070.0, 4077.0, 4067.0, 4057.0, 4066.0, 4068.0, 4067.0, 4076.0, 4078.0, 4093.0, 4091.0, 4095.0, 4106.0, 4096.0, 4094.0, 4095.0, 4103.0, 4066.0, 4055.0, 4053.0, 4053.0, 4044.0, 4050.0, 4051.0, 4041.0, 4049.0, 4042.0, 4039.0, 4050.0, 4040.0, 4039.0, 4052.0, 4053.0, 4063.0, 4054.0, 4054.0, 4076.0, 4083.0, 4092.0, 4081.0, 4095.0, 4106.0, 4109.0, 4121.0, 4133.0, 4122.0, 4112.0, 4111.0, 4110.0, 4096.0, 4084.0, 4105.0, 4106.0, 4095.0, 4104.0, 4085.0, 4106.0, 4077.0, 4055.0, 4053.0, 4050.0, 4040.0, 4049.0, 4039.0, 4039.0, 4047.0, 4037.0, 4027.0, 4034.0, 4036.0, 4025.0, 4035.0, 4026.0, 4035.0, 4037.0, 4047.0, 4061.0, 4063.0, 4075.0, 4066.0, 4076.0, 4067.0, 4067.0, 4080.0, 4087.0, 4054.0, 4041.0, 4050.0, 4040.0, 4041.0, 4038.0, 4039.0, 4029.0, 4048.0, 4040.0, 4049.0, 4052.0, 4064.0, 4067.0, 4105.0, 4081.0, 4081.0, 4108.0, 4097.0, 4121.0, 4099.0, 4107.0, 4108.0, 4097.0, 4096.0, 4094.0, 4120.0, 4095.0, 4095.0, 4094.0, 4091.0, 4070.0, 4068.0, 4065.0, 4078.0, 4082.0, 4063.0, 4068.0, 4077.0, 4067.0, 4065.0, 4052.0, 4050.0, 4048.0, 4038.0, 4048.0, 4037.0, 4049.0, 4035.0, 4024.0, 4035.0, 4032.0, 4022.0, 4034.0, 4034.0, 4046.0, 4037.0, 4062.0, 4053.0, 4075.0, 4065.0, 4067.0, 4067.0, 4066.0, 4066.0, 4077.0, 4077.0, 4075.0, 4079.0, 4093.0, 4091.0, 4104.0, 4108.0, 4105.0, 4110.0, 4109.0, 4100.0, 4098.0, 4082.0, 4071.0, 4088.0, 4067.0, 4077.0, 4069.0, 4079.0, 4078.0, 4057.0, 4065.0, 4054.0, 4051.0, 4052.0, 4051.0, 4037.0, 4026.0, 4036.0, 4025.0, 4026.0, 4025.0, 4038.0, 4036.0, 4052.0, 4061.0, 4051.0, 4054.0, 4064.0, 4063.0, 4055.0, 4065.0, 4066.0, 4087.0, 4050.0, 4029.0, 4038.0, 4027.0, 4048.0, 4051.0, 4040.0, 4063.0, 4088.0, 4065.0, 4080.0, 4081.0, 4092.0, 4094.0, 4094.0, 4093.0, 4092.0, 4069.0, 4093.0, 4093.0, 4072.0, 4094.0, 4094.0, 4071.0, 4066.0, 4061.0, 4041.0, 4050.0, 4026.0, 4040.0, 4049.0, 4038.0, 4037.0, 4013.0, 4012.0, 4012.0, 4001.0, 4013.0, 4012.0, 4014.0, 4036.0, 4033.0, 4013.0, 4034.0, 4001.0, 4011.0, 4009.0, 4009.0, 4010.0, 4013.0, 4013.0, 4037.0, 4029.0, 4052.0, 4052.0, 4029.0, 4040.0, 4026.0, 4027.0, 4038.0, 4027.0, 4039.0, 4038.0, 4029.0, 4041.0, 4028.0, 4030.0, 4050.0, 4039.0, 4040.0, 4029.0, 4028.0, 4031.0, 4029.0, 4044.0, 4041.0, 4056.0, 4056.0, 4069.0, 4061.0, 4084.0, 4085.0, 4074.0, 4097.0, 4095.0, 4097.0, 4099.0, 4107.0, 4093.0, 4081.0, 4092.0, 4078.0, 4069.0, 4067.0, 4064.0, 4067.0, 4077.0, 4067.0, 4065.0, 4054.0, 4052.0, 4049.0, 4028.0, 4038.0, 4036.0, 4017.0, 4026.0, 4028.0, 4039.0, 4037.0, 4028.0, 4038.0, 4037.0, 4028.0, 4026.0, 4039.0, 4052.0, 4053.0, 4065.0, 4065.0, 4064.0, 4067.0, 4076.0, 4068.0, 4079.0, 4066.0, 4045.0, 4066.0, 4042.0, 4043.0, 4064.0, 4052.0, 4053.0, 4051.0, 4041.0, 4053.0, 4051.0, 4042.0, 4064.0, 4064.0, 4077.0, 4069.0, 4079.0, 4078.0, 4068.0, 4065.0, 4080.0, 4076.0, 4064.0, 4066.0, 4064.0, 4057.0, 4067.0, 4069.0, 4081.0, 4093.0, 4084.0, 4097.0, 4098.0, 4104.0, 4082.0, 4118.0, 4093.0, 4070.0, 4065.0, 4072.0, 4082.0, 4072.0, 4096.0, 4108.0, 4120.0, 4095.0, 4088.0, 4097.0, 4118.0, 4111.0, 4131.0, 4092.0, 4068.0, 4075.0, 4051.0, 4052.0, 4059.0, 4028.0, 4058.0, 4026.0, 4027.0, 4045.0, 4025.0, 4023.0, 4024.0, 4023.0, 4013.0, 4024.0, 4035.0, 4037.0, 4036.0, 4050.0, 4063.0, 4035.0, 4029.0, 4032.0, 4014.0, 4011.0, 4012.0, 4025.0, 4027.0, 4027.0, 4039.0, 4042.0, 4040.0, 4040.0, 4050.0, 4020.0, 4042.0, 4043.0, 4043.0, 4041.0, 4043.0, 4062.0, 4043.0, 4041.0, 4042.0, 4051.0, 4042.0, 4040.0, 4030.0, 4040.0, 4041.0, 4030.0, 4043.0, 4053.0, 4054.0, 4044.0, 4068.0, 4055.0, 4058.0, 4069.0, 4069.0, 4071.0, 4070.0, 4069.0, 4068.0, 4079.0, 4091.0, 4081.0, 4092.0, 4069.0, 4070.0, 4079.0, 4070.0, 4057.0, 4055.0, 4045.0, 4054.0, 4044.0, 4065.0, 4083.0, 4061.0, 4049.0, 4034.0, 4023.0, 4011.0, 4020.0, 4009.0, 4022.0, 4023.0, 4022.0, 4033.0, 4048.0, 4048.0, 4044.0, 4043.0, 4052.0, 4056.0, 4067.0, 4067.0, 4070.0, 4091.0, 4075.0, 4053.0, 4063.0, 4040.0, 4042.0, 4050.0, 4039.0, 4050.0, 4038.0, 4040.0, 4038.0, 4039.0, 4040.0, 4038.0, 4041.0, 4039.0, 4051.0, 4041.0, 4051.0, 4042.0, 4051.0, 4052.0, 4054.0, 4053.0, 4054.0, 4053.0, 4055.0, 4089.0, 4068.0, 4081.0, 4073.0, 4069.0, 4070.0, 4082.0, 4095.0, 4107.0, 4101.0, 4121.0, 4085.0, 4084.0, 4072.0, 4084.0, 4084.0, 4092.0, 4084.0, 4094.0, 4082.0, 4078.0, 4076.0, 4063.0, 4061.0, 4062.0, 4074.0, 4081.0, 4058.0, 4036.0, 4033.0, 4034.0, 4032.0, 4032.0, 4021.0, 4029.0, 4020.0, 4019.0, 4028.0, 4018.0, 4029.0, 4031.0, 4032.0, 4031.0, 4033.0, 4033.0, 4033.0, 4035.0, 4044.0, 4035.0, 4037.0, 4034.0, 4036.0, 4056.0, 4046.0, 4048.0, 4057.0, 4059.0, 4051.0, 4048.0, 4051.0, 4071.0, 4060.0, 4061.0, 4060.0, 4061.0, 4062.0, 4061.0, 4063.0, 4071.0, 4074.0, 4085.0, 4092.0, 4089.0, 4089.0, 4089.0, 4076.0, 4076.0, 4075.0, 4074.0, 4075.0, 4086.0, 4079.0, 4076.0, 4097.0, 4087.0, 4098.0, 4103.0, 4091.0, 4106.0, 4103.0, 4078.0, 4066.0, 4101.0, 4079.0, 4113.0, 4089.0, 4066.0, 4065.0, 4055.0, 4069.0, 4081.0, 4091.0, 4072.0, 4093.0, 4070.0, 4056.0, 4066.0, 4062.0, 4023.0, 4012.0, 4020.0, 4033.0, 4047.0, 4061.0, 4062.0, 4062.0, 4049.0, 4052.0, 4058.0, 4036.0, 4022.0, 4031.0, 4009.0, 4043.0, 4040.0, 4008.0, 4007.0, 3994.0, 4003.0, 3980.0, 4001.0, 3992.0, 3990.0, 4003.0, 4018.0, 4043.0, 4053.0, 4056.0, 4071.0, 4060.0, 4074.0, 4072.0, 4059.0, 4061.0, 4059.0, 4060.0, 4061.0, 4060.0, 4062.0, 4059.0, 4060.0, 4060.0, 4048.0, 4060.0, 4071.0, 4084.0, 4074.0, 4073.0, 4074.0, 4083.0, 4084.0, 4075.0, 4072.0, 4076.0, 4076.0, 4074.0, 4075.0, 4073.0, 4063.0, 4075.0, 4073.0, 4073.0, 4072.0, 4062.0, 4075.0, 4073.0, 4074.0, 4086.0, 4086.0, 4091.0, 4092.0, 4094.0, 4102.0, 4077.0, 4065.0, 4063.0, 4062.0, 4063.0, 4083.0, 4061.0, 4063.0, 4072.0, 4062.0, 4061.0, 4046.0, 4047.0, 4048.0, 4059.0, 4048.0, 4057.0, 4060.0, 4075.0, 4087.0, 4080.0, 4070.0, 4066.0, 4068.0, 4068.0, 4067.0, 4044.0, 4071.0, 4101.0, 4094.0, 4060.0, 4058.0, 4046.0, 4073.0, 4070.0, 4037.0, 4036.0, 4037.0, 4034.0, 4037.0, 4037.0, 4048.0, 4037.0, 4044.0, 4010.0, 3996.0, 4020.0, 4018.0, 4009.0, 4018.0, 4031.0, 4020.0, 4021.0, 4000.0, 4008.0, 3998.0, 4008.0, 4010.0, 4056.0, 4002.0, 4035.0], 'WindowWidth': [9175.0, 9143.0, 9105.0, 9093.0, 9085.0, 9067.0, 9082.0, 9068.0, 9104.0, 9102.0, 9094.0, 9086.0, 9089.0, 9107.0, 9065.0, 9063.0, 9054.0, 9059.0, 9041.0, 9063.0, 9059.0, 9082.0, 9092.0, 9076.0, 9061.0, 9045.0, 9075.0, 9062.0, 9116.0, 9100.0, 9085.0, 9135.0, 9115.0, 9113.0, 9114.0, 9118.0, 9117.0, 9092.0, 9090.0, 9105.0, 9079.0, 9065.0, 9078.0, 9082.0, 9077.0, 9108.0, 9109.0, 9111.0, 9112.0, 9105.0, 9126.0, 9084.0, 9105.0, 9108.0, 9086.0, 9082.0, 9086.0, 9125.0, 9092.0, 9083.0, 9065.0, 9083.0, 9062.0, 9058.0, 9048.0, 9031.0, 9059.0, 9055.0, 9036.0, 9014.0, 9025.0, 9006.0, 8999.0, 8987.0, 8995.0, 8980.0, 8996.0, 8969.0, 9003.0, 9018.0, 9005.0, 9013.0, 9024.0, 9008.0, 9027.0, 9023.0, 9030.0, 9040.0, 9014.0, 9029.0, 9029.0, 9035.0, 9070.0, 9039.0, 9034.0, 9031.0, 9046.0, 9053.0, 9040.0, 9015.0, 8996.0, 9023.0, 9009.0, 9036.0, 9031.0, 9058.0, 9080.0, 9105.0, 9093.0, 9098.0, 9134.0, 9126.0, 9127.0, 9155.0, 9157.0, 9142.0, 9162.0, 9163.0, 9154.0, 9190.0, 9145.0, 9132.0, 9094.0, 9081.0, 9087.0, 9068.0, 9078.0, 9070.0, 9073.0, 9061.0, 9047.0, 9061.0, 9068.0, 9062.0, 9074.0, 9081.0, 9109.0, 9100.0, 9113.0, 9130.0, 9116.0, 9111.0, 9116.0, 9121.0, 9058.0, 9039.0, 9036.0, 9034.0, 9023.0, 9027.0, 9030.0, 9016.0, 9022.0, 9016.0, 9009.0, 9026.0, 9014.0, 9010.0, 9033.0, 9036.0, 9049.0, 9041.0, 9039.0, 9074.0, 9097.0, 9105.0, 9089.0, 9113.0, 9132.0, 9142.0, 9162.0, 9182.0, 9166.0, 9151.0, 9146.0, 9144.0, 9116.0, 9097.0, 9126.0, 9134.0, 9115.0, 9127.0, 9102.0, 9137.0, 9078.0, 9041.0, 9039.0, 9026.0, 9014.0, 9025.0, 9009.0, 9010.0, 9018.0, 9004.0, 8992.0, 8996.0, 9001.0, 8985.0, 8997.0, 8987.0, 8999.0, 9006.0, 9018.0, 9045.0, 9052.0, 9070.0, 9061.0, 9073.0, 9063.0, 9064.0, 9087.0, 9093.0, 9038.0, 9016.0, 9026.0, 9011.0, 9015.0, 9007.0, 9010.0, 8997.0, 9022.0, 9014.0, 9024.0, 9034.0, 9052.0, 9064.0, 9132.0, 9090.0, 9089.0, 9139.0, 9118.0, 9162.0, 9127.0, 9134.0, 9139.0, 9120.0, 9118.0, 9112.0, 9158.0, 9117.0, 9115.0, 9113.0, 9104.0, 9070.0, 9064.0, 9057.0, 9078.0, 9090.0, 9047.0, 9065.0, 9077.0, 9062.0, 9057.0, 9031.0, 9026.0, 9020.0, 9008.0, 9019.0, 9003.0, 9024.0, 8999.0, 8982.0, 8996.0, 8989.0, 8975.0, 8993.0, 8996.0, 9016.0, 9006.0, 9049.0, 9037.0, 9071.0, 9057.0, 9063.0, 9064.0, 9059.0, 9059.0, 9078.0, 9078.0, 9071.0, 9085.0, 9108.0, 9102.0, 9127.0, 9138.0, 9129.0, 9141.0, 9143.0, 9130.0, 9124.0, 9091.0, 9073.0, 9092.0, 9064.0, 9077.0, 9070.0, 9084.0, 9080.0, 9049.0, 9057.0, 9040.0, 9033.0, 9034.0, 9029.0, 9006.0, 8989.0, 9001.0, 8984.0, 8989.0, 8987.0, 9010.0, 9001.0, 9035.0, 9046.0, 9032.0, 9042.0, 9054.0, 9052.0, 9044.0, 9057.0, 9061.0, 9093.0, 9026.0, 8998.0, 9009.0, 8992.0, 9022.0, 9029.0, 9015.0, 9048.0, 9094.0, 9055.0, 9086.0, 9086.0, 9106.0, 9112.0, 9111.0, 9110.0, 9107.0, 9072.0, 9108.0, 9111.0, 9079.0, 9112.0, 9114.0, 9077.0, 9061.0, 9048.0, 9019.0, 9030.0, 8991.0, 9014.0, 9025.0, 9011.0, 9006.0, 8968.0, 8965.0, 8964.0, 8949.0, 8968.0, 8966.0, 8971.0, 9002.0, 8994.0, 8968.0, 8998.0, 8947.0, 8961.0, 8955.0, 8957.0, 8958.0, 8968.0, 8970.0, 9008.0, 9000.0, 9035.0, 9035.0, 8999.0, 9014.0, 8990.0, 8994.0, 9008.0, 8993.0, 9014.0, 9012.0, 9002.0, 9018.0, 8996.0, 9003.0, 9030.0, 9011.0, 9016.0, 9000.0, 8999.0, 9006.0, 9002.0, 9029.0, 9022.0, 9051.0, 9051.0, 9072.0, 9065.0, 9099.0, 9103.0, 9088.0, 9123.0, 9113.0, 9122.0, 9132.0, 9140.0, 9112.0, 9092.0, 9109.0, 9078.0, 9069.0, 9061.0, 9052.0, 9061.0, 9075.0, 9063.0, 9056.0, 9041.0, 9035.0, 9026.0, 8995.0, 9009.0, 9003.0, 8980.0, 8992.0, 8995.0, 9012.0, 9006.0, 8997.0, 9011.0, 9007.0, 8997.0, 8992.0, 9012.0, 9037.0, 9040.0, 9061.0, 9060.0, 9059.0, 9067.0, 9078.0, 9072.0, 9087.0, 9063.0, 9032.0, 9061.0, 9023.0, 9028.0, 9056.0, 9036.0, 9039.0, 9034.0, 9020.0, 9038.0, 9034.0, 9025.0, 9058.0, 9058.0, 9081.0, 9075.0, 9087.0, 9083.0, 9070.0, 9058.0, 9088.0, 9077.0, 9057.0, 9062.0, 9057.0, 9053.0, 9068.0, 9072.0, 9095.0, 9112.0, 9104.0, 9126.0, 9127.0, 9129.0, 9094.0, 9151.0, 9110.0, 9074.0, 9056.0, 9081.0, 9092.0, 9079.0, 9122.0, 9142.0, 9161.0, 9118.0, 9117.0, 9125.0, 9158.0, 9152.0, 9181.0, 9112.0, 9068.0, 9074.0, 9032.0, 9036.0, 9040.0, 8996.0, 9038.0, 8991.0, 8992.0, 9014.0, 8987.0, 8982.0, 8982.0, 8981.0, 8967.0, 8985.0, 8999.0, 9007.0, 9002.0, 9029.0, 9051.0, 8999.0, 8997.0, 8988.0, 8969.0, 8959.0, 8963.0, 8987.0, 8994.0, 8994.0, 9015.0, 9023.0, 9015.0, 9017.0, 9030.0, 8990.0, 9024.0, 9025.0, 9026.0, 9018.0, 9025.0, 9048.0, 9024.0, 9018.0, 9022.0, 9032.0, 9023.0, 9018.0, 9003.0, 9014.0, 9020.0, 9004.0, 9025.0, 9039.0, 9043.0, 9029.0, 9068.0, 9046.0, 9056.0, 9070.0, 9073.0, 9079.0, 9075.0, 9070.0, 9064.0, 9084.0, 9104.0, 9088.0, 9109.0, 9072.0, 9073.0, 9083.0, 9075.0, 9054.0, 9044.0, 9031.0, 9040.0, 9029.0, 9059.0, 9083.0, 9047.0, 9026.0, 8998.0, 8981.0, 8960.0, 8972.0, 8956.0, 8978.0, 8980.0, 8979.0, 8996.0, 9028.0, 9026.0, 9033.0, 9028.0, 9038.0, 9050.0, 9066.0, 9066.0, 9074.0, 9104.0, 9071.0, 9038.0, 9051.0, 9016.0, 9019.0, 9028.0, 9014.0, 9028.0, 9009.0, 9015.0, 9009.0, 9013.0, 9016.0, 9011.0, 9019.0, 9014.0, 9033.0, 9021.0, 9032.0, 9024.0, 9033.0, 9037.0, 9041.0, 9038.0, 9042.0, 9040.0, 9045.0, 9098.0, 9066.0, 9089.0, 9080.0, 9067.0, 9071.0, 9089.0, 9113.0, 9132.0, 9133.0, 9162.0, 9100.0, 9096.0, 9076.0, 9099.0, 9102.0, 9106.0, 9097.0, 9112.0, 9091.0, 9082.0, 9073.0, 9051.0, 9046.0, 9047.0, 9071.0, 9076.0, 9035.0, 9004.0, 8994.0, 8995.0, 8990.0, 8988.0, 8973.0, 8981.0, 8970.0, 8968.0, 8978.0, 8967.0, 8980.0, 8987.0, 8990.0, 8988.0, 8995.0, 8993.0, 8995.0, 9002.0, 9010.0, 9002.0, 9006.0, 8997.0, 9004.0, 9032.0, 9016.0, 9024.0, 9034.0, 9043.0, 9031.0, 9025.0, 9033.0, 9060.0, 9044.0, 9049.0, 9044.0, 9046.0, 9049.0, 9047.0, 9052.0, 9061.0, 9072.0, 9088.0, 9110.0, 9097.0, 9100.0, 9100.0, 9077.0, 9077.0, 9072.0, 9071.0, 9074.0, 9092.0, 9088.0, 9078.0, 9106.0, 9092.0, 9111.0, 9127.0, 9106.0, 9136.0, 9129.0, 9081.0, 9063.0, 9119.0, 9086.0, 9143.0, 9098.0, 9060.0, 9057.0, 9044.0, 9070.0, 9088.0, 9103.0, 9076.0, 9106.0, 9069.0, 9047.0, 9060.0, 9052.0, 8976.0, 8959.0, 8968.0, 8994.0, 9021.0, 9047.0, 9051.0, 9049.0, 9027.0, 9033.0, 9039.0, 9003.0, 8978.0, 8986.0, 8953.0, 9006.0, 9000.0, 8950.0, 8947.0, 8923.0, 8933.0, 8899.0, 8927.0, 8918.0, 8913.0, 8937.0, 8963.0, 9010.0, 9023.0, 9031.0, 9063.0, 9047.0, 9070.0, 9066.0, 9040.0, 9045.0, 9040.0, 9043.0, 9048.0, 9043.0, 9048.0, 9042.0, 9044.0, 9045.0, 9025.0, 9044.0, 9062.0, 9085.0, 9069.0, 9068.0, 9071.0, 9082.0, 9083.0, 9072.0, 9063.0, 9077.0, 9076.0, 9070.0, 9074.0, 9068.0, 9054.0, 9072.0, 9066.0, 9069.0, 9064.0, 9052.0, 9071.0, 9069.0, 9070.0, 9092.0, 9092.0, 9107.0, 9109.0, 9117.0, 9124.0, 9079.0, 9060.0, 9055.0, 9049.0, 9054.0, 9084.0, 9049.0, 9053.0, 9064.0, 9050.0, 9047.0, 9018.0, 9023.0, 9026.0, 9043.0, 9027.0, 9036.0, 9045.0, 9074.0, 9091.0, 9087.0, 9074.0, 9060.0, 9067.0, 9069.0, 9064.0, 9026.0, 9078.0, 9119.0, 9116.0, 9063.0, 9058.0, 9036.0, 9066.0, 9060.0, 9008.0, 9005.0, 9006.0, 8996.0, 9008.0, 9007.0, 9027.0, 9010.0, 9011.0, 8958.0, 8932.0, 8971.0, 8966.0, 8956.0, 8965.0, 8989.0, 8969.0, 8975.0, 8946.0, 8952.0, 8938.0, 8950.0, 8958.0, 9028.0, 8947.0, 8997.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.002658185993111366</td></tr>
<tr><td colspan=3>aqi</td><td>0.08503132801377729</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.492679499402314</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0856601541724136</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9607136165862074</td></tr>
<tr><td colspan=3>efc</td><td>0.4869</td></tr>
<tr><td colspan=3>fber</td><td>4434.6509</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1847511194081293</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>264</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.309988518943744</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7744963411083083</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.666159118251995</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.006533655591379</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.65079624948155</td></tr>
<tr><td colspan=3>gcor</td><td>0.0257703</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02430788055062294</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02114340476691723</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8852941076449836</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>24.5135</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.1522</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.0503</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299585.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>882.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.2192</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2006</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>444.7416</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3243.7894</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76959.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1020.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4232.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.8481</td></tr>
<tr><td colspan=3>tsnr</td><td>25.71211092127487</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>