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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_ses-04_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_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-0043/ses-04/func/sub-0043_ses-04_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>015d91c91cca6108b426a89702a7b988</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:17:38.495000</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.982625, 0.173567, 0.0657492, -0.175209, 0.984327, 0.020044]</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.0920852</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7769, -7307, 654, -41, -329, -58, 52]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>242.88</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ac2a469b-40e3-4727-8e18-01976193bee4||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.636310577392578, -0.4700731635093689, 0.16534732282161713, 125.123291015625], [-0.46566808223724365, 2.6408779621124268, 0.08428217470645905, -82.27832794189453], [0.1764003336429596, -0.05377667024731636, 2.6936140060424805, -95.20442199707031], [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': ['151738.495000', '151738.955000', '151739.415000', '151739.875000', '151740.335000', '151740.795000', '151741.255000', '151741.715000', '151742.175000', '151742.635000', '151743.095000', '151743.555000', '151744.015000', '151744.475000', '151744.935000', '151745.395000', '151745.855000', '151746.315000', '151746.775000', '151747.235000', '151747.695000', '151748.155000', '151748.615000', '151749.075000', '151749.535000', '151749.995000', '151750.455000', '151750.915000', '151751.375000', '151751.835000', '151752.295000', '151752.755000', '151753.215000', '151753.675000', '151754.135000', '151754.595000', '151755.055000', '151755.515000', '151755.975000', '151756.435000', '151756.895000', '151757.355000', '151757.815000', '151758.275000', '151758.735000', '151759.195000', '151759.655000', '151800.115000', '151800.575000', '151801.035000', '151801.495000', '151801.955000', '151802.415000', '151802.875000', '151803.335000', '151803.795000', '151804.255000', '151804.715000', '151805.175000', '151805.635000', '151806.095000', '151806.555000', '151807.015000', '151807.475000', '151807.935000', '151808.395000', '151808.855000', '151809.315000', '151809.775000', '151810.235000', '151810.695000', '151811.155000', '151811.615000', '151812.075000', '151812.535000', '151812.995000', '151813.455000', '151813.915000', '151814.375000', '151814.835000', '151815.295000', '151815.755000', '151816.215000', '151816.675000', '151817.135000', '151817.595000', '151818.055000', '151818.515000', '151818.975000', '151819.435000', '151819.895000', '151820.355000', '151820.815000', '151821.275000', '151821.735000', '151822.195000', '151822.655000', '151823.115000', '151823.575000', '151824.035000', '151824.495000', '151824.955000', '151825.415000', '151825.875000', '151826.335000', '151826.795000', '151827.255000', '151827.715000', '151828.175000', '151828.635000', '151829.095000', '151829.555000', '151830.015000', '151830.475000', '151830.935000', '151831.395000', '151831.855000', '151832.315000', '151832.775000', '151833.235000', '151833.695000', '151834.155000', '151834.615000', '151835.075000', '151835.535000', '151835.995000', '151836.455000', '151836.915000', '151837.375000', '151837.835000', '151838.295000', '151838.755000', '151839.215000', '151839.675000', '151840.135000', '151840.595000', '151841.055000', '151841.515000', '151841.975000', '151842.435000', '151842.895000', '151843.355000', '151843.815000', '151844.275000', '151844.735000', '151845.195000', '151845.655000', '151846.115000', '151846.575000', '151847.035000', '151847.495000', '151847.955000', '151848.415000', '151848.875000', '151849.335000', '151849.795000', '151850.255000', '151850.715000', '151851.175000', '151851.635000', '151852.095000', '151852.555000', '151853.015000', '151853.475000', '151853.935000', '151854.395000', '151854.855000', '151855.315000', '151855.775000', '151856.235000', '151856.695000', '151857.155000', '151857.615000', '151858.075000', '151858.535000', '151858.995000', '151859.455000', '151859.915000', '151900.375000', '151900.835000', '151901.295000', '151901.755000', '151902.215000', '151902.675000', '151903.135000', '151903.595000', '151904.055000', '151904.515000', '151904.975000', '151905.435000', '151905.895000', '151906.355000', '151906.815000', '151907.275000', '151907.735000', '151908.195000', '151908.655000', '151909.115000', '151909.575000', '151910.035000', '151910.495000', '151910.955000', '151911.415000', '151911.875000', '151912.335000', '151912.795000', '151913.255000', '151913.715000', '151914.175000', '151914.635000', '151915.095000', '151915.555000', '151916.015000', '151916.475000', '151916.935000', '151917.395000', '151917.855000', '151918.315000', '151918.775000', '151919.235000', '151919.695000', '151920.155000', '151920.615000', '151921.075000', '151921.535000', '151921.995000', '151922.455000', '151922.915000', '151923.375000', '151923.835000', '151924.295000', '151924.755000', '151925.215000', '151925.675000', '151926.135000', '151926.595000', '151927.055000', '151927.515000', '151927.975000', '151928.435000', '151928.895000', '151929.355000', '151929.815000', '151930.275000', '151930.735000', '151931.195000', '151931.655000', '151932.115000', '151932.575000', '151933.035000', '151933.495000', '151933.955000', '151934.415000', '151934.875000', '151935.335000', '151935.795000', '151936.255000', '151936.715000', '151937.175000', '151937.635000', '151938.095000', '151938.555000', '151939.015000', '151939.475000', '151939.935000', '151940.395000', '151940.855000', '151941.315000', '151941.775000', '151942.235000', '151942.695000', '151943.155000', '151943.615000', '151944.075000', '151944.535000', '151944.995000', '151945.455000', '151945.915000', '151946.375000', '151946.835000', '151947.295000', '151947.755000', '151948.215000', '151948.675000', '151949.135000', '151949.595000', '151950.055000', '151950.515000', '151950.975000', '151951.435000', '151951.895000', '151952.355000', '151952.815000', '151953.275000', '151953.735000', '151954.195000', '151954.655000', '151955.115000', '151955.575000', '151956.035000', '151956.495000', '151956.955000', '151957.415000', '151957.875000', '151958.335000', '151958.795000', '151959.255000', '151959.715000', '152000.175000', '152000.635000', '152001.095000', '152001.555000', '152002.015000', '152002.475000', '152002.935000', '152003.395000', '152003.855000', '152004.315000', '152004.775000', '152005.235000', '152005.695000', '152006.155000', '152006.615000', '152007.075000', '152007.535000', '152007.995000', '152008.455000', '152008.915000', '152009.375000', '152009.835000', '152010.295000', '152010.755000', '152011.215000', '152011.675000', '152012.135000', '152012.595000', '152013.055000', '152013.515000', '152013.975000', '152014.435000', '152014.895000', '152015.355000', '152015.815000', '152016.275000', '152016.735000', '152017.195000', '152017.655000', '152018.115000', '152018.575000', '152019.035000', '152019.495000', '152019.955000', '152020.415000', '152020.875000', '152021.335000', '152021.795000', '152022.255000', '152022.715000', '152023.175000', '152023.635000', '152024.095000', '152024.555000', '152025.015000', '152025.475000', '152025.935000', '152026.395000', '152026.855000', '152027.315000', '152027.775000', '152028.235000', '152028.695000', '152029.155000', '152029.615000', '152030.075000', '152030.535000', '152030.995000', '152031.455000', '152031.915000', '152032.375000', '152032.835000', '152033.295000', '152033.755000', '152034.215000', '152034.675000', '152035.135000', '152035.595000', '152036.055000', '152036.515000', '152036.975000', '152037.435000', '152037.895000', '152038.355000', '152038.815000', '152039.275000', '152039.735000', '152040.195000', '152040.655000', '152041.115000', '152041.575000', '152042.035000', '152042.495000', '152042.955000', '152043.415000', '152043.875000', '152044.335000', '152044.795000', '152045.255000', '152045.715000', '152046.175000', '152046.635000', '152047.095000', '152047.555000', '152048.015000', '152048.475000', '152048.935000', '152049.395000', '152049.855000', '152050.315000', '152050.775000', '152051.235000', '152051.695000', '152052.155000', '152052.615000', '152053.075000', '152053.535000', '152053.995000', '152054.455000', '152054.915000', '152055.375000', '152055.835000', '152056.295000', '152056.755000', '152057.215000', '152057.675000', '152058.135000', '152058.595000', '152059.055000', '152059.515000', '152059.975000', '152100.435000', '152100.895000', '152101.355000', '152101.815000', '152102.275000', '152102.735000', '152103.195000', '152103.655000', '152104.115000', '152104.575000', '152105.035000', '152105.495000', '152105.955000', '152106.415000', '152106.875000', '152107.335000', '152107.795000', '152108.255000', '152108.715000', '152109.175000', '152109.635000', '152110.095000', '152110.555000', '152111.015000', '152111.475000', '152111.935000', '152112.395000', '152112.855000', '152113.315000', '152113.775000', '152114.235000', '152114.695000', '152115.155000', '152115.615000', '152116.075000', '152116.535000', '152116.995000', '152117.455000', '152117.915000', '152118.375000', '152118.835000', '152119.295000', '152119.755000', '152120.215000', '152120.675000', '152121.135000', '152121.595000', '152122.055000', '152122.515000', '152122.975000', '152123.435000', '152123.895000', '152124.355000', '152124.815000', '152125.275000', '152125.735000', '152126.195000', '152126.655000', '152127.115000', '152127.575000', '152128.035000', '152128.495000', '152128.955000', '152129.415000', '152129.875000', '152130.335000', '152130.795000', '152131.255000', '152131.715000', '152132.175000', '152132.635000', '152133.095000', '152133.555000', '152134.015000', '152134.475000', '152134.935000', '152135.395000', '152135.855000', '152136.315000', '152136.775000', '152137.235000', '152137.695000', '152138.155000', '152138.615000', '152139.075000', '152139.535000', '152139.995000', '152140.455000', '152140.915000', '152141.375000', '152141.835000', '152142.295000', '152142.755000', '152143.215000', '152143.675000', '152144.135000', '152144.595000', '152145.055000', '152145.515000', '152145.975000', '152146.435000', '152146.895000', '152147.355000', '152147.815000', '152148.275000', '152148.735000', '152149.195000', '152149.655000', '152150.115000', '152150.575000', '152151.035000', '152151.495000', '152151.955000', '152152.415000', '152152.875000', '152153.335000', '152153.795000', '152154.255000', '152154.715000', '152155.175000', '152155.635000', '152156.095000', '152156.555000', '152157.015000', '152157.475000', '152157.935000', '152158.395000', '152158.855000', '152159.315000', '152159.775000', '152200.235000', '152200.695000', '152201.155000', '152201.615000', '152202.075000', '152202.535000', '152202.995000', '152203.455000', '152203.915000', '152204.375000', '152204.835000', '152205.295000', '152205.755000', '152206.215000', '152206.675000', '152207.135000', '152207.595000', '152208.055000', '152208.515000', '152208.975000', '152209.435000', '152209.895000', '152210.355000', '152210.815000', '152211.275000', '152211.735000', '152212.195000', '152212.655000', '152213.115000', '152213.575000', '152214.035000', '152214.495000', '152214.955000', '152215.415000', '152215.875000', '152216.335000', '152216.795000', '152217.255000', '152217.715000', '152218.175000', '152218.635000', '152219.095000', '152219.555000', '152220.015000', '152220.475000', '152220.935000', '152221.395000', '152221.855000', '152222.315000', '152222.775000', '152223.235000', '152223.695000', '152224.155000', '152224.615000', '152225.075000', '152225.535000', '152225.995000', '152226.455000', '152226.915000', '152227.375000', '152227.835000', '152228.295000', '152228.755000', '152229.215000', '152229.675000', '152230.135000', '152230.595000', '152231.055000', '152231.515000', '152231.975000', '152232.435000', '152232.895000', '152233.355000', '152233.815000', '152234.275000', '152234.735000', '152235.195000', '152235.655000', '152236.115000', '152236.575000', '152237.035000', '152237.495000', '152237.955000', '152238.415000', '152238.875000', '152239.335000', '152239.795000', '152240.255000', '152240.715000', '152241.175000', '152241.635000', '152242.095000', '152242.555000', '152243.015000', '152243.475000', '152243.935000', '152244.395000', '152244.855000', '152245.315000', '152245.775000', '152246.235000', '152246.695000', '152247.155000', '152247.615000', '152248.075000', '152248.535000', '152248.995000', '152249.455000', '152249.915000', '152250.375000', '152250.835000', '152251.295000', '152251.755000', '152252.215000', '152252.675000', '152253.135000', '152253.595000', '152254.055000', '152254.515000', '152254.975000', '152255.435000', '152255.895000', '152256.355000', '152256.815000', '152257.275000', '152257.735000', '152258.195000', '152258.655000', '152259.115000', '152259.575000', '152300.035000', '152300.495000', '152300.955000', '152301.415000', '152301.875000', '152302.335000', '152302.795000', '152303.255000', '152303.715000', '152304.175000', '152304.635000', '152305.095000', '152305.555000', '152306.015000', '152306.475000', '152306.935000', '152307.395000', '152307.855000', '152308.315000', '152308.775000', '152309.235000', '152309.695000', '152310.155000', '152310.615000', '152311.075000', '152311.535000', '152311.995000', '152312.455000', '152312.915000', '152313.375000', '152313.835000', '152314.295000', '152314.755000', '152315.215000', '152315.675000', '152316.135000', '152316.595000', '152317.055000', '152317.515000', '152317.975000', '152318.435000', '152318.895000', '152319.355000', '152319.815000', '152320.275000', '152320.735000', '152321.195000', '152321.655000', '152322.115000', '152322.575000', '152323.035000', '152323.495000', '152323.955000', '152324.415000', '152324.875000', '152325.335000', '152325.795000', '152326.255000', '152326.715000', '152327.175000', '152327.635000', '152328.095000', '152328.555000', '152329.015000', '152329.475000', '152329.935000', '152330.395000', '152330.855000', '152331.315000', '152331.775000', '152332.235000', '152332.695000', '152333.155000', '152333.615000', '152334.075000', '152334.535000', '152334.995000', '152335.455000', '152335.915000', '152336.375000', '152336.835000', '152337.295000', '152337.755000', '152338.215000', '152338.675000', '152339.135000', '152339.595000', '152340.055000', '152340.515000', '152340.975000', '152341.435000', '152341.895000', '152342.355000', '152342.815000', '152343.275000', '152343.735000', '152344.195000', '152344.655000', '152345.115000', '152345.575000', '152346.035000', '152346.495000', '152346.955000', '152347.415000', '152347.875000', '152348.335000', '152348.795000', '152349.255000', '152349.715000', '152350.175000', '152350.635000', '152351.095000', '152351.555000', '152352.015000', '152352.475000', '152352.935000', '152353.395000', '152353.855000', '152354.315000', '152354.775000', '152355.235000', '152355.695000', '152356.155000', '152356.615000', '152357.075000', '152357.535000', '152357.995000', '152358.455000', '152358.915000', '152359.375000', '152359.835000', '152400.295000', '152400.755000', '152401.215000', '152401.675000', '152402.135000', '152402.595000', '152403.055000', '152403.515000', '152403.975000', '152404.435000', '152404.895000', '152405.355000', '152405.815000', '152406.275000', '152406.735000', '152407.195000', '152407.655000', '152408.115000', '152408.575000', '152409.035000', '152409.495000', '152409.955000', '152410.415000', '152410.875000', '152411.335000', '152411.795000', '152412.255000', '152412.715000', '152413.175000', '152413.635000', '152414.095000', '152414.555000', '152415.015000', '152415.475000', '152415.935000', '152416.395000', '152416.855000', '152417.315000', '152417.775000', '152418.235000', '152418.695000', '152419.155000'], 'ContentTime': ['151749.243000', '151749.246000', '151749.249000', '151749.252000', '151749.256000', '151749.258000', '151749.267000', '151749.269000', '151749.272000', '151749.274000', '151749.277000', '151749.282000', '151749.285000', '151749.287000', '151749.290000', '151749.293000', '151749.295000', '151749.298000', '151749.300000', '151749.303000', '151749.305000', '151809.208000', '151809.211000', '151809.214000', '151809.216000', '151809.219000', '151809.221000', '151809.224000', '151809.227000', '151809.229000', '151809.232000', '151809.234000', '151809.237000', '151809.239000', '151809.242000', '151809.244000', '151809.249000', '151809.251000', '151809.254000', '151809.256000', '151809.259000', '151809.261000', '151809.264000', '151809.266000', '151809.269000', '151809.271000', '151809.274000', '151809.277000', '151809.284000', '151809.287000', '151809.289000', '151809.292000', '151809.294000', '151809.297000', '151809.299000', '151809.302000', '151809.304000', '151809.307000', '151809.310000', '151809.312000', '151809.315000', '151809.317000', '151809.320000', '151809.322000', '151829.208000', '151829.211000', '151829.214000', '151829.216000', '151829.219000', '151829.221000', '151829.224000', '151829.227000', '151829.229000', '151829.232000', '151829.234000', '151829.237000', '151829.239000', '151829.242000', '151829.245000', '151829.247000', '151829.250000', '151829.253000', '151829.255000', '151829.265000', '151829.268000', '151829.270000', '151829.273000', '151829.275000', '151829.278000', '151829.280000', '151829.283000', '151829.285000', '151829.288000', '151829.290000', '151829.293000', '151829.296000', '151829.298000', '151829.301000', '151829.304000', '151829.306000', '151829.309000', '151829.311000', '151829.314000', '151829.316000', '151829.319000', '151829.321000', '151829.324000', '151829.326000', '151849.208000', '151849.211000', '151849.214000', '151849.216000', '151849.219000', '151849.222000', '151849.224000', '151849.227000', '151849.230000', '151849.232000', '151849.235000', '151849.237000', '151849.240000', '151849.242000', '151849.245000', '151849.247000', '151849.250000', '151849.253000', '151849.255000', '151849.258000', '151849.261000', '151849.263000', '151849.266000', '151849.268000', '151849.271000', '151849.274000', '151849.276000', '151849.279000', '151849.281000', '151849.284000', '151849.286000', '151849.289000', '151849.292000', '151849.294000', '151849.297000', '151849.299000', '151849.302000', '151849.305000', '151849.307000', '151849.310000', '151849.312000', '151849.315000', '151849.318000', '151909.208000', '151909.211000', '151909.214000', '151909.216000', '151909.219000', '151909.222000', '151909.225000', '151909.227000', '151909.230000', '151909.233000', '151909.236000', '151909.238000', '151909.241000', '151909.244000', '151909.247000', '151909.249000', '151909.252000', '151909.255000', '151909.257000', '151909.260000', '151909.263000', '151909.265000', '151909.268000', '151909.270000', '151909.273000', '151909.275000', '151909.278000', '151909.281000', '151909.283000', '151909.286000', '151909.288000', '151909.291000', '151909.294000', '151909.296000', '151909.299000', '151909.301000', '151909.304000', '151909.306000', '151909.309000', '151909.312000', '151909.314000', '151909.317000', '151909.319000', '151929.208000', '151929.211000', '151929.214000', '151929.216000', '151929.219000', '151929.221000', '151929.224000', '151929.227000', '151929.229000', '151929.232000', '151929.234000', '151929.237000', '151929.239000', '151929.242000', '151929.245000', '151929.247000', '151929.250000', '151929.253000', '151929.255000', '151929.258000', '151929.260000', '151929.263000', '151929.266000', '151929.268000', '151929.271000', '151929.273000', '151929.276000', '151929.278000', '151929.281000', '151929.284000', '151929.286000', '151929.289000', '151929.291000', '151929.294000', '151929.297000', '151929.299000', '151929.302000', '151929.304000', '151929.307000', '151929.310000', '151929.312000', '151929.315000', '151929.317000', '151929.320000', '151949.208000', '151949.211000', '151949.214000', '151949.216000', '151949.219000', '151949.221000', '151949.224000', '151949.226000', '151949.229000', '151949.232000', '151949.234000', '151949.237000', '151949.241000', '151949.243000', '151949.252000', '151949.255000', '151949.258000', '151949.260000', '151949.263000', '151949.265000', '151949.268000', '151949.271000', '151949.273000', '151949.276000', '151949.279000', '151949.281000', '151949.284000', '151949.286000', '151949.289000', '151949.292000', '151949.295000', '151949.297000', '151949.300000', '151949.303000', '151949.305000', '151949.308000', '151949.310000', '151949.313000', '151949.316000', '151949.318000', '151949.321000', '151949.323000', '151949.326000', '151949.328000', '152009.209000', '152009.211000', '152009.214000', '152009.217000', '152009.219000', '152009.222000', '152009.224000', '152009.227000', '152009.230000', '152009.232000', '152009.235000', '152009.237000', '152009.240000', '152009.242000', '152009.245000', '152009.259000', '152009.261000', '152009.264000', '152009.266000', '152009.269000', '152009.271000', '152009.274000', '152009.277000', '152009.279000', '152009.282000', '152009.284000', '152009.287000', '152009.289000', '152009.292000', '152009.295000', '152009.297000', '152009.300000', '152009.302000', '152009.305000', '152009.308000', '152009.310000', '152009.313000', '152009.315000', '152009.318000', '152009.320000', '152009.323000', '152009.325000', '152009.328000', '152029.208000', '152029.211000', '152029.214000', '152029.217000', '152029.219000', '152029.222000', '152029.224000', '152029.227000', '152029.229000', '152029.232000', '152029.235000', '152029.237000', '152029.240000', '152029.243000', '152029.245000', '152029.248000', '152029.251000', '152029.253000', '152029.256000', '152029.258000', '152029.261000', '152029.264000', '152029.266000', '152029.269000', '152029.271000', '152029.274000', '152029.276000', '152029.279000', '152029.282000', '152029.284000', '152029.287000', '152029.289000', '152029.292000', '152029.295000', '152029.297000', '152029.300000', '152029.303000', '152029.305000', '152029.308000', '152029.310000', '152029.313000', '152029.315000', '152029.318000', '152049.208000', '152049.211000', '152049.214000', '152049.216000', '152049.219000', '152049.222000', '152049.224000', '152049.227000', '152049.229000', '152049.232000', '152049.234000', '152049.237000', '152049.240000', '152049.242000', '152049.245000', '152049.247000', '152049.250000', '152049.253000', '152049.255000', '152049.258000', '152049.260000', '152049.263000', '152049.265000', '152049.268000', '152049.271000', '152049.273000', '152049.276000', '152049.278000', '152049.281000', '152049.283000', '152049.286000', '152049.289000', '152049.291000', '152049.294000', '152049.296000', '152049.299000', '152049.302000', '152049.304000', '152049.307000', '152049.310000', '152049.312000', '152049.315000', '152049.318000', '152049.320000', '152109.208000', '152109.211000', '152109.214000', '152109.216000', '152109.219000', '152109.222000', '152109.224000', '152109.227000', '152109.230000', '152109.232000', '152109.235000', '152109.238000', '152109.240000', '152109.243000', '152109.245000', '152109.248000', '152109.251000', '152109.253000', '152109.256000', '152109.258000', '152109.261000', '152109.263000', '152109.266000', '152109.269000', '152109.271000', '152109.274000', '152109.276000', '152109.280000', '152109.283000', '152109.286000', '152109.288000', '152109.291000', '152109.293000', '152109.296000', '152109.299000', '152109.301000', '152109.304000', '152109.306000', '152109.309000', '152109.312000', '152109.314000', '152109.317000', '152109.319000', '152129.208000', '152129.211000', '152129.214000', '152129.216000', '152129.219000', '152129.221000', '152129.224000', '152129.226000', '152129.229000', '152129.232000', '152129.234000', '152129.237000', '152129.239000', '152129.242000', '152129.245000', '152129.248000', '152129.251000', '152129.253000', '152129.256000', '152129.258000', '152129.261000', '152129.264000', '152129.266000', '152129.269000', '152129.271000', '152129.274000', '152129.276000', '152129.279000', '152129.282000', '152129.284000', '152129.287000', '152129.289000', '152129.292000', '152129.294000', '152129.297000', '152129.300000', '152129.302000', '152129.305000', '152129.307000', '152129.310000', '152129.313000', '152129.326000', '152129.328000', '152129.331000', '152149.208000', '152149.211000', '152149.214000', '152149.216000', '152149.219000', '152149.222000', '152149.224000', '152149.227000', '152149.230000', '152149.232000', '152149.235000', '152149.237000', '152149.240000', '152149.242000', '152149.245000', '152149.248000', '152149.250000', '152149.253000', '152149.256000', '152149.258000', '152149.261000', '152149.264000', '152149.266000', '152149.269000', '152149.271000', '152149.274000', '152149.277000', '152149.279000', '152149.282000', '152149.284000', '152149.287000', '152149.290000', '152149.292000', '152149.295000', '152149.297000', '152149.300000', '152149.303000', '152149.305000', '152149.308000', '152149.310000', '152149.313000', '152149.315000', '152149.318000', '152209.208000', '152209.211000', '152209.214000', '152209.216000', '152209.219000', '152209.221000', '152209.224000', '152209.227000', '152209.229000', '152209.232000', '152209.235000', '152209.237000', '152209.240000', '152209.242000', '152209.245000', '152209.247000', '152209.250000', '152209.253000', '152209.255000', '152209.258000', '152209.260000', '152209.263000', '152209.266000', '152209.268000', '152209.271000', '152209.273000', '152209.276000', '152209.279000', '152209.281000', '152209.284000', '152209.286000', '152209.289000', '152209.292000', '152209.294000', '152209.297000', '152209.299000', '152209.302000', '152209.305000', '152209.307000', '152209.310000', '152209.312000', '152209.315000', '152209.317000', '152209.320000', '152229.208000', '152229.211000', '152229.214000', '152229.216000', '152229.219000', '152229.222000', '152229.224000', '152229.227000', '152229.229000', '152229.232000', '152229.235000', '152229.237000', '152229.240000', '152229.243000', '152229.245000', '152229.248000', '152229.250000', '152229.253000', '152229.256000', '152229.258000', '152229.261000', '152229.263000', '152229.266000', '152229.269000', '152229.271000', '152229.274000', '152229.276000', '152229.279000', '152229.282000', '152229.284000', '152229.287000', '152229.290000', '152229.293000', '152229.295000', '152229.298000', '152229.300000', '152229.303000', '152229.306000', '152229.308000', '152229.311000', '152229.313000', '152229.316000', '152229.320000', '152249.208000', '152249.211000', '152249.214000', '152249.216000', '152249.219000', '152249.222000', '152249.224000', '152249.227000', '152249.229000', '152249.232000', '152249.235000', '152249.237000', '152249.240000', '152249.242000', '152249.245000', '152249.248000', '152249.250000', '152249.253000', '152249.255000', '152249.258000', '152249.260000', '152249.263000', '152249.266000', '152249.268000', '152249.271000', '152249.273000', '152249.276000', '152249.279000', '152249.281000', '152249.284000', '152249.286000', '152249.289000', '152249.292000', '152249.294000', '152249.297000', '152249.299000', '152249.302000', '152249.305000', '152249.307000', '152249.310000', '152249.312000', '152249.315000', '152249.318000', '152249.320000', '152309.208000', '152309.211000', '152309.214000', '152309.216000', '152309.219000', '152309.222000', '152309.224000', '152309.227000', '152309.230000', '152309.232000', '152309.235000', '152309.237000', '152309.240000', '152309.243000', '152309.246000', '152309.248000', '152309.251000', '152309.254000', '152309.256000', '152309.259000', '152309.261000', '152309.269000', '152309.272000', '152309.274000', '152309.277000', '152309.279000', '152309.282000', '152309.285000', '152309.287000', '152309.290000', '152309.292000', '152309.295000', '152309.297000', '152309.300000', '152309.303000', '152309.305000', '152309.308000', '152309.311000', '152309.313000', '152309.316000', '152309.318000', '152309.321000', '152309.323000', '152329.208000', '152329.211000', '152329.214000', '152329.216000', '152329.219000', '152329.222000', '152329.224000', '152329.227000', '152329.229000', '152329.232000', '152329.235000', '152329.237000', '152329.240000', '152329.242000', '152329.245000', '152329.247000', '152329.250000', '152329.253000', '152329.256000', '152329.258000', '152329.261000', '152329.263000', '152329.266000', '152329.269000', '152329.271000', '152329.274000', '152329.276000', '152329.279000', '152329.281000', '152329.284000', '152329.287000', '152329.289000', '152329.292000', '152329.294000', '152329.297000', '152329.300000', '152329.302000', '152329.305000', '152329.307000', '152329.310000', '152329.313000', '152329.317000', '152329.319000', '152329.322000', '152349.210000', '152349.212000', '152349.215000', '152349.218000', '152349.220000', '152349.223000', '152349.225000', '152349.228000', '152349.231000', '152349.233000', '152349.236000', '152349.238000', '152349.241000', '152349.243000', '152349.246000', '152349.248000', '152349.251000', '152349.254000', '152349.256000', '152349.259000', '152349.262000', '152349.264000', '152349.267000', '152349.270000', '152349.272000', '152349.275000', '152349.277000', '152349.280000', '152349.283000', '152349.285000', '152349.288000', '152349.290000', '152349.293000', '152349.296000', '152349.298000', '152349.301000', '152349.304000', '152349.306000', '152349.309000', '152349.312000', '152349.314000', '152349.317000', '152349.319000', '152409.208000', '152409.211000', '152409.214000', '152409.216000', '152409.219000', '152409.222000', '152409.224000', '152409.227000', '152409.229000', '152409.232000', '152409.234000', '152409.237000', '152409.239000', '152409.242000', '152409.244000', '152409.247000', '152409.250000', '152409.252000', '152409.255000', '152409.257000', '152409.260000', '152409.262000', '152409.265000', '152409.268000', '152409.270000', '152409.273000', '152409.275000', '152409.278000', '152409.281000', '152409.283000', '152409.286000', '152409.288000', '152409.291000', '152409.294000', '152409.296000', '152409.299000', '152409.302000', '152409.304000', '152409.307000', '152409.309000', '152409.312000', '152409.314000', '152409.317000', '152409.320000', '152420.574000', '152420.577000', '152420.580000', '152420.582000', '152420.585000', '152420.589000', '152420.591000', '152420.594000', '152420.597000', '152420.599000', '152420.602000', '152420.605000', '152420.608000', '152420.610000', '152420.613000', '152420.616000', '152420.618000', '152420.621000', '152420.623000', '152420.626000', '152420.629000', '152420.631000', '152420.639000', '152420.642000', '152420.644000'], 'InstanceCreationTime': ['151749.243000', '151749.246000', '151749.249000', '151749.252000', '151749.256000', '151749.258000', '151749.267000', '151749.269000', '151749.272000', '151749.274000', '151749.277000', '151749.282000', '151749.285000', '151749.287000', '151749.290000', '151749.293000', '151749.295000', '151749.298000', '151749.300000', '151749.303000', '151749.305000', '151809.208000', '151809.211000', '151809.214000', '151809.216000', '151809.219000', '151809.221000', '151809.224000', '151809.227000', '151809.229000', '151809.232000', '151809.234000', '151809.237000', '151809.239000', '151809.242000', '151809.244000', '151809.249000', '151809.251000', '151809.254000', '151809.256000', '151809.259000', '151809.261000', '151809.264000', '151809.266000', '151809.269000', '151809.271000', '151809.274000', '151809.277000', '151809.284000', '151809.287000', '151809.289000', '151809.292000', '151809.294000', '151809.297000', '151809.299000', '151809.302000', '151809.304000', '151809.307000', '151809.310000', '151809.312000', '151809.315000', '151809.317000', '151809.320000', '151809.322000', '151829.208000', '151829.211000', '151829.214000', '151829.216000', '151829.219000', '151829.221000', '151829.224000', '151829.227000', '151829.229000', '151829.232000', '151829.234000', '151829.237000', '151829.239000', '151829.242000', '151829.245000', '151829.247000', '151829.250000', '151829.253000', '151829.255000', '151829.265000', '151829.268000', '151829.270000', '151829.273000', '151829.275000', '151829.278000', '151829.280000', '151829.283000', '151829.285000', '151829.288000', '151829.290000', '151829.293000', '151829.296000', '151829.298000', '151829.301000', '151829.304000', '151829.306000', '151829.309000', '151829.311000', '151829.314000', '151829.316000', '151829.319000', '151829.321000', '151829.324000', '151829.326000', '151849.208000', '151849.211000', '151849.214000', '151849.216000', '151849.219000', '151849.222000', '151849.224000', '151849.227000', '151849.230000', '151849.232000', '151849.235000', '151849.237000', '151849.240000', '151849.242000', '151849.245000', '151849.247000', '151849.250000', '151849.253000', '151849.255000', '151849.258000', '151849.261000', '151849.263000', '151849.266000', '151849.268000', '151849.271000', '151849.274000', '151849.276000', '151849.279000', '151849.281000', '151849.284000', '151849.286000', '151849.289000', '151849.292000', '151849.294000', '151849.297000', '151849.299000', '151849.302000', '151849.305000', '151849.307000', '151849.310000', '151849.312000', '151849.315000', '151849.318000', '151909.208000', '151909.211000', '151909.214000', '151909.216000', '151909.219000', '151909.222000', '151909.225000', '151909.227000', '151909.230000', '151909.233000', '151909.236000', '151909.238000', '151909.241000', '151909.244000', '151909.247000', '151909.249000', '151909.252000', '151909.255000', '151909.257000', '151909.260000', '151909.263000', '151909.265000', '151909.268000', '151909.270000', '151909.273000', '151909.275000', '151909.278000', '151909.281000', '151909.283000', '151909.286000', '151909.288000', '151909.291000', '151909.294000', '151909.296000', '151909.299000', '151909.301000', '151909.304000', '151909.306000', '151909.309000', '151909.312000', '151909.314000', '151909.317000', '151909.319000', '151929.208000', '151929.211000', '151929.214000', '151929.216000', '151929.219000', '151929.221000', '151929.224000', '151929.227000', '151929.229000', '151929.232000', '151929.234000', '151929.237000', '151929.239000', '151929.242000', '151929.245000', '151929.247000', '151929.250000', '151929.253000', '151929.255000', '151929.258000', '151929.260000', '151929.263000', '151929.266000', '151929.268000', '151929.271000', '151929.273000', '151929.276000', '151929.278000', '151929.281000', '151929.284000', '151929.286000', '151929.289000', '151929.291000', '151929.294000', '151929.297000', '151929.299000', '151929.302000', '151929.304000', '151929.307000', '151929.310000', '151929.312000', '151929.315000', '151929.317000', '151929.320000', '151949.208000', '151949.211000', '151949.214000', '151949.216000', '151949.219000', '151949.221000', '151949.224000', '151949.226000', '151949.229000', '151949.232000', '151949.234000', '151949.237000', '151949.241000', '151949.243000', '151949.252000', '151949.255000', '151949.258000', '151949.260000', '151949.263000', '151949.265000', '151949.268000', '151949.271000', '151949.273000', '151949.276000', '151949.279000', '151949.281000', '151949.284000', '151949.286000', '151949.289000', '151949.292000', '151949.295000', '151949.297000', '151949.300000', '151949.303000', '151949.305000', '151949.308000', '151949.310000', '151949.313000', '151949.316000', '151949.318000', '151949.321000', '151949.323000', '151949.326000', '151949.328000', '152009.209000', '152009.211000', '152009.214000', '152009.217000', '152009.219000', '152009.222000', '152009.224000', '152009.227000', '152009.230000', '152009.232000', '152009.235000', '152009.237000', '152009.240000', '152009.242000', '152009.245000', '152009.259000', '152009.261000', '152009.264000', '152009.266000', '152009.269000', '152009.271000', '152009.274000', '152009.277000', '152009.279000', '152009.282000', '152009.284000', '152009.287000', '152009.289000', '152009.292000', '152009.295000', '152009.297000', '152009.300000', '152009.302000', '152009.305000', '152009.308000', '152009.310000', '152009.313000', '152009.315000', '152009.318000', '152009.320000', '152009.323000', '152009.325000', '152009.328000', '152029.208000', '152029.211000', '152029.214000', '152029.217000', '152029.219000', '152029.222000', '152029.224000', '152029.227000', '152029.229000', '152029.232000', '152029.235000', '152029.237000', '152029.240000', '152029.243000', '152029.245000', '152029.248000', '152029.251000', '152029.253000', '152029.256000', '152029.258000', '152029.261000', '152029.264000', '152029.266000', '152029.269000', '152029.271000', '152029.274000', '152029.276000', '152029.279000', '152029.282000', '152029.284000', '152029.287000', '152029.289000', '152029.292000', '152029.295000', '152029.297000', '152029.300000', '152029.303000', '152029.305000', '152029.308000', '152029.310000', '152029.313000', '152029.315000', '152029.318000', '152049.208000', '152049.211000', '152049.214000', '152049.216000', '152049.219000', '152049.222000', '152049.224000', '152049.227000', '152049.229000', '152049.232000', '152049.234000', '152049.237000', '152049.240000', '152049.242000', '152049.245000', '152049.247000', '152049.250000', '152049.253000', '152049.255000', '152049.258000', '152049.260000', '152049.263000', '152049.265000', '152049.268000', '152049.271000', '152049.273000', '152049.276000', '152049.278000', '152049.281000', '152049.283000', '152049.286000', '152049.289000', '152049.291000', '152049.294000', '152049.296000', '152049.299000', '152049.302000', '152049.304000', '152049.307000', '152049.310000', '152049.312000', '152049.315000', '152049.318000', '152049.320000', '152109.208000', '152109.211000', '152109.214000', '152109.216000', '152109.219000', '152109.222000', '152109.224000', '152109.227000', '152109.230000', '152109.232000', '152109.235000', '152109.238000', '152109.240000', '152109.243000', '152109.245000', '152109.248000', '152109.251000', '152109.253000', '152109.256000', '152109.258000', '152109.261000', '152109.263000', '152109.266000', '152109.269000', '152109.271000', '152109.274000', '152109.276000', '152109.280000', '152109.283000', '152109.286000', '152109.288000', '152109.291000', '152109.293000', '152109.296000', '152109.299000', '152109.301000', '152109.304000', '152109.306000', '152109.309000', '152109.312000', '152109.314000', '152109.317000', '152109.319000', '152129.208000', '152129.211000', '152129.214000', '152129.216000', '152129.219000', '152129.221000', '152129.224000', '152129.226000', '152129.229000', '152129.232000', '152129.234000', '152129.237000', '152129.239000', '152129.242000', '152129.245000', '152129.248000', '152129.251000', '152129.253000', '152129.256000', '152129.258000', '152129.261000', '152129.264000', '152129.266000', '152129.269000', '152129.271000', '152129.274000', '152129.276000', '152129.279000', '152129.282000', '152129.284000', '152129.287000', '152129.289000', '152129.292000', '152129.294000', '152129.297000', '152129.300000', '152129.302000', '152129.305000', '152129.307000', '152129.310000', '152129.313000', '152129.326000', '152129.328000', '152129.331000', '152149.208000', '152149.211000', '152149.214000', '152149.216000', '152149.219000', '152149.222000', '152149.224000', '152149.227000', '152149.230000', '152149.232000', '152149.235000', '152149.237000', '152149.240000', '152149.242000', '152149.245000', '152149.248000', '152149.250000', '152149.253000', '152149.256000', '152149.258000', '152149.261000', '152149.264000', '152149.266000', '152149.269000', '152149.271000', '152149.274000', '152149.277000', '152149.279000', '152149.282000', '152149.284000', '152149.287000', '152149.290000', '152149.292000', '152149.295000', '152149.297000', '152149.300000', '152149.303000', '152149.305000', '152149.308000', '152149.310000', '152149.313000', '152149.315000', '152149.318000', '152209.208000', '152209.211000', '152209.214000', '152209.216000', '152209.219000', '152209.221000', '152209.224000', '152209.227000', '152209.229000', '152209.232000', '152209.235000', '152209.237000', '152209.240000', '152209.242000', '152209.245000', '152209.247000', '152209.250000', '152209.253000', '152209.255000', '152209.258000', '152209.260000', '152209.263000', '152209.266000', '152209.268000', '152209.271000', '152209.273000', '152209.276000', '152209.279000', '152209.281000', '152209.284000', '152209.286000', '152209.289000', '152209.292000', '152209.294000', '152209.297000', '152209.299000', '152209.302000', '152209.305000', '152209.307000', '152209.310000', '152209.312000', '152209.315000', '152209.317000', '152209.320000', '152229.208000', '152229.211000', '152229.214000', '152229.216000', '152229.219000', '152229.222000', '152229.224000', '152229.227000', '152229.229000', '152229.232000', '152229.235000', '152229.237000', '152229.240000', '152229.243000', '152229.245000', '152229.248000', '152229.250000', '152229.253000', '152229.256000', '152229.258000', '152229.261000', '152229.263000', '152229.266000', '152229.269000', '152229.271000', '152229.274000', '152229.276000', '152229.279000', '152229.282000', '152229.284000', '152229.287000', '152229.290000', '152229.293000', '152229.295000', '152229.298000', '152229.300000', '152229.303000', '152229.306000', '152229.308000', '152229.311000', '152229.313000', '152229.316000', '152229.320000', '152249.208000', '152249.211000', '152249.214000', '152249.216000', '152249.219000', '152249.222000', '152249.224000', '152249.227000', '152249.229000', '152249.232000', '152249.235000', '152249.237000', '152249.240000', '152249.242000', '152249.245000', '152249.248000', '152249.250000', '152249.253000', '152249.255000', '152249.258000', '152249.260000', '152249.263000', '152249.266000', '152249.268000', '152249.271000', '152249.273000', '152249.276000', '152249.279000', '152249.281000', '152249.284000', '152249.286000', '152249.289000', '152249.292000', '152249.294000', '152249.297000', '152249.299000', '152249.302000', '152249.305000', '152249.307000', '152249.310000', '152249.312000', '152249.315000', '152249.318000', '152249.320000', '152309.208000', '152309.211000', '152309.214000', '152309.216000', '152309.219000', '152309.222000', '152309.224000', '152309.227000', '152309.230000', '152309.232000', '152309.235000', '152309.237000', '152309.240000', '152309.243000', '152309.246000', '152309.248000', '152309.251000', '152309.254000', '152309.256000', '152309.259000', '152309.261000', '152309.269000', '152309.272000', '152309.274000', '152309.277000', '152309.279000', '152309.282000', '152309.285000', '152309.287000', '152309.290000', '152309.292000', '152309.295000', '152309.297000', '152309.300000', '152309.303000', '152309.305000', '152309.308000', '152309.311000', '152309.313000', '152309.316000', '152309.318000', '152309.321000', '152309.323000', '152329.208000', '152329.211000', '152329.214000', '152329.216000', '152329.219000', '152329.222000', '152329.224000', '152329.227000', '152329.229000', '152329.232000', '152329.235000', '152329.237000', '152329.240000', '152329.242000', '152329.245000', '152329.247000', '152329.250000', '152329.253000', '152329.256000', '152329.258000', '152329.261000', '152329.263000', '152329.266000', '152329.269000', '152329.271000', '152329.274000', '152329.276000', '152329.279000', '152329.281000', '152329.284000', '152329.287000', '152329.289000', '152329.292000', '152329.294000', '152329.297000', '152329.300000', '152329.302000', '152329.305000', '152329.307000', '152329.310000', '152329.313000', '152329.317000', '152329.319000', '152329.322000', '152349.210000', '152349.212000', '152349.215000', '152349.218000', '152349.220000', '152349.223000', '152349.225000', '152349.228000', '152349.231000', '152349.233000', '152349.236000', '152349.238000', '152349.241000', '152349.243000', '152349.246000', '152349.248000', '152349.251000', '152349.254000', '152349.256000', '152349.259000', '152349.262000', '152349.264000', '152349.267000', '152349.270000', '152349.272000', '152349.275000', '152349.277000', '152349.280000', '152349.283000', '152349.285000', '152349.288000', '152349.290000', '152349.293000', '152349.296000', '152349.298000', '152349.301000', '152349.304000', '152349.306000', '152349.309000', '152349.312000', '152349.314000', '152349.317000', '152349.319000', '152409.208000', '152409.211000', '152409.214000', '152409.216000', '152409.219000', '152409.222000', '152409.224000', '152409.227000', '152409.229000', '152409.232000', '152409.234000', '152409.237000', '152409.239000', '152409.242000', '152409.244000', '152409.247000', '152409.250000', '152409.252000', '152409.255000', '152409.257000', '152409.260000', '152409.262000', '152409.265000', '152409.268000', '152409.270000', '152409.273000', '152409.275000', '152409.278000', '152409.281000', '152409.283000', '152409.286000', '152409.288000', '152409.291000', '152409.294000', '152409.296000', '152409.299000', '152409.302000', '152409.304000', '152409.307000', '152409.309000', '152409.312000', '152409.314000', '152409.317000', '152409.320000', '152420.574000', '152420.577000', '152420.580000', '152420.582000', '152420.585000', '152420.589000', '152420.591000', '152420.594000', '152420.597000', '152420.599000', '152420.602000', '152420.605000', '152420.608000', '152420.610000', '152420.613000', '152420.616000', '152420.618000', '152420.621000', '152420.623000', '152420.626000', '152420.629000', '152420.631000', '152420.639000', '152420.642000', '152420.644000'], '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': [8947, 8510, 8807, 7677, 11103, 8521, 7936, 7898, 7118, 12332, 8850, 8000, 8879, 7483, 13117, 9287, 14321, 9844, 12591, 9890, 7811, 8635, 7538, 10297, 8330, 10851, 8280, 7657, 8470, 6602, 9499, 7744, 10984, 8339, 9013, 8077, 6536, 9318, 7594, 9816, 7921, 6805, 7992, 7000, 9150, 7895, 7860, 7741, 6797, 9696, 8026, 6796, 8608, 7545, 7835, 7981, 6696, 10840, 8318, 8160, 8528, 6912, 12290, 8749, 7049, 9269, 7459, 6471, 8623, 7557, 6589, 8446, 7808, 6639, 9357, 8101, 7836, 12305, 9957, 7702, 12128, 8977, 8174, 14544, 10654, 10277, 11158, 8093, 12950, 9781, 8182, 11850, 8206, 8513, 8248, 7210, 9436, 8126, 7552, 8999, 8550, 7036, 11683, 8473, 7178, 8715, 7597, 9230, 8311, 6863, 9959, 7852, 6402, 8119, 7607, 8871, 7823, 6597, 9615, 7738, 7469, 8269, 7282, 11660, 8450, 6819, 8941, 7595, 11134, 8346, 6612, 7816, 7309, 6611, 7880, 7107, 6478, 8564, 8217, 7273, 7175, 9871, 8086, 8194, 12569, 10600, 12247, 16124, 11833, 13388, 15164, 12893, 9690, 11435, 8000, 7945, 8145, 7212, 9722, 8214, 9939, 8183, 6879, 9346, 8032, 9411, 8220, 7613, 9585, 8362, 12734, 8663, 7307, 8645, 7580, 8534, 7899, 7135, 10470, 8344, 10132, 10480, 7629, 9546, 7654, 12825, 8990, 8028, 8459, 7256, 9592, 8660, 10834, 8427, 8214, 8441, 7195, 9783, 7904, 6789, 8431, 7668, 6408, 8816, 7834, 6699, 8934, 7727, 9574, 9707, 8315, 13653, 10534, 12057, 11424, 11258, 15809, 10719, 12857, 10700, 7773, 8820, 7755, 6590, 9164, 7920, 10996, 8207, 9068, 8267, 6985, 11115, 8145, 9367, 8545, 6692, 11290, 8511, 7245, 10806, 7735, 6790, 9381, 7469, 9471, 8216, 7595, 9392, 7481, 11413, 8794, 8693, 7911, 6927, 11355, 8424, 7016, 8128, 7405, 10045, 8387, 8498, 8024, 7039, 9053, 8053, 12066, 8794, 7135, 9027, 7896, 9475, 8380, 7642, 12282, 8706, 7369, 9063, 7932, 6666, 9491, 7213, 6527, 9880, 7859, 6520, 9389, 7387, 6681, 11045, 8454, 7910, 13152, 10707, 12228, 14663, 11184, 12342, 13313, 10285, 6871, 8644, 7589, 6428, 8518, 7674, 7272, 7801, 7231, 9470, 8116, 8142, 9451, 7581, 9570, 9597, 7736, 14301, 10468, 10181, 8865, 7246, 10667, 8476, 9453, 8617, 7388, 10460, 8179, 6925, 8045, 7219, 10859, 8535, 7533, 8685, 7364, 10524, 8240, 7663, 8873, 7613, 9017, 8073, 6963, 8908, 7558, 6832, 11269, 8783, 7487, 9331, 7781, 6821, 10237, 10860, 11921, 14555, 11354, 9203, 11655, 7672, 9552, 10447, 8723, 12835, 10299, 12965, 9190, 6687, 8939, 7218, 6511, 9173, 8224, 9740, 7812, 6875, 9265, 7394, 6375, 8460, 7375, 8371, 7856, 7001, 10566, 7559, 11419, 7943, 10282, 7942, 10094, 8119, 10752, 8629, 9710, 8533, 7124, 9133, 7604, 9843, 7998, 6859, 9852, 8212, 7267, 8783, 7407, 8972, 8006, 6783, 8241, 7273, 11700, 8681, 8005, 8413, 7720, 8176, 7584, 7052, 6456, 8079, 7464, 6714, 9049, 7492, 7454, 10131, 8400, 11072, 12624, 11095, 12517, 13376, 12055, 14811, 12036, 9263, 13753, 9537, 7541, 10668, 8172, 6372, 8579, 7564, 6842, 9200, 7624, 6421, 9028, 7573, 10280, 8322, 9488, 8472, 8001, 9300, 7580, 11683, 9018, 9171, 8205, 6577, 10453, 8384, 7015, 9683, 8161, 6860, 11561, 8854, 7059, 12493, 8236, 7489, 7975, 7124, 10905, 8464, 9159, 8478, 7037, 11706, 8691, 6934, 8200, 7448, 6366, 9792, 7956, 6653, 10127, 7891, 6751, 11123, 8092, 6822, 9577, 8088, 8312, 8206, 7137, 11297, 8551, 12963, 10096, 8010, 11689, 8027, 6755, 8128, 7466, 10210, 7950, 7480, 9803, 8328, 8977, 7976, 6535, 10469, 8486, 8007, 9259, 8046, 11383, 9309, 7665, 11227, 8617, 6756, 9969, 8125, 9469, 9972, 7818, 12779, 9034, 7371, 10815, 8166, 8718, 8700, 7261, 10775, 8036, 7113, 6568, 7307, 7141, 7901, 9555, 8093, 10384, 10522, 10418, 11560, 10884, 9418, 9615, 12011, 9396, 10351, 11226, 11838, 8810, 6892, 8502, 7878, 7031, 7338, 8066, 7231, 13465, 8894, 12820, 10695, 10958, 10346, 7856, 11423, 8567, 10323, 8212, 7076, 10347, 8429, 8860, 8479, 7055, 10055, 8214, 10679, 8281, 7502, 9075, 7960, 7174, 7797, 7163, 10869, 8528, 7870, 9568, 8053, 10094, 8098, 7218, 8196, 7698, 9632, 8028, 6867, 7947, 8185, 7477, 9101, 9581, 8355, 11661, 10577, 9037, 11804, 9783, 7704, 12075, 10586, 12690, 16373, 11061, 9009, 11747, 8104, 6879, 11545, 8322, 6937, 11932, 7810, 7469, 8093, 7292, 8678, 7510, 7060, 8618, 7836, 6881, 10758, 8377, 9512, 9019, 7474, 11791, 8487, 8239, 7957, 6787, 10873, 8590, 7408, 7785, 7239, 9567, 8429, 7053, 8368, 7745, 8571, 8004, 7396, 10248, 8606, 9122, 8198, 7237, 10482, 8779, 11107, 9590, 7672, 13213, 9174, 8013, 9726, 7966, 13451, 9491, 10473, 9497, 7712, 12655, 8998, 14305, 10720, 11548, 9197, 7808, 11608, 8255, 10274, 8758, 7188, 10798, 8378, 7220, 10489, 8243, 7848, 9233, 7760, 11371, 8403, 6695, 9769, 7838, 12343, 8692, 7471, 10030, 7740, 11226, 9204, 7372, 10510, 8292, 7163, 8822, 7883, 8725, 9326, 7898, 8670, 8255, 7441, 13682, 9670, 7860, 12352, 8762, 7284, 12948, 8748, 6829, 10130, 7561, 13620, 9383, 8079, 11661, 8267, 8236, 7963, 6839, 10098, 8175, 7792, 8214, 6880, 8409, 7551, 6804, 7089, 8289, 7124, 6256, 8942, 7413, 6362, 10670, 8120, 8728, 11161, 10393, 15407, 12277, 11557, 14766, 10008, 10389, 9595, 8108, 11740, 8629, 6626, 11172, 8487, 7016, 9077, 7686, 6637, 10406, 8326, 9145, 9066, 7764, 12750, 8852, 12043, 8547, 7086, 9202, 7656, 8924, 8124, 6840, 9559, 8206, 6896, 9736, 7864, 7110, 11023, 8515, 7059, 12493, 8149, 7410, 9542, 7527, 10690, 8916, 7059, 11112, 8161, 6590, 9809, 7811, 7014, 8639, 7515, 8332, 8053, 7429, 7202, 8936, 7297, 6236, 7214, 7452, 7176, 8784, 9685, 8084, 7761, 9864, 7802, 6881, 10991, 11261, 10010, 10532, 11884, 8792, 8508, 12475, 8513, 7070, 7430, 7778, 7096, 9063, 8447, 6891, 12632, 8566, 11801, 8527, 10550], 'WindowCenter': [4028.0, 4000.0, 3997.0, 3976.0, 4016.0, 3981.0, 3970.0, 3969.0, 3948.0, 4012.0, 3978.0, 3956.0, 3965.0, 3945.0, 3996.0, 3965.0, 3996.0, 3963.0, 3985.0, 3960.0, 3930.0, 3941.0, 3930.0, 3960.0, 3954.0, 3987.0, 3954.0, 3943.0, 3954.0, 3921.0, 3962.0, 3942.0, 3972.0, 3941.0, 3952.0, 3941.0, 3910.0, 3963.0, 3944.0, 3974.0, 3955.0, 3934.0, 3956.0, 3935.0, 3978.0, 3957.0, 3968.0, 3958.0, 3951.0, 3993.0, 3970.0, 3938.0, 3980.0, 3960.0, 3960.0, 3970.0, 3950.0, 4000.0, 3971.0, 3970.0, 3980.0, 3952.0, 4017.0, 3975.0, 3955.0, 3985.0, 3964.0, 3943.0, 3996.0, 3973.0, 3953.0, 3983.0, 3961.0, 3963.0, 3993.0, 3956.0, 3987.0, 4013.0, 3991.0, 3959.0, 4010.0, 3982.0, 3970.0, 4021.0, 3987.0, 3988.0, 3987.0, 3955.0, 3997.0, 3975.0, 3955.0, 3986.0, 3967.0, 3954.0, 3957.0, 3934.0, 3965.0, 3944.0, 3944.0, 3965.0, 3955.0, 3936.0, 3999.0, 3954.0, 3934.0, 3956.0, 3945.0, 3965.0, 3955.0, 3922.0, 3974.0, 3954.0, 3923.0, 3955.0, 3957.0, 3967.0, 3945.0, 3935.0, 3967.0, 3946.0, 3947.0, 3957.0, 3948.0, 3989.0, 3958.0, 3935.0, 3967.0, 3958.0, 4001.0, 3968.0, 3950.0, 3947.0, 3961.0, 3939.0, 3960.0, 3949.0, 3943.0, 3985.0, 3971.0, 3960.0, 3947.0, 3988.0, 3971.0, 3969.0, 4000.0, 3988.0, 3986.0, 4020.0, 3986.0, 3996.0, 3996.0, 3984.0, 3961.0, 3969.0, 3927.0, 3940.0, 3939.0, 3917.0, 3960.0, 3953.0, 3961.0, 3952.0, 3920.0, 3961.0, 3941.0, 3949.0, 3940.0, 3930.0, 3959.0, 3939.0, 3980.0, 3939.0, 3929.0, 3951.0, 3940.0, 3951.0, 3941.0, 3930.0, 3973.0, 3953.0, 3973.0, 3974.0, 3941.0, 3962.0, 3944.0, 3994.0, 3952.0, 3943.0, 3941.0, 3930.0, 3960.0, 3952.0, 3984.0, 3954.0, 3953.0, 3954.0, 3936.0, 3979.0, 3960.0, 3940.0, 3972.0, 3960.0, 3942.0, 3994.0, 3973.0, 3966.0, 3984.0, 3962.0, 3994.0, 3983.0, 3971.0, 4011.0, 3992.0, 4001.0, 3986.0, 3975.0, 3995.0, 3973.0, 3982.0, 3974.0, 3942.0, 3950.0, 3929.0, 3920.0, 3963.0, 3943.0, 3986.0, 3955.0, 3966.0, 3954.0, 3933.0, 3972.0, 3943.0, 3963.0, 3952.0, 3923.0, 3975.0, 3965.0, 3944.0, 3987.0, 3943.0, 3921.0, 3952.0, 3931.0, 3962.0, 3941.0, 3930.0, 3962.0, 3932.0, 3983.0, 3952.0, 3952.0, 3940.0, 3920.0, 3972.0, 3951.0, 3932.0, 3942.0, 3944.0, 3974.0, 3954.0, 3966.0, 3955.0, 3934.0, 3966.0, 3957.0, 3998.0, 3966.0, 3935.0, 3966.0, 3944.0, 3966.0, 3956.0, 3944.0, 4000.0, 3982.0, 3962.0, 3970.0, 3961.0, 3940.0, 3981.0, 3949.0, 3942.0, 3981.0, 3974.0, 3942.0, 3982.0, 3947.0, 3926.0, 3988.0, 3955.0, 3944.0, 3995.0, 3976.0, 3982.0, 3995.0, 3972.0, 3982.0, 3982.0, 3959.0, 3917.0, 3939.0, 3929.0, 3908.0, 3952.0, 3944.0, 3945.0, 3945.0, 3946.0, 3977.0, 3956.0, 3955.0, 3966.0, 3943.0, 3962.0, 3964.0, 3943.0, 3993.0, 3973.0, 3964.0, 3950.0, 3918.0, 3960.0, 3940.0, 3963.0, 3951.0, 3930.0, 3971.0, 3952.0, 3930.0, 3942.0, 3943.0, 3986.0, 3953.0, 3943.0, 3953.0, 3943.0, 3974.0, 3967.0, 3945.0, 3966.0, 3958.0, 3967.0, 3956.0, 3937.0, 3982.0, 3974.0, 3940.0, 4000.0, 3980.0, 3960.0, 3980.0, 3947.0, 3937.0, 3991.0, 4004.0, 4002.0, 4015.0, 3992.0, 3982.0, 3990.0, 3935.0, 3953.0, 3953.0, 3932.0, 3975.0, 3954.0, 3974.0, 3953.0, 3900.0, 3940.0, 3919.0, 3899.0, 3934.0, 3926.0, 3935.0, 3915.0, 3904.0, 3949.0, 3929.0, 3908.0, 3939.0, 3930.0, 3940.0, 3929.0, 3920.0, 3960.0, 3929.0, 3972.0, 3930.0, 3962.0, 3940.0, 3962.0, 3940.0, 3959.0, 3938.0, 3945.0, 3936.0, 3907.0, 3949.0, 3927.0, 3959.0, 3942.0, 3909.0, 3962.0, 3942.0, 3932.0, 3942.0, 3932.0, 3953.0, 3943.0, 3922.0, 3956.0, 3945.0, 3987.0, 3956.0, 3947.0, 3958.0, 3948.0, 3961.0, 3962.0, 3949.0, 3941.0, 3961.0, 3951.0, 3955.0, 3985.0, 3963.0, 3952.0, 3992.0, 3959.0, 3990.0, 4001.0, 3988.0, 3998.0, 3998.0, 3998.0, 4005.0, 3983.0, 3964.0, 3981.0, 3949.0, 3927.0, 3957.0, 3939.0, 3908.0, 3951.0, 3942.0, 3921.0, 3963.0, 3943.0, 3923.0, 3964.0, 3945.0, 3974.0, 3944.0, 3965.0, 3954.0, 3944.0, 3965.0, 3943.0, 3984.0, 3965.0, 3964.0, 3942.0, 3935.0, 3975.0, 3955.0, 3934.0, 3976.0, 3955.0, 3937.0, 4000.0, 3968.0, 3935.0, 3998.0, 3957.0, 3946.0, 3945.0, 3924.0, 3975.0, 3945.0, 3967.0, 3946.0, 3936.0, 4000.0, 3969.0, 3949.0, 3958.0, 3934.0, 3928.0, 3991.0, 3974.0, 3940.0, 3989.0, 3958.0, 3936.0, 3989.0, 3948.0, 3925.0, 3978.0, 3959.0, 3956.0, 3957.0, 3936.0, 3989.0, 3957.0, 3998.0, 3989.0, 3959.0, 3987.0, 3954.0, 3936.0, 3956.0, 3945.0, 3973.0, 3956.0, 3947.0, 3978.0, 3970.0, 3982.0, 3970.0, 3937.0, 3990.0, 3969.0, 3958.0, 3980.0, 3961.0, 4000.0, 3968.0, 3948.0, 4000.0, 3969.0, 3939.0, 3992.0, 3962.0, 3990.0, 3980.0, 3949.0, 3998.0, 3967.0, 3947.0, 3990.0, 3959.0, 3968.0, 3970.0, 3974.0, 4004.0, 3962.0, 3940.0, 3954.0, 3949.0, 3939.0, 3960.0, 3982.0, 3961.0, 3981.0, 3995.0, 3979.0, 3992.0, 3979.0, 3956.0, 3966.0, 3984.0, 3923.0, 3990.0, 3987.0, 3972.0, 3951.0, 3922.0, 3953.0, 3944.0, 3933.0, 3932.0, 3942.0, 3934.0, 3997.0, 3955.0, 3985.0, 3974.0, 3974.0, 3963.0, 3941.0, 3971.0, 3941.0, 3961.0, 3942.0, 3923.0, 3964.0, 3943.0, 3964.0, 3952.0, 3931.0, 3962.0, 3955.0, 3975.0, 3957.0, 3934.0, 3952.0, 3956.0, 3937.0, 3946.0, 3949.0, 3987.0, 3968.0, 3957.0, 3977.0, 3959.0, 3979.0, 3962.0, 3965.0, 3971.0, 3950.0, 3985.0, 3962.0, 3941.0, 3961.0, 3961.0, 3951.0, 3971.0, 3970.0, 3960.0, 3991.0, 3981.0, 3958.0, 3991.0, 3966.0, 3948.0, 3988.0, 3945.0, 3997.0, 4017.0, 3971.0, 3938.0, 3969.0, 3927.0, 3908.0, 3970.0, 3939.0, 3918.0, 3983.0, 3943.0, 3932.0, 3940.0, 3919.0, 3940.0, 3930.0, 3920.0, 3954.0, 3947.0, 3934.0, 3975.0, 3955.0, 3964.0, 3954.0, 3933.0, 3987.0, 3954.0, 3955.0, 3955.0, 3934.0, 3985.0, 3954.0, 3933.0, 3943.0, 3945.0, 3976.0, 3955.0, 3934.0, 3968.0, 3946.0, 3965.0, 3957.0, 3947.0, 3988.0, 3969.0, 3978.0, 3958.0, 3947.0, 3987.0, 3969.0, 3990.0, 3980.0, 3946.0, 4000.0, 3967.0, 3957.0, 3979.0, 3958.0, 4012.0, 3980.0, 3987.0, 3967.0, 3946.0, 3997.0, 3955.0, 3995.0, 3974.0, 3985.0, 3964.0, 3946.0, 3989.0, 3957.0, 3976.0, 3954.0, 3950.0, 3987.0, 3956.0, 3933.0, 3988.0, 3959.0, 3957.0, 3980.0, 3931.0, 3999.0, 3957.0, 3936.0, 3990.0, 3945.0, 3985.0, 3954.0, 3946.0, 3977.0, 3957.0, 3985.0, 3977.0, 3945.0, 3974.0, 3955.0, 3933.0, 3965.0, 3958.0, 3955.0, 3966.0, 3956.0, 3955.0, 3957.0, 3948.0, 4012.0, 3979.0, 3956.0, 3985.0, 3953.0, 3933.0, 3986.0, 3954.0, 3924.0, 3974.0, 3944.0, 3994.0, 3954.0, 3943.0, 3974.0, 3942.0, 3942.0, 3930.0, 3911.0, 3963.0, 3942.0, 3945.0, 3958.0, 3950.0, 3970.0, 3948.0, 3938.0, 3949.0, 3974.0, 3951.0, 3929.0, 3968.0, 3937.0, 3926.0, 3979.0, 3960.0, 3971.0, 3990.0, 3978.0, 4012.0, 3999.0, 3988.0, 4009.0, 3976.0, 3974.0, 3963.0, 3942.0, 3972.0, 3952.0, 3923.0, 3973.0, 3952.0, 3921.0, 3950.0, 3932.0, 3923.0, 3972.0, 3943.0, 3964.0, 3953.0, 3932.0, 3985.0, 3965.0, 3985.0, 3954.0, 3921.0, 3953.0, 3942.0, 3953.0, 3943.0, 3921.0, 3964.0, 3943.0, 3933.0, 3965.0, 3946.0, 3937.0, 3989.0, 3969.0, 3950.0, 3999.0, 3944.0, 3933.0, 3965.0, 3945.0, 3979.0, 3969.0, 3934.0, 3987.0, 3957.0, 3924.0, 3975.0, 3947.0, 3936.0, 3957.0, 3935.0, 3957.0, 3962.0, 3949.0, 3952.0, 3985.0, 3953.0, 3931.0, 3952.0, 3950.0, 3939.0, 3957.0, 3968.0, 3961.0, 3953.0, 3980.0, 3938.0, 3936.0, 3974.0, 3987.0, 3976.0, 3988.0, 3985.0, 3966.0, 3955.0, 3983.0, 3952.0, 3932.0, 3933.0, 3942.0, 3934.0, 3966.0, 3956.0, 3934.0, 3985.0, 3955.0, 3984.0, 3954.0, 3986.0], 'WindowWidth': [8993.0, 8939.0, 8928.0, 8899.0, 8950.0, 8893.0, 8878.0, 8875.0, 8845.0, 8937.0, 8884.0, 8850.0, 8862.0, 8833.0, 8906.0, 8860.0, 8905.0, 8855.0, 8886.0, 8846.0, 8805.0, 8819.0, 8804.0, 8845.0, 8842.0, 8891.0, 8841.0, 8826.0, 8842.0, 8795.0, 8847.0, 8824.0, 8863.0, 8822.0, 8837.0, 8821.0, 8779.0, 8852.0, 8830.0, 8869.0, 8845.0, 8818.0, 8849.0, 8822.0, 8882.0, 8854.0, 8870.0, 8857.0, 8854.0, 8913.0, 8877.0, 8832.0, 8889.0, 8863.0, 8864.0, 8877.0, 8850.0, 8918.0, 8878.0, 8877.0, 8890.0, 8855.0, 8948.0, 8885.0, 8860.0, 8897.0, 8869.0, 8846.0, 8922.0, 8885.0, 8858.0, 8899.0, 8865.0, 8876.0, 8912.0, 8849.0, 8915.0, 8939.0, 8905.0, 8859.0, 8931.0, 8896.0, 8877.0, 8949.0, 8893.0, 8896.0, 8891.0, 8845.0, 8907.0, 8872.0, 8844.0, 8891.0, 8865.0, 8840.0, 8853.0, 8815.0, 8859.0, 8828.0, 8829.0, 8859.0, 8846.0, 8824.0, 8911.0, 8845.0, 8817.0, 8849.0, 8834.0, 8859.0, 8844.0, 8800.0, 8872.0, 8842.0, 8801.0, 8845.0, 8852.0, 8865.0, 8833.0, 8821.0, 8863.0, 8836.0, 8837.0, 8852.0, 8840.0, 8897.0, 8853.0, 8821.0, 8865.0, 8854.0, 8918.0, 8871.0, 8849.0, 8835.0, 8865.0, 8834.0, 8861.0, 8844.0, 8841.0, 8900.0, 8877.0, 8861.0, 8840.0, 8899.0, 8880.0, 8872.0, 8918.0, 8896.0, 8889.0, 8947.0, 8890.0, 8901.0, 8907.0, 8884.0, 8847.0, 8855.0, 8796.0, 8819.0, 8817.0, 8782.0, 8848.0, 8843.0, 8848.0, 8838.0, 8793.0, 8849.0, 8821.0, 8830.0, 8819.0, 8805.0, 8844.0, 8816.0, 8874.0, 8816.0, 8804.0, 8834.0, 8820.0, 8834.0, 8822.0, 8808.0, 8868.0, 8843.0, 8869.0, 8870.0, 8822.0, 8851.0, 8830.0, 8898.0, 8837.0, 8825.0, 8822.0, 8806.0, 8847.0, 8837.0, 8884.0, 8844.0, 8842.0, 8843.0, 8822.0, 8885.0, 8861.0, 8835.0, 8879.0, 8860.0, 8842.0, 8914.0, 8886.0, 8881.0, 8897.0, 8867.0, 8910.0, 8895.0, 8875.0, 8934.0, 8906.0, 8918.0, 8893.0, 8874.0, 8903.0, 8867.0, 8878.0, 8871.0, 8823.0, 8832.0, 8804.0, 8793.0, 8853.0, 8825.0, 8891.0, 8848.0, 8861.0, 8842.0, 8813.0, 8866.0, 8826.0, 8855.0, 8836.0, 8800.0, 8873.0, 8862.0, 8831.0, 8891.0, 8828.0, 8796.0, 8837.0, 8807.0, 8849.0, 8821.0, 8806.0, 8851.0, 8809.0, 8880.0, 8837.0, 8836.0, 8820.0, 8793.0, 8865.0, 8836.0, 8812.0, 8825.0, 8830.0, 8871.0, 8844.0, 8862.0, 8845.0, 8819.0, 8864.0, 8851.0, 8910.0, 8862.0, 8818.0, 8862.0, 8830.0, 8861.0, 8848.0, 8830.0, 8914.0, 8895.0, 8867.0, 8872.0, 8863.0, 8833.0, 8889.0, 8842.0, 8839.0, 8889.0, 8884.0, 8840.0, 8890.0, 8837.0, 8809.0, 8892.0, 8846.0, 8829.0, 8903.0, 8877.0, 8879.0, 8903.0, 8866.0, 8876.0, 8878.0, 8842.0, 8786.0, 8814.0, 8801.0, 8775.0, 8837.0, 8829.0, 8833.0, 8834.0, 8835.0, 8880.0, 8849.0, 8848.0, 8860.0, 8826.0, 8851.0, 8856.0, 8827.0, 8899.0, 8865.0, 8854.0, 8832.0, 8787.0, 8846.0, 8818.0, 8852.0, 8835.0, 8805.0, 8860.0, 8837.0, 8807.0, 8825.0, 8830.0, 8889.0, 8842.0, 8829.0, 8843.0, 8830.0, 8870.0, 8867.0, 8835.0, 8862.0, 8854.0, 8865.0, 8850.0, 8825.0, 8895.0, 8886.0, 8834.0, 8917.0, 8891.0, 8865.0, 8886.0, 8839.0, 8826.0, 8904.0, 8924.0, 8919.0, 8945.0, 8904.0, 8889.0, 8897.0, 8814.0, 8834.0, 8833.0, 8803.0, 8867.0, 8838.0, 8868.0, 8835.0, 8758.0, 8813.0, 8782.0, 8758.0, 8797.0, 8789.0, 8799.0, 8774.0, 8760.0, 8827.0, 8805.0, 8772.0, 8813.0, 8806.0, 8819.0, 8798.0, 8791.0, 8846.0, 8800.0, 8864.0, 8802.0, 8850.0, 8819.0, 8849.0, 8818.0, 8842.0, 8812.0, 8816.0, 8807.0, 8767.0, 8826.0, 8796.0, 8841.0, 8822.0, 8776.0, 8847.0, 8821.0, 8808.0, 8821.0, 8810.0, 8837.0, 8824.0, 8797.0, 8849.0, 8834.0, 8890.0, 8849.0, 8837.0, 8854.0, 8842.0, 8862.0, 8865.0, 8847.0, 8835.0, 8861.0, 8847.0, 8861.0, 8901.0, 8869.0, 8852.0, 8907.0, 8857.0, 8900.0, 8916.0, 8893.0, 8909.0, 8912.0, 8909.0, 8920.0, 8882.0, 8855.0, 8878.0, 8827.0, 8793.0, 8837.0, 8816.0, 8775.0, 8835.0, 8823.0, 8794.0, 8856.0, 8829.0, 8801.0, 8855.0, 8832.0, 8869.0, 8827.0, 8860.0, 8845.0, 8829.0, 8858.0, 8829.0, 8886.0, 8861.0, 8858.0, 8824.0, 8819.0, 8872.0, 8845.0, 8817.0, 8875.0, 8848.0, 8826.0, 8915.0, 8868.0, 8820.0, 8906.0, 8850.0, 8835.0, 8831.0, 8802.0, 8870.0, 8830.0, 8861.0, 8832.0, 8820.0, 8916.0, 8871.0, 8845.0, 8851.0, 8816.0, 8816.0, 8903.0, 8884.0, 8834.0, 8897.0, 8853.0, 8822.0, 8894.0, 8837.0, 8805.0, 8880.0, 8855.0, 8850.0, 8853.0, 8823.0, 8897.0, 8851.0, 8908.0, 8900.0, 8858.0, 8893.0, 8844.0, 8824.0, 8849.0, 8833.0, 8869.0, 8851.0, 8838.0, 8882.0, 8875.0, 8896.0, 8875.0, 8828.0, 8900.0, 8868.0, 8857.0, 8885.0, 8861.0, 8911.0, 8866.0, 8841.0, 8913.0, 8869.0, 8831.0, 8907.0, 8865.0, 8902.0, 8887.0, 8842.0, 8909.0, 8864.0, 8837.0, 8899.0, 8855.0, 8869.0, 8870.0, 8890.0, 8926.0, 8866.0, 8832.0, 8857.0, 8843.0, 8829.0, 8858.0, 8887.0, 8858.0, 8884.0, 8914.0, 8880.0, 8900.0, 8878.0, 8845.0, 8859.0, 8881.0, 8779.0, 8899.0, 8890.0, 8863.0, 8836.0, 8796.0, 8839.0, 8829.0, 8814.0, 8810.0, 8823.0, 8815.0, 8904.0, 8847.0, 8886.0, 8867.0, 8867.0, 8852.0, 8820.0, 8860.0, 8819.0, 8844.0, 8823.0, 8800.0, 8855.0, 8826.0, 8855.0, 8838.0, 8809.0, 8852.0, 8843.0, 8873.0, 8850.0, 8815.0, 8835.0, 8847.0, 8824.0, 8835.0, 8844.0, 8892.0, 8867.0, 8851.0, 8877.0, 8857.0, 8883.0, 8863.0, 8873.0, 8876.0, 8845.0, 8900.0, 8864.0, 8836.0, 8861.0, 8860.0, 8846.0, 8872.0, 8869.0, 8859.0, 8899.0, 8887.0, 8851.0, 8898.0, 8858.0, 8839.0, 8895.0, 8812.0, 8908.0, 8937.0, 8862.0, 8810.0, 8853.0, 8794.0, 8772.0, 8858.0, 8813.0, 8784.0, 8879.0, 8827.0, 8809.0, 8816.0, 8787.0, 8815.0, 8804.0, 8791.0, 8841.0, 8839.0, 8816.0, 8872.0, 8844.0, 8855.0, 8841.0, 8811.0, 8890.0, 8841.0, 8846.0, 8847.0, 8820.0, 8887.0, 8841.0, 8814.0, 8828.0, 8834.0, 8876.0, 8847.0, 8818.0, 8868.0, 8837.0, 8860.0, 8851.0, 8839.0, 8895.0, 8869.0, 8882.0, 8853.0, 8837.0, 8893.0, 8869.0, 8901.0, 8888.0, 8834.0, 8915.0, 8867.0, 8852.0, 8883.0, 8854.0, 8933.0, 8885.0, 8892.0, 8864.0, 8833.0, 8905.0, 8844.0, 8901.0, 8869.0, 8884.0, 8855.0, 8834.0, 8895.0, 8850.0, 8873.0, 8842.0, 8847.0, 8893.0, 8851.0, 8812.0, 8897.0, 8857.0, 8852.0, 8888.0, 8808.0, 8914.0, 8853.0, 8824.0, 8900.0, 8832.0, 8886.0, 8843.0, 8835.0, 8877.0, 8855.0, 8885.0, 8880.0, 8833.0, 8869.0, 8847.0, 8812.0, 8858.0, 8854.0, 8846.0, 8864.0, 8847.0, 8845.0, 8852.0, 8841.0, 8935.0, 8887.0, 8849.0, 8886.0, 8841.0, 8814.0, 8889.0, 8841.0, 8800.0, 8869.0, 8827.0, 8897.0, 8841.0, 8823.0, 8867.0, 8822.0, 8821.0, 8803.0, 8779.0, 8850.0, 8823.0, 8831.0, 8854.0, 8847.0, 8873.0, 8841.0, 8826.0, 8845.0, 8885.0, 8849.0, 8817.0, 8865.0, 8822.0, 8806.0, 8880.0, 8857.0, 8879.0, 8901.0, 8879.0, 8940.0, 8915.0, 8898.0, 8929.0, 8875.0, 8870.0, 8851.0, 8822.0, 8861.0, 8837.0, 8799.0, 8866.0, 8836.0, 8794.0, 8832.0, 8810.0, 8798.0, 8864.0, 8826.0, 8854.0, 8840.0, 8810.0, 8884.0, 8860.0, 8888.0, 8844.0, 8793.0, 8839.0, 8825.0, 8838.0, 8827.0, 8794.0, 8854.0, 8823.0, 8811.0, 8858.0, 8834.0, 8825.0, 8897.0, 8867.0, 8846.0, 8910.0, 8830.0, 8812.0, 8857.0, 8829.0, 8883.0, 8869.0, 8816.0, 8891.0, 8850.0, 8806.0, 8871.0, 8836.0, 8820.0, 8848.0, 8818.0, 8851.0, 8866.0, 8842.0, 8852.0, 8897.0, 8854.0, 8823.0, 8851.0, 8844.0, 8825.0, 8847.0, 8862.0, 8858.0, 8851.0, 8881.0, 8822.0, 8820.0, 8870.0, 8892.0, 8875.0, 8895.0, 8886.0, 8862.0, 8846.0, 8883.0, 8835.0, 8809.0, 8813.0, 8825.0, 8818.0, 8862.0, 8849.0, 8816.0, 8888.0, 8843.0, 8884.0, 8840.0, 8890.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.0014890815154994259</td></tr>
<tr><td colspan=3>aqi</td><td>0.03741269712973594</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.745356101482805</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.157090914229886</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.020806345689654</td></tr>
<tr><td colspan=3>efc</td><td>0.4864</td></tr>
<tr><td colspan=3>fber</td><td>3526.562</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1724650472054118</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>252</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.932261768082665</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6184355622589384</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6340598462900284</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7175246624818903</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5037221780048973</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104904</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0024640532210469246</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020613113418221474</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.071480260318095</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>25.815</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2843</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.9075</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299727.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.0559</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6176</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.7508</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3173.2816</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3359.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1160.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.0017</td></tr>
<tr><td colspan=3>tsnr</td><td>31.852292753756046</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>