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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0081/ses-01/func/sub-0081_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>79559888335616541d3040aa830acd6a</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:19:55.292500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999055, 0.0227096, -0.0370688, -0.0193573, 0.995896, 0.0884142]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0864672</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7704, -7290, 589, -41, 12, 78, 135]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.544</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>26ef2e5c-ab50-4748-8608-e13d717ee138||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6803905963897705, -0.051934096962213516, -0.10509602725505829, 116.50434875488281], [-0.0609280988574028, 2.671915292739868, 0.23655515909194946, -94.67160034179688], [-0.09945274889469147, -0.23720870912075043, 2.687563180923462, -55.071807861328125], [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': ['091955.292500', '091955.752500', '091956.212500', '091956.672500', '091957.132500', '091957.592500', '091958.052500', '091958.512500', '091958.972500', '091959.432500', '091959.892500', '092000.352500', '092000.812500', '092001.272500', '092001.732500', '092002.192500', '092002.652500', '092003.112500', '092003.572500', '092004.032500', '092004.492500', '092004.952500', '092005.412500', '092005.872500', '092006.332500', '092006.792500', '092007.252500', '092007.712500', '092008.172500', '092008.632500', '092009.092500', '092009.552500', '092010.012500', '092010.472500', '092010.932500', '092011.392500', '092011.852500', '092012.312500', '092012.772500', '092013.232500', '092013.692500', '092014.152500', '092014.612500', '092015.072500', '092015.532500', '092015.992500', '092016.452500', '092016.912500', '092017.372500', '092017.832500', '092018.292500', '092018.752500', '092019.212500', '092019.672500', '092020.132500', '092020.592500', '092021.052500', '092021.512500', '092021.972500', '092022.432500', '092022.892500', '092023.352500', '092023.812500', '092024.272500', '092024.732500', '092025.192500', '092025.652500', '092026.112500', '092026.572500', '092027.032500', '092027.492500', '092027.952500', '092028.412500', '092028.872500', '092029.332500', '092029.792500', '092030.252500', '092030.712500', '092031.172500', '092031.632500', '092032.092500', '092032.552500', '092033.012500', '092033.472500', '092033.932500', '092034.392500', '092034.852500', '092035.312500', '092035.772500', '092036.232500', '092036.692500', '092037.152500', '092037.612500', '092038.072500', '092038.532500', '092038.992500', '092039.452500', '092039.912500', '092040.372500', '092040.832500', '092041.292500', '092041.752500', '092042.212500', '092042.672500', '092043.132500', '092043.592500', '092044.052500', '092044.512500', '092044.972500', '092045.432500', '092045.892500', '092046.352500', '092046.812500', '092047.272500', '092047.732500', '092048.192500', '092048.652500', '092049.112500', '092049.572500', '092050.032500', '092050.492500', '092050.952500', '092051.412500', '092051.872500', '092052.332500', '092052.792500', '092053.252500', '092053.712500', '092054.172500', '092054.632500', '092055.092500', '092055.552500', '092056.012500', '092056.472500', '092056.932500', '092057.392500', '092057.852500', '092058.312500', '092058.772500', '092059.232500', '092059.692500', '092100.152500', '092100.612500', '092101.072500', '092101.532500', '092101.992500', '092102.452500', '092102.912500', '092103.372500', '092103.832500', '092104.292500', '092104.752500', '092105.212500', '092105.672500', '092106.132500', '092106.592500', '092107.052500', '092107.512500', '092107.972500', '092108.432500', '092108.892500', '092109.352500', '092109.812500', '092110.272500', '092110.732500', '092111.192500', '092111.652500', '092112.112500', '092112.572500', '092113.032500', '092113.492500', '092113.952500', '092114.412500', '092114.872500', '092115.332500', '092115.792500', '092116.252500', '092116.712500', '092117.172500', '092117.632500', '092118.092500', '092118.552500', '092119.012500', '092119.472500', '092119.932500', '092120.392500', '092120.852500', '092121.312500', '092121.772500', '092122.232500', '092122.692500', '092123.152500', '092123.612500', '092124.072500', '092124.532500', '092124.992500', '092125.452500', '092125.912500', '092126.372500', '092126.832500', '092127.292500', '092127.752500', '092128.212500', '092128.672500', '092129.132500', '092129.592500', '092130.052500', '092130.512500', '092130.972500', '092131.432500', '092131.892500', '092132.352500', '092132.812500', '092133.272500', '092133.732500', '092134.192500', '092134.652500', '092135.112500', '092135.572500', '092136.032500', '092136.492500', '092136.952500', '092137.412500', '092137.872500', '092138.332500', '092138.792500', '092139.252500', '092139.712500', '092140.172500', '092140.632500', '092141.092500', '092141.552500', '092142.012500', '092142.472500', '092142.932500', '092143.392500', '092143.852500', '092144.312500', '092144.772500', '092145.232500', '092145.692500', '092146.152500', '092146.612500', '092147.072500', '092147.532500', '092147.992500', '092148.452500', '092148.912500', '092149.372500', '092149.832500', '092150.292500', '092150.752500', '092151.212500', '092151.672500', '092152.132500', '092152.592500', '092153.052500', '092153.512500', '092153.972500', '092154.432500', '092154.892500', '092155.352500', '092155.812500', '092156.272500', '092156.732500', '092157.192500', '092157.652500', '092158.112500', '092158.572500', '092159.032500', '092159.492500', '092159.952500', '092200.412500', '092200.872500', '092201.332500', '092201.792500', '092202.252500', '092202.712500', '092203.172500', '092203.632500', '092204.092500', '092204.552500', '092205.012500', '092205.472500', '092205.932500', '092206.392500', '092206.852500', '092207.312500', '092207.772500', '092208.232500', '092208.692500', '092209.152500', '092209.612500', '092210.072500', '092210.532500', '092210.992500', '092211.452500', '092211.912500', '092212.372500', '092212.832500', '092213.292500', '092213.752500', '092214.212500', '092214.672500', '092215.132500', '092215.592500', '092216.052500', '092216.512500', '092216.972500', '092217.432500', '092217.892500', '092218.352500', '092218.812500', '092219.272500', '092219.732500', '092220.192500', '092220.652500', '092221.112500', '092221.572500', '092222.032500', '092222.492500', '092222.952500', '092223.412500', '092223.872500', '092224.332500', '092224.792500', '092225.252500', '092225.712500', '092226.172500', '092226.632500', '092227.092500', '092227.552500', '092228.012500', '092228.472500', '092228.932500', '092229.392500', '092229.852500', '092230.312500', '092230.772500', '092231.232500', '092231.692500', '092232.152500', '092232.612500', '092233.072500', '092233.532500', '092233.992500', '092234.452500', '092234.912500', '092235.372500', '092235.832500', '092236.292500', '092236.752500', '092237.212500', '092237.672500', '092238.132500', '092238.592500', '092239.052500', '092239.512500', '092239.972500', '092240.432500', '092240.892500', '092241.352500', '092241.812500', '092242.272500', '092242.732500', '092243.192500', '092243.652500', '092244.112500', '092244.572500', '092245.032500', '092245.492500', '092245.952500', '092246.412500', '092246.872500', '092247.332500', '092247.792500', '092248.252500', '092248.712500', '092249.172500', '092249.632500', '092250.092500', '092250.552500', '092251.012500', '092251.472500', '092251.932500', '092252.392500', '092252.852500', '092253.312500', '092253.772500', '092254.232500', '092254.692500', '092255.152500', '092255.612500', '092256.072500', '092256.532500', '092256.992500', '092257.452500', '092257.912500', '092258.372500', '092258.832500', '092259.292500', '092259.752500', '092300.212500', '092300.672500', '092301.132500', '092301.592500', '092302.052500', '092302.512500', '092302.972500', '092303.432500', '092303.892500', '092304.352500', '092304.812500', '092305.272500', '092305.732500', '092306.192500', '092306.652500', '092307.112500', '092307.572500', '092308.032500', '092308.492500', '092308.952500', '092309.412500', '092309.872500', '092310.332500', '092310.792500', '092311.252500', '092311.712500', '092312.172500', '092312.632500', '092313.092500', '092313.552500', '092314.012500', '092314.472500', '092314.932500', '092315.392500', '092315.852500', '092316.312500', '092316.772500', '092317.232500', '092317.692500', '092318.152500', '092318.612500', '092319.072500', '092319.532500', '092319.992500', '092320.452500', '092320.912500', '092321.372500', '092321.832500', '092322.292500', '092322.752500', '092323.212500', '092323.672500', '092324.132500', '092324.592500', '092325.052500', '092325.512500', '092325.972500', '092326.432500', '092326.892500', '092327.352500', '092327.812500', '092328.272500', '092328.732500', '092329.192500', '092329.652500', '092330.112500', '092330.572500', '092331.032500', '092331.492500', '092331.952500', '092332.412500', '092332.872500', '092333.332500', '092333.792500', '092334.252500', '092334.712500', '092335.172500', '092335.632500', '092336.092500', '092336.552500', '092337.012500', '092337.472500', '092337.932500', '092338.392500', '092338.852500', '092339.312500', '092339.772500', '092340.232500', '092340.692500', '092341.152500', '092341.612500', '092342.072500', '092342.532500', '092342.992500', '092343.452500', '092343.912500', '092344.372500', '092344.832500', '092345.292500', '092345.752500', '092346.212500', '092346.672500', '092347.132500', '092347.592500', '092348.052500', '092348.512500', '092348.972500', '092349.432500', '092349.892500', '092350.352500', '092350.812500', '092351.272500', '092351.732500', '092352.192500', '092352.652500', '092353.112500', '092353.572500', '092354.032500', '092354.492500', '092354.952500', '092355.412500', '092355.872500', '092356.332500', '092356.792500', '092357.252500', '092357.712500', '092358.172500', '092358.632500', '092359.092500', '092359.552500', '092400.012500', '092400.472500', '092400.932500', '092401.392500', '092401.852500', '092402.312500', '092402.772500', '092403.232500', '092403.692500', '092404.152500', '092404.612500', '092405.072500', '092405.532500', '092405.992500', '092406.452500', '092406.912500', '092407.372500', '092407.832500', '092408.292500', '092408.752500', '092409.212500', '092409.672500', '092410.132500', '092410.592500', '092411.052500', '092411.512500', '092411.972500', '092412.432500', '092412.892500', '092413.352500', '092413.812500', '092414.272500', '092414.732500', '092415.192500', '092415.652500', '092416.112500', '092416.572500', '092417.032500', '092417.492500', '092417.952500', '092418.412500', '092418.872500', '092419.332500', '092419.792500', '092420.252500', '092420.712500', '092421.172500', '092421.632500', '092422.092500', '092422.552500', '092423.012500', '092423.472500', '092423.932500', '092424.392500', '092424.852500', '092425.312500', '092425.772500', '092426.232500', '092426.692500', '092427.152500', '092427.612500', '092428.072500', '092428.532500', '092428.992500', '092429.452500', '092429.912500', '092430.372500', '092430.832500', '092431.292500', '092431.752500', '092432.212500', '092432.672500', '092433.132500', '092433.592500', '092434.052500', '092434.512500', '092434.972500', '092435.432500', '092435.892500', '092436.352500', '092436.812500', '092437.272500', '092437.732500', '092438.192500', '092438.652500', '092439.112500', '092439.572500', '092440.032500', '092440.492500', '092440.952500', '092441.412500', '092441.872500', '092442.332500', '092442.792500', '092443.252500', '092443.712500', '092444.172500', '092444.632500', '092445.092500', '092445.552500', '092446.012500', '092446.472500', '092446.932500', '092447.392500', '092447.852500', '092448.312500', '092448.772500', '092449.232500', '092449.692500', '092450.152500', '092450.612500', '092451.072500', '092451.532500', '092451.992500', '092452.452500', '092452.912500', '092453.372500', '092453.832500', '092454.292500', '092454.752500', '092455.212500', '092455.672500', '092456.132500', '092456.592500', '092457.052500', '092457.512500', '092457.972500', '092458.432500', '092458.892500', '092459.352500', '092459.812500', '092500.272500', '092500.732500', '092501.192500', '092501.652500', '092502.112500', '092502.572500', '092503.032500', '092503.492500', '092503.952500', '092504.412500', '092504.872500', '092505.332500', '092505.792500', '092506.252500', '092506.712500', '092507.172500', '092507.632500', '092508.092500', '092508.552500', '092509.012500', '092509.472500', '092509.932500', '092510.392500', '092510.852500', '092511.312500', '092511.772500', '092512.232500', '092512.692500', '092513.152500', '092513.612500', '092514.072500', '092514.532500', '092514.992500', '092515.452500', '092515.912500', '092516.372500', '092516.832500', '092517.292500', '092517.752500', '092518.212500', '092518.672500', '092519.132500', '092519.592500', '092520.052500', '092520.512500', '092520.972500', '092521.432500', '092521.892500', '092522.352500', '092522.812500', '092523.272500', '092523.732500', '092524.192500', '092524.652500', '092525.112500', '092525.572500', '092526.032500', '092526.492500', '092526.952500', '092527.412500', '092527.872500', '092528.332500', '092528.792500', '092529.252500', '092529.712500', '092530.172500', '092530.632500', '092531.092500', '092531.552500', '092532.012500', '092532.472500', '092532.932500', '092533.392500', '092533.852500', '092534.312500', '092534.772500', '092535.232500', '092535.692500', '092536.152500', '092536.612500', '092537.072500', '092537.532500', '092537.992500', '092538.452500', '092538.912500', '092539.372500', '092539.832500', '092540.292500', '092540.752500', '092541.212500', '092541.672500', '092542.132500', '092542.592500', '092543.052500', '092543.512500', '092543.972500', '092544.432500', '092544.892500', '092545.352500', '092545.812500', '092546.272500', '092546.732500', '092547.192500', '092547.652500', '092548.112500', '092548.572500', '092549.032500', '092549.492500', '092549.952500', '092550.412500', '092550.872500', '092551.332500', '092551.792500', '092552.252500', '092552.712500', '092553.172500', '092553.632500', '092554.092500', '092554.552500', '092555.012500', '092555.472500', '092555.932500', '092556.392500', '092556.852500', '092557.312500', '092557.772500', '092558.232500', '092558.692500', '092559.152500', '092559.612500', '092600.072500', '092600.532500', '092600.992500', '092601.452500', '092601.912500', '092602.372500', '092602.832500', '092603.292500', '092603.752500', '092604.212500', '092604.672500', '092605.132500', '092605.592500', '092606.052500', '092606.512500', '092606.972500', '092607.432500', '092607.892500', '092608.352500', '092608.812500', '092609.272500', '092609.732500', '092610.192500', '092610.652500', '092611.112500', '092611.572500', '092612.032500', '092612.492500', '092612.952500', '092613.412500', '092613.872500', '092614.332500', '092614.792500', '092615.252500', '092615.712500', '092616.172500', '092616.632500', '092617.092500', '092617.552500', '092618.012500', '092618.472500', '092618.932500', '092619.392500', '092619.852500', '092620.312500', '092620.772500', '092621.232500', '092621.692500', '092622.152500', '092622.612500', '092623.072500', '092623.532500', '092623.992500', '092624.452500', '092624.912500', '092625.372500', '092625.832500', '092626.292500', '092626.752500', '092627.212500', '092627.672500', '092628.132500', '092628.592500', '092629.052500', '092629.512500', '092629.972500', '092630.432500', '092630.892500', '092631.352500', '092631.812500', '092632.272500', '092632.732500', '092633.192500', '092633.652500', '092634.112500', '092634.572500', '092635.032500', '092635.492500', '092635.952500'], 'ContentTime': ['092024.689000', '092024.692000', '092024.694000', '092024.697000', '092024.699000', '092024.702000', '092024.705000', '092024.707000', '092024.710000', '092024.721000', '092024.724000', '092024.726000', '092024.729000', '092024.732000', '092024.734000', '092024.737000', '092024.739000', '092024.742000', '092024.744000', '092024.747000', '092024.749000', '092024.752000', '092024.755000', '092024.757000', '092024.760000', '092024.762000', '092024.765000', '092024.767000', '092024.770000', '092024.772000', '092024.775000', '092024.778000', '092024.780000', '092024.786000', '092024.789000', '092024.791000', '092024.794000', '092024.796000', '092024.799000', '092024.801000', '092024.804000', '092024.807000', '092024.810000', '092024.813000', '092024.815000', '092024.818000', '092024.820000', '092024.823000', '092024.825000', '092024.828000', '092024.830000', '092024.833000', '092024.835000', '092024.838000', '092024.841000', '092024.843000', '092024.846000', '092024.848000', '092024.851000', '092024.853000', '092024.856000', '092044.651000', '092044.654000', '092044.657000', '092044.659000', '092044.662000', '092044.664000', '092044.667000', '092044.669000', '092044.672000', '092044.674000', '092044.677000', '092044.679000', '092044.682000', '092044.685000', '092044.687000', '092044.690000', '092044.692000', '092044.695000', '092044.697000', '092044.700000', '092044.703000', '092044.705000', '092044.708000', '092044.710000', '092044.713000', '092044.715000', '092044.718000', '092044.720000', '092044.723000', '092044.726000', '092044.728000', '092044.731000', '092044.733000', '092044.736000', '092044.738000', '092044.741000', '092044.744000', '092044.746000', '092044.749000', '092044.751000', '092044.754000', '092044.756000', '092044.759000', '092044.761000', '092104.651000', '092104.654000', '092104.657000', '092104.659000', '092104.662000', '092104.664000', '092104.667000', '092104.670000', '092104.672000', '092104.675000', '092104.677000', '092104.680000', '092104.682000', '092104.685000', '092104.688000', '092104.690000', '092104.693000', '092104.695000', '092104.698000', '092104.700000', '092104.703000', '092104.705000', '092104.708000', '092104.711000', '092104.713000', '092104.716000', '092104.718000', '092104.721000', '092104.723000', '092104.726000', '092104.729000', '092104.731000', '092104.734000', '092104.736000', '092104.739000', '092104.741000', '092104.744000', '092104.746000', '092104.749000', '092104.751000', '092104.754000', '092104.757000', '092104.759000', '092124.651000', '092124.654000', '092124.657000', '092124.660000', '092124.662000', '092124.665000', '092124.667000', '092124.683000', '092124.685000', '092124.688000', '092124.691000', '092124.693000', '092124.696000', '092124.698000', '092124.701000', '092124.703000', '092124.706000', '092124.708000', '092124.711000', '092124.714000', '092124.716000', '092124.719000', '092124.721000', '092124.724000', '092124.726000', '092124.729000', '092124.731000', '092124.734000', '092124.737000', '092124.739000', '092124.742000', '092124.744000', '092124.747000', '092124.749000', '092124.752000', '092124.755000', '092124.757000', '092124.760000', '092124.762000', '092124.765000', '092124.767000', '092124.770000', '092124.772000', '092124.775000', '092144.651000', '092144.654000', '092144.657000', '092144.659000', '092144.662000', '092144.664000', '092144.667000', '092144.669000', '092144.672000', '092144.675000', '092144.677000', '092144.680000', '092144.682000', '092144.685000', '092144.687000', '092144.690000', '092144.693000', '092144.695000', '092144.698000', '092144.700000', '092144.703000', '092144.705000', '092144.708000', '092144.711000', '092144.713000', '092144.716000', '092144.718000', '092144.721000', '092144.724000', '092144.726000', '092144.729000', '092144.731000', '092144.734000', '092144.736000', '092144.739000', '092144.741000', '092144.744000', '092144.746000', '092144.749000', '092144.752000', '092144.754000', '092144.757000', '092144.759000', '092204.651000', '092204.654000', '092204.657000', '092204.659000', '092204.662000', '092204.664000', '092204.667000', '092204.669000', '092204.672000', '092204.675000', '092204.677000', '092204.680000', '092204.682000', '092204.685000', '092204.687000', '092204.690000', '092204.693000', '092204.695000', '092204.698000', '092204.700000', '092204.703000', '092204.705000', '092204.708000', '092204.711000', '092204.713000', '092204.716000', '092204.718000', '092204.721000', '092204.723000', '092204.726000', '092204.728000', '092204.731000', '092204.733000', '092204.736000', '092204.739000', '092204.741000', '092204.744000', '092204.746000', '092204.749000', '092204.751000', '092204.754000', '092204.756000', '092204.759000', '092204.762000', '092224.653000', '092224.655000', '092224.658000', '092224.661000', '092224.663000', '092224.666000', '092224.668000', '092224.671000', '092224.673000', '092224.676000', '092224.679000', '092224.681000', '092224.684000', '092224.686000', '092224.689000', '092224.692000', '092224.694000', '092224.697000', '092224.699000', '092224.702000', '092224.705000', '092224.707000', '092224.710000', '092224.712000', '092224.715000', '092224.717000', '092224.720000', '092224.722000', '092224.725000', '092224.728000', '092224.730000', '092224.733000', '092224.735000', '092224.738000', '092224.741000', '092224.743000', '092224.746000', '092224.748000', '092224.751000', '092224.753000', '092224.756000', '092224.759000', '092224.761000', '092244.653000', '092244.655000', '092244.658000', '092244.660000', '092244.663000', '092244.666000', '092244.668000', '092244.671000', '092244.673000', '092244.681000', '092244.684000', '092244.687000', '092244.689000', '092244.692000', '092244.694000', '092244.697000', '092244.700000', '092244.702000', '092244.705000', '092244.708000', '092244.710000', '092244.713000', '092244.715000', '092244.718000', '092244.721000', '092244.723000', '092244.726000', '092244.728000', '092244.731000', '092244.733000', '092244.736000', '092244.739000', '092244.741000', '092244.744000', '092244.746000', '092244.749000', '092244.751000', '092244.754000', '092244.756000', '092244.759000', '092244.761000', '092244.764000', '092244.767000', '092244.769000', '092304.651000', '092304.654000', '092304.668000', '092304.671000', '092304.673000', '092304.676000', '092304.678000', '092304.681000', '092304.683000', '092304.686000', '092304.688000', '092304.691000', '092304.694000', '092304.696000', '092304.699000', '092304.701000', '092304.704000', '092304.707000', '092304.709000', '092304.712000', '092304.714000', '092304.717000', '092304.720000', '092304.722000', '092304.725000', '092304.727000', '092304.730000', '092304.733000', '092304.735000', '092304.738000', '092304.740000', '092304.743000', '092304.746000', '092304.748000', '092304.751000', '092304.753000', '092304.756000', '092304.758000', '092304.761000', '092304.764000', '092304.766000', '092304.769000', '092304.771000', '092324.651000', '092324.654000', '092324.657000', '092324.659000', '092324.662000', '092324.665000', '092324.667000', '092324.670000', '092324.672000', '092324.675000', '092324.678000', '092324.680000', '092324.683000', '092324.685000', '092324.688000', '092324.691000', '092324.693000', '092324.696000', '092324.698000', '092324.701000', '092324.704000', '092324.706000', '092324.709000', '092324.711000', '092324.714000', '092324.717000', '092324.719000', '092324.722000', '092324.724000', '092324.727000', '092324.730000', '092324.732000', '092324.735000', '092324.737000', '092324.740000', '092324.742000', '092324.745000', '092324.747000', '092324.750000', '092324.752000', '092324.755000', '092324.762000', '092324.765000', '092344.651000', '092344.654000', '092344.657000', '092344.660000', '092344.662000', '092344.665000', '092344.667000', '092344.670000', '092344.673000', '092344.675000', '092344.678000', '092344.680000', '092344.683000', '092344.685000', '092344.688000', '092344.691000', '092344.693000', '092344.696000', '092344.698000', '092344.701000', '092344.703000', '092344.706000', '092344.709000', '092344.711000', '092344.714000', '092344.716000', '092344.719000', '092344.721000', '092344.724000', '092344.727000', '092344.729000', '092344.732000', '092344.734000', '092344.737000', '092344.739000', '092344.742000', '092344.745000', '092344.747000', '092344.750000', '092344.752000', '092344.755000', '092344.757000', '092344.760000', '092344.762000', '092404.652000', '092404.654000', '092404.657000', '092404.660000', '092404.662000', '092404.665000', '092404.667000', '092404.670000', '092404.672000', '092404.675000', '092404.678000', '092404.681000', '092404.684000', '092404.687000', '092404.690000', '092404.693000', '092404.695000', '092404.698000', '092404.701000', '092404.703000', '092404.706000', '092404.708000', '092404.711000', '092404.713000', '092404.716000', '092404.718000', '092404.721000', '092404.724000', '092404.726000', '092404.729000', '092404.731000', '092404.734000', '092404.737000', '092404.739000', '092404.742000', '092404.744000', '092404.747000', '092404.750000', '092404.752000', '092404.755000', '092404.757000', '092404.760000', '092404.762000', '092424.651000', '092424.654000', '092424.657000', '092424.659000', '092424.662000', '092424.665000', '092424.667000', '092424.670000', '092424.672000', '092424.675000', '092424.677000', '092424.680000', '092424.683000', '092424.685000', '092424.688000', '092424.690000', '092424.693000', '092424.695000', '092424.698000', '092424.701000', '092424.703000', '092424.706000', '092424.708000', '092424.711000', '092424.713000', '092424.716000', '092424.719000', '092424.721000', '092424.735000', '092424.737000', '092424.740000', '092424.743000', '092424.745000', '092424.748000', '092424.750000', '092424.753000', '092424.755000', '092424.758000', '092424.760000', '092424.763000', '092424.766000', '092424.768000', '092424.771000', '092424.773000', '092444.652000', '092444.655000', '092444.658000', '092444.660000', '092444.663000', '092444.666000', '092444.668000', '092444.671000', '092444.673000', '092444.676000', '092444.679000', '092444.681000', '092444.684000', '092444.687000', '092444.689000', '092444.692000', '092444.694000', '092444.697000', '092444.699000', '092444.702000', '092444.705000', '092444.707000', '092444.710000', '092444.712000', '092444.715000', '092444.717000', '092444.720000', '092444.723000', '092444.725000', '092444.728000', '092444.730000', '092444.733000', '092444.735000', '092444.738000', '092444.741000', '092444.743000', '092444.746000', '092444.748000', '092444.751000', '092444.754000', '092444.756000', '092444.759000', '092444.761000', '092504.653000', '092504.655000', '092504.658000', '092504.661000', '092504.663000', '092504.666000', '092504.668000', '092504.671000', '092504.674000', '092504.676000', '092504.679000', '092504.681000', '092504.684000', '092504.687000', '092504.689000', '092504.692000', '092504.694000', '092504.697000', '092504.700000', '092504.702000', '092504.705000', '092504.708000', '092504.710000', '092504.713000', '092504.715000', '092504.718000', '092504.721000', '092504.724000', '092504.726000', '092504.729000', '092504.731000', '092504.734000', '092504.737000', '092504.739000', '092504.742000', '092504.744000', '092504.747000', '092504.749000', '092504.752000', '092504.754000', '092504.757000', '092504.760000', '092504.762000', '092504.765000', '092524.652000', '092524.654000', '092524.657000', '092524.660000', '092524.662000', '092524.665000', '092524.668000', '092524.670000', '092524.673000', '092524.675000', '092524.678000', '092524.681000', '092524.683000', '092524.686000', '092524.689000', '092524.691000', '092524.694000', '092524.696000', '092524.699000', '092524.701000', '092524.704000', '092524.707000', '092524.709000', '092524.712000', '092524.714000', '092524.723000', '092524.726000', '092524.729000', '092524.732000', '092524.734000', '092524.737000', '092524.739000', '092524.742000', '092524.744000', '092524.747000', '092524.750000', '092524.752000', '092524.755000', '092524.757000', '092524.760000', '092524.762000', '092524.765000', '092524.768000', '092544.651000', '092544.654000', '092544.657000', '092544.659000', '092544.662000', '092544.664000', '092544.667000', '092544.670000', '092544.672000', '092544.675000', '092544.677000', '092544.680000', '092544.683000', '092544.685000', '092544.688000', '092544.690000', '092544.693000', '092544.696000', '092544.698000', '092544.701000', '092544.703000', '092544.706000', '092544.709000', '092544.711000', '092544.714000', '092544.716000', '092544.719000', '092544.722000', '092544.724000', '092544.727000', '092544.729000', '092544.732000', '092544.735000', '092544.737000', '092544.740000', '092544.742000', '092544.745000', '092544.749000', '092544.760000', '092544.763000', '092544.765000', '092544.768000', '092544.770000', '092544.773000', '092604.652000', '092604.654000', '092604.657000', '092604.659000', '092604.662000', '092604.665000', '092604.667000', '092604.670000', '092604.672000', '092604.675000', '092604.678000', '092604.680000', '092604.683000', '092604.685000', '092604.688000', '092604.691000', '092604.693000', '092604.696000', '092604.698000', '092604.701000', '092604.704000', '092604.706000', '092604.709000', '092604.711000', '092604.714000', '092604.717000', '092604.720000', '092604.722000', '092604.725000', '092604.728000', '092604.731000', '092604.733000', '092604.736000', '092604.738000', '092604.741000', '092604.744000', '092604.746000', '092604.749000', '092604.751000', '092604.754000', '092604.757000', '092604.759000', '092604.762000', '092624.651000', '092624.654000', '092624.657000', '092624.660000', '092624.662000', '092624.665000', '092624.667000', '092624.670000', '092624.673000', '092624.675000', '092624.678000', '092624.680000', '092624.683000', '092624.686000', '092624.688000', '092624.691000', '092624.693000', '092624.696000', '092624.698000', '092624.701000', '092624.703000', '092624.706000', '092624.709000', '092624.711000', '092624.714000', '092624.716000', '092624.719000', '092624.721000', '092624.724000', '092624.727000', '092624.729000', '092624.732000', '092624.734000', '092624.737000', '092624.739000', '092624.742000', '092624.745000', '092624.747000', '092624.750000', '092624.753000', '092624.755000', '092624.758000', '092624.760000', '092624.763000', '092637.356000', '092637.359000', '092637.362000', '092637.365000', '092637.367000', '092637.370000', '092637.373000', '092637.375000', '092637.378000', '092637.381000', '092637.383000', '092637.386000', '092637.389000', '092637.391000', '092637.394000', '092637.397000', '092637.400000', '092637.403000', '092637.405000', '092637.408000', '092637.411000', '092637.413000', '092637.416000', '092637.419000', '092637.422000', '092637.424000', '092637.427000', '092637.430000'], 'InstanceCreationTime': ['092024.689000', '092024.692000', '092024.694000', '092024.697000', '092024.699000', '092024.702000', '092024.705000', '092024.707000', '092024.710000', '092024.721000', '092024.724000', '092024.726000', '092024.729000', '092024.732000', '092024.734000', '092024.737000', '092024.739000', '092024.742000', '092024.744000', '092024.747000', '092024.749000', '092024.752000', '092024.755000', '092024.757000', '092024.760000', '092024.762000', '092024.765000', '092024.767000', '092024.770000', '092024.772000', '092024.775000', '092024.778000', '092024.780000', '092024.786000', '092024.789000', '092024.791000', '092024.794000', '092024.796000', '092024.799000', '092024.801000', '092024.804000', '092024.807000', '092024.810000', '092024.813000', '092024.815000', '092024.818000', '092024.820000', '092024.823000', '092024.825000', '092024.828000', '092024.830000', '092024.833000', '092024.835000', '092024.838000', '092024.841000', '092024.843000', '092024.846000', '092024.848000', '092024.851000', '092024.853000', '092024.856000', '092044.651000', '092044.654000', '092044.657000', '092044.659000', '092044.662000', '092044.664000', '092044.667000', '092044.669000', '092044.672000', '092044.674000', '092044.677000', '092044.679000', '092044.682000', '092044.685000', '092044.687000', '092044.690000', '092044.692000', '092044.695000', '092044.697000', '092044.700000', '092044.703000', '092044.705000', '092044.708000', '092044.710000', '092044.713000', '092044.715000', '092044.718000', '092044.720000', '092044.723000', '092044.726000', '092044.728000', '092044.731000', '092044.733000', '092044.736000', '092044.738000', '092044.741000', '092044.744000', '092044.746000', '092044.749000', '092044.751000', '092044.754000', '092044.756000', '092044.759000', '092044.761000', '092104.651000', '092104.654000', '092104.657000', '092104.659000', '092104.662000', '092104.664000', '092104.667000', '092104.670000', '092104.672000', '092104.675000', '092104.677000', '092104.680000', '092104.682000', '092104.685000', '092104.688000', '092104.690000', '092104.693000', '092104.695000', '092104.698000', '092104.700000', '092104.703000', '092104.705000', '092104.708000', '092104.711000', '092104.713000', '092104.716000', '092104.718000', '092104.721000', '092104.723000', '092104.726000', '092104.729000', '092104.731000', '092104.734000', '092104.736000', '092104.739000', '092104.741000', '092104.744000', '092104.746000', '092104.749000', '092104.751000', '092104.754000', '092104.757000', '092104.759000', '092124.651000', '092124.654000', '092124.657000', '092124.660000', '092124.662000', '092124.665000', '092124.667000', '092124.683000', '092124.685000', '092124.688000', '092124.691000', '092124.693000', '092124.696000', '092124.698000', '092124.701000', '092124.703000', '092124.706000', '092124.708000', '092124.711000', '092124.714000', '092124.716000', '092124.719000', '092124.721000', '092124.724000', '092124.726000', '092124.729000', '092124.731000', '092124.734000', '092124.737000', '092124.739000', '092124.742000', '092124.744000', '092124.747000', '092124.749000', '092124.752000', '092124.755000', '092124.757000', '092124.760000', '092124.762000', '092124.765000', '092124.767000', '092124.770000', '092124.772000', '092124.775000', '092144.651000', '092144.654000', '092144.657000', '092144.659000', '092144.662000', '092144.664000', '092144.667000', '092144.669000', '092144.672000', '092144.675000', '092144.677000', '092144.680000', '092144.682000', '092144.685000', '092144.687000', '092144.690000', '092144.693000', '092144.695000', '092144.698000', '092144.700000', '092144.703000', '092144.705000', '092144.708000', '092144.711000', '092144.713000', '092144.716000', '092144.718000', '092144.721000', '092144.724000', '092144.726000', '092144.729000', '092144.731000', '092144.734000', '092144.736000', '092144.739000', '092144.741000', '092144.744000', '092144.746000', '092144.749000', '092144.752000', '092144.754000', '092144.757000', '092144.759000', '092204.651000', '092204.654000', '092204.657000', '092204.659000', '092204.662000', '092204.664000', '092204.667000', '092204.669000', '092204.672000', '092204.675000', '092204.677000', '092204.680000', '092204.682000', '092204.685000', '092204.687000', '092204.690000', '092204.693000', '092204.695000', '092204.698000', '092204.700000', '092204.703000', '092204.705000', '092204.708000', '092204.711000', '092204.713000', '092204.716000', '092204.718000', '092204.721000', '092204.723000', '092204.726000', '092204.728000', '092204.731000', '092204.733000', '092204.736000', '092204.739000', '092204.741000', '092204.744000', '092204.746000', '092204.749000', '092204.751000', '092204.754000', '092204.756000', '092204.759000', '092204.762000', '092224.653000', '092224.655000', '092224.658000', '092224.661000', '092224.663000', '092224.666000', '092224.668000', '092224.671000', '092224.673000', '092224.676000', '092224.679000', '092224.681000', '092224.684000', '092224.686000', '092224.689000', '092224.692000', '092224.694000', '092224.697000', '092224.699000', '092224.702000', '092224.705000', '092224.707000', '092224.710000', '092224.712000', '092224.715000', '092224.717000', '092224.720000', '092224.722000', '092224.725000', '092224.728000', '092224.730000', '092224.733000', '092224.735000', '092224.738000', '092224.741000', '092224.743000', '092224.746000', '092224.748000', '092224.751000', '092224.753000', '092224.756000', '092224.759000', '092224.761000', '092244.653000', '092244.655000', '092244.658000', '092244.660000', '092244.663000', '092244.666000', '092244.668000', '092244.671000', '092244.673000', '092244.681000', '092244.684000', '092244.687000', '092244.689000', '092244.692000', '092244.694000', '092244.697000', '092244.700000', '092244.702000', '092244.705000', '092244.708000', '092244.710000', '092244.713000', '092244.715000', '092244.718000', '092244.721000', '092244.723000', '092244.726000', '092244.728000', '092244.731000', '092244.733000', '092244.736000', '092244.739000', '092244.741000', '092244.744000', '092244.746000', '092244.749000', '092244.751000', '092244.754000', '092244.756000', '092244.759000', '092244.761000', '092244.764000', '092244.767000', '092244.769000', '092304.651000', '092304.654000', '092304.668000', '092304.671000', '092304.673000', '092304.676000', '092304.678000', '092304.681000', '092304.683000', '092304.686000', '092304.688000', '092304.691000', '092304.694000', '092304.696000', '092304.699000', '092304.701000', '092304.704000', '092304.707000', '092304.709000', '092304.712000', '092304.714000', '092304.717000', '092304.720000', '092304.722000', '092304.725000', '092304.727000', '092304.730000', '092304.733000', '092304.735000', '092304.738000', '092304.740000', '092304.743000', '092304.746000', '092304.748000', '092304.751000', '092304.753000', '092304.756000', '092304.758000', '092304.761000', '092304.764000', '092304.766000', '092304.769000', '092304.771000', '092324.651000', '092324.654000', '092324.657000', '092324.659000', '092324.662000', '092324.665000', '092324.667000', '092324.670000', '092324.672000', '092324.675000', '092324.678000', '092324.680000', '092324.683000', '092324.685000', '092324.688000', '092324.691000', '092324.693000', '092324.696000', '092324.698000', '092324.701000', '092324.704000', '092324.706000', '092324.709000', '092324.711000', '092324.714000', '092324.717000', '092324.719000', '092324.722000', '092324.724000', '092324.727000', '092324.730000', '092324.732000', '092324.735000', '092324.737000', '092324.740000', '092324.742000', '092324.745000', '092324.747000', '092324.750000', '092324.752000', '092324.755000', '092324.762000', '092324.765000', '092344.651000', '092344.654000', '092344.657000', '092344.660000', '092344.662000', '092344.665000', '092344.667000', '092344.670000', '092344.673000', '092344.675000', '092344.678000', '092344.680000', '092344.683000', '092344.685000', '092344.688000', '092344.691000', '092344.693000', '092344.696000', '092344.698000', '092344.701000', '092344.703000', '092344.706000', '092344.709000', '092344.711000', '092344.714000', '092344.716000', '092344.719000', '092344.721000', '092344.724000', '092344.727000', '092344.729000', '092344.732000', '092344.734000', '092344.737000', '092344.739000', '092344.742000', '092344.745000', '092344.747000', '092344.750000', '092344.752000', '092344.755000', '092344.757000', '092344.760000', '092344.762000', '092404.652000', '092404.654000', '092404.657000', '092404.660000', '092404.662000', '092404.665000', '092404.667000', '092404.670000', '092404.672000', '092404.675000', '092404.678000', '092404.681000', '092404.684000', '092404.687000', '092404.690000', '092404.693000', '092404.695000', '092404.698000', '092404.701000', '092404.703000', '092404.706000', '092404.708000', '092404.711000', '092404.713000', '092404.716000', '092404.718000', '092404.721000', '092404.724000', '092404.726000', '092404.729000', '092404.731000', '092404.734000', '092404.737000', '092404.739000', '092404.742000', '092404.744000', '092404.747000', '092404.750000', '092404.752000', '092404.755000', '092404.757000', '092404.760000', '092404.762000', '092424.651000', '092424.654000', '092424.657000', '092424.659000', '092424.662000', '092424.665000', '092424.667000', '092424.670000', '092424.672000', '092424.675000', '092424.677000', '092424.680000', '092424.683000', '092424.685000', '092424.688000', '092424.690000', '092424.693000', '092424.695000', '092424.698000', '092424.701000', '092424.703000', '092424.706000', '092424.708000', '092424.711000', '092424.713000', '092424.716000', '092424.719000', '092424.721000', '092424.735000', '092424.737000', '092424.740000', '092424.743000', '092424.745000', '092424.748000', '092424.750000', '092424.753000', '092424.755000', '092424.758000', '092424.760000', '092424.763000', '092424.766000', '092424.768000', '092424.771000', '092424.773000', '092444.652000', '092444.655000', '092444.658000', '092444.660000', '092444.663000', '092444.666000', '092444.668000', '092444.671000', '092444.673000', '092444.676000', '092444.679000', '092444.681000', '092444.684000', '092444.687000', '092444.689000', '092444.692000', '092444.694000', '092444.697000', '092444.699000', '092444.702000', '092444.705000', '092444.707000', '092444.710000', '092444.712000', '092444.715000', '092444.717000', '092444.720000', '092444.723000', '092444.725000', '092444.728000', '092444.730000', '092444.733000', '092444.735000', '092444.738000', '092444.741000', '092444.743000', '092444.746000', '092444.748000', '092444.751000', '092444.754000', '092444.756000', '092444.759000', '092444.761000', '092504.653000', '092504.655000', '092504.658000', '092504.661000', '092504.663000', '092504.666000', '092504.668000', '092504.671000', '092504.674000', '092504.676000', '092504.679000', '092504.681000', '092504.684000', '092504.687000', '092504.689000', '092504.692000', '092504.694000', '092504.697000', '092504.700000', '092504.702000', '092504.705000', '092504.708000', '092504.710000', '092504.713000', '092504.715000', '092504.718000', '092504.721000', '092504.724000', '092504.726000', '092504.729000', '092504.731000', '092504.734000', '092504.737000', '092504.739000', '092504.742000', '092504.744000', '092504.747000', '092504.749000', '092504.752000', '092504.754000', '092504.757000', '092504.760000', '092504.762000', '092504.765000', '092524.652000', '092524.654000', '092524.657000', '092524.660000', '092524.662000', '092524.665000', '092524.668000', '092524.670000', '092524.673000', '092524.675000', '092524.678000', '092524.681000', '092524.683000', '092524.686000', '092524.689000', '092524.691000', '092524.694000', '092524.696000', '092524.699000', '092524.701000', '092524.704000', '092524.707000', '092524.709000', '092524.712000', '092524.714000', '092524.723000', '092524.726000', '092524.729000', '092524.732000', '092524.734000', '092524.737000', '092524.739000', '092524.742000', '092524.744000', '092524.747000', '092524.750000', '092524.752000', '092524.755000', '092524.757000', '092524.760000', '092524.762000', '092524.765000', '092524.768000', '092544.651000', '092544.654000', '092544.657000', '092544.659000', '092544.662000', '092544.664000', '092544.667000', '092544.670000', '092544.672000', '092544.675000', '092544.677000', '092544.680000', '092544.683000', '092544.685000', '092544.688000', '092544.690000', '092544.693000', '092544.696000', '092544.698000', '092544.701000', '092544.703000', '092544.706000', '092544.709000', '092544.711000', '092544.714000', '092544.716000', '092544.719000', '092544.722000', '092544.724000', '092544.727000', '092544.729000', '092544.732000', '092544.735000', '092544.737000', '092544.740000', '092544.742000', '092544.745000', '092544.749000', '092544.760000', '092544.763000', '092544.765000', '092544.768000', '092544.770000', '092544.773000', '092604.652000', '092604.654000', '092604.657000', '092604.659000', '092604.662000', '092604.665000', '092604.667000', '092604.670000', '092604.672000', '092604.675000', '092604.678000', '092604.680000', '092604.683000', '092604.685000', '092604.688000', '092604.691000', '092604.693000', '092604.696000', '092604.698000', '092604.701000', '092604.704000', '092604.706000', '092604.709000', '092604.711000', '092604.714000', '092604.717000', '092604.720000', '092604.722000', '092604.725000', '092604.728000', '092604.731000', '092604.733000', '092604.736000', '092604.738000', '092604.741000', '092604.744000', '092604.746000', '092604.749000', '092604.751000', '092604.754000', '092604.757000', '092604.759000', '092604.762000', '092624.651000', '092624.654000', '092624.657000', '092624.660000', '092624.662000', '092624.665000', '092624.667000', '092624.670000', '092624.673000', '092624.675000', '092624.678000', '092624.680000', '092624.683000', '092624.686000', '092624.688000', '092624.691000', '092624.693000', '092624.696000', '092624.698000', '092624.701000', '092624.703000', '092624.706000', '092624.709000', '092624.711000', '092624.714000', '092624.716000', '092624.719000', '092624.721000', '092624.724000', '092624.727000', '092624.729000', '092624.732000', '092624.734000', '092624.737000', '092624.739000', '092624.742000', '092624.745000', '092624.747000', '092624.750000', '092624.753000', '092624.755000', '092624.758000', '092624.760000', '092624.763000', '092637.356000', '092637.359000', '092637.362000', '092637.365000', '092637.367000', '092637.370000', '092637.373000', '092637.375000', '092637.378000', '092637.381000', '092637.383000', '092637.386000', '092637.389000', '092637.391000', '092637.394000', '092637.397000', '092637.400000', '092637.403000', '092637.405000', '092637.408000', '092637.411000', '092637.413000', '092637.416000', '092637.419000', '092637.422000', '092637.424000', '092637.427000', '092637.430000'], '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': [14548, 9175, 14495, 8830, 9045, 15686, 9411, 12876, 8666, 8968, 14378, 8548, 9623, 12699, 8746, 11684, 8152, 9145, 11421, 8546, 10347, 7977, 8973, 12364, 8247, 10252, 7506, 8664, 10976, 8341, 9050, 9689, 8827, 12143, 8558, 9757, 12969, 8761, 11513, 8850, 9003, 11642, 8137, 9025, 12777, 8398, 9183, 9607, 8808, 10676, 7867, 8923, 11955, 8509, 10040, 7529, 8998, 11487, 7834, 8773, 11672, 8497, 10501, 7931, 8508, 11246, 7927, 8707, 8932, 8103, 9370, 8595, 11540, 8827, 11412, 8795, 10719, 8075, 8738, 13901, 8422, 10686, 12567, 8086, 12128, 8257, 10976, 12877, 9234, 14521, 9318, 15431, 9568, 12740, 14427, 9396, 14510, 8745, 10788, 9440, 9356, 13696, 9141, 10534, 8515, 9308, 11996, 8878, 10706, 8263, 8545, 7782, 9115, 11059, 8647, 9168, 7740, 9010, 11691, 8615, 10933, 7952, 9225, 10203, 8660, 11079, 8003, 8858, 13587, 8103, 10369, 10066, 8402, 12202, 8042, 8734, 12044, 7962, 11050, 7873, 8221, 7366, 8538, 13155, 7751, 10358, 7755, 10056, 7631, 9482, 13575, 8140, 11774, 7920, 9507, 7190, 7907, 8383, 7811, 12875, 8422, 11410, 11482, 7990, 12310, 10552, 8338, 12261, 9622, 8833, 12539, 8140, 8861, 14209, 8345, 10448, 12521, 8950, 13028, 8400, 9675, 14279, 8962, 12918, 8114, 9303, 12823, 8989, 10951, 7953, 8930, 12586, 8834, 11339, 8344, 9274, 8973, 9208, 11020, 8373, 11302, 8298, 9107, 14158, 8185, 9925, 14338, 8678, 11343, 10791, 8858, 11473, 7705, 9181, 12458, 8722, 9829, 8570, 8849, 11074, 7866, 8923, 10202, 8258, 10412, 8314, 8799, 9718, 8298, 10155, 8556, 8684, 11284, 7901, 12166, 8424, 10002, 7576, 9898, 7478, 9259, 8501, 8533, 11752, 8813, 13249, 15265, 9625, 11684, 8373, 8550, 11857, 8130, 9381, 13868, 8148, 11645, 7191, 8447, 9103, 8059, 10746, 7429, 8233, 10596, 8061, 11237, 7602, 11033, 7806, 8696, 7758, 8866, 8627, 8728, 13640, 9507, 8880, 14592, 8434, 11970, 10753, 8887, 12567, 8254, 9130, 14016, 8517, 11843, 8573, 9288, 12613, 8744, 9191, 7642, 8787, 11901, 8475, 10733, 7966, 9163, 11897, 8456, 9432, 13702, 8855, 11325, 9533, 9315, 12107, 8328, 9266, 12277, 8635, 10035, 11464, 8615, 10993, 7694, 8843, 11823, 8586, 9773, 7688, 8437, 11776, 8601, 10228, 7649, 8589, 11114, 8184, 9561, 8967, 8331, 10719, 8554, 11285, 8127, 10802, 7459, 8526, 9696, 8730, 13918, 8459, 9441, 14341, 8679, 12650, 8438, 9023, 9519, 9521, 14603, 9798, 13864, 11345, 9255, 13973, 8525, 9369, 13515, 9152, 12334, 8390, 9304, 13672, 9100, 10390, 10469, 9003, 10489, 8104, 9233, 11329, 8745, 9144, 8512, 8976, 10361, 8258, 9058, 11717, 8508, 10327, 8110, 9216, 11780, 8969, 9580, 12627, 8910, 11033, 12742, 9187, 11366, 10918, 9187, 11495, 8391, 9352, 12503, 8855, 9689, 10078, 8843, 11585, 8172, 9091, 12889, 8552, 9471, 11912, 8732, 10448, 7744, 8929, 11919, 8426, 9155, 10745, 8804, 10287, 8000, 8894, 11721, 8687, 9779, 8325, 8975, 12385, 8890, 10876, 8070, 8890, 11827, 8883, 9923, 10989, 8826, 11831, 8453, 9336, 13263, 9013, 9760, 9015, 8860, 12121, 8621, 9653, 7813, 9317, 11466, 8918, 11001, 8438, 9268, 10427, 9098, 12152, 8784, 11127, 8377, 9141, 7875, 8900, 10486, 8333, 12714, 9119, 11358, 9064, 10184, 8618, 11021, 8687, 9452, 14871, 9174, 12492, 13338, 9191, 13065, 8432, 9447, 12550, 9032, 11008, 8738, 9252, 10030, 9084, 11711, 8795, 9705, 8402, 9297, 11593, 8910, 10405, 8235, 9439, 11961, 9051, 10808, 8374, 9475, 12050, 9058, 10471, 7930, 9425, 11653, 8697, 9532, 8246, 9059, 8311, 8647, 10015, 8774, 12083, 8778, 11585, 7774, 8963, 14205, 7923, 9856, 14436, 8751, 11611, 9134, 9235, 13946, 8985, 13071, 8766, 9426, 15482, 9561, 13635, 8946, 9550, 14373, 9505, 12757, 8676, 9674, 12280, 9183, 11927, 8908, 9647, 11072, 9257, 10527, 8698, 9666, 12572, 8867, 10475, 8679, 9650, 8789, 9327, 10766, 7848, 10643, 8465, 9360, 8124, 9384, 11340, 8927, 12604, 8172, 9376, 13500, 8700, 9444, 8520, 8930, 11980, 8191, 8856, 9082, 8555, 11286, 8082, 8750, 6574, 8428, 10606, 7551, 8906, 12819, 8345, 11129, 7700, 8878, 12380, 8436, 11116, 7835, 8610, 9481, 8835, 12283, 8208, 11182, 7672, 11485, 8906, 10297, 9174, 11343, 9075, 8673, 14504, 11213, 8852, 12096, 8675, 11365, 7945, 8708, 13607, 8402, 11696, 8407, 9463, 9033, 8463, 13179, 8750, 9635, 12491, 8169, 11770, 7703, 8648, 11041, 8376, 10943, 7818, 8680, 12711, 8850, 10653, 7779, 8627, 12368, 8646, 10707, 8490, 8676, 13541, 8931, 11864, 8713, 8761, 12645, 8699, 10438, 8572, 8869, 9708, 9091, 11905, 9264, 10968, 8996, 9017, 9203, 8506, 13083, 8836, 8891, 14504, 9236, 11627, 8849, 8294, 13531, 9126, 10423, 12696, 8284, 12703, 8784, 11319, 10357, 9645, 12526, 8337, 11846, 8277, 8872, 8205, 8263, 8816, 9241, 14655, 9060, 11584, 9986, 9352, 12931, 8061, 9282, 13684, 9046, 10122, 8763, 9334, 11254, 8786, 9959, 8308, 8954, 11200, 9114, 9550, 8970, 9437, 11319, 9109, 10832, 8982, 9188, 12212, 9236, 10419, 8660, 9122, 12146, 9065, 11535, 8620, 8921, 13538, 8772, 11191, 10488, 8995, 13524, 8837, 11018, 8648, 8992, 13178, 9130, 11753, 7805, 9341, 14119, 8883, 11307, 8944, 9243, 13563, 8768, 10963, 9002, 9135, 12824, 8853, 9858, 10922, 9050, 11842, 8761, 9319, 13040, 9097, 11797, 8577, 9465, 10576, 9014, 10773, 8552, 9693, 11138, 9291, 11825, 8537, 9326, 10832, 9483, 11955, 9000, 9769, 8902, 9772, 11934, 9405, 11429, 9139, 10636, 9177, 10434, 9476, 12202, 8993, 10877, 14865, 9160, 12599, 10633, 9632, 14814, 9129, 12375, 15583, 9743, 15473, 10540, 13503, 11947, 9234, 16400, 9711, 13326, 9268, 9419, 12188, 9036, 13839, 9263, 10224, 8861, 9214, 10192, 9307, 11393, 9206, 8929, 8999, 9579, 10029, 9657, 11877, 9474, 9479, 9111, 9738, 11642, 9427, 11783, 8985, 9538, 12468, 9397, 12279, 8606, 9527, 11251, 9375, 12036, 8961, 10262, 8167, 8496, 7819, 8810, 7773, 9318, 8036], 'WindowCenter': [4102.0, 4034.0, 4061.0, 4006.0, 4004.0, 4044.0, 4002.0, 4020.0, 3987.0, 3987.0, 4017.0, 3974.0, 3985.0, 4004.0, 3974.0, 4007.0, 3976.0, 3985.0, 4005.0, 3975.0, 3995.0, 3975.0, 3986.0, 4018.0, 3986.0, 4009.0, 3966.0, 3987.0, 4007.0, 3988.0, 4001.0, 4010.0, 4000.0, 4019.0, 3988.0, 3999.0, 4019.0, 3987.0, 4008.0, 3986.0, 3998.0, 4008.0, 3977.0, 3999.0, 4018.0, 3989.0, 3999.0, 3999.0, 3999.0, 4022.0, 3990.0, 4000.0, 4020.0, 4000.0, 4009.0, 3977.0, 4000.0, 4021.0, 3989.0, 4000.0, 4020.0, 4000.0, 4013.0, 3990.0, 4003.0, 4037.0, 4004.0, 4017.0, 4026.0, 4005.0, 4025.0, 4014.0, 4033.0, 4014.0, 4033.0, 4016.0, 4025.0, 4004.0, 4016.0, 4058.0, 4017.0, 4038.0, 4034.0, 4004.0, 4049.0, 4005.0, 4024.0, 4033.0, 4001.0, 4030.0, 4000.0, 4031.0, 3987.0, 4007.0, 4017.0, 3972.0, 4015.0, 3973.0, 3983.0, 3970.0, 3971.0, 4001.0, 3970.0, 3980.0, 3959.0, 3971.0, 3992.0, 3970.0, 3981.0, 3960.0, 3972.0, 3961.0, 3974.0, 3993.0, 3975.0, 3985.0, 3975.0, 3999.0, 4006.0, 3985.0, 3995.0, 3975.0, 3987.0, 3997.0, 3988.0, 4009.0, 3977.0, 3989.0, 4019.0, 3978.0, 3998.0, 3998.0, 3976.0, 4018.0, 3976.0, 3989.0, 4021.0, 3991.0, 4022.0, 3990.0, 3989.0, 3979.0, 4006.0, 4047.0, 4005.0, 4013.0, 3994.0, 4013.0, 3992.0, 4027.0, 4059.0, 4007.0, 4036.0, 4004.0, 4012.0, 3981.0, 3991.0, 3990.0, 3992.0, 4033.0, 4003.0, 4035.0, 4036.0, 4006.0, 4036.0, 4023.0, 4005.0, 4048.0, 4012.0, 4001.0, 4032.0, 3989.0, 4002.0, 4044.0, 4003.0, 4011.0, 4020.0, 3988.0, 4018.0, 3976.0, 3987.0, 4017.0, 3988.0, 4019.0, 3975.0, 3986.0, 4005.0, 3975.0, 3995.0, 3975.0, 4001.0, 4034.0, 4001.0, 4009.0, 3989.0, 4000.0, 3985.0, 3987.0, 4005.0, 3988.0, 4008.0, 3987.0, 3998.0, 4030.0, 3976.0, 3997.0, 4028.0, 3975.0, 4007.0, 3995.0, 3985.0, 4005.0, 3976.0, 3986.0, 4006.0, 3975.0, 3997.0, 3986.0, 3988.0, 4009.0, 3976.0, 3987.0, 3998.0, 3988.0, 4009.0, 3990.0, 4000.0, 4011.0, 3991.0, 4011.0, 4002.0, 4015.0, 4036.0, 4007.0, 4047.0, 4006.0, 4025.0, 4009.0, 4029.0, 4008.0, 4029.0, 4017.0, 4016.0, 4036.0, 4016.0, 4061.0, 4071.0, 4015.0, 4037.0, 3991.0, 4002.0, 4022.0, 3992.0, 4013.0, 4045.0, 4005.0, 4036.0, 3994.0, 4005.0, 4001.0, 3992.0, 4022.0, 3993.0, 4020.0, 4039.0, 4006.0, 4038.0, 4008.0, 4040.0, 4008.0, 4018.0, 4006.0, 4016.0, 4017.0, 4017.0, 4061.0, 4029.0, 4016.0, 4045.0, 4003.0, 4034.0, 4013.0, 4001.0, 4034.0, 3990.0, 4002.0, 4044.0, 4001.0, 4023.0, 3988.0, 3999.0, 4019.0, 3988.0, 3998.0, 3979.0, 4001.0, 4021.0, 3990.0, 4012.0, 3989.0, 4001.0, 4020.0, 3989.0, 4000.0, 4031.0, 4002.0, 4022.0, 4000.0, 3999.0, 4019.0, 3978.0, 3999.0, 4019.0, 3990.0, 4010.0, 4022.0, 3989.0, 4010.0, 3978.0, 4000.0, 4019.0, 3989.0, 4012.0, 3991.0, 4002.0, 4021.0, 4002.0, 4012.0, 3990.0, 4001.0, 4021.0, 4002.0, 4026.0, 4016.0, 4019.0, 4037.0, 4016.0, 4036.0, 4006.0, 4024.0, 3993.0, 4016.0, 4029.0, 4017.0, 4060.0, 4005.0, 4015.0, 4045.0, 4017.0, 4046.0, 4004.0, 4002.0, 4001.0, 4001.0, 4043.0, 4000.0, 4030.0, 4008.0, 3987.0, 4018.0, 3976.0, 3986.0, 4018.0, 3985.0, 4006.0, 3974.0, 3985.0, 4005.0, 3972.0, 3984.0, 3983.0, 3972.0, 3994.0, 3976.0, 3984.0, 3994.0, 3973.0, 3985.0, 3973.0, 3974.0, 3995.0, 3973.0, 3986.0, 4018.0, 3988.0, 3998.0, 3977.0, 4000.0, 4008.0, 3988.0, 4000.0, 4019.0, 3988.0, 4009.0, 4020.0, 3987.0, 4010.0, 4009.0, 3988.0, 4009.0, 3977.0, 3988.0, 4017.0, 3988.0, 3999.0, 3998.0, 3999.0, 4022.0, 3991.0, 3990.0, 4019.0, 3988.0, 3999.0, 4006.0, 3988.0, 4008.0, 3977.0, 4000.0, 4021.0, 3989.0, 4000.0, 4008.0, 3999.0, 4010.0, 3978.0, 3989.0, 4020.0, 3990.0, 4013.0, 4002.0, 4001.0, 4020.0, 4001.0, 4012.0, 3990.0, 4001.0, 4020.0, 4002.0, 4013.0, 4023.0, 4003.0, 4023.0, 3992.0, 4002.0, 4031.0, 3999.0, 4011.0, 4000.0, 4002.0, 4034.0, 4015.0, 4016.0, 3991.0, 4014.0, 4022.0, 4003.0, 4023.0, 4002.0, 4014.0, 4024.0, 4014.0, 4036.0, 4029.0, 4037.0, 4004.0, 4014.0, 4003.0, 4015.0, 4039.0, 4019.0, 4048.0, 4028.0, 4036.0, 4015.0, 4026.0, 4016.0, 4025.0, 4004.0, 4014.0, 4043.0, 4001.0, 4022.0, 4020.0, 3990.0, 4021.0, 3978.0, 3998.0, 4019.0, 3988.0, 4008.0, 3986.0, 3987.0, 3997.0, 3987.0, 4020.0, 4000.0, 3999.0, 3977.0, 4000.0, 4009.0, 3988.0, 4008.0, 3988.0, 4000.0, 4022.0, 4000.0, 4011.0, 3989.0, 4001.0, 4020.0, 4001.0, 4012.0, 3990.0, 4003.0, 4036.0, 4016.0, 4014.0, 4005.0, 4014.0, 4004.0, 4014.0, 4023.0, 4003.0, 4032.0, 4017.0, 4048.0, 4007.0, 4029.0, 4059.0, 4005.0, 4026.0, 4045.0, 4004.0, 4025.0, 4003.0, 4003.0, 4034.0, 4002.0, 4034.0, 3990.0, 4001.0, 4030.0, 3988.0, 4019.0, 3987.0, 3986.0, 4016.0, 3984.0, 4005.0, 3973.0, 3984.0, 4005.0, 3985.0, 3994.0, 3973.0, 3983.0, 3994.0, 3984.0, 3995.0, 3975.0, 3986.0, 4020.0, 3988.0, 3999.0, 3976.0, 3998.0, 3986.0, 3988.0, 4011.0, 3993.0, 4023.0, 4002.0, 4001.0, 3990.0, 4002.0, 4024.0, 4004.0, 4024.0, 3990.0, 4001.0, 4032.0, 3990.0, 4001.0, 3990.0, 4001.0, 4023.0, 4003.0, 4017.0, 4015.0, 4003.0, 4012.0, 3991.0, 4003.0, 3982.0, 4003.0, 4024.0, 3993.0, 4014.0, 4045.0, 4005.0, 4025.0, 3994.0, 4016.0, 4035.0, 4005.0, 4027.0, 4008.0, 4032.0, 4030.0, 4018.0, 4050.0, 4032.0, 4037.0, 4008.0, 4036.0, 4018.0, 4024.0, 4015.0, 4025.0, 4004.0, 4005.0, 4047.0, 4024.0, 4002.0, 4022.0, 3992.0, 4022.0, 3979.0, 3991.0, 4032.0, 3992.0, 4022.0, 3990.0, 4002.0, 3990.0, 3991.0, 4031.0, 3988.0, 4001.0, 4020.0, 3990.0, 4022.0, 3978.0, 3989.0, 4009.0, 3989.0, 4010.0, 3979.0, 3990.0, 4032.0, 4001.0, 4011.0, 3979.0, 3991.0, 4020.0, 3990.0, 4011.0, 3990.0, 3991.0, 4032.0, 3990.0, 4021.0, 3989.0, 3990.0, 4021.0, 3990.0, 4025.0, 4005.0, 4015.0, 4015.0, 4015.0, 4023.0, 4002.0, 4023.0, 4003.0, 4015.0, 4014.0, 4017.0, 4047.0, 4004.0, 4015.0, 4046.0, 4015.0, 4024.0, 4001.0, 3992.0, 4033.0, 4001.0, 4013.0, 4033.0, 4003.0, 4036.0, 4003.0, 4024.0, 4027.0, 4017.0, 4021.0, 3992.0, 4021.0, 3991.0, 3991.0, 3977.0, 3977.0, 3987.0, 3999.0, 4043.0, 4000.0, 4010.0, 3997.0, 3987.0, 4018.0, 3966.0, 3986.0, 4016.0, 3987.0, 3999.0, 3987.0, 3988.0, 4007.0, 3987.0, 3998.0, 3976.0, 3988.0, 4008.0, 3999.0, 4013.0, 4001.0, 4001.0, 4010.0, 4001.0, 4011.0, 4000.0, 4001.0, 4021.0, 4002.0, 4026.0, 4004.0, 4014.0, 4033.0, 4003.0, 4024.0, 4002.0, 4003.0, 4033.0, 4004.0, 4025.0, 4023.0, 4002.0, 4032.0, 4001.0, 4013.0, 3989.0, 4001.0, 4032.0, 4002.0, 4021.0, 3979.0, 4001.0, 4031.0, 3989.0, 4011.0, 3988.0, 4000.0, 4032.0, 4001.0, 4010.0, 3988.0, 3999.0, 4019.0, 3989.0, 3999.0, 4009.0, 3989.0, 4020.0, 3990.0, 4002.0, 4020.0, 3989.0, 4019.0, 3988.0, 3999.0, 4009.0, 4000.0, 4024.0, 4002.0, 4012.0, 4011.0, 4001.0, 4022.0, 3990.0, 4002.0, 4011.0, 4014.0, 4047.0, 4015.0, 4015.0, 4002.0, 4010.0, 4020.0, 3999.0, 4021.0, 4013.0, 4024.0, 4013.0, 4023.0, 4015.0, 4035.0, 4015.0, 4036.0, 4044.0, 4014.0, 4035.0, 4023.0, 4028.0, 4057.0, 4014.0, 4023.0, 4042.0, 3989.0, 4031.0, 4000.0, 4008.0, 3994.0, 3974.0, 4013.0, 3972.0, 3991.0, 3959.0, 3960.0, 3980.0, 3958.0, 3991.0, 3959.0, 3970.0, 3947.0, 3959.0, 3968.0, 3959.0, 3979.0, 3959.0, 3961.0, 3961.0, 3973.0, 3972.0, 3973.0, 3993.0, 3984.0, 3984.0, 3974.0, 3987.0, 4007.0, 3988.0, 4008.0, 3987.0, 3988.0, 4007.0, 3987.0, 4009.0, 3976.0, 3988.0, 4009.0, 4001.0, 4020.0, 3990.0, 4000.0, 3991.0, 3990.0, 3979.0, 4000.0, 3990.0, 4012.0, 3992.0], 'WindowWidth': [9110.0, 9002.0, 9034.0, 8945.0, 8939.0, 8996.0, 8932.0, 8953.0, 8902.0, 8903.0, 8942.0, 8882.0, 8897.0, 8921.0, 8881.0, 8930.0, 8888.0, 8897.0, 8923.0, 8884.0, 8910.0, 8884.0, 8901.0, 8947.0, 8902.0, 8936.0, 8875.0, 8905.0, 8932.0, 8907.0, 8929.0, 8940.0, 8925.0, 8951.0, 8908.0, 8925.0, 8950.0, 8904.0, 8934.0, 8902.0, 8920.0, 8935.0, 8891.0, 8922.0, 8947.0, 8908.0, 8923.0, 8921.0, 8924.0, 8959.0, 8915.0, 8928.0, 8953.0, 8926.0, 8938.0, 8893.0, 8926.0, 8956.0, 8912.0, 8927.0, 8953.0, 8927.0, 8948.0, 8912.0, 8936.0, 8990.0, 8942.0, 8963.0, 8975.0, 8945.0, 8970.0, 8953.0, 8979.0, 8952.0, 8977.0, 8959.0, 8970.0, 8939.0, 8959.0, 9020.0, 8964.0, 8992.0, 8979.0, 8939.0, 9007.0, 8939.0, 8967.0, 8976.0, 8928.0, 8968.0, 8924.0, 8971.0, 8902.0, 8931.0, 8940.0, 8874.0, 8937.0, 8876.0, 8888.0, 8866.0, 8869.0, 8909.0, 8865.0, 8880.0, 8850.0, 8868.0, 8902.0, 8867.0, 8884.0, 8853.0, 8873.0, 8857.0, 8878.0, 8904.0, 8880.0, 8896.0, 8886.0, 8922.0, 8926.0, 8897.0, 8912.0, 8884.0, 8901.0, 8915.0, 8904.0, 8934.0, 8889.0, 8908.0, 8948.0, 8892.0, 8920.0, 8917.0, 8888.0, 8946.0, 8889.0, 8909.0, 8955.0, 8913.0, 8958.0, 8910.0, 8910.0, 8896.0, 8941.0, 9000.0, 8943.0, 8948.0, 8923.0, 8946.0, 8919.0, 8974.0, 9019.0, 8946.0, 8983.0, 8938.0, 8944.0, 8902.0, 8915.0, 8912.0, 8919.0, 8977.0, 8934.0, 8982.0, 8983.0, 8945.0, 8987.0, 8962.0, 8941.0, 9006.0, 8945.0, 8928.0, 8972.0, 8909.0, 8929.0, 8991.0, 8934.0, 8943.0, 8952.0, 8905.0, 8947.0, 8886.0, 8903.0, 8943.0, 8905.0, 8949.0, 8883.0, 8897.0, 8923.0, 8881.0, 8909.0, 8882.0, 8930.0, 8981.0, 8930.0, 8935.0, 8908.0, 8925.0, 8896.0, 8902.0, 8925.0, 8905.0, 8933.0, 8903.0, 8919.0, 8964.0, 8887.0, 8917.0, 8958.0, 8883.0, 8929.0, 8909.0, 8894.0, 8924.0, 8887.0, 8899.0, 8925.0, 8884.0, 8916.0, 8900.0, 8905.0, 8934.0, 8887.0, 8903.0, 8920.0, 8907.0, 8935.0, 8910.0, 8925.0, 8943.0, 8915.0, 8943.0, 8932.0, 8955.0, 8986.0, 8948.0, 9001.0, 8946.0, 8967.0, 8953.0, 8978.0, 8951.0, 8980.0, 8961.0, 8959.0, 8985.0, 8958.0, 9029.0, 9045.0, 8954.0, 8985.0, 8916.0, 8931.0, 8958.0, 8919.0, 8948.0, 8996.0, 8945.0, 8985.0, 8925.0, 8942.0, 8929.0, 8919.0, 8959.0, 8921.0, 8972.0, 8995.0, 8947.0, 8991.0, 8951.0, 8998.0, 8951.0, 8964.0, 8946.0, 8960.0, 8962.0, 8962.0, 9030.0, 8982.0, 8958.0, 8994.0, 8935.0, 8979.0, 8945.0, 8929.0, 8977.0, 8912.0, 8930.0, 8993.0, 8928.0, 8958.0, 8906.0, 8923.0, 8948.0, 8905.0, 8920.0, 8894.0, 8928.0, 8957.0, 8912.0, 8945.0, 8908.0, 8928.0, 8953.0, 8907.0, 8926.0, 8971.0, 8931.0, 8957.0, 8923.0, 8921.0, 8950.0, 8892.0, 8921.0, 8948.0, 8911.0, 8942.0, 8959.0, 8911.0, 8939.0, 8894.0, 8925.0, 8949.0, 8910.0, 8946.0, 8918.0, 8934.0, 8955.0, 8933.0, 8946.0, 8912.0, 8929.0, 8956.0, 8932.0, 8970.0, 8958.0, 8967.0, 8988.0, 8958.0, 8987.0, 8946.0, 8966.0, 8922.0, 8960.0, 8980.0, 8961.0, 9026.0, 8942.0, 8955.0, 8995.0, 8960.0, 8997.0, 8937.0, 8932.0, 8929.0, 8928.0, 8991.0, 8924.0, 8965.0, 8930.0, 8901.0, 8944.0, 8884.0, 8899.0, 8946.0, 8897.0, 8926.0, 8879.0, 8894.0, 8922.0, 8872.0, 8891.0, 8887.0, 8873.0, 8906.0, 8884.0, 8893.0, 8905.0, 8877.0, 8894.0, 8877.0, 8879.0, 8908.0, 8879.0, 8900.0, 8948.0, 8905.0, 8918.0, 8889.0, 8926.0, 8933.0, 8906.0, 8924.0, 8948.0, 8906.0, 8937.0, 8950.0, 8904.0, 8938.0, 8936.0, 8905.0, 8933.0, 8887.0, 8903.0, 8943.0, 8904.0, 8922.0, 8919.0, 8922.0, 8957.0, 8914.0, 8911.0, 8947.0, 8904.0, 8921.0, 8928.0, 8904.0, 8933.0, 8889.0, 8924.0, 8956.0, 8909.0, 8926.0, 8934.0, 8922.0, 8938.0, 8891.0, 8909.0, 8950.0, 8911.0, 8949.0, 8932.0, 8928.0, 8953.0, 8927.0, 8944.0, 8910.0, 8930.0, 8953.0, 8930.0, 8949.0, 8960.0, 8934.0, 8962.0, 8918.0, 8931.0, 8969.0, 8924.0, 8942.0, 8925.0, 8930.0, 8979.0, 8956.0, 8957.0, 8917.0, 8951.0, 8960.0, 8935.0, 8961.0, 8933.0, 8951.0, 8963.0, 8952.0, 8987.0, 8983.0, 8990.0, 8940.0, 8951.0, 8935.0, 8956.0, 8995.0, 8968.0, 9004.0, 8979.0, 8985.0, 8954.0, 8971.0, 8957.0, 8968.0, 8936.0, 8950.0, 8990.0, 8926.0, 8958.0, 8951.0, 8908.0, 8954.0, 8892.0, 8918.0, 8946.0, 8903.0, 8931.0, 8900.0, 8901.0, 8914.0, 8900.0, 8952.0, 8925.0, 8922.0, 8889.0, 8923.0, 8933.0, 8905.0, 8931.0, 8905.0, 8922.0, 8956.0, 8925.0, 8940.0, 8908.0, 8927.0, 8952.0, 8926.0, 8944.0, 8910.0, 8932.0, 8983.0, 8958.0, 8953.0, 8942.0, 8954.0, 8940.0, 8953.0, 8964.0, 8935.0, 8971.0, 8962.0, 9006.0, 8948.0, 8983.0, 9024.0, 8941.0, 8970.0, 8993.0, 8936.0, 8966.0, 8935.0, 8933.0, 8975.0, 8930.0, 8977.0, 8910.0, 8926.0, 8967.0, 8903.0, 8949.0, 8901.0, 8897.0, 8937.0, 8892.0, 8922.0, 8874.0, 8891.0, 8921.0, 8894.0, 8906.0, 8875.0, 8889.0, 8904.0, 8892.0, 8908.0, 8880.0, 8899.0, 8953.0, 8904.0, 8918.0, 8885.0, 8916.0, 8900.0, 8905.0, 8939.0, 8920.0, 8959.0, 8932.0, 8928.0, 8913.0, 8930.0, 8963.0, 8937.0, 8962.0, 8910.0, 8928.0, 8969.0, 8910.0, 8926.0, 8910.0, 8926.0, 8959.0, 8935.0, 8960.0, 8954.0, 8934.0, 8942.0, 8914.0, 8936.0, 8904.0, 8934.0, 8962.0, 8920.0, 8951.0, 8995.0, 8939.0, 8968.0, 8924.0, 8957.0, 8979.0, 8939.0, 8971.0, 8952.0, 8989.0, 8983.0, 8964.0, 9009.0, 8992.0, 8987.0, 8948.0, 8985.0, 8963.0, 8964.0, 8951.0, 8967.0, 8935.0, 8937.0, 9002.0, 8961.0, 8931.0, 8954.0, 8915.0, 8955.0, 8893.0, 8911.0, 8970.0, 8917.0, 8957.0, 8912.0, 8930.0, 8910.0, 8912.0, 8967.0, 8905.0, 8925.0, 8949.0, 8909.0, 8955.0, 8894.0, 8910.0, 8935.0, 8908.0, 8936.0, 8894.0, 8911.0, 8970.0, 8925.0, 8939.0, 8895.0, 8912.0, 8950.0, 8911.0, 8940.0, 8912.0, 8913.0, 8970.0, 8911.0, 8955.0, 8909.0, 8912.0, 8954.0, 8912.0, 8967.0, 8940.0, 8954.0, 8955.0, 8953.0, 8960.0, 8932.0, 8959.0, 8934.0, 8954.0, 8951.0, 8961.0, 9001.0, 8936.0, 8953.0, 8997.0, 8954.0, 8963.0, 8928.0, 8918.0, 8973.0, 8927.0, 8946.0, 8972.0, 8933.0, 8983.0, 8932.0, 8964.0, 8972.0, 8959.0, 8956.0, 8918.0, 8953.0, 8913.0, 8912.0, 8888.0, 8886.0, 8900.0, 8920.0, 8989.0, 8924.0, 8936.0, 8914.0, 8900.0, 8945.0, 8872.0, 8897.0, 8939.0, 8898.0, 8919.0, 8903.0, 8904.0, 8926.0, 8900.0, 8917.0, 8884.0, 8904.0, 8930.0, 8922.0, 8947.0, 8927.0, 8927.0, 8939.0, 8926.0, 8941.0, 8924.0, 8929.0, 8956.0, 8932.0, 8971.0, 8937.0, 8949.0, 8975.0, 8933.0, 8965.0, 8930.0, 8933.0, 8975.0, 8937.0, 8967.0, 8962.0, 8932.0, 8971.0, 8926.0, 8946.0, 8909.0, 8926.0, 8973.0, 8930.0, 8955.0, 8896.0, 8927.0, 8969.0, 8909.0, 8940.0, 8906.0, 8925.0, 8973.0, 8928.0, 8937.0, 8904.0, 8920.0, 8946.0, 8906.0, 8922.0, 8933.0, 8908.0, 8950.0, 8911.0, 8929.0, 8951.0, 8908.0, 8949.0, 8904.0, 8922.0, 8935.0, 8925.0, 8963.0, 8933.0, 8944.0, 8942.0, 8927.0, 8956.0, 8911.0, 8931.0, 8942.0, 8950.0, 9003.0, 8956.0, 8952.0, 8933.0, 8939.0, 8950.0, 8922.0, 8955.0, 8948.0, 8964.0, 8949.0, 8963.0, 8955.0, 8982.0, 8956.0, 8986.0, 8993.0, 8950.0, 8982.0, 8961.0, 8978.0, 9018.0, 8953.0, 8963.0, 8984.0, 8906.0, 8969.0, 8923.0, 8930.0, 8902.0, 8875.0, 8930.0, 8868.0, 8894.0, 8847.0, 8850.0, 8875.0, 8843.0, 8892.0, 8847.0, 8861.0, 8828.0, 8848.0, 8859.0, 8847.0, 8875.0, 8849.0, 8854.0, 8854.0, 8874.0, 8870.0, 8873.0, 8901.0, 8891.0, 8891.0, 8876.0, 8898.0, 8927.0, 8901.0, 8929.0, 8899.0, 8903.0, 8927.0, 8899.0, 8931.0, 8884.0, 8902.0, 8935.0, 8927.0, 8949.0, 8908.0, 8921.0, 8916.0, 8912.0, 8896.0, 8923.0, 8911.0, 8944.0, 8919.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.005196731875719218</td></tr>
<tr><td colspan=3>aqi</td><td>0.04461510966628309</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.92985807802997</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2070918640783406</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006463009274193</td></tr>
<tr><td colspan=3>efc</td><td>0.482</td></tr>
<tr><td colspan=3>fber</td><td>5527.9424</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09752567283558494</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.860759493670885</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.738024589833133</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5316381214592254</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.119313471084317</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5631221769558556</td></tr>
<tr><td colspan=3>gcor</td><td>0.015998</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008465483784675598</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03526867553591728</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.5483669788893164</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>14.3504</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9735</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.6541</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302207.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1042.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.5753</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7222</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.839</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3169.0068</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4190.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.2717</td></tr>
<tr><td colspan=3>tsnr</td><td>32.1428612775635</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>