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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-03_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_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-0079/ses-03/func/sub-0079_ses-03_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>dad7ebcacdd29c56e17b27635f682749</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>12:28:11.277500</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.999111, -0.0386061, 0.0169271, 0.0376834, 0.997946, 0.051805]</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.0939845</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7761, -7281, 551, -36, -65, 62, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>249.013</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d209b82a-77fe-48e7-a0cc-f0ea38f7f437||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.6805419921875, 0.10110185295343399, 0.05100930109620094, 108.38714599609375], [0.10357742011547089, 2.6774160861968994, 0.13802701234817505, -91.79512023925781], [0.04541419818997383, -0.13898912072181702, 2.6959872245788574, -65.47756958007812], [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': ['122811.277500', '122811.737500', '122812.197500', '122812.657500', '122813.117500', '122813.577500', '122814.037500', '122814.497500', '122814.957500', '122815.417500', '122815.877500', '122816.337500', '122816.797500', '122817.257500', '122817.717500', '122818.177500', '122818.637500', '122819.097500', '122819.557500', '122820.017500', '122820.477500', '122820.937500', '122821.397500', '122821.857500', '122822.317500', '122822.777500', '122823.237500', '122823.697500', '122824.157500', '122824.617500', '122825.077500', '122825.537500', '122825.997500', '122826.457500', '122826.917500', '122827.377500', '122827.837500', '122828.297500', '122828.757500', '122829.217500', '122829.677500', '122830.137500', '122830.597500', '122831.057500', '122831.517500', '122831.977500', '122832.437500', '122832.897500', '122833.357500', '122833.817500', '122834.277500', '122834.737500', '122835.197500', '122835.657500', '122836.117500', '122836.577500', '122837.037500', '122837.497500', '122837.957500', '122838.417500', '122838.877500', '122839.337500', '122839.797500', '122840.257500', '122840.717500', '122841.177500', '122841.637500', '122842.097500', '122842.557500', '122843.017500', '122843.477500', '122843.937500', '122844.397500', '122844.857500', '122845.317500', '122845.777500', '122846.237500', '122846.697500', '122847.157500', '122847.617500', '122848.077500', '122848.537500', '122848.997500', '122849.457500', '122849.917500', '122850.377500', '122850.837500', '122851.297500', '122851.757500', '122852.217500', '122852.677500', '122853.137500', '122853.597500', '122854.057500', '122854.517500', '122854.977500', '122855.437500', '122855.897500', '122856.357500', '122856.817500', '122857.277500', '122857.737500', '122858.197500', '122858.657500', '122859.117500', '122859.577500', '122900.037500', '122900.497500', '122900.957500', '122901.417500', '122901.877500', '122902.337500', '122902.797500', '122903.257500', '122903.717500', '122904.177500', '122904.637500', '122905.097500', '122905.557500', '122906.017500', '122906.477500', '122906.937500', '122907.397500', '122907.857500', '122908.317500', '122908.777500', '122909.237500', '122909.697500', '122910.157500', '122910.617500', '122911.077500', '122911.537500', '122911.997500', '122912.457500', '122912.917500', '122913.377500', '122913.837500', '122914.297500', '122914.757500', '122915.217500', '122915.677500', '122916.137500', '122916.597500', '122917.057500', '122917.517500', '122917.977500', '122918.437500', '122918.897500', '122919.357500', '122919.817500', '122920.277500', '122920.737500', '122921.197500', '122921.657500', '122922.117500', '122922.577500', '122923.037500', '122923.497500', '122923.957500', '122924.417500', '122924.877500', '122925.337500', '122925.797500', '122926.257500', '122926.717500', '122927.177500', '122927.637500', '122928.097500', '122928.557500', '122929.017500', '122929.477500', '122929.937500', '122930.397500', '122930.857500', '122931.317500', '122931.777500', '122932.237500', '122932.697500', '122933.157500', '122933.617500', '122934.077500', '122934.537500', '122934.997500', '122935.457500', '122935.917500', '122936.377500', '122936.837500', '122937.297500', '122937.757500', '122938.217500', '122938.677500', '122939.137500', '122939.597500', '122940.057500', '122940.517500', '122940.977500', '122941.437500', '122941.897500', '122942.357500', '122942.817500', '122943.277500', '122943.737500', '122944.197500', '122944.657500', '122945.117500', '122945.577500', '122946.037500', '122946.497500', '122946.957500', '122947.417500', '122947.877500', '122948.337500', '122948.797500', '122949.257500', '122949.717500', '122950.177500', '122950.637500', '122951.097500', '122951.557500', '122952.017500', '122952.477500', '122952.937500', '122953.397500', '122953.857500', '122954.317500', '122954.777500', '122955.237500', '122955.697500', '122956.157500', '122956.617500', '122957.077500', '122957.537500', '122957.997500', '122958.457500', '122958.917500', '122959.377500', '122959.837500', '123000.297500', '123000.757500', '123001.217500', '123001.677500', '123002.137500', '123002.597500', '123003.057500', '123003.517500', '123003.977500', '123004.437500', '123004.897500', '123005.357500', '123005.817500', '123006.277500', '123006.737500', '123007.197500', '123007.657500', '123008.117500', '123008.577500', '123009.037500', '123009.497500', '123009.957500', '123010.417500', '123010.877500', '123011.337500', '123011.797500', '123012.257500', '123012.717500', '123013.177500', '123013.637500', '123014.097500', '123014.557500', '123015.017500', '123015.477500', '123015.937500', '123016.397500', '123016.857500', '123017.317500', '123017.777500', '123018.237500', '123018.697500', '123019.157500', '123019.617500', '123020.077500', '123020.537500', '123020.997500', '123021.457500', '123021.917500', '123022.377500', '123022.837500', '123023.297500', '123023.757500', '123024.217500', '123024.677500', '123025.137500', '123025.597500', '123026.057500', '123026.517500', '123026.977500', '123027.437500', '123027.897500', '123028.357500', '123028.817500', '123029.277500', '123029.737500', '123030.197500', '123030.657500', '123031.117500', '123031.577500', '123032.037500', '123032.497500', '123032.957500', '123033.417500', '123033.877500', '123034.337500', '123034.797500', '123035.257500', '123035.717500', '123036.177500', '123036.637500', '123037.097500', '123037.557500', '123038.017500', '123038.477500', '123038.937500', '123039.397500', '123039.857500', '123040.317500', '123040.777500', '123041.237500', '123041.697500', '123042.157500', '123042.617500', '123043.077500', '123043.537500', '123043.997500', '123044.457500', '123044.917500', '123045.377500', '123045.837500', '123046.297500', '123046.757500', '123047.217500', '123047.677500', '123048.137500', '123048.597500', '123049.057500', '123049.517500', '123049.977500', '123050.437500', '123050.897500', '123051.357500', '123051.817500', '123052.277500', '123052.737500', '123053.197500', '123053.657500', '123054.117500', '123054.577500', '123055.037500', '123055.497500', '123055.957500', '123056.417500', '123056.877500', '123057.337500', '123057.797500', '123058.257500', '123058.717500', '123059.177500', '123059.637500', '123100.097500', '123100.557500', '123101.017500', '123101.477500', '123101.937500', '123102.397500', '123102.857500', '123103.317500', '123103.777500', '123104.237500', '123104.697500', '123105.157500', '123105.617500', '123106.077500', '123106.537500', '123106.997500', '123107.457500', '123107.917500', '123108.377500', '123108.837500', '123109.297500', '123109.757500', '123110.217500', '123110.677500', '123111.137500', '123111.597500', '123112.057500', '123112.517500', '123112.977500', '123113.437500', '123113.897500', '123114.357500', '123114.817500', '123115.277500', '123115.737500', '123116.197500', '123116.657500', '123117.117500', '123117.577500', '123118.037500', '123118.497500', '123118.957500', '123119.417500', '123119.877500', '123120.337500', '123120.797500', '123121.257500', '123121.717500', '123122.177500', '123122.637500', '123123.097500', '123123.557500', '123124.017500', '123124.477500', '123124.937500', '123125.397500', '123125.857500', '123126.317500', '123126.777500', '123127.237500', '123127.697500', '123128.157500', '123128.617500', '123129.077500', '123129.537500', '123129.997500', '123130.457500', '123130.917500', '123131.377500', '123131.837500', '123132.297500', '123132.757500', '123133.217500', '123133.677500', '123134.137500', '123134.597500', '123135.057500', '123135.517500', '123135.977500', '123136.437500', '123136.897500', '123137.357500', '123137.817500', '123138.277500', '123138.737500', '123139.197500', '123139.657500', '123140.117500', '123140.577500', '123141.037500', '123141.497500', '123141.957500', '123142.417500', '123142.877500', '123143.337500', '123143.797500', '123144.257500', '123144.717500', '123145.177500', '123145.637500', '123146.097500', '123146.557500', '123147.017500', '123147.477500', '123147.937500', '123148.397500', '123148.857500', '123149.317500', '123149.777500', '123150.237500', '123150.697500', '123151.157500', '123151.617500', '123152.077500', '123152.537500', '123152.997500', '123153.457500', '123153.917500', '123154.377500', '123154.837500', '123155.297500', '123155.757500', '123156.217500', '123156.677500', '123157.137500', '123157.597500', '123158.057500', '123158.517500', '123158.977500', '123159.437500', '123159.897500', '123200.357500', '123200.817500', '123201.277500', '123201.737500', '123202.197500', '123202.657500', '123203.117500', '123203.577500', '123204.037500', '123204.497500', '123204.957500', '123205.417500', '123205.877500', '123206.337500', '123206.797500', '123207.257500', '123207.717500', '123208.177500', '123208.637500', '123209.097500', '123209.557500', '123210.017500', '123210.477500', '123210.937500', '123211.397500', '123211.857500', '123212.317500', '123212.777500', '123213.237500', '123213.697500', '123214.157500', '123214.617500', '123215.077500', '123215.537500', '123215.997500', '123216.457500', '123216.917500', '123217.377500', '123217.837500', '123218.297500', '123218.757500', '123219.217500', '123219.677500', '123220.137500', '123220.597500', '123221.057500', '123221.517500', '123221.977500', '123222.437500', '123222.897500', '123223.357500', '123223.817500', '123224.277500', '123224.737500', '123225.197500', '123225.657500', '123226.117500', '123226.577500', '123227.037500', '123227.497500', '123227.957500', '123228.417500', '123228.877500', '123229.337500', '123229.797500', '123230.257500', '123230.717500', '123231.177500', '123231.637500', '123232.097500', '123232.557500', '123233.017500', '123233.477500', '123233.937500', '123234.397500', '123234.857500', '123235.317500', '123235.777500', '123236.237500', '123236.697500', '123237.157500', '123237.617500', '123238.077500', '123238.537500', '123238.997500', '123239.457500', '123239.917500', '123240.377500', '123240.837500', '123241.297500', '123241.757500', '123242.217500', '123242.677500', '123243.137500', '123243.597500', '123244.057500', '123244.517500', '123244.977500', '123245.437500', '123245.897500', '123246.357500', '123246.817500', '123247.277500', '123247.737500', '123248.197500', '123248.657500', '123249.117500', '123249.577500', '123250.037500', '123250.497500', '123250.957500', '123251.417500', '123251.877500', '123252.337500', '123252.797500', '123253.257500', '123253.717500', '123254.177500', '123254.637500', '123255.097500', '123255.557500', '123256.017500', '123256.477500', '123256.937500', '123257.397500', '123257.857500', '123258.317500', '123258.777500', '123259.237500', '123259.697500', '123300.157500', '123300.617500', '123301.077500', '123301.537500', '123301.997500', '123302.457500', '123302.917500', '123303.377500', '123303.837500', '123304.297500', '123304.757500', '123305.217500', '123305.677500', '123306.137500', '123306.597500', '123307.057500', '123307.517500', '123307.977500', '123308.437500', '123308.897500', '123309.357500', '123309.817500', '123310.277500', '123310.737500', '123311.197500', '123311.657500', '123312.117500', '123312.577500', '123313.037500', '123313.497500', '123313.957500', '123314.417500', '123314.877500', '123315.337500', '123315.797500', '123316.257500', '123316.717500', '123317.177500', '123317.637500', '123318.097500', '123318.557500', '123319.017500', '123319.477500', '123319.937500', '123320.397500', '123320.857500', '123321.317500', '123321.777500', '123322.237500', '123322.697500', '123323.157500', '123323.617500', '123324.077500', '123324.537500', '123324.997500', '123325.457500', '123325.917500', '123326.377500', '123326.837500', '123327.297500', '123327.757500', '123328.217500', '123328.677500', '123329.137500', '123329.597500', '123330.057500', '123330.517500', '123330.977500', '123331.437500', '123331.897500', '123332.357500', '123332.817500', '123333.277500', '123333.737500', '123334.197500', '123334.657500', '123335.117500', '123335.577500', '123336.037500', '123336.497500', '123336.957500', '123337.417500', '123337.877500', '123338.337500', '123338.797500', '123339.257500', '123339.717500', '123340.177500', '123340.637500', '123341.097500', '123341.557500', '123342.017500', '123342.477500', '123342.937500', '123343.397500', '123343.857500', '123344.317500', '123344.777500', '123345.237500', '123345.697500', '123346.157500', '123346.617500', '123347.077500', '123347.537500', '123347.997500', '123348.457500', '123348.917500', '123349.377500', '123349.837500', '123350.297500', '123350.757500', '123351.217500', '123351.677500', '123352.137500', '123352.597500', '123353.057500', '123353.517500', '123353.977500', '123354.437500', '123354.897500', '123355.357500', '123355.817500', '123356.277500', '123356.737500', '123357.197500', '123357.657500', '123358.117500', '123358.577500', '123359.037500', '123359.497500', '123359.957500', '123400.417500', '123400.877500', '123401.337500', '123401.797500', '123402.257500', '123402.717500', '123403.177500', '123403.637500', '123404.097500', '123404.557500', '123405.017500', '123405.477500', '123405.937500', '123406.397500', '123406.857500', '123407.317500', '123407.777500', '123408.237500', '123408.697500', '123409.157500', '123409.617500', '123410.077500', '123410.537500', '123410.997500', '123411.457500', '123411.917500', '123412.377500', '123412.837500', '123413.297500', '123413.757500', '123414.217500', '123414.677500', '123415.137500', '123415.597500', '123416.057500', '123416.517500', '123416.977500', '123417.437500', '123417.897500', '123418.357500', '123418.817500', '123419.277500', '123419.737500', '123420.197500', '123420.657500', '123421.117500', '123421.577500', '123422.037500', '123422.497500', '123422.957500', '123423.417500', '123423.877500', '123424.337500', '123424.797500', '123425.257500', '123425.717500', '123426.177500', '123426.637500', '123427.097500', '123427.557500', '123428.017500', '123428.477500', '123428.937500', '123429.397500', '123429.857500', '123430.317500', '123430.777500', '123431.237500', '123431.697500', '123432.157500', '123432.617500', '123433.077500', '123433.537500', '123433.997500', '123434.457500', '123434.917500', '123435.377500', '123435.837500', '123436.297500', '123436.757500', '123437.217500', '123437.677500', '123438.137500', '123438.597500', '123439.057500', '123439.517500', '123439.977500', '123440.437500', '123440.897500', '123441.357500', '123441.817500', '123442.277500', '123442.737500', '123443.197500', '123443.657500', '123444.117500', '123444.577500', '123445.037500', '123445.497500', '123445.957500', '123446.417500', '123446.877500', '123447.337500', '123447.797500', '123448.257500', '123448.717500', '123449.177500', '123449.637500', '123450.097500', '123450.557500', '123451.017500', '123451.477500', '123451.937500'], 'ContentTime': ['122824.862000', '122824.865000', '122824.867000', '122824.902000', '122824.905000', '122824.907000', '122824.910000', '122824.912000', '122824.915000', '122824.917000', '122824.920000', '122824.923000', '122824.925000', '122824.928000', '122824.930000', '122824.933000', '122824.935000', '122824.938000', '122824.940000', '122824.943000', '122824.945000', '122824.948000', '122824.950000', '122824.953000', '122824.955000', '122824.958000', '122824.960000', '122824.963000', '122844.830000', '122844.833000', '122844.836000', '122844.838000', '122844.841000', '122844.843000', '122844.846000', '122844.848000', '122844.851000', '122844.853000', '122844.856000', '122844.858000', '122844.861000', '122844.864000', '122844.866000', '122844.869000', '122844.871000', '122844.874000', '122844.876000', '122844.879000', '122844.881000', '122844.884000', '122844.886000', '122844.889000', '122844.891000', '122844.894000', '122844.896000', '122844.899000', '122844.901000', '122844.904000', '122844.907000', '122844.909000', '122844.912000', '122844.914000', '122844.917000', '122844.920000', '122844.922000', '122844.925000', '122844.927000', '122844.930000', '122844.932000', '122844.935000', '122844.937000', '122904.830000', '122904.833000', '122904.836000', '122904.838000', '122904.841000', '122904.843000', '122904.846000', '122904.848000', '122904.851000', '122904.854000', '122904.856000', '122904.859000', '122904.861000', '122904.864000', '122904.866000', '122904.869000', '122904.872000', '122904.874000', '122904.877000', '122904.879000', '122904.882000', '122904.884000', '122904.887000', '122904.889000', '122904.892000', '122904.894000', '122904.897000', '122904.908000', '122904.911000', '122904.913000', '122904.916000', '122904.918000', '122904.921000', '122904.924000', '122904.926000', '122904.929000', '122904.931000', '122904.934000', '122904.936000', '122904.939000', '122904.941000', '122904.944000', '122904.946000', '122904.949000', '122924.830000', '122924.833000', '122924.836000', '122924.838000', '122924.841000', '122924.843000', '122924.846000', '122924.848000', '122924.851000', '122924.854000', '122924.856000', '122924.859000', '122924.861000', '122924.864000', '122924.866000', '122924.869000', '122924.871000', '122924.874000', '122924.877000', '122924.879000', '122924.882000', '122924.884000', '122924.887000', '122924.889000', '122924.892000', '122924.895000', '122924.897000', '122924.900000', '122924.902000', '122924.905000', '122924.907000', '122924.910000', '122924.912000', '122924.915000', '122924.917000', '122924.920000', '122924.922000', '122924.925000', '122924.928000', '122924.930000', '122924.945000', '122924.947000', '122924.950000', '122944.831000', '122944.833000', '122944.836000', '122944.838000', '122944.841000', '122944.843000', '122944.846000', '122944.848000', '122944.851000', '122944.853000', '122944.856000', '122944.859000', '122944.861000', '122944.864000', '122944.866000', '122944.869000', '122944.871000', '122944.874000', '122944.877000', '122944.879000', '122944.882000', '122944.884000', '122944.887000', '122944.889000', '122944.892000', '122944.895000', '122944.897000', '122944.900000', '122944.902000', '122944.905000', '122944.907000', '122944.910000', '122944.912000', '122944.915000', '122944.917000', '122944.920000', '122944.923000', '122944.925000', '122944.928000', '122944.930000', '122944.933000', '122944.936000', '122944.938000', '122944.941000', '123004.831000', '123004.834000', '123004.837000', '123004.839000', '123004.842000', '123004.844000', '123004.847000', '123004.849000', '123004.852000', '123004.855000', '123004.857000', '123004.860000', '123004.862000', '123004.865000', '123004.867000', '123004.870000', '123004.872000', '123004.875000', '123004.877000', '123004.880000', '123004.882000', '123004.885000', '123004.888000', '123004.890000', '123004.893000', '123004.895000', '123004.898000', '123004.900000', '123004.903000', '123004.906000', '123004.908000', '123004.911000', '123004.913000', '123004.916000', '123004.918000', '123004.921000', '123004.923000', '123004.926000', '123004.928000', '123004.931000', '123004.934000', '123004.936000', '123004.939000', '123024.831000', '123024.834000', '123024.837000', '123024.839000', '123024.842000', '123024.844000', '123024.847000', '123024.849000', '123024.852000', '123024.854000', '123024.857000', '123024.859000', '123024.862000', '123024.865000', '123024.867000', '123024.870000', '123024.872000', '123024.875000', '123024.877000', '123024.880000', '123024.882000', '123024.885000', '123024.887000', '123024.890000', '123024.893000', '123024.895000', '123024.898000', '123024.900000', '123024.903000', '123024.905000', '123024.908000', '123024.910000', '123024.913000', '123024.915000', '123024.918000', '123024.920000', '123024.923000', '123024.926000', '123024.928000', '123024.931000', '123024.933000', '123024.936000', '123024.938000', '123024.941000', '123044.830000', '123044.833000', '123044.836000', '123044.838000', '123044.841000', '123044.843000', '123044.846000', '123044.848000', '123044.851000', '123044.853000', '123044.856000', '123044.859000', '123044.861000', '123044.864000', '123044.866000', '123044.869000', '123044.871000', '123044.874000', '123044.877000', '123044.879000', '123044.882000', '123044.884000', '123044.887000', '123044.889000', '123044.892000', '123044.895000', '123044.897000', '123044.900000', '123044.902000', '123044.905000', '123044.907000', '123044.910000', '123044.912000', '123044.915000', '123044.918000', '123044.921000', '123044.924000', '123044.927000', '123044.929000', '123044.932000', '123044.935000', '123044.937000', '123044.940000', '123104.830000', '123104.833000', '123104.836000', '123104.838000', '123104.841000', '123104.843000', '123104.846000', '123104.849000', '123104.851000', '123104.854000', '123104.856000', '123104.859000', '123104.861000', '123104.864000', '123104.867000', '123104.869000', '123104.872000', '123104.874000', '123104.877000', '123104.879000', '123104.882000', '123104.885000', '123104.887000', '123104.890000', '123104.892000', '123104.895000', '123104.897000', '123104.900000', '123104.903000', '123104.905000', '123104.908000', '123104.910000', '123104.913000', '123104.915000', '123104.918000', '123104.920000', '123104.935000', '123104.938000', '123104.941000', '123104.943000', '123104.946000', '123104.948000', '123104.951000', '123104.953000', '123124.831000', '123124.833000', '123124.836000', '123124.839000', '123124.841000', '123124.844000', '123124.846000', '123124.849000', '123124.852000', '123124.854000', '123124.857000', '123124.859000', '123124.862000', '123124.864000', '123124.867000', '123124.869000', '123124.872000', '123124.875000', '123124.877000', '123124.880000', '123124.882000', '123124.885000', '123124.888000', '123124.890000', '123124.893000', '123124.895000', '123124.898000', '123124.900000', '123124.903000', '123124.906000', '123124.908000', '123124.911000', '123124.913000', '123124.916000', '123124.918000', '123124.921000', '123124.924000', '123124.926000', '123124.929000', '123124.932000', '123124.934000', '123124.937000', '123124.939000', '123144.830000', '123144.833000', '123144.836000', '123144.839000', '123144.842000', '123144.845000', '123144.847000', '123144.850000', '123144.853000', '123144.866000', '123144.869000', '123144.871000', '123144.874000', '123144.876000', '123144.879000', '123144.881000', '123144.884000', '123144.887000', '123144.889000', '123144.892000', '123144.894000', '123144.897000', '123144.900000', '123144.902000', '123144.905000', '123144.907000', '123144.910000', '123144.912000', '123144.915000', '123144.918000', '123144.920000', '123144.923000', '123144.925000', '123144.928000', '123144.930000', '123144.933000', '123144.936000', '123144.938000', '123144.941000', '123144.943000', '123144.946000', '123144.948000', '123144.951000', '123204.830000', '123204.833000', '123204.836000', '123204.838000', '123204.841000', '123204.843000', '123204.846000', '123204.849000', '123204.851000', '123204.854000', '123204.856000', '123204.859000', '123204.861000', '123204.864000', '123204.866000', '123204.869000', '123204.871000', '123204.874000', '123204.877000', '123204.879000', '123204.882000', '123204.884000', '123204.887000', '123204.890000', '123204.892000', '123204.895000', '123204.897000', '123204.900000', '123204.902000', '123204.905000', '123204.907000', '123204.910000', '123204.913000', '123204.915000', '123204.918000', '123204.920000', '123204.923000', '123204.925000', '123204.928000', '123204.931000', '123204.933000', '123204.936000', '123204.938000', '123204.941000', '123224.831000', '123224.834000', '123224.837000', '123224.839000', '123224.842000', '123224.845000', '123224.848000', '123224.851000', '123224.854000', '123224.856000', '123224.859000', '123224.861000', '123224.864000', '123224.866000', '123224.869000', '123224.871000', '123224.874000', '123224.877000', '123224.879000', '123224.882000', '123224.884000', '123224.887000', '123224.889000', '123224.892000', '123224.895000', '123224.897000', '123224.900000', '123224.903000', '123224.905000', '123224.908000', '123224.910000', '123224.913000', '123224.916000', '123224.918000', '123224.921000', '123224.923000', '123224.926000', '123224.928000', '123224.931000', '123224.934000', '123224.936000', '123224.939000', '123224.941000', '123244.831000', '123244.834000', '123244.837000', '123244.839000', '123244.842000', '123244.845000', '123244.847000', '123244.850000', '123244.852000', '123244.855000', '123244.857000', '123244.860000', '123244.862000', '123244.865000', '123244.867000', '123244.870000', '123244.873000', '123244.875000', '123244.888000', '123244.891000', '123244.893000', '123244.896000', '123244.899000', '123244.901000', '123244.904000', '123244.906000', '123244.909000', '123244.912000', '123244.914000', '123244.917000', '123244.919000', '123244.922000', '123244.925000', '123244.927000', '123244.930000', '123244.932000', '123244.935000', '123244.937000', '123244.940000', '123244.942000', '123244.945000', '123244.948000', '123244.950000', '123244.953000', '123304.830000', '123304.833000', '123304.836000', '123304.839000', '123304.842000', '123304.845000', '123304.847000', '123304.850000', '123304.852000', '123304.855000', '123304.857000', '123304.860000', '123304.863000', '123304.865000', '123304.868000', '123304.870000', '123304.873000', '123304.876000', '123304.878000', '123304.881000', '123304.883000', '123304.886000', '123304.888000', '123304.891000', '123304.893000', '123304.896000', '123304.898000', '123304.901000', '123304.904000', '123304.906000', '123304.909000', '123304.911000', '123304.914000', '123304.917000', '123304.919000', '123304.922000', '123304.924000', '123304.927000', '123304.929000', '123304.932000', '123304.934000', '123304.937000', '123304.940000', '123324.830000', '123324.833000', '123324.836000', '123324.839000', '123324.841000', '123324.844000', '123324.846000', '123324.849000', '123324.851000', '123324.854000', '123324.856000', '123324.859000', '123324.862000', '123324.864000', '123324.867000', '123324.869000', '123324.872000', '123324.875000', '123324.877000', '123324.880000', '123324.882000', '123324.885000', '123324.887000', '123324.890000', '123324.893000', '123324.895000', '123324.898000', '123324.900000', '123324.903000', '123324.906000', '123324.908000', '123324.911000', '123324.913000', '123324.916000', '123324.919000', '123324.921000', '123324.924000', '123324.926000', '123324.929000', '123324.931000', '123324.934000', '123324.936000', '123324.939000', '123324.942000', '123344.830000', '123344.833000', '123344.836000', '123344.838000', '123344.841000', '123344.843000', '123344.846000', '123344.849000', '123344.851000', '123344.854000', '123344.856000', '123344.859000', '123344.861000', '123344.864000', '123344.866000', '123344.869000', '123344.872000', '123344.874000', '123344.877000', '123344.880000', '123344.883000', '123344.887000', '123344.890000', '123344.892000', '123344.895000', '123344.897000', '123344.900000', '123344.903000', '123344.905000', '123344.908000', '123344.910000', '123344.913000', '123344.915000', '123344.918000', '123344.921000', '123344.923000', '123344.926000', '123344.928000', '123344.931000', '123344.933000', '123344.936000', '123344.939000', '123344.941000', '123404.830000', '123404.833000', '123404.836000', '123404.838000', '123404.841000', '123404.844000', '123404.846000', '123404.849000', '123404.851000', '123404.854000', '123404.857000', '123404.859000', '123404.862000', '123404.864000', '123404.867000', '123404.870000', '123404.872000', '123404.875000', '123404.877000', '123404.880000', '123404.882000', '123404.885000', '123404.888000', '123404.890000', '123404.893000', '123404.896000', '123404.898000', '123404.901000', '123404.913000', '123404.915000', '123404.918000', '123404.920000', '123404.923000', '123404.926000', '123404.928000', '123404.931000', '123404.933000', '123404.936000', '123404.938000', '123404.941000', '123404.943000', '123404.946000', '123404.949000', '123404.951000', '123424.830000', '123424.833000', '123424.836000', '123424.838000', '123424.841000', '123424.843000', '123424.846000', '123424.848000', '123424.851000', '123424.854000', '123424.856000', '123424.859000', '123424.861000', '123424.864000', '123424.867000', '123424.869000', '123424.873000', '123424.875000', '123424.878000', '123424.881000', '123424.884000', '123424.887000', '123424.889000', '123424.892000', '123424.894000', '123424.897000', '123424.900000', '123424.902000', '123424.905000', '123424.907000', '123424.910000', '123424.913000', '123424.915000', '123424.918000', '123424.920000', '123424.923000', '123424.925000', '123424.928000', '123424.931000', '123424.933000', '123424.936000', '123424.938000', '123424.941000', '123444.831000', '123444.834000', '123444.837000', '123444.839000', '123444.842000', '123444.844000', '123444.847000', '123444.850000', '123444.852000', '123444.855000', '123444.857000', '123444.860000', '123444.862000', '123444.865000', '123444.868000', '123444.870000', '123444.873000', '123444.875000', '123444.878000', '123444.880000', '123444.883000', '123444.885000', '123444.888000', '123444.890000', '123444.893000', '123444.896000', '123444.898000', '123444.901000', '123444.903000', '123444.906000', '123444.909000', '123444.911000', '123444.914000', '123444.916000', '123444.919000', '123444.922000', '123444.924000', '123444.927000', '123444.929000', '123444.932000', '123444.934000', '123444.937000', '123444.940000', '123444.942000', '123452.898000', '123452.903000', '123452.906000', '123452.909000', '123452.911000', '123452.914000', '123452.917000', '123452.920000', '123452.922000', '123452.925000', '123452.931000', '123452.934000', '123452.937000', '123452.939000', '123452.942000', '123452.954000', '123452.956000', '123452.959000'], 'InstanceCreationTime': ['122824.862000', '122824.865000', '122824.867000', '122824.902000', '122824.905000', '122824.907000', '122824.910000', '122824.912000', '122824.915000', '122824.917000', '122824.920000', '122824.923000', '122824.925000', '122824.928000', '122824.930000', '122824.933000', '122824.935000', '122824.938000', '122824.940000', '122824.943000', '122824.945000', '122824.948000', '122824.950000', '122824.953000', '122824.955000', '122824.958000', '122824.960000', '122824.963000', '122844.830000', '122844.833000', '122844.836000', '122844.838000', '122844.841000', '122844.843000', '122844.846000', '122844.848000', '122844.851000', '122844.853000', '122844.856000', '122844.858000', '122844.861000', '122844.864000', '122844.866000', '122844.869000', '122844.871000', '122844.874000', '122844.876000', '122844.879000', '122844.881000', '122844.884000', '122844.886000', '122844.889000', '122844.891000', '122844.894000', '122844.896000', '122844.899000', '122844.901000', '122844.904000', '122844.907000', '122844.909000', '122844.912000', '122844.914000', '122844.917000', '122844.920000', '122844.922000', '122844.925000', '122844.927000', '122844.930000', '122844.932000', '122844.935000', '122844.937000', '122904.830000', '122904.833000', '122904.836000', '122904.838000', '122904.841000', '122904.843000', '122904.846000', '122904.848000', '122904.851000', '122904.854000', '122904.856000', '122904.859000', '122904.861000', '122904.864000', '122904.866000', '122904.869000', '122904.872000', '122904.874000', '122904.877000', '122904.879000', '122904.882000', '122904.884000', '122904.887000', '122904.889000', '122904.892000', '122904.894000', '122904.897000', '122904.908000', '122904.911000', '122904.913000', '122904.916000', '122904.918000', '122904.921000', '122904.924000', '122904.926000', '122904.929000', '122904.931000', '122904.934000', '122904.936000', '122904.939000', '122904.941000', '122904.944000', '122904.946000', '122904.949000', '122924.830000', '122924.833000', '122924.836000', '122924.838000', '122924.841000', '122924.843000', '122924.846000', '122924.848000', '122924.851000', '122924.854000', '122924.856000', '122924.859000', '122924.861000', '122924.864000', '122924.866000', '122924.869000', '122924.871000', '122924.874000', '122924.877000', '122924.879000', '122924.882000', '122924.884000', '122924.887000', '122924.889000', '122924.892000', '122924.895000', '122924.897000', '122924.900000', '122924.902000', '122924.905000', '122924.907000', '122924.910000', '122924.912000', '122924.915000', '122924.917000', '122924.920000', '122924.922000', '122924.925000', '122924.928000', '122924.930000', '122924.945000', '122924.947000', '122924.950000', '122944.831000', '122944.833000', '122944.836000', '122944.838000', '122944.841000', '122944.843000', '122944.846000', '122944.848000', '122944.851000', '122944.853000', '122944.856000', '122944.859000', '122944.861000', '122944.864000', '122944.866000', '122944.869000', '122944.871000', '122944.874000', '122944.877000', '122944.879000', '122944.882000', '122944.884000', '122944.887000', '122944.889000', '122944.892000', '122944.895000', '122944.897000', '122944.900000', '122944.902000', '122944.905000', '122944.907000', '122944.910000', '122944.912000', '122944.915000', '122944.917000', '122944.920000', '122944.923000', '122944.925000', '122944.928000', '122944.930000', '122944.933000', '122944.936000', '122944.938000', '122944.941000', '123004.831000', '123004.834000', '123004.837000', '123004.839000', '123004.842000', '123004.844000', '123004.847000', '123004.849000', '123004.852000', '123004.855000', '123004.857000', '123004.860000', '123004.862000', '123004.865000', '123004.867000', '123004.870000', '123004.872000', '123004.875000', '123004.877000', '123004.880000', '123004.882000', '123004.885000', '123004.888000', '123004.890000', '123004.893000', '123004.895000', '123004.898000', '123004.900000', '123004.903000', '123004.906000', '123004.908000', '123004.911000', '123004.913000', '123004.916000', '123004.918000', '123004.921000', '123004.923000', '123004.926000', '123004.928000', '123004.931000', '123004.934000', '123004.936000', '123004.939000', '123024.831000', '123024.834000', '123024.837000', '123024.839000', '123024.842000', '123024.844000', '123024.847000', '123024.849000', '123024.852000', '123024.854000', '123024.857000', '123024.859000', '123024.862000', '123024.865000', '123024.867000', '123024.870000', '123024.872000', '123024.875000', '123024.877000', '123024.880000', '123024.882000', '123024.885000', '123024.887000', '123024.890000', '123024.893000', '123024.895000', '123024.898000', '123024.900000', '123024.903000', '123024.905000', '123024.908000', '123024.910000', '123024.913000', '123024.915000', '123024.918000', '123024.920000', '123024.923000', '123024.926000', '123024.928000', '123024.931000', '123024.933000', '123024.936000', '123024.938000', '123024.941000', '123044.830000', '123044.833000', '123044.836000', '123044.838000', '123044.841000', '123044.843000', '123044.846000', '123044.848000', '123044.851000', '123044.853000', '123044.856000', '123044.859000', '123044.861000', '123044.864000', '123044.866000', '123044.869000', '123044.871000', '123044.874000', '123044.877000', '123044.879000', '123044.882000', '123044.884000', '123044.887000', '123044.889000', '123044.892000', '123044.895000', '123044.897000', '123044.900000', '123044.902000', '123044.905000', '123044.907000', '123044.910000', '123044.912000', '123044.915000', '123044.918000', '123044.921000', '123044.924000', '123044.927000', '123044.929000', '123044.932000', '123044.935000', '123044.937000', '123044.940000', '123104.830000', '123104.833000', '123104.836000', '123104.838000', '123104.841000', '123104.843000', '123104.846000', '123104.849000', '123104.851000', '123104.854000', '123104.856000', '123104.859000', '123104.861000', '123104.864000', '123104.867000', '123104.869000', '123104.872000', '123104.874000', '123104.877000', '123104.879000', '123104.882000', '123104.885000', '123104.887000', '123104.890000', '123104.892000', '123104.895000', '123104.897000', '123104.900000', '123104.903000', '123104.905000', '123104.908000', '123104.910000', '123104.913000', '123104.915000', '123104.918000', '123104.920000', '123104.935000', '123104.938000', '123104.941000', '123104.943000', '123104.946000', '123104.948000', '123104.951000', '123104.953000', '123124.831000', '123124.833000', '123124.836000', '123124.839000', '123124.841000', '123124.844000', '123124.846000', '123124.849000', '123124.852000', '123124.854000', '123124.857000', '123124.859000', '123124.862000', '123124.864000', '123124.867000', '123124.869000', '123124.872000', '123124.875000', '123124.877000', '123124.880000', '123124.882000', '123124.885000', '123124.888000', '123124.890000', '123124.893000', '123124.895000', '123124.898000', '123124.900000', '123124.903000', '123124.906000', '123124.908000', '123124.911000', '123124.913000', '123124.916000', '123124.918000', '123124.921000', '123124.924000', '123124.926000', '123124.929000', '123124.932000', '123124.934000', '123124.937000', '123124.939000', '123144.830000', '123144.833000', '123144.836000', '123144.839000', '123144.842000', '123144.845000', '123144.847000', '123144.850000', '123144.853000', '123144.866000', '123144.869000', '123144.871000', '123144.874000', '123144.876000', '123144.879000', '123144.881000', '123144.884000', '123144.887000', '123144.889000', '123144.892000', '123144.894000', '123144.897000', '123144.900000', '123144.902000', '123144.905000', '123144.907000', '123144.910000', '123144.912000', '123144.915000', '123144.918000', '123144.920000', '123144.923000', '123144.925000', '123144.928000', '123144.930000', '123144.933000', '123144.936000', '123144.938000', '123144.941000', '123144.943000', '123144.946000', '123144.948000', '123144.951000', '123204.830000', '123204.833000', '123204.836000', '123204.838000', '123204.841000', '123204.843000', '123204.846000', '123204.849000', '123204.851000', '123204.854000', '123204.856000', '123204.859000', '123204.861000', '123204.864000', '123204.866000', '123204.869000', '123204.871000', '123204.874000', '123204.877000', '123204.879000', '123204.882000', '123204.884000', '123204.887000', '123204.890000', '123204.892000', '123204.895000', '123204.897000', '123204.900000', '123204.902000', '123204.905000', '123204.907000', '123204.910000', '123204.913000', '123204.915000', '123204.918000', '123204.920000', '123204.923000', '123204.925000', '123204.928000', '123204.931000', '123204.933000', '123204.936000', '123204.938000', '123204.941000', '123224.831000', '123224.834000', '123224.837000', '123224.839000', '123224.842000', '123224.845000', '123224.848000', '123224.851000', '123224.854000', '123224.856000', '123224.859000', '123224.861000', '123224.864000', '123224.866000', '123224.869000', '123224.871000', '123224.874000', '123224.877000', '123224.879000', '123224.882000', '123224.884000', '123224.887000', '123224.889000', '123224.892000', '123224.895000', '123224.897000', '123224.900000', '123224.903000', '123224.905000', '123224.908000', '123224.910000', '123224.913000', '123224.916000', '123224.918000', '123224.921000', '123224.923000', '123224.926000', '123224.928000', '123224.931000', '123224.934000', '123224.936000', '123224.939000', '123224.941000', '123244.831000', '123244.834000', '123244.837000', '123244.839000', '123244.842000', '123244.845000', '123244.847000', '123244.850000', '123244.852000', '123244.855000', '123244.857000', '123244.860000', '123244.862000', '123244.865000', '123244.867000', '123244.870000', '123244.873000', '123244.875000', '123244.888000', '123244.891000', '123244.893000', '123244.896000', '123244.899000', '123244.901000', '123244.904000', '123244.906000', '123244.909000', '123244.912000', '123244.914000', '123244.917000', '123244.919000', '123244.922000', '123244.925000', '123244.927000', '123244.930000', '123244.932000', '123244.935000', '123244.937000', '123244.940000', '123244.942000', '123244.945000', '123244.948000', '123244.950000', '123244.953000', '123304.830000', '123304.833000', '123304.836000', '123304.839000', '123304.842000', '123304.845000', '123304.847000', '123304.850000', '123304.852000', '123304.855000', '123304.857000', '123304.860000', '123304.863000', '123304.865000', '123304.868000', '123304.870000', '123304.873000', '123304.876000', '123304.878000', '123304.881000', '123304.883000', '123304.886000', '123304.888000', '123304.891000', '123304.893000', '123304.896000', '123304.898000', '123304.901000', '123304.904000', '123304.906000', '123304.909000', '123304.911000', '123304.914000', '123304.917000', '123304.919000', '123304.922000', '123304.924000', '123304.927000', '123304.929000', '123304.932000', '123304.934000', '123304.937000', '123304.940000', '123324.830000', '123324.833000', '123324.836000', '123324.839000', '123324.841000', '123324.844000', '123324.846000', '123324.849000', '123324.851000', '123324.854000', '123324.856000', '123324.859000', '123324.862000', '123324.864000', '123324.867000', '123324.869000', '123324.872000', '123324.875000', '123324.877000', '123324.880000', '123324.882000', '123324.885000', '123324.887000', '123324.890000', '123324.893000', '123324.895000', '123324.898000', '123324.900000', '123324.903000', '123324.906000', '123324.908000', '123324.911000', '123324.913000', '123324.916000', '123324.919000', '123324.921000', '123324.924000', '123324.926000', '123324.929000', '123324.931000', '123324.934000', '123324.936000', '123324.939000', '123324.942000', '123344.830000', '123344.833000', '123344.836000', '123344.838000', '123344.841000', '123344.843000', '123344.846000', '123344.849000', '123344.851000', '123344.854000', '123344.856000', '123344.859000', '123344.861000', '123344.864000', '123344.866000', '123344.869000', '123344.872000', '123344.874000', '123344.877000', '123344.880000', '123344.883000', '123344.887000', '123344.890000', '123344.892000', '123344.895000', '123344.897000', '123344.900000', '123344.903000', '123344.905000', '123344.908000', '123344.910000', '123344.913000', '123344.915000', '123344.918000', '123344.921000', '123344.923000', '123344.926000', '123344.928000', '123344.931000', '123344.933000', '123344.936000', '123344.939000', '123344.941000', '123404.830000', '123404.833000', '123404.836000', '123404.838000', '123404.841000', '123404.844000', '123404.846000', '123404.849000', '123404.851000', '123404.854000', '123404.857000', '123404.859000', '123404.862000', '123404.864000', '123404.867000', '123404.870000', '123404.872000', '123404.875000', '123404.877000', '123404.880000', '123404.882000', '123404.885000', '123404.888000', '123404.890000', '123404.893000', '123404.896000', '123404.898000', '123404.901000', '123404.913000', '123404.915000', '123404.918000', '123404.920000', '123404.923000', '123404.926000', '123404.928000', '123404.931000', '123404.933000', '123404.936000', '123404.938000', '123404.941000', '123404.943000', '123404.946000', '123404.949000', '123404.951000', '123424.830000', '123424.833000', '123424.836000', '123424.838000', '123424.841000', '123424.843000', '123424.846000', '123424.848000', '123424.851000', '123424.854000', '123424.856000', '123424.859000', '123424.861000', '123424.864000', '123424.867000', '123424.869000', '123424.873000', '123424.875000', '123424.878000', '123424.881000', '123424.884000', '123424.887000', '123424.889000', '123424.892000', '123424.894000', '123424.897000', '123424.900000', '123424.902000', '123424.905000', '123424.907000', '123424.910000', '123424.913000', '123424.915000', '123424.918000', '123424.920000', '123424.923000', '123424.925000', '123424.928000', '123424.931000', '123424.933000', '123424.936000', '123424.938000', '123424.941000', '123444.831000', '123444.834000', '123444.837000', '123444.839000', '123444.842000', '123444.844000', '123444.847000', '123444.850000', '123444.852000', '123444.855000', '123444.857000', '123444.860000', '123444.862000', '123444.865000', '123444.868000', '123444.870000', '123444.873000', '123444.875000', '123444.878000', '123444.880000', '123444.883000', '123444.885000', '123444.888000', '123444.890000', '123444.893000', '123444.896000', '123444.898000', '123444.901000', '123444.903000', '123444.906000', '123444.909000', '123444.911000', '123444.914000', '123444.916000', '123444.919000', '123444.922000', '123444.924000', '123444.927000', '123444.929000', '123444.932000', '123444.934000', '123444.937000', '123444.940000', '123444.942000', '123452.898000', '123452.903000', '123452.906000', '123452.909000', '123452.911000', '123452.914000', '123452.917000', '123452.920000', '123452.922000', '123452.925000', '123452.931000', '123452.934000', '123452.937000', '123452.939000', '123452.942000', '123452.954000', '123452.956000', '123452.959000'], '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': [9129, 10972, 10130, 7780, 7600, 7801, 14528, 15696, 13925, 18213, 17546, 15954, 9565, 7731, 7651, 6926, 7231, 14067, 16997, 15232, 11829, 8078, 7054, 7534, 8141, 6933, 6568, 6815, 6842, 6768, 7122, 9079, 8558, 8289, 12232, 10177, 11621, 15808, 14218, 17086, 15685, 15159, 15825, 14272, 9814, 9434, 13048, 9561, 11585, 14500, 15190, 12278, 9797, 8597, 8020, 7450, 8996, 13908, 16375, 10517, 7448, 6871, 6956, 8444, 7819, 11402, 11575, 11308, 8971, 7920, 7745, 7629, 7761, 12413, 14176, 15057, 7176, 7172, 6793, 8899, 11062, 9521, 11237, 15794, 14537, 11829, 12806, 17603, 16926, 13299, 10936, 10166, 9329, 7068, 6701, 7915, 7030, 9180, 10906, 9628, 16341, 13736, 9103, 7446, 7679, 6825, 11698, 9967, 16804, 12933, 12714, 8176, 6761, 8156, 7351, 7326, 19101, 17324, 15989, 15783, 16966, 14094, 9518, 9762, 8767, 7950, 8096, 6969, 8424, 17309, 18785, 16079, 8526, 6797, 7224, 7155, 7052, 6625, 6841, 6908, 7860, 7048, 13020, 15853, 13167, 9998, 13678, 13223, 14546, 12032, 7461, 9942, 15506, 18416, 16798, 14302, 10877, 11963, 7669, 7248, 11814, 15049, 10493, 14235, 11433, 7101, 6838, 10805, 17353, 16848, 11447, 8607, 8812, 8966, 9771, 14395, 13284, 16948, 18153, 16616, 16335, 9716, 8227, 8433, 7502, 10098, 14642, 10711, 6806, 6857, 6974, 7144, 7786, 7047, 11293, 12427, 15472, 13811, 9365, 8456, 8599, 8690, 15799, 16096, 10804, 7625, 6862, 6866, 6972, 6709, 6800, 6490, 8214, 6908, 11756, 7870, 15894, 10641, 11573, 12574, 17659, 16759, 10840, 13978, 8911, 9201, 9223, 12280, 11140, 18691, 18757, 9865, 6628, 7088, 11872, 13139, 7438, 6758, 7359, 7227, 6768, 10320, 8298, 15122, 17850, 17614, 11941, 14520, 11103, 8016, 8192, 8237, 11880, 9138, 7112, 7279, 6857, 6997, 7362, 7639, 7244, 14249, 14301, 13148, 15953, 16486, 14444, 11365, 8716, 7913, 14256, 15456, 9453, 7016, 9969, 16623, 14674, 13486, 12786, 7665, 7593, 12805, 12368, 8386, 9016, 7204, 12159, 12557, 6752, 7720, 13276, 9243, 8547, 13626, 18940, 17989, 16459, 11520, 16124, 19498, 14811, 10892, 8686, 7717, 7519, 17479, 17535, 15277, 14430, 12519, 9115, 7769, 9040, 7982, 7077, 6608, 6952, 6733, 6838, 6986, 7198, 9067, 7030, 8930, 8933, 10233, 11615, 11787, 9857, 15470, 15082, 14534, 14965, 9808, 16656, 16676, 16173, 9915, 8870, 8152, 9369, 7765, 9476, 8595, 10252, 17983, 15213, 8207, 6803, 7977, 8339, 8218, 16640, 19003, 13721, 8321, 8868, 16585, 17932, 17422, 15362, 9901, 9674, 10797, 11975, 12967, 17993, 16923, 14014, 11185, 8281, 8956, 7604, 9341, 9739, 7216, 6726, 7912, 7527, 9112, 6978, 7519, 8039, 10082, 16398, 12422, 8857, 7837, 6860, 10046, 8175, 6905, 8032, 9520, 7174, 7922, 10699, 8046, 15340, 10411, 12361, 10611, 10931, 18678, 18780, 18199, 16516, 10331, 7725, 14680, 18043, 10676, 8398, 7235, 13008, 14375, 7551, 7047, 7491, 7293, 7386, 7364, 7433, 6800, 9524, 7857, 12175, 14522, 13934, 13330, 9291, 13689, 8974, 10940, 16277, 14142, 11024, 9924, 13727, 17593, 18593, 15725, 15773, 10401, 8729, 9741, 16309, 17926, 15208, 12335, 14277, 11640, 8528, 16187, 16338, 11017, 7426, 7109, 6894, 6739, 7411, 7218, 6999, 7726, 7010, 7129, 9337, 7539, 11872, 10184, 14513, 15671, 16693, 14716, 14426, 15699, 11221, 17170, 17692, 14092, 10901, 12261, 14330, 8250, 12006, 18449, 18794, 10161, 7424, 13179, 18005, 16674, 14594, 15179, 11236, 7747, 9078, 10624, 15470, 10140, 12761, 15468, 8973, 8991, 9543, 6851, 16759, 14072, 9170, 10702, 6965, 9652, 13109, 13325, 13324, 15090, 8153, 8650, 17305, 17045, 18141, 15895, 11895, 7980, 7146, 7080, 8103, 8433, 8261, 8709, 7162, 6978, 8391, 7142, 6985, 8792, 7462, 8786, 7666, 11454, 8364, 13237, 13537, 16585, 14201, 10928, 13190, 17265, 17321, 12210, 9482, 7444, 7572, 8600, 14152, 18596, 17392, 14158, 16487, 16544, 13316, 9550, 13335, 8929, 6882, 8382, 8030, 16698, 17500, 12967, 16065, 14480, 11515, 8437, 7124, 14943, 16829, 12453, 8798, 7244, 8989, 16397, 15497, 8436, 7378, 7091, 6935, 10356, 13309, 10564, 7010, 6630, 8501, 7503, 7644, 15307, 15334, 15484, 15700, 10054, 7354, 7529, 7212, 12787, 15814, 18333, 14791, 12550, 15486, 12760, 10368, 8034, 18040, 16718, 17370, 15080, 11057, 8237, 9241, 16389, 13406, 7288, 7707, 7092, 6716, 7077, 7339, 7712, 7256, 9318, 13357, 13471, 13732, 15075, 14745, 13204, 8703, 7142, 7844, 7846, 16186, 16099, 14605, 8405, 15261, 15157, 13299, 9987, 8628, 7735, 8553, 7352, 8802, 14863, 9535, 6926, 6711, 7417, 7337, 7143, 8170, 15149, 15461, 13278, 10463, 10690, 14426, 16571, 17268, 15037, 11225, 17643, 18623, 17331, 15701, 13856, 9218, 8479, 7526, 7517, 7996, 7203, 7046, 9733, 7070, 6881, 7101, 7121, 7112, 7145, 7273, 7255, 6932, 7998, 7597, 11986, 12838, 15283, 14411, 16259, 15324, 17305, 14309, 16004, 11779, 12178, 11374, 10571, 14513, 9907, 13834, 8072, 11498, 8122, 15012, 16415, 8603, 6922, 6908, 8874, 7063, 8599, 7399, 8926, 15175, 16507, 17264, 9832, 7005, 9422, 7101, 9373, 7315, 13921, 7917, 9873, 7196, 13500, 17856, 13978, 10828, 8558, 16970, 18404, 10337, 16019, 19085, 13378, 13602, 17049, 17963, 18384, 15214, 16928, 12136, 8666, 17371, 17057, 17541, 13491, 10002, 14261, 17492, 15606, 9076, 7077, 7594, 7031, 6954, 7087, 7403, 7204, 7190, 7007, 6961, 7326, 6693, 7327, 7623, 6709, 11186, 12738, 13965, 15250, 14863, 16331, 16080, 13842, 11973, 8055, 12802, 9550, 13478, 8763, 13234, 7641, 7100, 12933, 18587, 15947, 9009, 7525, 9974, 7451, 9560, 11383, 16977, 17629, 16888, 16298, 17205, 11316, 8529, 7556, 6577, 9900, 11999, 13241, 17349, 13805, 9616, 6690, 10020, 7435, 7294, 7169, 6956, 6846, 6982, 6905, 8259, 8149, 10145, 13103, 12806, 12932, 17214, 17799, 13930, 9490, 12480, 7246, 9469, 13337, 16820, 17369, 16771, 18847, 15575, 12560, 14950, 11610, 8772, 13947, 8504, 7209, 6897, 9799, 7035, 7117, 6958, 7205, 6850, 6896, 7062, 6956, 6889, 7634, 7299, 9988, 12846, 14524], 'WindowCenter': [4262.0, 4254.0, 4225.0, 4179.0, 4193.0, 4190.0, 4253.0, 4240.0, 4227.0, 4249.0, 4235.0, 4210.0, 4167.0, 4147.0, 4146.0, 4138.0, 4161.0, 4227.0, 4228.0, 4214.0, 4189.0, 4149.0, 4138.0, 4162.0, 4172.0, 4150.0, 4137.0, 4149.0, 4163.0, 4176.0, 4192.0, 4225.0, 4215.0, 4203.0, 4233.0, 4223.0, 4239.0, 4259.0, 4242.0, 4253.0, 4241.0, 4240.0, 4243.0, 4219.0, 4187.0, 4162.0, 4192.0, 4161.0, 4182.0, 4205.0, 4203.0, 4169.0, 4146.0, 4137.0, 4126.0, 4126.0, 4148.0, 4203.0, 4199.0, 4167.0, 4136.0, 4126.0, 4137.0, 4174.0, 4161.0, 4205.0, 4190.0, 4168.0, 4147.0, 4150.0, 4150.0, 4152.0, 4163.0, 4206.0, 4214.0, 4212.0, 4126.0, 4137.0, 4140.0, 4185.0, 4219.0, 4209.0, 4223.0, 4252.0, 4229.0, 4221.0, 4244.0, 4253.0, 4238.0, 4214.0, 4195.0, 4181.0, 4157.0, 4125.0, 4127.0, 4149.0, 4139.0, 4169.0, 4180.0, 4186.0, 4224.0, 4199.0, 4146.0, 4123.0, 4133.0, 4124.0, 4189.0, 4183.0, 4223.0, 4188.0, 4175.0, 4132.0, 4111.0, 4131.0, 4134.0, 4137.0, 4247.0, 4236.0, 4224.0, 4235.0, 4238.0, 4211.0, 4169.0, 4169.0, 4159.0, 4148.0, 4148.0, 4126.0, 4149.0, 4234.0, 4235.0, 4208.0, 4155.0, 4124.0, 4148.0, 4148.0, 4163.0, 4150.0, 4154.0, 4181.0, 4202.0, 4191.0, 4246.0, 4265.0, 4244.0, 4210.0, 4242.0, 4240.0, 4225.0, 4205.0, 4153.0, 4183.0, 4238.0, 4265.0, 4242.0, 4226.0, 4195.0, 4205.0, 4177.0, 4174.0, 4215.0, 4236.0, 4204.0, 4211.0, 4202.0, 4162.0, 4164.0, 4217.0, 4251.0, 4238.0, 4206.0, 4175.0, 4185.0, 4174.0, 4172.0, 4213.0, 4202.0, 4234.0, 4238.0, 4210.0, 4205.0, 4151.0, 4129.0, 4130.0, 4109.0, 4151.0, 4183.0, 4137.0, 4109.0, 4121.0, 4107.0, 4120.0, 4144.0, 4133.0, 4187.0, 4198.0, 4210.0, 4199.0, 4168.0, 4146.0, 4157.0, 4157.0, 4209.0, 4195.0, 4151.0, 4119.0, 4123.0, 4125.0, 4136.0, 4124.0, 4151.0, 4138.0, 4171.0, 4163.0, 4214.0, 4174.0, 4233.0, 4191.0, 4189.0, 4201.0, 4221.0, 4221.0, 4176.0, 4183.0, 4153.0, 4152.0, 4152.0, 4174.0, 4163.0, 4230.0, 4216.0, 4151.0, 4109.0, 4136.0, 4186.0, 4195.0, 4147.0, 4138.0, 4159.0, 4147.0, 4137.0, 4179.0, 4158.0, 4236.0, 4242.0, 4231.0, 4201.0, 4212.0, 4192.0, 4159.0, 4171.0, 4170.0, 4202.0, 4155.0, 4123.0, 4148.0, 4137.0, 4152.0, 4147.0, 4161.0, 4161.0, 4234.0, 4209.0, 4209.0, 4237.0, 4221.0, 4195.0, 4186.0, 4159.0, 4160.0, 4222.0, 4209.0, 4154.0, 4121.0, 4175.0, 4235.0, 4168.0, 4212.0, 4200.0, 4145.0, 4145.0, 4199.0, 4189.0, 4147.0, 4155.0, 4134.0, 4186.0, 4186.0, 4123.0, 4150.0, 4200.0, 4169.0, 4159.0, 4213.0, 4234.0, 4225.0, 4212.0, 4180.0, 4213.0, 4210.0, 4176.0, 4143.0, 4121.0, 4098.0, 4096.0, 4190.0, 4176.0, 4165.0, 4148.0, 4125.0, 4094.0, 4082.0, 4103.0, 4077.0, 4083.0, 4083.0, 4096.0, 4108.0, 4135.0, 4163.0, 4166.0, 4185.0, 4170.0, 4202.0, 4192.0, 4201.0, 4212.0, 4199.0, 4190.0, 4204.0, 4192.0, 4188.0, 4190.0, 4143.0, 4202.0, 4198.0, 4200.0, 4131.0, 4122.0, 4112.0, 4134.0, 4111.0, 4131.0, 4132.0, 4153.0, 4196.0, 4173.0, 4122.0, 4101.0, 4111.0, 4136.0, 4145.0, 4197.0, 4207.0, 4172.0, 4120.0, 4144.0, 4201.0, 4202.0, 4188.0, 4173.0, 4132.0, 4132.0, 4143.0, 4149.0, 4159.0, 4187.0, 4172.0, 4147.0, 4149.0, 4117.0, 4116.0, 4107.0, 4129.0, 4127.0, 4108.0, 4112.0, 4133.0, 4124.0, 4131.0, 4114.0, 4124.0, 4135.0, 4157.0, 4198.0, 4164.0, 4132.0, 4120.0, 4101.0, 4130.0, 4120.0, 4112.0, 4133.0, 4157.0, 4126.0, 4122.0, 4153.0, 4121.0, 4185.0, 4152.0, 4160.0, 4167.0, 4177.0, 4225.0, 4214.0, 4220.0, 4207.0, 4156.0, 4137.0, 4199.0, 4210.0, 4154.0, 4133.0, 4122.0, 4174.0, 4182.0, 4134.0, 4125.0, 4136.0, 4137.0, 4138.0, 4139.0, 4140.0, 4142.0, 4172.0, 4150.0, 4191.0, 4202.0, 4189.0, 4187.0, 4146.0, 4174.0, 4133.0, 4141.0, 4182.0, 4161.0, 4126.0, 4128.0, 4173.0, 4196.0, 4213.0, 4184.0, 4195.0, 4168.0, 4148.0, 4129.0, 4198.0, 4213.0, 4175.0, 4150.0, 4171.0, 4137.0, 4104.0, 4185.0, 4169.0, 4137.0, 4096.0, 4096.0, 4100.0, 4099.0, 4110.0, 4124.0, 4125.0, 4149.0, 4141.0, 4153.0, 4175.0, 4156.0, 4195.0, 4173.0, 4205.0, 4217.0, 4214.0, 4191.0, 4178.0, 4189.0, 4165.0, 4198.0, 4195.0, 4172.0, 4142.0, 4176.0, 4173.0, 4121.0, 4164.0, 4194.0, 4193.0, 4141.0, 4122.0, 4172.0, 4200.0, 4210.0, 4185.0, 4187.0, 4154.0, 4111.0, 4132.0, 4142.0, 4183.0, 4142.0, 4150.0, 4170.0, 4116.0, 4119.0, 4128.0, 4086.0, 4182.0, 4171.0, 4130.0, 4151.0, 4110.0, 4142.0, 4185.0, 4199.0, 4186.0, 4187.0, 4127.0, 4122.0, 4201.0, 4193.0, 4185.0, 4160.0, 4138.0, 4096.0, 4072.0, 4069.0, 4079.0, 4090.0, 4090.0, 4104.0, 4082.0, 4095.0, 4143.0, 4124.0, 4135.0, 4158.0, 4137.0, 4148.0, 4139.0, 4167.0, 4124.0, 4167.0, 4165.0, 4209.0, 4175.0, 4141.0, 4174.0, 4186.0, 4183.0, 4151.0, 4129.0, 4084.0, 4085.0, 4117.0, 4172.0, 4207.0, 4205.0, 4184.0, 4206.0, 4194.0, 4189.0, 4157.0, 4186.0, 4144.0, 4110.0, 4121.0, 4134.0, 4199.0, 4212.0, 4162.0, 4195.0, 4158.0, 4165.0, 4117.0, 4097.0, 4171.0, 4170.0, 4136.0, 4108.0, 4082.0, 4090.0, 4157.0, 4146.0, 4091.0, 4082.0, 4082.0, 4094.0, 4139.0, 4184.0, 4150.0, 4113.0, 4116.0, 4164.0, 4153.0, 4137.0, 4202.0, 4193.0, 4187.0, 4174.0, 4143.0, 4098.0, 4096.0, 4097.0, 4135.0, 4174.0, 4182.0, 4157.0, 4148.0, 4169.0, 4150.0, 4128.0, 4079.0, 4186.0, 4175.0, 4171.0, 4145.0, 4125.0, 4076.0, 4103.0, 4139.0, 4129.0, 4080.0, 4080.0, 4084.0, 4084.0, 4096.0, 4096.0, 4120.0, 4110.0, 4129.0, 4165.0, 4176.0, 4188.0, 4200.0, 4187.0, 4179.0, 4123.0, 4103.0, 4098.0, 4109.0, 4159.0, 4162.0, 4172.0, 4107.0, 4174.0, 4163.0, 4149.0, 4115.0, 4093.0, 4084.0, 4094.0, 4083.0, 4104.0, 4133.0, 4076.0, 4043.0, 4060.0, 4070.0, 4084.0, 4085.0, 4096.0, 4174.0, 4160.0, 4149.0, 4127.0, 4127.0, 4160.0, 4172.0, 4183.0, 4171.0, 4137.0, 4200.0, 4188.0, 4171.0, 4160.0, 4136.0, 4092.0, 4068.0, 4074.0, 4059.0, 4067.0, 4053.0, 4041.0, 4073.0, 4040.0, 4053.0, 4069.0, 4081.0, 4109.0, 4123.0, 4123.0, 4149.0, 4151.0, 4162.0, 4164.0, 4207.0, 4191.0, 4200.0, 4189.0, 4198.0, 4186.0, 4182.0, 4160.0, 4171.0, 4124.0, 4134.0, 4122.0, 4125.0, 4157.0, 4113.0, 4145.0, 4094.0, 4133.0, 4107.0, 4181.0, 4182.0, 4120.0, 4095.0, 4095.0, 4118.0, 4098.0, 4106.0, 4110.0, 4143.0, 4196.0, 4182.0, 4190.0, 4139.0, 4110.0, 4131.0, 4100.0, 4130.0, 4110.0, 4171.0, 4110.0, 4129.0, 4111.0, 4171.0, 4193.0, 4159.0, 4139.0, 4119.0, 4194.0, 4196.0, 4153.0, 4199.0, 4211.0, 4179.0, 4174.0, 4197.0, 4198.0, 4207.0, 4175.0, 4183.0, 4139.0, 4094.0, 4171.0, 4158.0, 4168.0, 4134.0, 4102.0, 4144.0, 4145.0, 4142.0, 4074.0, 4042.0, 4052.0, 4054.0, 4065.0, 4067.0, 4080.0, 4093.0, 4096.0, 4110.0, 4107.0, 4108.0, 4098.0, 4134.0, 4135.0, 4125.0, 4181.0, 4189.0, 4176.0, 4199.0, 4188.0, 4188.0, 4172.0, 4146.0, 4135.0, 4094.0, 4135.0, 4115.0, 4133.0, 4092.0, 4132.0, 4095.0, 4097.0, 4150.0, 4181.0, 4155.0, 4102.0, 4095.0, 4114.0, 4095.0, 4129.0, 4150.0, 4178.0, 4216.0, 4182.0, 4181.0, 4179.0, 4136.0, 4115.0, 4106.0, 4084.0, 4129.0, 4137.0, 4144.0, 4195.0, 4159.0, 4128.0, 4080.0, 4138.0, 4104.0, 4092.0, 4096.0, 4097.0, 4098.0, 4122.0, 4125.0, 4133.0, 4136.0, 4157.0, 4164.0, 4162.0, 4173.0, 4183.0, 4168.0, 4143.0, 4100.0, 4131.0, 4093.0, 4112.0, 4170.0, 4196.0, 4186.0, 4171.0, 4177.0, 4166.0, 4146.0, 4158.0, 4135.0, 4118.0, 4156.0, 4092.0, 4066.0, 4079.0, 4097.0, 4053.0, 4064.0, 4064.0, 4077.0, 4080.0, 4094.0, 4108.0, 4123.0, 4137.0, 4147.0, 4150.0, 4168.0, 4200.0, 4190.0], 'WindowWidth': [9472.0, 9443.0, 9381.0, 9308.0, 9332.0, 9321.0, 9414.0, 9388.0, 9363.0, 9396.0, 9370.0, 9326.0, 9258.0, 9233.0, 9230.0, 9224.0, 9260.0, 9363.0, 9379.0, 9338.0, 9293.0, 9239.0, 9221.0, 9262.0, 9279.0, 9243.0, 9224.0, 9245.0, 9268.0, 9292.0, 9323.0, 9373.0, 9359.0, 9339.0, 9379.0, 9363.0, 9390.0, 9424.0, 9388.0, 9405.0, 9386.0, 9379.0, 9389.0, 9351.0, 9298.0, 9254.0, 9297.0, 9251.0, 9278.0, 9315.0, 9311.0, 9257.0, 9218.0, 9210.0, 9194.0, 9195.0, 9229.0, 9319.0, 9309.0, 9257.0, 9213.0, 9199.0, 9215.0, 9280.0, 9259.0, 9323.0, 9293.0, 9258.0, 9226.0, 9233.0, 9235.0, 9243.0, 9261.0, 9327.0, 9335.0, 9325.0, 9201.0, 9217.0, 9230.0, 9296.0, 9347.0, 9335.0, 9362.0, 9398.0, 9360.0, 9352.0, 9390.0, 9408.0, 9374.0, 9332.0, 9308.0, 9283.0, 9244.0, 9195.0, 9203.0, 9236.0, 9224.0, 9262.0, 9282.0, 9299.0, 9355.0, 9304.0, 9223.0, 9191.0, 9204.0, 9195.0, 9292.0, 9291.0, 9353.0, 9290.0, 9267.0, 9204.0, 9173.0, 9199.0, 9210.0, 9220.0, 9394.0, 9370.0, 9348.0, 9368.0, 9383.0, 9325.0, 9263.0, 9265.0, 9248.0, 9231.0, 9228.0, 9197.0, 9233.0, 9363.0, 9370.0, 9315.0, 9241.0, 9199.0, 9237.0, 9237.0, 9268.0, 9243.0, 9254.0, 9302.0, 9332.0, 9319.0, 9407.0, 9422.0, 9390.0, 9338.0, 9389.0, 9385.0, 9353.0, 9323.0, 9248.0, 9293.0, 9378.0, 9441.0, 9396.0, 9357.0, 9310.0, 9321.0, 9290.0, 9286.0, 9342.0, 9372.0, 9325.0, 9328.0, 9317.0, 9266.0, 9273.0, 9351.0, 9404.0, 9372.0, 9326.0, 9282.0, 9297.0, 9278.0, 9268.0, 9331.0, 9313.0, 9363.0, 9395.0, 9330.0, 9309.0, 9230.0, 9194.0, 9198.0, 9167.0, 9231.0, 9279.0, 9205.0, 9170.0, 9190.0, 9163.0, 9186.0, 9231.0, 9213.0, 9288.0, 9304.0, 9327.0, 9306.0, 9260.0, 9227.0, 9245.0, 9246.0, 9321.0, 9293.0, 9224.0, 9185.0, 9200.0, 9204.0, 9218.0, 9199.0, 9251.0, 9230.0, 9274.0, 9268.0, 9340.0, 9286.0, 9363.0, 9302.0, 9295.0, 9315.0, 9338.0, 9341.0, 9270.0, 9273.0, 9237.0, 9233.0, 9232.0, 9266.0, 9249.0, 9354.0, 9327.0, 9228.0, 9172.0, 9223.0, 9287.0, 9296.0, 9236.0, 9228.0, 9258.0, 9237.0, 9222.0, 9278.0, 9252.0, 9377.0, 9413.0, 9361.0, 9319.0, 9335.0, 9304.0, 9252.0, 9276.0, 9272.0, 9317.0, 9242.0, 9195.0, 9239.0, 9223.0, 9252.0, 9233.0, 9262.0, 9260.0, 9367.0, 9322.0, 9326.0, 9390.0, 9345.0, 9296.0, 9286.0, 9253.0, 9258.0, 9346.0, 9323.0, 9235.0, 9190.0, 9276.0, 9383.0, 9250.0, 9338.0, 9312.0, 9229.0, 9230.0, 9310.0, 9292.0, 9233.0, 9238.0, 9212.0, 9284.0, 9284.0, 9192.0, 9243.0, 9308.0, 9264.0, 9250.0, 9331.0, 9363.0, 9350.0, 9322.0, 9275.0, 9327.0, 9326.0, 9267.0, 9212.0, 9180.0, 9144.0, 9142.0, 9300.0, 9268.0, 9244.0, 9207.0, 9169.0, 9127.0, 9110.0, 9140.0, 9098.0, 9121.0, 9124.0, 9145.0, 9166.0, 9218.0, 9268.0, 9273.0, 9296.0, 9283.0, 9326.0, 9310.0, 9325.0, 9340.0, 9314.0, 9305.0, 9312.0, 9292.0, 9282.0, 9288.0, 9213.0, 9316.0, 9300.0, 9301.0, 9191.0, 9179.0, 9166.0, 9201.0, 9165.0, 9190.0, 9200.0, 9233.0, 9294.0, 9251.0, 9185.0, 9156.0, 9163.0, 9212.0, 9225.0, 9294.0, 9308.0, 9250.0, 9178.0, 9219.0, 9314.0, 9317.0, 9287.0, 9250.0, 9192.0, 9194.0, 9208.0, 9214.0, 9231.0, 9301.0, 9256.0, 9207.0, 9216.0, 9170.0, 9167.0, 9160.0, 9191.0, 9184.0, 9164.0, 9172.0, 9202.0, 9191.0, 9195.0, 9176.0, 9190.0, 9206.0, 9240.0, 9299.0, 9243.0, 9198.0, 9179.0, 9151.0, 9188.0, 9179.0, 9171.0, 9202.0, 9242.0, 9198.0, 9186.0, 9225.0, 9182.0, 9275.0, 9223.0, 9233.0, 9255.0, 9271.0, 9365.0, 9352.0, 9342.0, 9310.0, 9236.0, 9215.0, 9299.0, 9317.0, 9230.0, 9204.0, 9190.0, 9260.0, 9266.0, 9207.0, 9201.0, 9216.0, 9218.0, 9219.0, 9222.0, 9221.0, 9228.0, 9271.0, 9237.0, 9292.0, 9313.0, 9287.0, 9281.0, 9222.0, 9260.0, 9202.0, 9209.0, 9266.0, 9234.0, 9179.0, 9187.0, 9264.0, 9302.0, 9348.0, 9280.0, 9290.0, 9259.0, 9232.0, 9189.0, 9308.0, 9337.0, 9257.0, 9218.0, 9246.0, 9191.0, 9146.0, 9284.0, 9246.0, 9194.0, 9140.0, 9140.0, 9151.0, 9149.0, 9166.0, 9193.0, 9194.0, 9235.0, 9226.0, 9247.0, 9278.0, 9252.0, 9303.0, 9271.0, 9316.0, 9338.0, 9327.0, 9294.0, 9268.0, 9283.0, 9251.0, 9308.0, 9294.0, 9252.0, 9208.0, 9263.0, 9251.0, 9182.0, 9244.0, 9289.0, 9288.0, 9207.0, 9190.0, 9253.0, 9323.0, 9325.0, 9274.0, 9278.0, 9230.0, 9167.0, 9198.0, 9211.0, 9272.0, 9211.0, 9219.0, 9244.0, 9167.0, 9171.0, 9181.0, 9125.0, 9266.0, 9249.0, 9195.0, 9224.0, 9170.0, 9215.0, 9276.0, 9302.0, 9278.0, 9278.0, 9195.0, 9184.0, 9314.0, 9318.0, 9279.0, 9231.0, 9192.0, 9137.0, 9100.0, 9090.0, 9105.0, 9121.0, 9120.0, 9146.0, 9116.0, 9139.0, 9219.0, 9200.0, 9212.0, 9246.0, 9215.0, 9230.0, 9222.0, 9252.0, 9188.0, 9249.0, 9242.0, 9314.0, 9259.0, 9205.0, 9256.0, 9286.0, 9277.0, 9220.0, 9186.0, 9118.0, 9119.0, 9173.0, 9256.0, 9320.0, 9309.0, 9281.0, 9315.0, 9295.0, 9294.0, 9245.0, 9280.0, 9219.0, 9168.0, 9182.0, 9212.0, 9318.0, 9340.0, 9241.0, 9293.0, 9228.0, 9248.0, 9173.0, 9148.0, 9251.0, 9244.0, 9189.0, 9156.0, 9116.0, 9120.0, 9223.0, 9199.0, 9124.0, 9115.0, 9117.0, 9137.0, 9204.0, 9272.0, 9217.0, 9173.0, 9183.0, 9262.0, 9246.0, 9215.0, 9318.0, 9307.0, 9281.0, 9252.0, 9211.0, 9144.0, 9136.0, 9142.0, 9192.0, 9272.0, 9274.0, 9223.0, 9210.0, 9242.0, 9216.0, 9184.0, 9107.0, 9299.0, 9275.0, 9257.0, 9202.0, 9175.0, 9099.0, 9146.0, 9187.0, 9171.0, 9108.0, 9108.0, 9123.0, 9121.0, 9141.0, 9145.0, 9183.0, 9169.0, 9188.0, 9249.0, 9262.0, 9284.0, 9298.0, 9279.0, 9267.0, 9181.0, 9155.0, 9140.0, 9158.0, 9233.0, 9238.0, 9246.0, 9155.0, 9262.0, 9244.0, 9210.0, 9155.0, 9124.0, 9113.0, 9126.0, 9116.0, 9144.0, 9179.0, 9089.0, 9042.0, 9079.0, 9092.0, 9119.0, 9122.0, 9134.0, 9258.0, 9227.0, 9210.0, 9176.0, 9181.0, 9235.0, 9256.0, 9270.0, 9246.0, 9195.0, 9322.0, 9302.0, 9253.0, 9232.0, 9185.0, 9122.0, 9081.0, 9101.0, 9070.0, 9079.0, 9056.0, 9033.0, 9083.0, 9035.0, 9058.0, 9091.0, 9113.0, 9169.0, 9189.0, 9187.0, 9235.0, 9244.0, 9260.0, 9267.0, 9327.0, 9293.0, 9306.0, 9286.0, 9302.0, 9278.0, 9271.0, 9232.0, 9251.0, 9171.0, 9185.0, 9165.0, 9175.0, 9221.0, 9157.0, 9202.0, 9134.0, 9185.0, 9160.0, 9265.0, 9269.0, 9179.0, 9139.0, 9137.0, 9173.0, 9146.0, 9153.0, 9168.0, 9217.0, 9297.0, 9268.0, 9275.0, 9201.0, 9166.0, 9193.0, 9149.0, 9188.0, 9163.0, 9248.0, 9162.0, 9183.0, 9172.0, 9249.0, 9287.0, 9228.0, 9200.0, 9176.0, 9287.0, 9292.0, 9229.0, 9302.0, 9323.0, 9269.0, 9255.0, 9297.0, 9306.0, 9355.0, 9270.0, 9267.0, 9198.0, 9132.0, 9254.0, 9225.0, 9237.0, 9184.0, 9139.0, 9196.0, 9205.0, 9190.0, 9086.0, 9040.0, 9055.0, 9062.0, 9081.0, 9086.0, 9112.0, 9135.0, 9146.0, 9173.0, 9160.0, 9162.0, 9147.0, 9209.0, 9209.0, 9197.0, 9280.0, 9288.0, 9262.0, 9299.0, 9281.0, 9291.0, 9256.0, 9204.0, 9189.0, 9132.0, 9186.0, 9160.0, 9183.0, 9127.0, 9177.0, 9136.0, 9147.0, 9218.0, 9265.0, 9215.0, 9139.0, 9137.0, 9157.0, 9135.0, 9191.0, 9220.0, 9255.0, 9370.0, 9274.0, 9267.0, 9258.0, 9195.0, 9165.0, 9153.0, 9123.0, 9190.0, 9196.0, 9201.0, 9297.0, 9230.0, 9185.0, 9112.0, 9206.0, 9154.0, 9134.0, 9143.0, 9145.0, 9149.0, 9188.0, 9196.0, 9203.0, 9212.0, 9240.0, 9243.0, 9240.0, 9260.0, 9281.0, 9250.0, 9197.0, 9134.0, 9179.0, 9136.0, 9157.0, 9250.0, 9308.0, 9301.0, 9263.0, 9258.0, 9236.0, 9208.0, 9226.0, 9190.0, 9172.0, 9221.0, 9125.0, 9082.0, 9111.0, 9131.0, 9066.0, 9079.0, 9080.0, 9106.0, 9113.0, 9140.0, 9167.0, 9195.0, 9221.0, 9231.0, 9243.0, 9262.0, 9312.0, 9298.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.005492488532110092</td></tr>
<tr><td colspan=3>aqi</td><td>0.09496524529816512</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.521990082962134</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1557571039265229</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.007525295889782</td></tr>
<tr><td colspan=3>efc</td><td>0.5111</td></tr>
<tr><td colspan=3>fber</td><td>4451.7158</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.352865670331196</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>633</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>72.59174311926606</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.666241593997488</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3955293065224943</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.93900292992871</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.664192545541259</td></tr>
<tr><td colspan=3>gcor</td><td>0.0248669</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008208099752664566</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041091494262218475</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.297711738495093</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>16.0292</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.5198</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.6885</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293116.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1085.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.9838</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.826</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.0922</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3337.8354</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>803.446</td></tr>
<tr><td colspan=3>tsnr</td><td>19.8799208952114</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>