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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-01/func/sub-0064_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>15235799fd904f814c0736d26850400c</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:18:14.062500</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.999979, 0.00277927, -0.00588939, -0.00226886, 0.996381, 0.0849663]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0895572</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7733, -7215, 631, -88, -92, -16, 128]</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>220.272</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>48c3364b-fe30-42d0-8587-e22fe93947a0||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.6828699111938477, -0.0060871965251863, -0.016481388360261917, 110.96304321289062], [-0.007456585299223661, 2.673218011856079, 0.2293679565191269, -95.1138916015625], [-0.01580079272389412, -0.22795826196670532, 2.6901893615722656, -44.75593185424805], [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': ['091814.062500', '091814.522500', '091814.982500', '091815.442500', '091815.902500', '091816.362500', '091816.822500', '091817.282500', '091817.742500', '091818.202500', '091818.662500', '091819.122500', '091819.582500', '091820.042500', '091820.502500', '091820.962500', '091821.422500', '091821.882500', '091822.342500', '091822.802500', '091823.262500', '091823.722500', '091824.182500', '091824.642500', '091825.102500', '091825.562500', '091826.022500', '091826.482500', '091826.942500', '091827.402500', '091827.862500', '091828.322500', '091828.782500', '091829.242500', '091829.702500', '091830.162500', '091830.622500', '091831.082500', '091831.542500', '091832.002500', '091832.462500', '091832.922500', '091833.382500', '091833.842500', '091834.302500', '091834.762500', '091835.222500', '091835.682500', '091836.142500', '091836.602500', '091837.062500', '091837.522500', '091837.982500', '091838.442500', '091838.902500', '091839.362500', '091839.822500', '091840.282500', '091840.742500', '091841.202500', '091841.662500', '091842.122500', '091842.582500', '091843.042500', '091843.502500', '091843.962500', '091844.422500', '091844.882500', '091845.342500', '091845.802500', '091846.262500', '091846.722500', '091847.182500', '091847.642500', '091848.102500', '091848.562500', '091849.022500', '091849.482500', '091849.942500', '091850.402500', '091850.862500', '091851.322500', '091851.782500', '091852.242500', '091852.702500', '091853.162500', '091853.622500', '091854.082500', '091854.542500', '091855.002500', '091855.462500', '091855.922500', '091856.382500', '091856.842500', '091857.302500', '091857.762500', '091858.222500', '091858.682500', '091859.142500', '091859.602500', '091900.062500', '091900.522500', '091900.982500', '091901.442500', '091901.902500', '091902.362500', '091902.822500', '091903.282500', '091903.742500', '091904.202500', '091904.662500', '091905.122500', '091905.582500', '091906.042500', '091906.502500', '091906.962500', '091907.422500', '091907.882500', '091908.342500', '091908.802500', '091909.262500', '091909.722500', '091910.182500', '091910.642500', '091911.102500', '091911.562500', '091912.022500', '091912.482500', '091912.942500', '091913.402500', '091913.862500', '091914.322500', '091914.782500', '091915.242500', '091915.702500', '091916.162500', '091916.622500', '091917.082500', '091917.542500', '091918.002500', '091918.462500', '091918.922500', '091919.382500', '091919.842500', '091920.302500', '091920.762500', '091921.222500', '091921.682500', '091922.142500', '091922.602500', '091923.062500', '091923.522500', '091923.982500', '091924.442500', '091924.902500', '091925.362500', '091925.822500', '091926.282500', '091926.742500', '091927.202500', '091927.662500', '091928.122500', '091928.582500', '091929.042500', '091929.502500', '091929.962500', '091930.422500', '091930.882500', '091931.342500', '091931.802500', '091932.262500', '091932.722500', '091933.182500', '091933.642500', '091934.102500', '091934.562500', '091935.022500', '091935.482500', '091935.942500', '091936.402500', '091936.862500', '091937.322500', '091937.782500', '091938.242500', '091938.702500', '091939.162500', '091939.622500', '091940.082500', '091940.542500', '091941.002500', '091941.462500', '091941.922500', '091942.382500', '091942.842500', '091943.302500', '091943.762500', '091944.222500', '091944.682500', '091945.142500', '091945.602500', '091946.062500', '091946.522500', '091946.982500', '091947.442500', '091947.902500', '091948.362500', '091948.822500', '091949.282500', '091949.742500', '091950.202500', '091950.662500', '091951.122500', '091951.582500', '091952.042500', '091952.502500', '091952.962500', '091953.422500', '091953.882500', '091954.342500', '091954.802500', '091955.262500', '091955.722500', '091956.182500', '091956.642500', '091957.102500', '091957.562500', '091958.022500', '091958.482500', '091958.942500', '091959.402500', '091959.862500', '092000.322500', '092000.782500', '092001.242500', '092001.702500', '092002.162500', '092002.622500', '092003.082500', '092003.542500', '092004.002500', '092004.462500', '092004.922500', '092005.382500', '092005.842500', '092006.302500', '092006.762500', '092007.222500', '092007.682500', '092008.142500', '092008.602500', '092009.062500', '092009.522500', '092009.982500', '092010.442500', '092010.902500', '092011.362500', '092011.822500', '092012.282500', '092012.742500', '092013.202500', '092013.662500', '092014.122500', '092014.582500', '092015.042500', '092015.502500', '092015.962500', '092016.422500', '092016.882500', '092017.342500', '092017.802500', '092018.262500', '092018.722500', '092019.182500', '092019.642500', '092020.102500', '092020.562500', '092021.022500', '092021.482500', '092021.942500', '092022.402500', '092022.862500', '092023.322500', '092023.782500', '092024.242500', '092024.702500', '092025.162500', '092025.622500', '092026.082500', '092026.542500', '092027.002500', '092027.462500', '092027.922500', '092028.382500', '092028.842500', '092029.302500', '092029.762500', '092030.222500', '092030.682500', '092031.142500', '092031.602500', '092032.062500', '092032.522500', '092032.982500', '092033.442500', '092033.902500', '092034.362500', '092034.822500', '092035.282500', '092035.742500', '092036.202500', '092036.662500', '092037.122500', '092037.582500', '092038.042500', '092038.502500', '092038.962500', '092039.422500', '092039.882500', '092040.342500', '092040.802500', '092041.262500', '092041.722500', '092042.182500', '092042.642500', '092043.102500', '092043.562500', '092044.022500', '092044.482500', '092044.942500', '092045.402500', '092045.862500', '092046.322500', '092046.782500', '092047.242500', '092047.702500', '092048.162500', '092048.622500', '092049.082500', '092049.542500', '092050.002500', '092050.462500', '092050.922500', '092051.382500', '092051.842500', '092052.302500', '092052.762500', '092053.222500', '092053.682500', '092054.142500', '092054.602500', '092055.062500', '092055.522500', '092055.982500', '092056.442500', '092056.902500', '092057.362500', '092057.822500', '092058.282500', '092058.742500', '092059.202500', '092059.662500', '092100.122500', '092100.582500', '092101.042500', '092101.502500', '092101.962500', '092102.422500', '092102.882500', '092103.342500', '092103.802500', '092104.262500', '092104.722500', '092105.182500', '092105.642500', '092106.102500', '092106.562500', '092107.022500', '092107.482500', '092107.942500', '092108.402500', '092108.862500', '092109.322500', '092109.782500', '092110.242500', '092110.702500', '092111.162500', '092111.622500', '092112.082500', '092112.542500', '092113.002500', '092113.462500', '092113.922500', '092114.382500', '092114.842500', '092115.302500', '092115.762500', '092116.222500', '092116.682500', '092117.142500', '092117.602500', '092118.062500', '092118.522500', '092118.982500', '092119.442500', '092119.902500', '092120.362500', '092120.822500', '092121.282500', '092121.742500', '092122.202500', '092122.662500', '092123.122500', '092123.582500', '092124.042500', '092124.502500', '092124.962500', '092125.422500', '092125.882500', '092126.342500', '092126.802500', '092127.262500', '092127.722500', '092128.182500', '092128.642500', '092129.102500', '092129.562500', '092130.022500', '092130.482500', '092130.942500', '092131.402500', '092131.862500', '092132.322500', '092132.782500', '092133.242500', '092133.702500', '092134.162500', '092134.622500', '092135.082500', '092135.542500', '092136.002500', '092136.462500', '092136.922500', '092137.382500', '092137.842500', '092138.302500', '092138.762500', '092139.222500', '092139.682500', '092140.142500', '092140.602500', '092141.062500', '092141.522500', '092141.982500', '092142.442500', '092142.902500', '092143.362500', '092143.822500', '092144.282500', '092144.742500', '092145.202500', '092145.662500', '092146.122500', '092146.582500', '092147.042500', '092147.502500', '092147.962500', '092148.422500', '092148.882500', '092149.342500', '092149.802500', '092150.262500', '092150.722500', '092151.182500', '092151.642500', '092152.102500', '092152.562500', '092153.022500', '092153.482500', '092153.942500', '092154.402500', '092154.862500', '092155.322500', '092155.782500', '092156.242500', '092156.702500', '092157.162500', '092157.622500', '092158.082500', '092158.542500', '092159.002500', '092159.462500', '092159.922500', '092200.382500', '092200.842500', '092201.302500', '092201.762500', '092202.222500', '092202.682500', '092203.142500', '092203.602500', '092204.062500', '092204.522500', '092204.982500', '092205.442500', '092205.902500', '092206.362500', '092206.822500', '092207.282500', '092207.742500', '092208.202500', '092208.662500', '092209.122500', '092209.582500', '092210.042500', '092210.502500', '092210.962500', '092211.422500', '092211.882500', '092212.342500', '092212.802500', '092213.262500', '092213.722500', '092214.182500', '092214.642500', '092215.102500', '092215.562500', '092216.022500', '092216.482500', '092216.942500', '092217.402500', '092217.862500', '092218.322500', '092218.782500', '092219.242500', '092219.702500', '092220.162500', '092220.622500', '092221.082500', '092221.542500', '092222.002500', '092222.462500', '092222.922500', '092223.382500', '092223.842500', '092224.302500', '092224.762500', '092225.222500', '092225.682500', '092226.142500', '092226.602500', '092227.062500', '092227.522500', '092227.982500', '092228.442500', '092228.902500', '092229.362500', '092229.822500', '092230.282500', '092230.742500', '092231.202500', '092231.662500', '092232.122500', '092232.582500', '092233.042500', '092233.502500', '092233.962500', '092234.422500', '092234.882500', '092235.342500', '092235.802500', '092236.262500', '092236.722500', '092237.182500', '092237.642500', '092238.102500', '092238.562500', '092239.022500', '092239.482500', '092239.942500', '092240.402500', '092240.862500', '092241.322500', '092241.782500', '092242.242500', '092242.702500', '092243.162500', '092243.622500', '092244.082500', '092244.542500', '092245.002500', '092245.462500', '092245.922500', '092246.382500', '092246.842500', '092247.302500', '092247.762500', '092248.222500', '092248.682500', '092249.142500', '092249.602500', '092250.062500', '092250.522500', '092250.982500', '092251.442500', '092251.902500', '092252.362500', '092252.822500', '092253.282500', '092253.742500', '092254.202500', '092254.662500', '092255.122500', '092255.582500', '092256.042500', '092256.502500', '092256.962500', '092257.422500', '092257.882500', '092258.342500', '092258.802500', '092259.262500', '092259.722500', '092300.182500', '092300.642500', '092301.102500', '092301.562500', '092302.022500', '092302.482500', '092302.942500', '092303.402500', '092303.862500', '092304.322500', '092304.782500', '092305.242500', '092305.702500', '092306.162500', '092306.622500', '092307.082500', '092307.542500', '092308.002500', '092308.462500', '092308.922500', '092309.382500', '092309.842500', '092310.302500', '092310.762500', '092311.222500', '092311.682500', '092312.142500', '092312.602500', '092313.062500', '092313.522500', '092313.982500', '092314.442500', '092314.902500', '092315.362500', '092315.822500', '092316.282500', '092316.742500', '092317.202500', '092317.662500', '092318.122500', '092318.582500', '092319.042500', '092319.502500', '092319.962500', '092320.422500', '092320.882500', '092321.342500', '092321.802500', '092322.262500', '092322.722500', '092323.182500', '092323.642500', '092324.102500', '092324.562500', '092325.022500', '092325.482500', '092325.942500', '092326.402500', '092326.862500', '092327.322500', '092327.782500', '092328.242500', '092328.702500', '092329.162500', '092329.622500', '092330.082500', '092330.542500', '092331.002500', '092331.462500', '092331.922500', '092332.382500', '092332.842500', '092333.302500', '092333.762500', '092334.222500', '092334.682500', '092335.142500', '092335.602500', '092336.062500', '092336.522500', '092336.982500', '092337.442500', '092337.902500', '092338.362500', '092338.822500', '092339.282500', '092339.742500', '092340.202500', '092340.662500', '092341.122500', '092341.582500', '092342.042500', '092342.502500', '092342.962500', '092343.422500', '092343.882500', '092344.342500', '092344.802500', '092345.262500', '092345.722500', '092346.182500', '092346.642500', '092347.102500', '092347.562500', '092348.022500', '092348.482500', '092348.942500', '092349.402500', '092349.862500', '092350.322500', '092350.782500', '092351.242500', '092351.702500', '092352.162500', '092352.622500', '092353.082500', '092353.542500', '092354.002500', '092354.462500', '092354.922500', '092355.382500', '092355.842500', '092356.302500', '092356.762500', '092357.222500', '092357.682500', '092358.142500', '092358.602500', '092359.062500', '092359.522500', '092359.982500', '092400.442500', '092400.902500', '092401.362500', '092401.822500', '092402.282500', '092402.742500', '092403.202500', '092403.662500', '092404.122500', '092404.582500', '092405.042500', '092405.502500', '092405.962500', '092406.422500', '092406.882500', '092407.342500', '092407.802500', '092408.262500', '092408.722500', '092409.182500', '092409.642500', '092410.102500', '092410.562500', '092411.022500', '092411.482500', '092411.942500', '092412.402500', '092412.862500', '092413.322500', '092413.782500', '092414.242500', '092414.702500', '092415.162500', '092415.622500', '092416.082500', '092416.542500', '092417.002500', '092417.462500', '092417.922500', '092418.382500', '092418.842500', '092419.302500', '092419.762500', '092420.222500', '092420.682500', '092421.142500', '092421.602500', '092422.062500', '092422.522500', '092422.982500', '092423.442500', '092423.902500', '092424.362500', '092424.822500', '092425.282500', '092425.742500', '092426.202500', '092426.662500', '092427.122500', '092427.582500', '092428.042500', '092428.502500', '092428.962500', '092429.422500', '092429.882500', '092430.342500', '092430.802500', '092431.262500', '092431.722500', '092432.182500', '092432.642500', '092433.102500', '092433.562500', '092434.022500', '092434.482500', '092434.942500', '092435.402500', '092435.862500', '092436.322500', '092436.782500', '092437.242500', '092437.702500', '092438.162500', '092438.622500', '092439.082500', '092439.542500', '092440.002500', '092440.462500', '092440.922500', '092441.382500', '092441.842500', '092442.302500', '092442.762500', '092443.222500', '092443.682500', '092444.142500', '092444.602500', '092445.062500', '092445.522500', '092445.982500', '092446.442500', '092446.902500', '092447.362500', '092447.822500', '092448.282500', '092448.742500', '092449.202500', '092449.662500', '092450.122500', '092450.582500', '092451.042500', '092451.502500', '092451.962500', '092452.422500', '092452.882500', '092453.342500', '092453.802500', '092454.262500', '092454.722500'], 'ContentTime': ['091833.773000', '091833.776000', '091833.779000', '091833.782000', '091833.785000', '091833.787000', '091833.790000', '091833.793000', '091833.795000', '091833.798000', '091833.800000', '091833.803000', '091833.806000', '091833.808000', '091833.811000', '091833.814000', '091833.823000', '091833.826000', '091833.828000', '091833.831000', '091833.834000', '091833.836000', '091833.839000', '091833.841000', '091833.844000', '091833.847000', '091833.849000', '091833.852000', '091833.854000', '091833.857000', '091833.859000', '091833.862000', '091833.865000', '091833.867000', '091833.870000', '091833.872000', '091833.875000', '091833.884000', '091833.886000', '091833.889000', '091833.891000', '091853.743000', '091853.746000', '091853.748000', '091853.760000', '091853.762000', '091853.765000', '091853.767000', '091853.770000', '091853.773000', '091853.775000', '091853.778000', '091853.781000', '091853.783000', '091853.786000', '091853.789000', '091853.791000', '091853.794000', '091853.796000', '091853.799000', '091853.802000', '091853.804000', '091853.807000', '091853.809000', '091853.812000', '091853.814000', '091853.817000', '091853.820000', '091853.822000', '091853.825000', '091853.827000', '091853.830000', '091853.832000', '091853.835000', '091853.838000', '091853.840000', '091853.843000', '091853.845000', '091853.848000', '091853.850000', '091853.853000', '091853.855000', '091853.858000', '091853.861000', '091913.743000', '091913.745000', '091913.748000', '091913.751000', '091913.753000', '091913.756000', '091913.759000', '091913.761000', '091913.764000', '091913.766000', '091913.769000', '091913.772000', '091913.774000', '091913.777000', '091913.779000', '091913.782000', '091913.785000', '091913.787000', '091913.790000', '091913.792000', '091913.795000', '091913.798000', '091913.800000', '091913.803000', '091913.805000', '091913.808000', '091913.810000', '091913.813000', '091913.816000', '091913.818000', '091913.821000', '091913.824000', '091913.826000', '091913.829000', '091913.831000', '091913.834000', '091913.837000', '091913.839000', '091913.842000', '091913.846000', '091913.849000', '091913.852000', '091913.854000', '091913.857000', '091933.742000', '091933.745000', '091933.748000', '091933.750000', '091933.753000', '091933.756000', '091933.758000', '091933.761000', '091933.763000', '091933.766000', '091933.769000', '091933.771000', '091933.774000', '091933.776000', '091933.779000', '091933.782000', '091933.784000', '091933.787000', '091933.789000', '091933.792000', '091933.795000', '091933.797000', '091933.800000', '091933.802000', '091933.805000', '091933.807000', '091933.810000', '091933.813000', '091933.815000', '091933.818000', '091933.820000', '091933.823000', '091933.826000', '091933.828000', '091933.831000', '091933.833000', '091933.836000', '091933.838000', '091933.841000', '091933.843000', '091933.846000', '091933.849000', '091933.851000', '091953.741000', '091953.744000', '091953.747000', '091953.749000', '091953.752000', '091953.754000', '091953.757000', '091953.760000', '091953.762000', '091953.765000', '091953.767000', '091953.770000', '091953.780000', '091953.783000', '091953.786000', '091953.788000', '091953.791000', '091953.794000', '091953.796000', '091953.799000', '091953.806000', '091953.809000', '091953.823000', '091953.826000', '091953.829000', '091953.831000', '091953.834000', '091953.837000', '091953.839000', '091953.842000', '091953.844000', '091953.847000', '091953.850000', '091953.852000', '091953.858000', '091953.861000', '091953.863000', '091953.866000', '091953.869000', '091953.871000', '091953.874000', '091953.877000', '091953.879000', '091953.882000', '092013.742000', '092013.745000', '092013.748000', '092013.751000', '092013.753000', '092013.756000', '092013.758000', '092013.761000', '092013.763000', '092013.766000', '092013.769000', '092013.771000', '092013.774000', '092013.777000', '092013.779000', '092013.782000', '092013.784000', '092013.787000', '092013.790000', '092013.792000', '092013.795000', '092013.797000', '092013.800000', '092013.803000', '092013.805000', '092013.808000', '092013.810000', '092013.813000', '092013.816000', '092013.818000', '092013.821000', '092013.823000', '092013.826000', '092013.829000', '092013.831000', '092013.834000', '092013.836000', '092013.839000', '092013.841000', '092013.844000', '092013.847000', '092013.849000', '092013.852000', '092033.742000', '092033.745000', '092033.748000', '092033.750000', '092033.753000', '092033.756000', '092033.758000', '092033.761000', '092033.764000', '092033.766000', '092033.769000', '092033.772000', '092033.774000', '092033.777000', '092033.781000', '092033.783000', '092033.786000', '092033.789000', '092033.791000', '092033.794000', '092033.796000', '092033.799000', '092033.802000', '092033.804000', '092033.807000', '092033.809000', '092033.812000', '092033.814000', '092033.817000', '092033.820000', '092033.822000', '092033.825000', '092033.827000', '092033.830000', '092033.833000', '092033.835000', '092033.838000', '092033.841000', '092033.843000', '092033.846000', '092033.848000', '092033.851000', '092033.854000', '092033.856000', '092053.743000', '092053.745000', '092053.748000', '092053.751000', '092053.753000', '092053.756000', '092053.759000', '092053.761000', '092053.764000', '092053.766000', '092053.769000', '092053.772000', '092053.774000', '092053.777000', '092053.780000', '092053.782000', '092053.785000', '092053.787000', '092053.790000', '092053.793000', '092053.795000', '092053.798000', '092053.800000', '092053.803000', '092053.806000', '092053.808000', '092053.811000', '092053.813000', '092053.816000', '092053.819000', '092053.821000', '092053.824000', '092053.826000', '092053.829000', '092053.832000', '092053.834000', '092053.837000', '092053.839000', '092053.842000', '092053.845000', '092053.847000', '092053.850000', '092053.853000', '092113.742000', '092113.746000', '092113.749000', '092113.752000', '092113.755000', '092113.757000', '092113.760000', '092113.763000', '092113.765000', '092113.768000', '092113.771000', '092113.773000', '092113.776000', '092113.778000', '092113.781000', '092113.784000', '092113.786000', '092113.789000', '092113.791000', '092113.794000', '092113.797000', '092113.799000', '092113.802000', '092113.804000', '092113.807000', '092113.810000', '092113.812000', '092113.815000', '092113.817000', '092113.820000', '092113.822000', '092113.825000', '092113.828000', '092113.830000', '092113.833000', '092113.836000', '092113.838000', '092113.841000', '092113.844000', '092113.846000', '092113.849000', '092113.851000', '092113.854000', '092133.742000', '092133.745000', '092133.748000', '092133.751000', '092133.753000', '092133.756000', '092133.759000', '092133.761000', '092133.764000', '092133.766000', '092133.769000', '092133.772000', '092133.774000', '092133.777000', '092133.780000', '092133.782000', '092133.785000', '092133.787000', '092133.790000', '092133.793000', '092133.795000', '092133.798000', '092133.811000', '092133.814000', '092133.816000', '092133.819000', '092133.822000', '092133.824000', '092133.827000', '092133.829000', '092133.832000', '092133.835000', '092133.837000', '092133.840000', '092133.843000', '092133.845000', '092133.848000', '092133.851000', '092133.853000', '092133.856000', '092133.858000', '092133.861000', '092133.864000', '092133.866000', '092153.742000', '092153.745000', '092153.748000', '092153.750000', '092153.753000', '092153.756000', '092153.758000', '092153.761000', '092153.764000', '092153.766000', '092153.769000', '092153.771000', '092153.774000', '092153.777000', '092153.779000', '092153.782000', '092153.784000', '092153.787000', '092153.790000', '092153.793000', '092153.796000', '092153.799000', '092153.801000', '092153.804000', '092153.807000', '092153.809000', '092153.812000', '092153.815000', '092153.817000', '092153.821000', '092153.824000', '092153.827000', '092153.829000', '092153.832000', '092153.835000', '092153.838000', '092153.840000', '092153.843000', '092153.846000', '092153.848000', '092153.851000', '092153.853000', '092153.856000', '092213.742000', '092213.745000', '092213.748000', '092213.750000', '092213.753000', '092213.755000', '092213.758000', '092213.761000', '092213.763000', '092213.766000', '092213.769000', '092213.772000', '092213.774000', '092213.777000', '092213.779000', '092213.782000', '092213.785000', '092213.787000', '092213.790000', '092213.793000', '092213.795000', '092213.798000', '092213.801000', '092213.803000', '092213.806000', '092213.808000', '092213.811000', '092213.813000', '092213.816000', '092213.819000', '092213.821000', '092213.824000', '092213.826000', '092213.829000', '092213.832000', '092213.834000', '092213.837000', '092213.839000', '092213.842000', '092213.844000', '092213.847000', '092213.850000', '092213.852000', '092213.855000', '092233.742000', '092233.745000', '092233.748000', '092233.751000', '092233.753000', '092233.756000', '092233.758000', '092233.761000', '092233.764000', '092233.766000', '092233.769000', '092233.772000', '092233.774000', '092233.777000', '092233.779000', '092233.782000', '092233.785000', '092233.787000', '092233.790000', '092233.793000', '092233.795000', '092233.798000', '092233.801000', '092233.804000', '092233.807000', '092233.812000', '092233.814000', '092233.817000', '092233.820000', '092233.822000', '092233.825000', '092233.827000', '092233.830000', '092233.833000', '092233.835000', '092233.838000', '092233.840000', '092233.843000', '092233.846000', '092233.848000', '092233.851000', '092233.854000', '092233.856000', '092253.742000', '092253.745000', '092253.748000', '092253.751000', '092253.753000', '092253.756000', '092253.759000', '092253.761000', '092253.764000', '092253.766000', '092253.769000', '092253.772000', '092253.774000', '092253.777000', '092253.779000', '092253.782000', '092253.785000', '092253.787000', '092253.790000', '092253.802000', '092253.805000', '092253.808000', '092253.810000', '092253.813000', '092253.815000', '092253.818000', '092253.821000', '092253.823000', '092253.826000', '092253.828000', '092253.831000', '092253.834000', '092253.836000', '092253.839000', '092253.841000', '092253.844000', '092253.847000', '092253.849000', '092253.852000', '092253.854000', '092253.857000', '092253.860000', '092253.862000', '092253.865000', '092313.743000', '092313.746000', '092313.748000', '092313.751000', '092313.754000', '092313.756000', '092313.759000', '092313.761000', '092313.764000', '092313.767000', '092313.769000', '092313.772000', '092313.774000', '092313.777000', '092313.780000', '092313.782000', '092313.785000', '092313.788000', '092313.798000', '092313.808000', '092313.811000', '092313.814000', '092313.818000', '092313.820000', '092313.823000', '092313.826000', '092313.828000', '092313.831000', '092313.834000', '092313.836000', '092313.839000', '092313.841000', '092313.844000', '092313.847000', '092313.849000', '092313.852000', '092313.854000', '092313.857000', '092313.860000', '092313.863000', '092313.866000', '092313.869000', '092313.871000', '092333.742000', '092333.745000', '092333.748000', '092333.751000', '092333.753000', '092333.756000', '092333.758000', '092333.761000', '092333.764000', '092333.766000', '092333.769000', '092333.772000', '092333.774000', '092333.777000', '092333.779000', '092333.782000', '092333.784000', '092333.787000', '092333.790000', '092333.792000', '092333.795000', '092333.797000', '092333.800000', '092333.803000', '092333.805000', '092333.808000', '092333.810000', '092333.813000', '092333.816000', '092333.818000', '092333.821000', '092333.824000', '092333.826000', '092333.829000', '092333.832000', '092333.834000', '092333.837000', '092333.839000', '092333.842000', '092333.845000', '092333.847000', '092333.850000', '092333.852000', '092333.855000', '092353.743000', '092353.746000', '092353.748000', '092353.751000', '092353.754000', '092353.756000', '092353.759000', '092353.761000', '092353.764000', '092353.767000', '092353.769000', '092353.772000', '092353.774000', '092353.777000', '092353.780000', '092353.782000', '092353.785000', '092353.787000', '092353.790000', '092353.792000', '092353.795000', '092353.798000', '092353.800000', '092353.803000', '092353.805000', '092353.808000', '092353.811000', '092353.813000', '092353.816000', '092353.818000', '092353.821000', '092353.823000', '092353.826000', '092353.829000', '092353.831000', '092353.834000', '092353.837000', '092353.839000', '092353.842000', '092353.844000', '092353.847000', '092353.850000', '092353.852000', '092413.742000', '092413.745000', '092413.748000', '092413.751000', '092413.754000', '092413.756000', '092413.759000', '092413.761000', '092413.764000', '092413.767000', '092413.770000', '092413.772000', '092413.775000', '092413.777000', '092413.780000', '092413.783000', '092413.785000', '092413.788000', '092413.791000', '092413.793000', '092413.796000', '092413.798000', '092413.801000', '092413.803000', '092413.806000', '092413.809000', '092413.811000', '092413.814000', '092413.816000', '092413.819000', '092413.822000', '092413.824000', '092413.827000', '092413.829000', '092413.832000', '092413.835000', '092413.837000', '092413.840000', '092413.842000', '092413.845000', '092413.847000', '092413.850000', '092413.853000', '092413.855000', '092433.741000', '092433.744000', '092433.747000', '092433.750000', '092433.752000', '092433.755000', '092433.758000', '092433.760000', '092433.763000', '092433.766000', '092433.768000', '092433.771000', '092433.773000', '092433.776000', '092433.779000', '092433.781000', '092433.784000', '092433.786000', '092433.789000', '092433.792000', '092433.794000', '092433.797000', '092433.799000', '092433.802000', '092433.805000', '092433.807000', '092433.810000', '092433.812000', '092433.815000', '092433.818000', '092433.820000', '092433.823000', '092433.825000', '092433.828000', '092433.830000', '092433.833000', '092433.836000', '092433.838000', '092433.841000', '092433.843000', '092433.846000', '092433.849000', '092433.851000', '092453.742000', '092453.745000', '092453.748000', '092453.751000', '092453.753000', '092453.756000', '092453.758000', '092453.761000', '092453.763000', '092453.766000', '092453.769000', '092453.771000', '092453.774000', '092453.776000', '092453.779000', '092453.782000', '092453.784000', '092453.787000', '092453.790000', '092453.792000', '092453.795000', '092453.797000', '092453.800000', '092453.803000', '092453.805000', '092453.808000', '092453.810000', '092453.813000', '092453.815000', '092453.818000', '092453.821000', '092453.823000', '092453.826000', '092453.828000', '092453.831000', '092453.834000', '092453.836000', '092453.839000', '092453.841000', '092453.844000', '092453.847000', '092453.849000', '092453.852000', '092453.855000', '092455.941000', '092455.945000', '092455.948000', '092455.951000', '092455.954000'], 'InstanceCreationTime': ['091833.773000', '091833.776000', '091833.779000', '091833.782000', '091833.785000', '091833.787000', '091833.790000', '091833.793000', '091833.795000', '091833.798000', '091833.800000', '091833.803000', '091833.806000', '091833.808000', '091833.811000', '091833.814000', '091833.823000', '091833.826000', '091833.828000', '091833.831000', '091833.834000', '091833.836000', '091833.839000', '091833.841000', '091833.844000', '091833.847000', '091833.849000', '091833.852000', '091833.854000', '091833.857000', '091833.859000', '091833.862000', '091833.865000', '091833.867000', '091833.870000', '091833.872000', '091833.875000', '091833.884000', '091833.886000', '091833.889000', '091833.891000', '091853.743000', '091853.746000', '091853.748000', '091853.760000', '091853.762000', '091853.765000', '091853.767000', '091853.770000', '091853.773000', '091853.775000', '091853.778000', '091853.781000', '091853.783000', '091853.786000', '091853.789000', '091853.791000', '091853.794000', '091853.796000', '091853.799000', '091853.802000', '091853.804000', '091853.807000', '091853.809000', '091853.812000', '091853.814000', '091853.817000', '091853.820000', '091853.822000', '091853.825000', '091853.827000', '091853.830000', '091853.832000', '091853.835000', '091853.838000', '091853.840000', '091853.843000', '091853.845000', '091853.848000', '091853.850000', '091853.853000', '091853.855000', '091853.858000', '091853.861000', '091913.743000', '091913.745000', '091913.748000', '091913.751000', '091913.753000', '091913.756000', '091913.759000', '091913.761000', '091913.764000', '091913.766000', '091913.769000', '091913.772000', '091913.774000', '091913.777000', '091913.779000', '091913.782000', '091913.785000', '091913.787000', '091913.790000', '091913.792000', '091913.795000', '091913.798000', '091913.800000', '091913.803000', '091913.805000', '091913.808000', '091913.810000', '091913.813000', '091913.816000', '091913.818000', '091913.821000', '091913.824000', '091913.826000', '091913.829000', '091913.831000', '091913.834000', '091913.837000', '091913.839000', '091913.842000', '091913.846000', '091913.849000', '091913.852000', '091913.854000', '091913.857000', '091933.742000', '091933.745000', '091933.748000', '091933.750000', '091933.753000', '091933.756000', '091933.758000', '091933.761000', '091933.763000', '091933.766000', '091933.769000', '091933.771000', '091933.774000', '091933.776000', '091933.779000', '091933.782000', '091933.784000', '091933.787000', '091933.789000', '091933.792000', '091933.795000', '091933.797000', '091933.800000', '091933.802000', '091933.805000', '091933.807000', '091933.810000', '091933.813000', '091933.815000', '091933.818000', '091933.820000', '091933.823000', '091933.826000', '091933.828000', '091933.831000', '091933.833000', '091933.836000', '091933.838000', '091933.841000', '091933.843000', '091933.846000', '091933.849000', '091933.851000', '091953.741000', '091953.744000', '091953.747000', '091953.749000', '091953.752000', '091953.754000', '091953.757000', '091953.760000', '091953.762000', '091953.765000', '091953.767000', '091953.770000', '091953.780000', '091953.783000', '091953.786000', '091953.788000', '091953.791000', '091953.794000', '091953.796000', '091953.799000', '091953.806000', '091953.809000', '091953.823000', '091953.826000', '091953.829000', '091953.831000', '091953.834000', '091953.837000', '091953.839000', '091953.842000', '091953.844000', '091953.847000', '091953.850000', '091953.852000', '091953.858000', '091953.861000', '091953.863000', '091953.866000', '091953.869000', '091953.871000', '091953.874000', '091953.877000', '091953.879000', '091953.882000', '092013.742000', '092013.745000', '092013.748000', '092013.751000', '092013.753000', '092013.756000', '092013.758000', '092013.761000', '092013.763000', '092013.766000', '092013.769000', '092013.771000', '092013.774000', '092013.777000', '092013.779000', '092013.782000', '092013.784000', '092013.787000', '092013.790000', '092013.792000', '092013.795000', '092013.797000', '092013.800000', '092013.803000', '092013.805000', '092013.808000', '092013.810000', '092013.813000', '092013.816000', '092013.818000', '092013.821000', '092013.823000', '092013.826000', '092013.829000', '092013.831000', '092013.834000', '092013.836000', '092013.839000', '092013.841000', '092013.844000', '092013.847000', '092013.849000', '092013.852000', '092033.742000', '092033.745000', '092033.748000', '092033.750000', '092033.753000', '092033.756000', '092033.758000', '092033.761000', '092033.764000', '092033.766000', '092033.769000', '092033.772000', '092033.774000', '092033.777000', '092033.781000', '092033.783000', '092033.786000', '092033.789000', '092033.791000', '092033.794000', '092033.796000', '092033.799000', '092033.802000', '092033.804000', '092033.807000', '092033.809000', '092033.812000', '092033.814000', '092033.817000', '092033.820000', '092033.822000', '092033.825000', '092033.827000', '092033.830000', '092033.833000', '092033.835000', '092033.838000', '092033.841000', '092033.843000', '092033.846000', '092033.848000', '092033.851000', '092033.854000', '092033.856000', '092053.743000', '092053.745000', '092053.748000', '092053.751000', '092053.753000', '092053.756000', '092053.759000', '092053.761000', '092053.764000', '092053.766000', '092053.769000', '092053.772000', '092053.774000', '092053.777000', '092053.780000', '092053.782000', '092053.785000', '092053.787000', '092053.790000', '092053.793000', '092053.795000', '092053.798000', '092053.800000', '092053.803000', '092053.806000', '092053.808000', '092053.811000', '092053.813000', '092053.816000', '092053.819000', '092053.821000', '092053.824000', '092053.826000', '092053.829000', '092053.832000', '092053.834000', '092053.837000', '092053.839000', '092053.842000', '092053.845000', '092053.847000', '092053.850000', '092053.853000', '092113.742000', '092113.746000', '092113.749000', '092113.752000', '092113.755000', '092113.757000', '092113.760000', '092113.763000', '092113.765000', '092113.768000', '092113.771000', '092113.773000', '092113.776000', '092113.778000', '092113.781000', '092113.784000', '092113.786000', '092113.789000', '092113.791000', '092113.794000', '092113.797000', '092113.799000', '092113.802000', '092113.804000', '092113.807000', '092113.810000', '092113.812000', '092113.815000', '092113.817000', '092113.820000', '092113.822000', '092113.825000', '092113.828000', '092113.830000', '092113.833000', '092113.836000', '092113.838000', '092113.841000', '092113.844000', '092113.846000', '092113.849000', '092113.851000', '092113.854000', '092133.742000', '092133.745000', '092133.748000', '092133.751000', '092133.753000', '092133.756000', '092133.759000', '092133.761000', '092133.764000', '092133.766000', '092133.769000', '092133.772000', '092133.774000', '092133.777000', '092133.780000', '092133.782000', '092133.785000', '092133.787000', '092133.790000', '092133.793000', '092133.795000', '092133.798000', '092133.811000', '092133.814000', '092133.816000', '092133.819000', '092133.822000', '092133.824000', '092133.827000', '092133.829000', '092133.832000', '092133.835000', '092133.837000', '092133.840000', '092133.843000', '092133.845000', '092133.848000', '092133.851000', '092133.853000', '092133.856000', '092133.858000', '092133.861000', '092133.864000', '092133.866000', '092153.742000', '092153.745000', '092153.748000', '092153.750000', '092153.753000', '092153.756000', '092153.758000', '092153.761000', '092153.764000', '092153.766000', '092153.769000', '092153.771000', '092153.774000', '092153.777000', '092153.779000', '092153.782000', '092153.784000', '092153.787000', '092153.790000', '092153.793000', '092153.796000', '092153.799000', '092153.801000', '092153.804000', '092153.807000', '092153.809000', '092153.812000', '092153.815000', '092153.817000', '092153.821000', '092153.824000', '092153.827000', '092153.829000', '092153.832000', '092153.835000', '092153.838000', '092153.840000', '092153.843000', '092153.846000', '092153.848000', '092153.851000', '092153.853000', '092153.856000', '092213.742000', '092213.745000', '092213.748000', '092213.750000', '092213.753000', '092213.755000', '092213.758000', '092213.761000', '092213.763000', '092213.766000', '092213.769000', '092213.772000', '092213.774000', '092213.777000', '092213.779000', '092213.782000', '092213.785000', '092213.787000', '092213.790000', '092213.793000', '092213.795000', '092213.798000', '092213.801000', '092213.803000', '092213.806000', '092213.808000', '092213.811000', '092213.813000', '092213.816000', '092213.819000', '092213.821000', '092213.824000', '092213.826000', '092213.829000', '092213.832000', '092213.834000', '092213.837000', '092213.839000', '092213.842000', '092213.844000', '092213.847000', '092213.850000', '092213.852000', '092213.855000', '092233.742000', '092233.745000', '092233.748000', '092233.751000', '092233.753000', '092233.756000', '092233.758000', '092233.761000', '092233.764000', '092233.766000', '092233.769000', '092233.772000', '092233.774000', '092233.777000', '092233.779000', '092233.782000', '092233.785000', '092233.787000', '092233.790000', '092233.793000', '092233.795000', '092233.798000', '092233.801000', '092233.804000', '092233.807000', '092233.812000', '092233.814000', '092233.817000', '092233.820000', '092233.822000', '092233.825000', '092233.827000', '092233.830000', '092233.833000', '092233.835000', '092233.838000', '092233.840000', '092233.843000', '092233.846000', '092233.848000', '092233.851000', '092233.854000', '092233.856000', '092253.742000', '092253.745000', '092253.748000', '092253.751000', '092253.753000', '092253.756000', '092253.759000', '092253.761000', '092253.764000', '092253.766000', '092253.769000', '092253.772000', '092253.774000', '092253.777000', '092253.779000', '092253.782000', '092253.785000', '092253.787000', '092253.790000', '092253.802000', '092253.805000', '092253.808000', '092253.810000', '092253.813000', '092253.815000', '092253.818000', '092253.821000', '092253.823000', '092253.826000', '092253.828000', '092253.831000', '092253.834000', '092253.836000', '092253.839000', '092253.841000', '092253.844000', '092253.847000', '092253.849000', '092253.852000', '092253.854000', '092253.857000', '092253.860000', '092253.862000', '092253.865000', '092313.743000', '092313.746000', '092313.748000', '092313.751000', '092313.754000', '092313.756000', '092313.759000', '092313.761000', '092313.764000', '092313.767000', '092313.769000', '092313.772000', '092313.774000', '092313.777000', '092313.780000', '092313.782000', '092313.785000', '092313.788000', '092313.798000', '092313.808000', '092313.811000', '092313.814000', '092313.818000', '092313.820000', '092313.823000', '092313.826000', '092313.828000', '092313.831000', '092313.834000', '092313.836000', '092313.839000', '092313.841000', '092313.844000', '092313.847000', '092313.849000', '092313.852000', '092313.854000', '092313.857000', '092313.860000', '092313.863000', '092313.866000', '092313.869000', '092313.871000', '092333.742000', '092333.745000', '092333.748000', '092333.751000', '092333.753000', '092333.756000', '092333.758000', '092333.761000', '092333.764000', '092333.766000', '092333.769000', '092333.772000', '092333.774000', '092333.777000', '092333.779000', '092333.782000', '092333.784000', '092333.787000', '092333.790000', '092333.792000', '092333.795000', '092333.797000', '092333.800000', '092333.803000', '092333.805000', '092333.808000', '092333.810000', '092333.813000', '092333.816000', '092333.818000', '092333.821000', '092333.824000', '092333.826000', '092333.829000', '092333.832000', '092333.834000', '092333.837000', '092333.839000', '092333.842000', '092333.845000', '092333.847000', '092333.850000', '092333.852000', '092333.855000', '092353.743000', '092353.746000', '092353.748000', '092353.751000', '092353.754000', '092353.756000', '092353.759000', '092353.761000', '092353.764000', '092353.767000', '092353.769000', '092353.772000', '092353.774000', '092353.777000', '092353.780000', '092353.782000', '092353.785000', '092353.787000', '092353.790000', '092353.792000', '092353.795000', '092353.798000', '092353.800000', '092353.803000', '092353.805000', '092353.808000', '092353.811000', '092353.813000', '092353.816000', '092353.818000', '092353.821000', '092353.823000', '092353.826000', '092353.829000', '092353.831000', '092353.834000', '092353.837000', '092353.839000', '092353.842000', '092353.844000', '092353.847000', '092353.850000', '092353.852000', '092413.742000', '092413.745000', '092413.748000', '092413.751000', '092413.754000', '092413.756000', '092413.759000', '092413.761000', '092413.764000', '092413.767000', '092413.770000', '092413.772000', '092413.775000', '092413.777000', '092413.780000', '092413.783000', '092413.785000', '092413.788000', '092413.791000', '092413.793000', '092413.796000', '092413.798000', '092413.801000', '092413.803000', '092413.806000', '092413.809000', '092413.811000', '092413.814000', '092413.816000', '092413.819000', '092413.822000', '092413.824000', '092413.827000', '092413.829000', '092413.832000', '092413.835000', '092413.837000', '092413.840000', '092413.842000', '092413.845000', '092413.847000', '092413.850000', '092413.853000', '092413.855000', '092433.741000', '092433.744000', '092433.747000', '092433.750000', '092433.752000', '092433.755000', '092433.758000', '092433.760000', '092433.763000', '092433.766000', '092433.768000', '092433.771000', '092433.773000', '092433.776000', '092433.779000', '092433.781000', '092433.784000', '092433.786000', '092433.789000', '092433.792000', '092433.794000', '092433.797000', '092433.799000', '092433.802000', '092433.805000', '092433.807000', '092433.810000', '092433.812000', '092433.815000', '092433.818000', '092433.820000', '092433.823000', '092433.825000', '092433.828000', '092433.830000', '092433.833000', '092433.836000', '092433.838000', '092433.841000', '092433.843000', '092433.846000', '092433.849000', '092433.851000', '092453.742000', '092453.745000', '092453.748000', '092453.751000', '092453.753000', '092453.756000', '092453.758000', '092453.761000', '092453.763000', '092453.766000', '092453.769000', '092453.771000', '092453.774000', '092453.776000', '092453.779000', '092453.782000', '092453.784000', '092453.787000', '092453.790000', '092453.792000', '092453.795000', '092453.797000', '092453.800000', '092453.803000', '092453.805000', '092453.808000', '092453.810000', '092453.813000', '092453.815000', '092453.818000', '092453.821000', '092453.823000', '092453.826000', '092453.828000', '092453.831000', '092453.834000', '092453.836000', '092453.839000', '092453.841000', '092453.844000', '092453.847000', '092453.849000', '092453.852000', '092453.855000', '092455.941000', '092455.945000', '092455.948000', '092455.951000', '092455.954000'], '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': [14471, 8879, 8043, 12524, 8908, 7667, 7435, 8775, 8955, 7590, 12735, 11243, 9694, 13427, 11118, 9551, 7459, 9117, 9029, 9850, 7748, 10748, 9270, 7908, 9255, 10155, 8144, 11336, 10871, 8230, 8225, 11650, 8526, 7736, 8462, 11003, 10327, 8096, 10677, 10234, 7595, 9628, 12547, 10669, 7712, 7589, 10830, 10673, 10219, 7804, 11372, 10432, 9126, 14268, 10568, 8907, 14345, 8042, 13094, 9370, 10793, 10116, 9175, 10581, 8055, 10780, 9004, 7962, 12331, 7868, 13080, 8675, 12321, 11259, 8688, 10959, 8890, 7680, 10349, 8158, 8863, 9050, 7768, 11160, 8283, 9060, 9453, 8235, 12173, 10565, 7941, 8171, 8858, 8063, 13013, 10747, 7990, 13955, 10307, 9178, 11709, 8557, 16470, 9518, 10821, 10183, 7983, 11309, 8494, 7585, 14807, 8165, 11300, 10006, 7857, 10499, 11976, 9740, 15370, 12446, 7707, 13709, 7960, 13986, 8352, 10590, 10642, 7578, 10568, 7614, 11505, 7720, 7786, 8841, 9574, 8116, 8681, 8919, 9719, 7706, 10666, 8306, 7647, 10268, 7648, 13500, 7726, 13878, 8093, 15117, 11118, 8093, 9953, 7720, 9455, 9644, 7876, 11261, 7637, 9886, 8622, 7722, 11015, 7858, 11967, 9232, 11094, 10615, 8703, 12854, 8392, 7680, 10115, 7903, 10143, 8318, 11060, 8107, 11718, 8450, 8004, 10979, 7963, 8015, 8690, 8171, 12548, 11056, 8395, 11605, 8647, 10266, 8663, 16148, 8880, 7494, 12333, 8003, 16601, 14981, 7858, 9276, 8204, 7891, 9739, 8971, 7442, 10543, 8582, 12672, 8598, 14478, 8206, 14760, 11364, 13607, 10548, 7829, 11784, 9202, 8562, 10008, 7641, 10476, 8847, 7869, 9609, 7799, 9741, 7955, 10518, 8022, 12494, 7530, 8746, 8380, 7661, 10719, 9196, 7564, 9522, 7672, 10668, 8222, 11978, 8557, 12204, 10896, 9270, 12608, 8207, 9244, 9437, 7877, 8924, 9551, 7599, 11552, 7906, 10516, 9070, 7831, 13785, 9011, 14816, 12664, 11884, 13423, 8039, 13735, 8225, 13215, 7996, 13996, 8292, 12779, 7851, 12473, 7843, 11474, 7833, 8716, 9650, 7438, 10312, 8205, 7688, 11520, 8324, 12686, 7394, 12059, 7362, 12100, 8021, 11629, 7557, 10754, 7501, 10890, 7539, 8088, 8318, 7738, 10580, 7616, 7642, 8243, 7952, 10838, 7741, 9181, 9427, 7910, 13999, 10971, 9154, 11083, 8287, 13011, 11408, 7726, 14114, 8370, 12706, 9179, 12977, 10699, 9359, 14110, 7860, 7827, 11513, 7922, 10118, 10100, 8189, 14623, 7820, 16770, 10619, 12342, 11654, 9976, 13282, 7915, 9925, 9096, 7823, 9742, 8316, 8374, 7636, 12388, 7773, 10869, 11273, 7558, 11804, 8527, 7534, 10083, 8095, 12442, 7663, 9191, 8207, 7584, 10950, 7778, 12162, 8077, 11204, 8948, 12951, 8227, 10840, 8671, 7372, 9061, 7811, 9784, 8498, 7740, 11541, 7729, 7910, 10931, 8558, 7818, 8623, 8933, 8034, 11592, 11078, 7753, 8276, 10119, 7475, 11594, 9977, 7829, 17725, 8088, 14474, 11523, 9406, 13091, 7907, 7660, 8392, 7790, 10981, 8900, 7338, 11080, 8877, 8853, 9687, 12283, 8614, 11860, 9626, 13112, 9728, 7575, 11633, 7467, 14758, 9376, 15626, 7893, 12358, 8415, 8006, 8345, 7311, 11692, 7727, 10393, 8331, 9989, 8731, 8988, 9541, 7897, 12478, 9067, 8173, 9818, 7986, 7950, 9437, 8679, 7690, 11472, 8103, 15266, 8409, 12216, 10400, 8015, 16508, 12006, 16686, 15180, 10768, 12179, 9315, 16678, 8710, 10766, 8698, 7821, 15199, 9127, 13315, 11123, 8881, 12065, 9624, 13232, 7470, 11898, 8371, 8862, 8500, 7919, 7950, 8438, 9164, 7503, 10724, 7928, 10598, 9831, 9235, 10952, 7447, 13629, 8182, 13208, 8154, 12999, 8487, 13321, 9035, 9310, 9350, 7698, 9322, 7961, 10906, 9088, 7515, 9974, 7941, 9281, 9359, 7433, 12173, 8134, 11140, 9173, 10584, 9036, 8478, 9170, 8138, 13061, 7840, 7863, 9239, 8034, 8360, 8186, 7941, 11452, 7994, 12722, 8516, 7662, 11988, 8503, 13069, 12041, 8038, 14834, 10939, 9628, 13073, 7890, 13780, 10997, 8173, 15996, 7800, 14935, 11773, 9468, 10956, 8122, 7865, 9371, 7338, 12674, 8159, 7479, 12517, 7869, 11335, 9283, 14993, 8605, 14254, 8629, 14326, 9168, 12501, 9842, 9757, 10198, 8977, 12712, 7822, 13377, 7694, 12608, 8226, 8160, 9022, 8166, 9199, 7649, 11159, 8185, 10968, 8433, 10235, 8558, 7955, 10175, 7647, 12450, 9334, 10316, 9149, 7895, 11289, 7706, 11525, 7493, 12991, 7581, 10672, 8409, 8373, 10126, 7308, 13224, 7917, 10900, 8771, 8210, 11238, 8849, 7543, 8300, 9368, 7785, 15430, 10483, 16537, 13202, 14038, 16564, 14506, 12337, 16839, 8574, 11908, 8077, 12661, 8108, 13635, 8045, 13514, 8713, 8148, 8320, 8071, 12363, 7894, 12385, 10416, 11580, 10744, 7870, 13558, 7862, 14647, 7979, 13774, 7763, 13808, 7446, 13432, 7833, 12718, 8233, 7773, 9231, 7794, 11778, 8263, 7744, 10246, 8578, 9222, 9580, 7777, 12602, 7979, 11197, 9829, 8498, 14234, 9088, 9165, 8977, 7645, 15178, 9422, 7622, 10872, 8107, 8949, 8151, 7766, 16448, 9089, 15108, 11081, 12763, 10635, 8561, 11493, 7839, 8482, 12316, 7960, 10786, 9673, 7702, 9776, 8277, 13880, 8279, 7740, 9476, 7594, 13258, 7922, 11919, 9758, 7958, 13284, 7573, 9484, 8944, 7669, 9748, 7467, 12244, 7731, 12982, 7665, 7842, 8459, 8002, 12282, 8650, 7870, 8550, 7630, 7871, 11016, 9621, 7913, 12590, 8542, 8064, 10988, 8085, 11999, 10602, 7858, 15686, 13510, 14421, 12496, 9842, 14167, 11864, 9709, 8403, 15262, 10147, 7856, 12596, 13484, 9763, 13136, 17545, 7797, 8047, 12117, 12892, 9354, 9380, 9177, 8251, 7623, 10186, 7872, 13211, 7838, 7806, 11198, 8651, 11525, 8255, 7730, 12883, 8018, 11912, 9482, 9888, 10244, 7660, 10310, 7535, 13250, 7683, 13143, 8219, 9433, 8778, 7596, 8989, 7333, 10866, 7455, 12357, 8160, 7963, 8434, 7440, 10993, 7621, 12044, 7752, 7835, 9328, 7963, 13526, 8206, 8036, 10102, 7876, 7827, 10397, 9787, 7716, 7756, 11985, 8348, 7772, 14324, 10117, 13545, 12528, 10605, 15712, 8536, 7943, 9607, 10130, 8642, 15496, 7998, 15804, 12856, 9069, 10411, 8266, 7515, 13903, 8759, 15792, 10000, 14973, 9700, 13855, 8766, 12335, 8179, 10918, 7408, 10348, 11451, 8990], 'WindowCenter': [4433.0, 4367.0, 4357.0, 4393.0, 4351.0, 4332.0, 4331.0, 4366.0, 4377.0, 4358.0, 4383.0, 4386.0, 4364.0, 4405.0, 4387.0, 4375.0, 4344.0, 4365.0, 4364.0, 4373.0, 4344.0, 4373.0, 4361.0, 4354.0, 4363.0, 4363.0, 4354.0, 4374.0, 4372.0, 4342.0, 4341.0, 4369.0, 4338.0, 4330.0, 4339.0, 4370.0, 4365.0, 4354.0, 4375.0, 4373.0, 4357.0, 4366.0, 4382.0, 4360.0, 4347.0, 4345.0, 4384.0, 4374.0, 4374.0, 4358.0, 4395.0, 4374.0, 4364.0, 4392.0, 4374.0, 4355.0, 4403.0, 4344.0, 4395.0, 4365.0, 4376.0, 4386.0, 4364.0, 4375.0, 4355.0, 4372.0, 4363.0, 4354.0, 4395.0, 4358.0, 4392.0, 4356.0, 4396.0, 4383.0, 4352.0, 4370.0, 4352.0, 4344.0, 4374.0, 4354.0, 4353.0, 4362.0, 4345.0, 4384.0, 4365.0, 4364.0, 4374.0, 4356.0, 4396.0, 4375.0, 4356.0, 4368.0, 4367.0, 4357.0, 4394.0, 4385.0, 4356.0, 4405.0, 4374.0, 4353.0, 4381.0, 4341.0, 4402.0, 4350.0, 4372.0, 4363.0, 4341.0, 4371.0, 4350.0, 4329.0, 4389.0, 4341.0, 4371.0, 4349.0, 4339.0, 4360.0, 4370.0, 4351.0, 4389.0, 4368.0, 4317.0, 4366.0, 4316.0, 4364.0, 4324.0, 4345.0, 4347.0, 4315.0, 4346.0, 4329.0, 4368.0, 4328.0, 4329.0, 4361.0, 4361.0, 4353.0, 4363.0, 4363.0, 4373.0, 4356.0, 4386.0, 4355.0, 4346.0, 4374.0, 4343.0, 4394.0, 4344.0, 4405.0, 4355.0, 4402.0, 4370.0, 4342.0, 4359.0, 4342.0, 4359.0, 4359.0, 4352.0, 4383.0, 4343.0, 4374.0, 4365.0, 4356.0, 4385.0, 4355.0, 4393.0, 4377.0, 4384.0, 4385.0, 4366.0, 4392.0, 4354.0, 4355.0, 4374.0, 4352.0, 4372.0, 4352.0, 4382.0, 4353.0, 4383.0, 4354.0, 4353.0, 4383.0, 4356.0, 4354.0, 4368.0, 4367.0, 4406.0, 4397.0, 4368.0, 4398.0, 4367.0, 4399.0, 4368.0, 4417.0, 4366.0, 4345.0, 4396.0, 4358.0, 4417.0, 4403.0, 4356.0, 4366.0, 4355.0, 4356.0, 4378.0, 4378.0, 4359.0, 4387.0, 4378.0, 4405.0, 4367.0, 4418.0, 4367.0, 4405.0, 4384.0, 4392.0, 4372.0, 4341.0, 4382.0, 4363.0, 4351.0, 4364.0, 4341.0, 4372.0, 4352.0, 4343.0, 4361.0, 4341.0, 4362.0, 4342.0, 4373.0, 4342.0, 4380.0, 4332.0, 4366.0, 4354.0, 4343.0, 4372.0, 4365.0, 4343.0, 4375.0, 4357.0, 4385.0, 4364.0, 4394.0, 4368.0, 4398.0, 4397.0, 4365.0, 4396.0, 4368.0, 4364.0, 4374.0, 4357.0, 4365.0, 4374.0, 4344.0, 4385.0, 4355.0, 4374.0, 4364.0, 4355.0, 4403.0, 4366.0, 4403.0, 4392.0, 4380.0, 4392.0, 4343.0, 4389.0, 4341.0, 4376.0, 4330.0, 4378.0, 4327.0, 4365.0, 4325.0, 4367.0, 4339.0, 4366.0, 4329.0, 4339.0, 4361.0, 4328.0, 4358.0, 4339.0, 4331.0, 4382.0, 4341.0, 4379.0, 4318.0, 4367.0, 4316.0, 4367.0, 4326.0, 4357.0, 4316.0, 4356.0, 4315.0, 4356.0, 4327.0, 4327.0, 4340.0, 4341.0, 4380.0, 4354.0, 4355.0, 4366.0, 4366.0, 4411.0, 4370.0, 4389.0, 4389.0, 4368.0, 4419.0, 4400.0, 4378.0, 4396.0, 4367.0, 4406.0, 4396.0, 4358.0, 4418.0, 4365.0, 4394.0, 4364.0, 4392.0, 4374.0, 4364.0, 4404.0, 4355.0, 4343.0, 4383.0, 4355.0, 4373.0, 4375.0, 4354.0, 4405.0, 4346.0, 4414.0, 4374.0, 4383.0, 4374.0, 4360.0, 4379.0, 4340.0, 4348.0, 4350.0, 4330.0, 4361.0, 4354.0, 4355.0, 4342.0, 4392.0, 4341.0, 4381.0, 4381.0, 4354.0, 4394.0, 4352.0, 4340.0, 4361.0, 4341.0, 4381.0, 4342.0, 4361.0, 4353.0, 4354.0, 4383.0, 4343.0, 4381.0, 4351.0, 4381.0, 4362.0, 4380.0, 4351.0, 4369.0, 4351.0, 4329.0, 4350.0, 4342.0, 4372.0, 4363.0, 4343.0, 4396.0, 4356.0, 4369.0, 4397.0, 4378.0, 4356.0, 4376.0, 4380.0, 4369.0, 4409.0, 4398.0, 4369.0, 4380.0, 4387.0, 4356.0, 4384.0, 4376.0, 4344.0, 4426.0, 4356.0, 4403.0, 4384.0, 4363.0, 4396.0, 4353.0, 4343.0, 4352.0, 4357.0, 4386.0, 4364.0, 4344.0, 4383.0, 4374.0, 4365.0, 4379.0, 4394.0, 4364.0, 4396.0, 4377.0, 4403.0, 4371.0, 4340.0, 4382.0, 4331.0, 4399.0, 4349.0, 4388.0, 4340.0, 4378.0, 4340.0, 4339.0, 4339.0, 4328.0, 4378.0, 4340.0, 4358.0, 4352.0, 4370.0, 4352.0, 4362.0, 4373.0, 4364.0, 4406.0, 4376.0, 4368.0, 4400.0, 4366.0, 4379.0, 4386.0, 4377.0, 4369.0, 4408.0, 4366.0, 4416.0, 4367.0, 4406.0, 4384.0, 4354.0, 4412.0, 4382.0, 4401.0, 4399.0, 4360.0, 4368.0, 4348.0, 4386.0, 4336.0, 4356.0, 4336.0, 4327.0, 4388.0, 4347.0, 4364.0, 4355.0, 4333.0, 4365.0, 4335.0, 4364.0, 4315.0, 4354.0, 4328.0, 4335.0, 4336.0, 4326.0, 4337.0, 4337.0, 4348.0, 4329.0, 4367.0, 4339.0, 4369.0, 4359.0, 4348.0, 4369.0, 4329.0, 4389.0, 4338.0, 4378.0, 4339.0, 4377.0, 4348.0, 4376.0, 4348.0, 4347.0, 4360.0, 4341.0, 4360.0, 4342.0, 4396.0, 4376.0, 4355.0, 4384.0, 4366.0, 4377.0, 4376.0, 4356.0, 4393.0, 4356.0, 4383.0, 4374.0, 4384.0, 4363.0, 4363.0, 4376.0, 4366.0, 4393.0, 4354.0, 4353.0, 4374.0, 4353.0, 4351.0, 4364.0, 4366.0, 4394.0, 4367.0, 4405.0, 4377.0, 4355.0, 4405.0, 4376.0, 4416.0, 4406.0, 4368.0, 4416.0, 4394.0, 4374.0, 4405.0, 4354.0, 4403.0, 4383.0, 4353.0, 4414.0, 4353.0, 4400.0, 4382.0, 4359.0, 4370.0, 4340.0, 4351.0, 4363.0, 4342.0, 4392.0, 4353.0, 4344.0, 4405.0, 4367.0, 4385.0, 4376.0, 4405.0, 4364.0, 4416.0, 4366.0, 4405.0, 4363.0, 4380.0, 4360.0, 4349.0, 4348.0, 4337.0, 4366.0, 4328.0, 4365.0, 4326.0, 4366.0, 4338.0, 4349.0, 4360.0, 4349.0, 4360.0, 4352.0, 4392.0, 4363.0, 4384.0, 4365.0, 4385.0, 4364.0, 4367.0, 4397.0, 4355.0, 4392.0, 4374.0, 4374.0, 4375.0, 4364.0, 4395.0, 4354.0, 4393.0, 4355.0, 4405.0, 4356.0, 4397.0, 4365.0, 4375.0, 4384.0, 4354.0, 4404.0, 4366.0, 4395.0, 4377.0, 4380.0, 4408.0, 4389.0, 4371.0, 4378.0, 4388.0, 4358.0, 4426.0, 4400.0, 4429.0, 4405.0, 4406.0, 4425.0, 4415.0, 4392.0, 4410.0, 4348.0, 4365.0, 4326.0, 4364.0, 4338.0, 4378.0, 4340.0, 4388.0, 4350.0, 4338.0, 4349.0, 4352.0, 4387.0, 4339.0, 4376.0, 4369.0, 4369.0, 4370.0, 4338.0, 4377.0, 4326.0, 4375.0, 4326.0, 4364.0, 4313.0, 4351.0, 4301.0, 4350.0, 4300.0, 4352.0, 4323.0, 4311.0, 4332.0, 4313.0, 4366.0, 4336.0, 4327.0, 4354.0, 4348.0, 4349.0, 4348.0, 4328.0, 4379.0, 4352.0, 4392.0, 4371.0, 4352.0, 4389.0, 4347.0, 4346.0, 4336.0, 4328.0, 4389.0, 4349.0, 4341.0, 4368.0, 4340.0, 4349.0, 4326.0, 4325.0, 4384.0, 4335.0, 4387.0, 4356.0, 4365.0, 4345.0, 4336.0, 4354.0, 4324.0, 4324.0, 4353.0, 4324.0, 4354.0, 4344.0, 4326.0, 4360.0, 4338.0, 4387.0, 4336.0, 4326.0, 4344.0, 4314.0, 4363.0, 4324.0, 4354.0, 4344.0, 4327.0, 4376.0, 4326.0, 4344.0, 4335.0, 4315.0, 4344.0, 4316.0, 4366.0, 4327.0, 4377.0, 4327.0, 4336.0, 4347.0, 4350.0, 4379.0, 4350.0, 4339.0, 4360.0, 4351.0, 4353.0, 4381.0, 4374.0, 4355.0, 4404.0, 4366.0, 4367.0, 4396.0, 4366.0, 4394.0, 4385.0, 4354.0, 4415.0, 4405.0, 4401.0, 4391.0, 4370.0, 4391.0, 4381.0, 4359.0, 4339.0, 4387.0, 4346.0, 4313.0, 4365.0, 4363.0, 4333.0, 4366.0, 4396.0, 4313.0, 4315.0, 4364.0, 4365.0, 4334.0, 4333.0, 4332.0, 4324.0, 4313.0, 4344.0, 4324.0, 4363.0, 4326.0, 4325.0, 4366.0, 4346.0, 4367.0, 4336.0, 4326.0, 4364.0, 4324.0, 4353.0, 4344.0, 4344.0, 4344.0, 4314.0, 4342.0, 4313.0, 4362.0, 4313.0, 4360.0, 4322.0, 4332.0, 4324.0, 4312.0, 4335.0, 4314.0, 4355.0, 4325.0, 4376.0, 4337.0, 4337.0, 4337.0, 4328.0, 4367.0, 4340.0, 4380.0, 4342.0, 4354.0, 4374.0, 4353.0, 4403.0, 4365.0, 4364.0, 4384.0, 4365.0, 4366.0, 4397.0, 4398.0, 4370.0, 4381.0, 4419.0, 4377.0, 4369.0, 4417.0, 4387.0, 4405.0, 4406.0, 4401.0, 4429.0, 4376.0, 4366.0, 4376.0, 4383.0, 4353.0, 4401.0, 4341.0, 4401.0, 4380.0, 4350.0, 4370.0, 4351.0, 4341.0, 4389.0, 4350.0, 4390.0, 4346.0, 4376.0, 4335.0, 4365.0, 4323.0, 4351.0, 4311.0, 4341.0, 4299.0, 4330.0, 4354.0, 4334.0], 'WindowWidth': [9756.0, 9654.0, 9637.0, 9678.0, 9616.0, 9592.0, 9587.0, 9647.0, 9664.0, 9635.0, 9661.0, 9666.0, 9637.0, 9697.0, 9673.0, 9654.0, 9610.0, 9641.0, 9638.0, 9646.0, 9611.0, 9645.0, 9629.0, 9624.0, 9633.0, 9632.0, 9624.0, 9649.0, 9643.0, 9603.0, 9601.0, 9636.0, 9590.0, 9584.0, 9598.0, 9635.0, 9635.0, 9625.0, 9652.0, 9649.0, 9633.0, 9640.0, 9655.0, 9620.0, 9615.0, 9612.0, 9663.0, 9648.0, 9647.0, 9637.0, 9683.0, 9652.0, 9635.0, 9671.0, 9651.0, 9625.0, 9688.0, 9610.0, 9676.0, 9639.0, 9655.0, 9671.0, 9639.0, 9651.0, 9627.0, 9646.0, 9637.0, 9626.0, 9679.0, 9635.0, 9672.0, 9629.0, 9685.0, 9663.0, 9616.0, 9637.0, 9618.0, 9610.0, 9650.0, 9622.0, 9621.0, 9634.0, 9613.0, 9667.0, 9643.0, 9639.0, 9653.0, 9630.0, 9684.0, 9653.0, 9631.0, 9649.0, 9647.0, 9633.0, 9679.0, 9667.0, 9630.0, 9693.0, 9650.0, 9620.0, 9654.0, 9601.0, 9684.0, 9611.0, 9643.0, 9633.0, 9600.0, 9641.0, 9613.0, 9582.0, 9662.0, 9601.0, 9640.0, 9609.0, 9595.0, 9625.0, 9637.0, 9612.0, 9662.0, 9630.0, 9561.0, 9623.0, 9557.0, 9620.0, 9567.0, 9592.0, 9600.0, 9556.0, 9599.0, 9584.0, 9631.0, 9579.0, 9580.0, 9630.0, 9630.0, 9624.0, 9637.0, 9637.0, 9649.0, 9630.0, 9670.0, 9628.0, 9615.0, 9650.0, 9609.0, 9678.0, 9611.0, 9696.0, 9630.0, 9686.0, 9641.0, 9602.0, 9623.0, 9603.0, 9622.0, 9625.0, 9620.0, 9663.0, 9610.0, 9651.0, 9640.0, 9630.0, 9668.0, 9629.0, 9677.0, 9659.0, 9662.0, 9669.0, 9642.0, 9675.0, 9626.0, 9628.0, 9652.0, 9618.0, 9647.0, 9620.0, 9659.0, 9621.0, 9661.0, 9623.0, 9621.0, 9663.0, 9631.0, 9628.0, 9651.0, 9650.0, 9698.0, 9689.0, 9650.0, 9691.0, 9649.0, 9694.0, 9651.0, 9712.0, 9643.0, 9611.0, 9683.0, 9634.0, 9715.0, 9690.0, 9629.0, 9640.0, 9626.0, 9630.0, 9661.0, 9661.0, 9638.0, 9674.0, 9665.0, 9697.0, 9650.0, 9718.0, 9648.0, 9697.0, 9663.0, 9670.0, 9647.0, 9603.0, 9657.0, 9635.0, 9617.0, 9636.0, 9605.0, 9643.0, 9618.0, 9606.0, 9628.0, 9601.0, 9632.0, 9604.0, 9646.0, 9602.0, 9652.0, 9590.0, 9645.0, 9625.0, 9608.0, 9645.0, 9639.0, 9608.0, 9654.0, 9632.0, 9669.0, 9640.0, 9679.0, 9647.0, 9688.0, 9690.0, 9642.0, 9683.0, 9652.0, 9638.0, 9653.0, 9633.0, 9642.0, 9652.0, 9610.0, 9668.0, 9627.0, 9652.0, 9638.0, 9629.0, 9690.0, 9643.0, 9689.0, 9674.0, 9653.0, 9670.0, 9605.0, 9663.0, 9601.0, 9640.0, 9582.0, 9645.0, 9576.0, 9622.0, 9571.0, 9627.0, 9597.0, 9626.0, 9581.0, 9596.0, 9629.0, 9582.0, 9622.0, 9598.0, 9587.0, 9658.0, 9600.0, 9651.0, 9566.0, 9630.0, 9559.0, 9628.0, 9573.0, 9614.0, 9560.0, 9611.0, 9559.0, 9612.0, 9575.0, 9575.0, 9599.0, 9604.0, 9657.0, 9627.0, 9630.0, 9647.0, 9650.0, 9718.0, 9662.0, 9686.0, 9683.0, 9654.0, 9722.0, 9697.0, 9664.0, 9684.0, 9646.0, 9699.0, 9686.0, 9639.0, 9718.0, 9644.0, 9677.0, 9639.0, 9674.0, 9651.0, 9636.0, 9691.0, 9627.0, 9609.0, 9663.0, 9627.0, 9650.0, 9654.0, 9625.0, 9694.0, 9615.0, 9705.0, 9651.0, 9660.0, 9651.0, 9626.0, 9649.0, 9598.0, 9606.0, 9611.0, 9583.0, 9629.0, 9622.0, 9630.0, 9608.0, 9674.0, 9606.0, 9658.0, 9656.0, 9627.0, 9680.0, 9618.0, 9599.0, 9628.0, 9601.0, 9655.0, 9604.0, 9630.0, 9622.0, 9626.0, 9663.0, 9610.0, 9657.0, 9618.0, 9656.0, 9633.0, 9654.0, 9617.0, 9637.0, 9614.0, 9585.0, 9613.0, 9605.0, 9645.0, 9637.0, 9609.0, 9683.0, 9634.0, 9658.0, 9693.0, 9667.0, 9634.0, 9661.0, 9673.0, 9656.0, 9709.0, 9693.0, 9656.0, 9671.0, 9677.0, 9632.0, 9665.0, 9656.0, 9612.0, 9725.0, 9631.0, 9691.0, 9666.0, 9633.0, 9682.0, 9621.0, 9607.0, 9623.0, 9636.0, 9670.0, 9638.0, 9614.0, 9664.0, 9654.0, 9641.0, 9666.0, 9679.0, 9639.0, 9686.0, 9662.0, 9691.0, 9646.0, 9603.0, 9659.0, 9589.0, 9680.0, 9610.0, 9662.0, 9599.0, 9648.0, 9598.0, 9597.0, 9595.0, 9580.0, 9647.0, 9600.0, 9623.0, 9619.0, 9642.0, 9620.0, 9634.0, 9650.0, 9644.0, 9700.0, 9660.0, 9653.0, 9700.0, 9650.0, 9672.0, 9676.0, 9667.0, 9656.0, 9708.0, 9650.0, 9714.0, 9649.0, 9701.0, 9669.0, 9628.0, 9704.0, 9661.0, 9684.0, 9681.0, 9625.0, 9634.0, 9607.0, 9655.0, 9588.0, 9613.0, 9588.0, 9576.0, 9660.0, 9602.0, 9620.0, 9609.0, 9578.0, 9626.0, 9584.0, 9619.0, 9556.0, 9604.0, 9578.0, 9585.0, 9587.0, 9573.0, 9591.0, 9593.0, 9609.0, 9587.0, 9635.0, 9600.0, 9639.0, 9626.0, 9609.0, 9639.0, 9584.0, 9663.0, 9597.0, 9647.0, 9598.0, 9645.0, 9610.0, 9643.0, 9609.0, 9605.0, 9629.0, 9603.0, 9627.0, 9606.0, 9687.0, 9660.0, 9632.0, 9670.0, 9650.0, 9663.0, 9662.0, 9634.0, 9679.0, 9631.0, 9664.0, 9655.0, 9666.0, 9639.0, 9639.0, 9660.0, 9646.0, 9677.0, 9628.0, 9625.0, 9653.0, 9624.0, 9620.0, 9642.0, 9647.0, 9684.0, 9651.0, 9700.0, 9664.0, 9633.0, 9701.0, 9662.0, 9715.0, 9702.0, 9654.0, 9717.0, 9684.0, 9655.0, 9697.0, 9628.0, 9691.0, 9663.0, 9623.0, 9706.0, 9625.0, 9680.0, 9658.0, 9624.0, 9640.0, 9601.0, 9619.0, 9636.0, 9608.0, 9674.0, 9623.0, 9614.0, 9699.0, 9648.0, 9667.0, 9659.0, 9694.0, 9641.0, 9713.0, 9646.0, 9697.0, 9634.0, 9653.0, 9624.0, 9609.0, 9606.0, 9589.0, 9625.0, 9579.0, 9623.0, 9573.0, 9627.0, 9593.0, 9610.0, 9629.0, 9612.0, 9630.0, 9622.0, 9678.0, 9640.0, 9670.0, 9646.0, 9670.0, 9642.0, 9652.0, 9692.0, 9634.0, 9677.0, 9653.0, 9652.0, 9656.0, 9642.0, 9686.0, 9631.0, 9680.0, 9630.0, 9697.0, 9634.0, 9690.0, 9647.0, 9661.0, 9669.0, 9630.0, 9696.0, 9648.0, 9685.0, 9663.0, 9675.0, 9709.0, 9686.0, 9663.0, 9669.0, 9681.0, 9639.0, 9730.0, 9700.0, 9742.0, 9697.0, 9703.0, 9729.0, 9714.0, 9676.0, 9697.0, 9609.0, 9625.0, 9577.0, 9625.0, 9594.0, 9646.0, 9599.0, 9661.0, 9613.0, 9596.0, 9615.0, 9623.0, 9662.0, 9600.0, 9643.0, 9638.0, 9637.0, 9640.0, 9595.0, 9644.0, 9575.0, 9642.0, 9575.0, 9623.0, 9550.0, 9597.0, 9531.0, 9595.0, 9529.0, 9599.0, 9567.0, 9546.0, 9576.0, 9551.0, 9628.0, 9588.0, 9578.0, 9611.0, 9608.0, 9608.0, 9609.0, 9583.0, 9652.0, 9622.0, 9679.0, 9646.0, 9620.0, 9664.0, 9606.0, 9601.0, 9589.0, 9581.0, 9667.0, 9612.0, 9604.0, 9638.0, 9602.0, 9612.0, 9575.0, 9573.0, 9649.0, 9585.0, 9657.0, 9614.0, 9623.0, 9598.0, 9586.0, 9609.0, 9568.0, 9567.0, 9604.0, 9567.0, 9607.0, 9597.0, 9574.0, 9627.0, 9594.0, 9659.0, 9589.0, 9576.0, 9595.0, 9554.0, 9620.0, 9569.0, 9607.0, 9596.0, 9577.0, 9642.0, 9575.0, 9595.0, 9583.0, 9557.0, 9594.0, 9562.0, 9626.0, 9578.0, 9642.0, 9577.0, 9589.0, 9608.0, 9617.0, 9653.0, 9617.0, 9601.0, 9629.0, 9619.0, 9626.0, 9661.0, 9654.0, 9631.0, 9695.0, 9647.0, 9651.0, 9689.0, 9647.0, 9682.0, 9669.0, 9629.0, 9710.0, 9698.0, 9685.0, 9676.0, 9644.0, 9671.0, 9657.0, 9627.0, 9599.0, 9661.0, 9599.0, 9552.0, 9624.0, 9620.0, 9577.0, 9627.0, 9670.0, 9552.0, 9557.0, 9621.0, 9622.0, 9582.0, 9579.0, 9577.0, 9565.0, 9551.0, 9594.0, 9569.0, 9621.0, 9576.0, 9573.0, 9632.0, 9603.0, 9633.0, 9589.0, 9576.0, 9622.0, 9569.0, 9605.0, 9595.0, 9593.0, 9594.0, 9553.0, 9588.0, 9552.0, 9614.0, 9551.0, 9609.0, 9563.0, 9576.0, 9567.0, 9551.0, 9584.0, 9556.0, 9612.0, 9575.0, 9641.0, 9590.0, 9591.0, 9594.0, 9583.0, 9634.0, 9602.0, 9655.0, 9607.0, 9631.0, 9657.0, 9626.0, 9693.0, 9646.0, 9643.0, 9668.0, 9646.0, 9654.0, 9695.0, 9697.0, 9661.0, 9678.0, 9725.0, 9666.0, 9658.0, 9719.0, 9677.0, 9698.0, 9700.0, 9703.0, 9736.0, 9662.0, 9649.0, 9660.0, 9665.0, 9623.0, 9686.0, 9603.0, 9682.0, 9653.0, 9613.0, 9640.0, 9616.0, 9605.0, 9666.0, 9613.0, 9667.0, 9601.0, 9643.0, 9582.0, 9623.0, 9563.0, 9599.0, 9545.0, 9583.0, 9526.0, 9567.0, 9609.0, 9582.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.0017300114678899085</td></tr>
<tr><td colspan=3>aqi</td><td>0.03544568600917431</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.86028719205515</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.257892536647533</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9953131822502871</td></tr>
<tr><td colspan=3>efc</td><td>0.4433</td></tr>
<tr><td colspan=3>fber</td><td>8906.9082</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1440307907771711</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>158</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.119266055045873</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.404998056166782</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.338129307891017</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.624901937417461</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2519629231918668</td></tr>
<tr><td colspan=3>gcor</td><td>0.0164117</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009197328239679337</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025836540386080742</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9206900859703704</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>34.2082</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4232</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.8546</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307014.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>707.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.2718</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4808</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.2617</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3630.596</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>975.8416</td></tr>
<tr><td colspan=3>tsnr</td><td>34.713637702632695</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>