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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0093/ses-03/func/sub-0093_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b6cc0386d568986504b19f9e880b6020</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>19:43:46.665000</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.999388, 0.0345778, 0.00529612, -0.0348994, 0.975221, 0.218462]</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.259</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.100104</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7803, -7257, 348, -106, -244, 29, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>629096c1-71b4-47e3-b112-a2784543e833||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.6812849044799805, -0.0936325192451477, -0.0064504556357860565, 116.146728515625], [-0.09276978671550751, 2.6164469718933105, 0.5899860262870789, -101.13699340820312], [0.014209112152457237, -0.5861181616783142, 2.6347436904907227, -51.96849060058594], [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': ['194346.665000', '194347.125000', '194347.585000', '194348.045000', '194348.505000', '194348.965000', '194349.425000', '194349.885000', '194350.345000', '194350.805000', '194351.265000', '194351.725000', '194352.185000', '194352.645000', '194353.105000', '194353.565000', '194354.025000', '194354.485000', '194354.945000', '194355.405000', '194355.865000', '194356.325000', '194356.785000', '194357.245000', '194357.705000', '194358.165000', '194358.625000', '194359.085000', '194359.545000', '194400.005000', '194400.465000', '194400.925000', '194401.385000', '194401.845000', '194402.305000', '194402.765000', '194403.225000', '194403.685000', '194404.145000', '194404.605000', '194405.065000', '194405.525000', '194405.985000', '194406.445000', '194406.905000', '194407.365000', '194407.825000', '194408.285000', '194408.745000', '194409.205000', '194409.665000', '194410.125000', '194410.585000', '194411.045000', '194411.505000', '194411.965000', '194412.425000', '194412.885000', '194413.345000', '194413.805000', '194414.265000', '194414.725000', '194415.185000', '194415.645000', '194416.105000', '194416.565000', '194417.025000', '194417.485000', '194417.945000', '194418.405000', '194418.865000', '194419.325000', '194419.785000', '194420.245000', '194420.705000', '194421.165000', '194421.625000', '194422.085000', '194422.545000', '194423.005000', '194423.465000', '194423.925000', '194424.385000', '194424.845000', '194425.305000', '194425.765000', '194426.225000', '194426.685000', '194427.145000', '194427.605000', '194428.065000', '194428.525000', '194428.985000', '194429.445000', '194429.905000', '194430.365000', '194430.825000', '194431.285000', '194431.745000', '194432.205000', '194432.665000', '194433.125000', '194433.585000', '194434.045000', '194434.505000', '194434.965000', '194435.425000', '194435.885000', '194436.345000', '194436.805000', '194437.265000', '194437.725000', '194438.185000', '194438.645000', '194439.105000', '194439.565000', '194440.025000', '194440.485000', '194440.945000', '194441.405000', '194441.865000', '194442.325000', '194442.785000', '194443.245000', '194443.705000', '194444.165000', '194444.625000', '194445.085000', '194445.545000', '194446.005000', '194446.465000', '194446.925000', '194447.385000', '194447.845000', '194448.305000', '194448.765000', '194449.225000', '194449.685000', '194450.145000', '194450.605000', '194451.065000', '194451.525000', '194451.985000', '194452.445000', '194452.905000', '194453.365000', '194453.825000', '194454.285000', '194454.745000', '194455.205000', '194455.665000', '194456.125000', '194456.585000', '194457.045000', '194457.505000', '194457.965000', '194458.425000', '194458.885000', '194459.345000', '194459.805000', '194500.265000', '194500.725000', '194501.185000', '194501.645000', '194502.105000', '194502.565000', '194503.025000', '194503.485000', '194503.945000', '194504.405000', '194504.865000', '194505.325000', '194505.785000', '194506.245000', '194506.705000', '194507.165000', '194507.625000', '194508.085000', '194508.545000', '194509.005000', '194509.465000', '194509.925000', '194510.385000', '194510.845000', '194511.305000', '194511.765000', '194512.225000', '194512.685000', '194513.145000', '194513.605000', '194514.065000', '194514.525000', '194514.985000', '194515.445000', '194515.905000', '194516.365000', '194516.825000', '194517.285000', '194517.745000', '194518.205000', '194518.665000', '194519.125000', '194519.585000', '194520.045000', '194520.505000', '194520.965000', '194521.425000', '194521.885000', '194522.345000', '194522.805000', '194523.265000', '194523.725000', '194524.185000', '194524.645000', '194525.105000', '194525.565000', '194526.025000', '194526.485000', '194526.945000', '194527.405000', '194527.865000', '194528.325000', '194528.785000', '194529.245000', '194529.705000', '194530.165000', '194530.625000', '194531.085000', '194531.545000', '194532.005000', '194532.465000', '194532.925000', '194533.385000', '194533.845000', '194534.305000', '194534.765000', '194535.225000', '194535.685000', '194536.145000', '194536.605000', '194537.065000', '194537.525000', '194537.985000', '194538.445000', '194538.905000', '194539.365000', '194539.825000', '194540.285000', '194540.745000', '194541.205000', '194541.665000', '194542.125000', '194542.585000', '194543.045000', '194543.505000', '194543.965000', '194544.425000', '194544.885000', '194545.345000', '194545.805000', '194546.265000', '194546.725000', '194547.185000', '194547.645000', '194548.105000', '194548.565000', '194549.025000', '194549.485000', '194549.945000', '194550.405000', '194550.865000', '194551.325000', '194551.785000', '194552.245000', '194552.705000', '194553.165000', '194553.625000', '194554.085000', '194554.545000', '194555.005000', '194555.465000', '194555.925000', '194556.385000', '194556.845000', '194557.305000', '194557.765000', '194558.225000', '194558.685000', '194559.145000', '194559.605000', '194600.065000', '194600.525000', '194600.985000', '194601.445000', '194601.905000', '194602.365000', '194602.825000', '194603.285000', '194603.745000', '194604.205000', '194604.665000', '194605.125000', '194605.585000', '194606.045000', '194606.505000', '194606.965000', '194607.425000', '194607.885000', '194608.345000', '194608.805000', '194609.265000', '194609.725000', '194610.185000', '194610.645000', '194611.105000', '194611.565000', '194612.025000', '194612.485000', '194612.945000', '194613.405000', '194613.865000', '194614.325000', '194614.785000', '194615.245000', '194615.705000', '194616.165000', '194616.625000', '194617.085000', '194617.545000', '194618.005000', '194618.465000', '194618.925000', '194619.385000', '194619.845000', '194620.305000', '194620.765000', '194621.225000', '194621.685000', '194622.145000', '194622.605000', '194623.065000', '194623.525000', '194623.985000', '194624.445000', '194624.905000', '194625.365000', '194625.825000', '194626.285000', '194626.745000', '194627.205000', '194627.665000', '194628.125000', '194628.585000', '194629.045000', '194629.505000', '194629.965000', '194630.425000', '194630.885000', '194631.345000', '194631.805000', '194632.265000', '194632.725000', '194633.185000', '194633.645000', '194634.105000', '194634.565000', '194635.025000', '194635.485000', '194635.945000', '194636.405000', '194636.865000', '194637.325000', '194637.785000', '194638.245000', '194638.705000', '194639.165000', '194639.625000', '194640.085000', '194640.545000', '194641.005000', '194641.465000', '194641.925000', '194642.385000', '194642.845000', '194643.305000', '194643.765000', '194644.225000', '194644.685000', '194645.145000', '194645.605000', '194646.065000', '194646.525000', '194646.985000', '194647.445000', '194647.905000', '194648.365000', '194648.825000', '194649.285000', '194649.745000', '194650.205000', '194650.665000', '194651.125000', '194651.585000', '194652.045000', '194652.505000', '194652.965000', '194653.425000', '194653.885000', '194654.345000', '194654.805000', '194655.265000', '194655.725000', '194656.185000', '194656.645000', '194657.105000', '194657.565000', '194658.025000', '194658.485000', '194658.945000', '194659.405000', '194659.865000', '194700.325000', '194700.785000', '194701.245000', '194701.705000', '194702.165000', '194702.625000', '194703.085000', '194703.545000', '194704.005000', '194704.465000', '194704.925000', '194705.385000', '194705.845000', '194706.305000', '194706.765000', '194707.225000', '194707.685000', '194708.145000', '194708.605000', '194709.065000', '194709.525000', '194709.985000', '194710.445000', '194710.905000', '194711.365000', '194711.825000', '194712.285000', '194712.745000', '194713.205000', '194713.665000', '194714.125000', '194714.585000', '194715.045000', '194715.505000', '194715.965000', '194716.425000', '194716.885000', '194717.345000', '194717.805000', '194718.265000', '194718.725000', '194719.185000', '194719.645000', '194720.105000', '194720.565000', '194721.025000', '194721.485000', '194721.945000', '194722.405000', '194722.865000', '194723.325000', '194723.785000', '194724.245000', '194724.705000', '194725.165000', '194725.625000', '194726.085000', '194726.545000', '194727.005000', '194727.465000', '194727.925000', '194728.385000', '194728.845000', '194729.305000', '194729.765000', '194730.225000', '194730.685000', '194731.145000', '194731.605000', '194732.065000', '194732.525000', '194732.985000', '194733.445000', '194733.905000', '194734.365000', '194734.825000', '194735.285000', '194735.745000', '194736.205000', '194736.665000', '194737.125000', '194737.585000', '194738.045000', '194738.505000', '194738.965000', '194739.425000', '194739.885000', '194740.345000', '194740.805000', '194741.265000', '194741.725000', '194742.185000', '194742.645000', '194743.105000', '194743.565000', '194744.025000', '194744.485000', '194744.945000', '194745.405000', '194745.865000', '194746.325000', '194746.785000', '194747.245000', '194747.705000', '194748.165000', '194748.625000', '194749.085000', '194749.545000', '194750.005000', '194750.465000', '194750.925000', '194751.385000', '194751.845000', '194752.305000', '194752.765000', '194753.225000', '194753.685000', '194754.145000', '194754.605000', '194755.065000', '194755.525000', '194755.985000', '194756.445000', '194756.905000', '194757.365000', '194757.825000', '194758.285000', '194758.745000', '194759.205000', '194759.665000', '194800.125000', '194800.585000', '194801.045000', '194801.505000', '194801.965000', '194802.425000', '194802.885000', '194803.345000', '194803.805000', '194804.265000', '194804.725000', '194805.185000', '194805.645000', '194806.105000', '194806.565000', '194807.025000', '194807.485000', '194807.945000', '194808.405000', '194808.865000', '194809.325000', '194809.785000', '194810.245000', '194810.705000', '194811.165000', '194811.625000', '194812.085000', '194812.545000', '194813.005000', '194813.465000', '194813.925000', '194814.385000', '194814.845000', '194815.305000', '194815.765000', '194816.225000', '194816.685000', '194817.145000', '194817.605000', '194818.065000', '194818.525000', '194818.985000', '194819.445000', '194819.905000', '194820.365000', '194820.825000', '194821.285000', '194821.745000', '194822.205000', '194822.665000', '194823.125000', '194823.585000', '194824.045000', '194824.505000', '194824.965000', '194825.425000', '194825.885000', '194826.345000', '194826.805000', '194827.265000', '194827.725000', '194828.185000', '194828.645000', '194829.105000', '194829.565000', '194830.025000', '194830.485000', '194830.945000', '194831.405000', '194831.865000', '194832.325000', '194832.785000', '194833.245000', '194833.705000', '194834.165000', '194834.625000', '194835.085000', '194835.545000', '194836.005000', '194836.465000', '194836.925000', '194837.385000', '194837.845000', '194838.305000', '194838.765000', '194839.225000', '194839.685000', '194840.145000', '194840.605000', '194841.065000', '194841.525000', '194841.985000', '194842.445000', '194842.905000', '194843.365000', '194843.825000', '194844.285000', '194844.745000', '194845.205000', '194845.665000', '194846.125000', '194846.585000', '194847.045000', '194847.505000', '194847.965000', '194848.425000', '194848.885000', '194849.345000', '194849.805000', '194850.265000', '194850.725000', '194851.185000', '194851.645000', '194852.105000', '194852.565000', '194853.025000', '194853.485000', '194853.945000', '194854.405000', '194854.865000', '194855.325000', '194855.785000', '194856.245000', '194856.705000', '194857.165000', '194857.625000', '194858.085000', '194858.545000', '194859.005000', '194859.465000', '194859.925000', '194900.385000', '194900.845000', '194901.305000', '194901.765000', '194902.225000', '194902.685000', '194903.145000', '194903.605000', '194904.065000', '194904.525000', '194904.985000', '194905.445000', '194905.905000', '194906.365000', '194906.825000', '194907.285000', '194907.745000', '194908.205000', '194908.665000', '194909.125000', '194909.585000', '194910.045000', '194910.505000', '194910.965000', '194911.425000', '194911.885000', '194912.345000', '194912.805000', '194913.265000', '194913.725000', '194914.185000', '194914.645000', '194915.105000', '194915.565000', '194916.025000', '194916.485000', '194916.945000', '194917.405000', '194917.865000', '194918.325000', '194918.785000', '194919.245000', '194919.705000', '194920.165000', '194920.625000', '194921.085000', '194921.545000', '194922.005000', '194922.465000', '194922.925000', '194923.385000', '194923.845000', '194924.305000', '194924.765000', '194925.225000', '194925.685000', '194926.145000', '194926.605000', '194927.065000', '194927.525000', '194927.985000', '194928.445000', '194928.905000', '194929.365000', '194929.825000', '194930.285000', '194930.745000', '194931.205000', '194931.665000', '194932.125000', '194932.585000', '194933.045000', '194933.505000', '194933.965000', '194934.425000', '194934.885000', '194935.345000', '194935.805000', '194936.265000', '194936.725000', '194937.185000', '194937.645000', '194938.105000', '194938.565000', '194939.025000', '194939.485000', '194939.945000', '194940.405000', '194940.865000', '194941.325000', '194941.785000', '194942.245000', '194942.705000', '194943.165000', '194943.625000', '194944.085000', '194944.545000', '194945.005000', '194945.465000', '194945.925000', '194946.385000', '194946.845000', '194947.305000', '194947.765000', '194948.225000', '194948.685000', '194949.145000', '194949.605000', '194950.065000', '194950.525000', '194950.985000', '194951.445000', '194951.905000', '194952.365000', '194952.825000', '194953.285000', '194953.745000', '194954.205000', '194954.665000', '194955.125000', '194955.585000', '194956.045000', '194956.505000', '194956.965000', '194957.425000', '194957.885000', '194958.345000', '194958.805000', '194959.265000', '194959.725000', '195000.185000', '195000.645000', '195001.105000', '195001.565000', '195002.025000', '195002.485000', '195002.945000', '195003.405000', '195003.865000', '195004.325000', '195004.785000', '195005.245000', '195005.705000', '195006.165000', '195006.625000', '195007.085000', '195007.545000', '195008.005000', '195008.465000', '195008.925000', '195009.385000', '195009.845000', '195010.305000', '195010.765000', '195011.225000', '195011.685000', '195012.145000', '195012.605000', '195013.065000', '195013.525000', '195013.985000', '195014.445000', '195014.905000', '195015.365000', '195015.825000', '195016.285000', '195016.745000', '195017.205000', '195017.665000', '195018.125000', '195018.585000', '195019.045000', '195019.505000', '195019.965000', '195020.425000', '195020.885000', '195021.345000', '195021.805000', '195022.265000', '195022.725000', '195023.185000', '195023.645000', '195024.105000', '195024.565000', '195025.025000', '195025.485000', '195025.945000', '195026.405000', '195026.865000', '195027.325000'], 'ContentTime': ['194358.179000', '194358.182000', '194358.185000', '194358.187000', '194358.190000', '194358.193000', '194358.195000', '194358.198000', '194358.201000', '194358.203000', '194358.206000', '194358.208000', '194358.211000', '194358.214000', '194358.216000', '194358.219000', '194358.221000', '194358.230000', '194358.233000', '194358.235000', '194358.238000', '194358.245000', '194358.247000', '194418.124000', '194418.127000', '194418.130000', '194418.133000', '194418.135000', '194418.138000', '194418.140000', '194418.143000', '194418.145000', '194418.148000', '194418.150000', '194418.153000', '194418.155000', '194418.164000', '194418.166000', '194418.169000', '194418.171000', '194418.174000', '194418.176000', '194418.179000', '194418.181000', '194418.184000', '194418.187000', '194418.189000', '194418.192000', '194418.194000', '194418.197000', '194418.200000', '194418.202000', '194418.205000', '194418.208000', '194418.210000', '194418.213000', '194418.215000', '194418.218000', '194418.221000', '194418.223000', '194418.226000', '194418.228000', '194418.231000', '194418.234000', '194418.236000', '194418.239000', '194418.241000', '194438.124000', '194438.127000', '194438.130000', '194438.133000', '194438.135000', '194438.138000', '194438.140000', '194438.143000', '194438.146000', '194438.148000', '194438.151000', '194438.153000', '194438.156000', '194438.159000', '194438.161000', '194438.164000', '194438.166000', '194438.169000', '194438.172000', '194438.174000', '194438.177000', '194438.179000', '194438.182000', '194438.184000', '194438.187000', '194438.190000', '194438.192000', '194438.195000', '194438.198000', '194438.200000', '194438.203000', '194438.205000', '194438.208000', '194438.211000', '194438.213000', '194438.216000', '194438.218000', '194438.221000', '194438.223000', '194438.226000', '194438.229000', '194438.231000', '194438.234000', '194458.124000', '194458.127000', '194458.130000', '194458.133000', '194458.135000', '194458.138000', '194458.141000', '194458.143000', '194458.146000', '194458.148000', '194458.151000', '194458.153000', '194458.156000', '194458.159000', '194458.161000', '194458.164000', '194458.167000', '194458.169000', '194458.172000', '194458.175000', '194458.177000', '194458.180000', '194458.182000', '194458.185000', '194458.188000', '194458.190000', '194458.193000', '194458.195000', '194458.198000', '194458.201000', '194458.218000', '194458.220000', '194458.223000', '194458.226000', '194458.228000', '194458.231000', '194458.233000', '194458.236000', '194458.239000', '194458.241000', '194458.244000', '194458.246000', '194458.249000', '194458.252000', '194518.124000', '194518.127000', '194518.130000', '194518.133000', '194518.135000', '194518.138000', '194518.140000', '194518.143000', '194518.146000', '194518.148000', '194518.151000', '194518.154000', '194518.156000', '194518.159000', '194518.161000', '194518.164000', '194518.167000', '194518.169000', '194518.172000', '194518.175000', '194518.177000', '194518.180000', '194518.182000', '194518.185000', '194518.188000', '194518.190000', '194518.193000', '194518.196000', '194518.198000', '194518.201000', '194518.203000', '194518.206000', '194518.209000', '194518.211000', '194518.214000', '194518.217000', '194518.219000', '194518.222000', '194518.224000', '194518.227000', '194518.230000', '194518.232000', '194518.235000', '194538.124000', '194538.127000', '194538.130000', '194538.132000', '194538.135000', '194538.138000', '194538.140000', '194538.143000', '194538.146000', '194538.148000', '194538.151000', '194538.153000', '194538.156000', '194538.158000', '194538.161000', '194538.164000', '194538.167000', '194538.169000', '194538.172000', '194538.174000', '194538.177000', '194538.180000', '194538.182000', '194538.185000', '194538.188000', '194538.190000', '194538.193000', '194538.195000', '194538.198000', '194538.201000', '194538.203000', '194538.206000', '194538.208000', '194538.211000', '194538.214000', '194538.216000', '194538.219000', '194538.221000', '194538.224000', '194538.227000', '194538.229000', '194538.232000', '194538.235000', '194538.237000', '194558.124000', '194558.127000', '194558.130000', '194558.132000', '194558.135000', '194558.138000', '194558.148000', '194558.151000', '194558.153000', '194558.156000', '194558.159000', '194558.161000', '194558.164000', '194558.167000', '194558.169000', '194558.172000', '194558.174000', '194558.177000', '194558.180000', '194558.182000', '194558.185000', '194558.187000', '194558.190000', '194558.193000', '194558.195000', '194558.198000', '194558.201000', '194558.203000', '194558.206000', '194558.209000', '194558.211000', '194558.214000', '194558.216000', '194558.219000', '194558.222000', '194558.224000', '194558.227000', '194558.230000', '194558.232000', '194558.235000', '194558.237000', '194558.240000', '194558.243000', '194618.123000', '194618.126000', '194618.129000', '194618.131000', '194618.134000', '194618.137000', '194618.139000', '194618.142000', '194618.144000', '194618.147000', '194618.151000', '194618.154000', '194618.157000', '194618.159000', '194618.162000', '194618.165000', '194618.167000', '194618.170000', '194618.172000', '194618.175000', '194618.178000', '194618.180000', '194618.183000', '194618.186000', '194618.188000', '194618.191000', '194618.193000', '194618.196000', '194618.199000', '194618.201000', '194618.204000', '194618.207000', '194618.209000', '194618.212000', '194618.214000', '194618.217000', '194618.220000', '194618.222000', '194618.225000', '194618.228000', '194618.230000', '194618.233000', '194618.235000', '194618.238000', '194638.124000', '194638.127000', '194638.130000', '194638.133000', '194638.135000', '194638.138000', '194638.141000', '194638.143000', '194638.146000', '194638.149000', '194638.151000', '194638.154000', '194638.157000', '194638.159000', '194638.162000', '194638.165000', '194638.167000', '194638.170000', '194638.173000', '194638.175000', '194638.178000', '194638.181000', '194638.183000', '194638.186000', '194638.189000', '194638.214000', '194638.217000', '194638.219000', '194638.222000', '194638.225000', '194638.227000', '194638.230000', '194638.233000', '194638.235000', '194638.238000', '194638.241000', '194638.243000', '194638.246000', '194638.249000', '194638.251000', '194638.254000', '194638.257000', '194638.259000', '194658.125000', '194658.128000', '194658.131000', '194658.134000', '194658.136000', '194658.139000', '194658.142000', '194658.144000', '194658.147000', '194658.149000', '194658.152000', '194658.155000', '194658.158000', '194658.160000', '194658.163000', '194658.165000', '194658.168000', '194658.171000', '194658.173000', '194658.176000', '194658.178000', '194658.181000', '194658.184000', '194658.186000', '194658.189000', '194658.191000', '194658.194000', '194658.197000', '194658.199000', '194658.202000', '194658.204000', '194658.207000', '194658.210000', '194658.212000', '194658.215000', '194658.217000', '194658.220000', '194658.223000', '194658.225000', '194658.228000', '194658.231000', '194658.233000', '194658.236000', '194718.124000', '194718.128000', '194718.130000', '194718.133000', '194718.135000', '194718.138000', '194718.141000', '194718.143000', '194718.146000', '194718.149000', '194718.151000', '194718.154000', '194718.156000', '194718.159000', '194718.162000', '194718.164000', '194718.167000', '194718.170000', '194718.172000', '194718.175000', '194718.178000', '194718.180000', '194718.183000', '194718.185000', '194718.188000', '194718.191000', '194718.193000', '194718.196000', '194718.199000', '194718.201000', '194718.204000', '194718.207000', '194718.209000', '194718.212000', '194718.214000', '194718.217000', '194718.220000', '194718.222000', '194718.225000', '194718.228000', '194718.230000', '194718.233000', '194718.235000', '194718.238000', '194738.125000', '194738.128000', '194738.130000', '194738.133000', '194738.136000', '194738.138000', '194738.141000', '194738.144000', '194738.147000', '194738.150000', '194738.153000', '194738.155000', '194738.158000', '194738.161000', '194738.163000', '194738.166000', '194738.168000', '194738.171000', '194738.174000', '194738.176000', '194738.179000', '194738.182000', '194738.184000', '194738.187000', '194738.190000', '194738.193000', '194738.196000', '194738.198000', '194738.201000', '194738.204000', '194738.206000', '194738.209000', '194738.211000', '194738.214000', '194738.217000', '194738.219000', '194738.222000', '194738.225000', '194738.227000', '194738.230000', '194738.232000', '194738.235000', '194738.238000', '194758.124000', '194758.127000', '194758.130000', '194758.132000', '194758.135000', '194758.138000', '194758.141000', '194758.143000', '194758.146000', '194758.149000', '194758.151000', '194758.154000', '194758.157000', '194758.159000', '194758.162000', '194758.165000', '194758.167000', '194758.170000', '194758.172000', '194758.175000', '194758.178000', '194758.180000', '194758.183000', '194758.186000', '194758.188000', '194758.191000', '194758.194000', '194758.196000', '194758.199000', '194758.201000', '194758.204000', '194758.207000', '194758.209000', '194758.212000', '194758.215000', '194758.217000', '194758.220000', '194758.223000', '194758.225000', '194758.228000', '194758.230000', '194758.233000', '194758.236000', '194758.238000', '194818.124000', '194818.127000', '194818.130000', '194818.134000', '194818.137000', '194818.139000', '194818.142000', '194818.155000', '194818.158000', '194818.160000', '194818.163000', '194818.165000', '194818.168000', '194818.171000', '194818.173000', '194818.176000', '194818.179000', '194818.181000', '194818.184000', '194818.186000', '194818.189000', '194818.192000', '194818.194000', '194818.197000', '194818.200000', '194818.202000', '194818.205000', '194818.207000', '194818.210000', '194818.213000', '194818.215000', '194818.218000', '194818.221000', '194818.223000', '194818.226000', '194818.228000', '194818.231000', '194818.234000', '194818.236000', '194818.239000', '194818.242000', '194818.244000', '194818.247000', '194838.124000', '194838.127000', '194838.129000', '194838.132000', '194838.135000', '194838.137000', '194838.140000', '194838.143000', '194838.145000', '194838.148000', '194838.151000', '194838.153000', '194838.156000', '194838.158000', '194838.161000', '194838.164000', '194838.166000', '194838.169000', '194838.172000', '194838.174000', '194838.177000', '194838.179000', '194838.182000', '194838.185000', '194838.187000', '194838.190000', '194838.193000', '194838.195000', '194838.198000', '194838.201000', '194838.203000', '194838.206000', '194838.209000', '194838.211000', '194838.214000', '194838.217000', '194838.219000', '194838.222000', '194838.224000', '194838.227000', '194838.229000', '194838.232000', '194838.235000', '194838.237000', '194858.125000', '194858.128000', '194858.130000', '194858.133000', '194858.136000', '194858.138000', '194858.141000', '194858.144000', '194858.146000', '194858.149000', '194858.152000', '194858.154000', '194858.157000', '194858.160000', '194858.163000', '194858.165000', '194858.168000', '194858.171000', '194858.173000', '194858.176000', '194858.179000', '194858.182000', '194858.184000', '194858.189000', '194858.191000', '194858.194000', '194858.197000', '194858.199000', '194858.202000', '194858.204000', '194858.207000', '194858.210000', '194858.212000', '194858.215000', '194858.218000', '194858.220000', '194858.223000', '194858.226000', '194858.229000', '194858.232000', '194858.235000', '194858.237000', '194858.240000', '194918.125000', '194918.127000', '194918.131000', '194918.133000', '194918.136000', '194918.138000', '194918.141000', '194918.144000', '194918.146000', '194918.149000', '194918.152000', '194918.154000', '194918.157000', '194918.160000', '194918.162000', '194918.165000', '194918.167000', '194918.170000', '194918.173000', '194918.175000', '194918.178000', '194918.180000', '194918.183000', '194918.186000', '194918.188000', '194918.191000', '194918.194000', '194918.196000', '194918.199000', '194918.201000', '194918.204000', '194918.207000', '194918.209000', '194918.212000', '194918.215000', '194918.217000', '194918.220000', '194918.222000', '194918.225000', '194918.228000', '194918.230000', '194918.233000', '194918.243000', '194918.246000', '194938.125000', '194938.127000', '194938.130000', '194938.133000', '194938.136000', '194938.138000', '194938.141000', '194938.143000', '194938.146000', '194938.149000', '194938.151000', '194938.154000', '194938.157000', '194938.159000', '194938.162000', '194938.165000', '194938.167000', '194938.170000', '194938.173000', '194938.175000', '194938.178000', '194938.180000', '194938.183000', '194938.186000', '194938.188000', '194938.191000', '194938.194000', '194938.197000', '194938.200000', '194938.203000', '194938.205000', '194938.208000', '194938.222000', '194938.225000', '194938.227000', '194938.230000', '194938.232000', '194938.235000', '194938.238000', '194938.240000', '194938.243000', '194938.245000', '194938.248000', '194958.125000', '194958.128000', '194958.130000', '194958.133000', '194958.136000', '194958.138000', '194958.141000', '194958.143000', '194958.146000', '194958.149000', '194958.151000', '194958.154000', '194958.157000', '194958.159000', '194958.162000', '194958.164000', '194958.167000', '194958.170000', '194958.172000', '194958.175000', '194958.178000', '194958.180000', '194958.184000', '194958.187000', '194958.190000', '194958.192000', '194958.195000', '194958.198000', '194958.200000', '194958.203000', '194958.205000', '194958.208000', '194958.211000', '194958.213000', '194958.216000', '194958.219000', '194958.221000', '194958.224000', '194958.227000', '194958.229000', '194958.232000', '194958.234000', '194958.237000', '194958.240000', '195018.125000', '195018.127000', '195018.130000', '195018.133000', '195018.135000', '195018.138000', '195018.141000', '195018.143000', '195018.146000', '195018.149000', '195018.151000', '195018.154000', '195018.156000', '195018.159000', '195018.162000', '195018.165000', '195018.167000', '195018.170000', '195018.172000', '195018.175000', '195018.178000', '195018.180000', '195018.183000', '195018.186000', '195018.189000', '195018.192000', '195018.195000', '195018.198000', '195018.200000', '195018.203000', '195018.206000', '195018.208000', '195018.211000', '195018.214000', '195018.216000', '195018.219000', '195018.221000', '195018.224000', '195018.227000', '195018.229000', '195018.232000', '195018.235000', '195018.237000', '195028.332000', '195028.336000', '195028.339000', '195028.341000', '195028.344000', '195028.347000', '195028.350000', '195028.352000', '195028.355000', '195028.358000', '195028.360000', '195028.363000', '195028.366000', '195028.369000', '195028.372000', '195028.375000', '195028.378000', '195028.381000', '195028.384000', '195028.387000', '195028.390000', '195028.393000', '195028.396000'], 'InstanceCreationTime': ['194358.179000', '194358.182000', '194358.185000', '194358.187000', '194358.190000', '194358.193000', '194358.195000', '194358.198000', '194358.201000', '194358.203000', '194358.206000', '194358.208000', '194358.211000', '194358.214000', '194358.216000', '194358.219000', '194358.221000', '194358.230000', '194358.233000', '194358.235000', '194358.238000', '194358.245000', '194358.247000', '194418.124000', '194418.127000', '194418.130000', '194418.133000', '194418.135000', '194418.138000', '194418.140000', '194418.143000', '194418.145000', '194418.148000', '194418.150000', '194418.153000', '194418.155000', '194418.164000', '194418.166000', '194418.169000', '194418.171000', '194418.174000', '194418.176000', '194418.179000', '194418.181000', '194418.184000', '194418.187000', '194418.189000', '194418.192000', '194418.194000', '194418.197000', '194418.200000', '194418.202000', '194418.205000', '194418.208000', '194418.210000', '194418.213000', '194418.215000', '194418.218000', '194418.221000', '194418.223000', '194418.226000', '194418.228000', '194418.231000', '194418.234000', '194418.236000', '194418.239000', '194418.241000', '194438.124000', '194438.127000', '194438.130000', '194438.133000', '194438.135000', '194438.138000', '194438.140000', '194438.143000', '194438.146000', '194438.148000', '194438.151000', '194438.153000', '194438.156000', '194438.159000', '194438.161000', '194438.164000', '194438.166000', '194438.169000', '194438.172000', '194438.174000', '194438.177000', '194438.179000', '194438.182000', '194438.184000', '194438.187000', '194438.190000', '194438.192000', '194438.195000', '194438.198000', '194438.200000', '194438.203000', '194438.205000', '194438.208000', '194438.211000', '194438.213000', '194438.216000', '194438.218000', '194438.221000', '194438.223000', '194438.226000', '194438.229000', '194438.231000', '194438.234000', '194458.124000', '194458.127000', '194458.130000', '194458.133000', '194458.135000', '194458.138000', '194458.141000', '194458.143000', '194458.146000', '194458.148000', '194458.151000', '194458.153000', '194458.156000', '194458.159000', '194458.161000', '194458.164000', '194458.167000', '194458.169000', '194458.172000', '194458.175000', '194458.177000', '194458.180000', '194458.182000', '194458.185000', '194458.188000', '194458.190000', '194458.193000', '194458.195000', '194458.198000', '194458.201000', '194458.218000', '194458.220000', '194458.223000', '194458.226000', '194458.228000', '194458.231000', '194458.233000', '194458.236000', '194458.239000', '194458.241000', '194458.244000', '194458.246000', '194458.249000', '194458.252000', '194518.124000', '194518.127000', '194518.130000', '194518.133000', '194518.135000', '194518.138000', '194518.140000', '194518.143000', '194518.146000', '194518.148000', '194518.151000', '194518.154000', '194518.156000', '194518.159000', '194518.161000', '194518.164000', '194518.167000', '194518.169000', '194518.172000', '194518.175000', '194518.177000', '194518.180000', '194518.182000', '194518.185000', '194518.188000', '194518.190000', '194518.193000', '194518.196000', '194518.198000', '194518.201000', '194518.203000', '194518.206000', '194518.209000', '194518.211000', '194518.214000', '194518.217000', '194518.219000', '194518.222000', '194518.224000', '194518.227000', '194518.230000', '194518.232000', '194518.235000', '194538.124000', '194538.127000', '194538.130000', '194538.132000', '194538.135000', '194538.138000', '194538.140000', '194538.143000', '194538.146000', '194538.148000', '194538.151000', '194538.153000', '194538.156000', '194538.158000', '194538.161000', '194538.164000', '194538.167000', '194538.169000', '194538.172000', '194538.174000', '194538.177000', '194538.180000', '194538.182000', '194538.185000', '194538.188000', '194538.190000', '194538.193000', '194538.195000', '194538.198000', '194538.201000', '194538.203000', '194538.206000', '194538.208000', '194538.211000', '194538.214000', '194538.216000', '194538.219000', '194538.221000', '194538.224000', '194538.227000', '194538.229000', '194538.232000', '194538.235000', '194538.237000', '194558.124000', '194558.127000', '194558.130000', '194558.132000', '194558.135000', '194558.138000', '194558.148000', '194558.151000', '194558.153000', '194558.156000', '194558.159000', '194558.161000', '194558.164000', '194558.167000', '194558.169000', '194558.172000', '194558.174000', '194558.177000', '194558.180000', '194558.182000', '194558.185000', '194558.187000', '194558.190000', '194558.193000', '194558.195000', '194558.198000', '194558.201000', '194558.203000', '194558.206000', '194558.209000', '194558.211000', '194558.214000', '194558.216000', '194558.219000', '194558.222000', '194558.224000', '194558.227000', '194558.230000', '194558.232000', '194558.235000', '194558.237000', '194558.240000', '194558.243000', '194618.123000', '194618.126000', '194618.129000', '194618.131000', '194618.134000', '194618.137000', '194618.139000', '194618.142000', '194618.144000', '194618.147000', '194618.151000', '194618.154000', '194618.157000', '194618.159000', '194618.162000', '194618.165000', '194618.167000', '194618.170000', '194618.172000', '194618.175000', '194618.178000', '194618.180000', '194618.183000', '194618.186000', '194618.188000', '194618.191000', '194618.193000', '194618.196000', '194618.199000', '194618.201000', '194618.204000', '194618.207000', '194618.209000', '194618.212000', '194618.214000', '194618.217000', '194618.220000', '194618.222000', '194618.225000', '194618.228000', '194618.230000', '194618.233000', '194618.235000', '194618.238000', '194638.124000', '194638.127000', '194638.130000', '194638.133000', '194638.135000', '194638.138000', '194638.141000', '194638.143000', '194638.146000', '194638.149000', '194638.151000', '194638.154000', '194638.157000', '194638.159000', '194638.162000', '194638.165000', '194638.167000', '194638.170000', '194638.173000', '194638.175000', '194638.178000', '194638.181000', '194638.183000', '194638.186000', '194638.189000', '194638.214000', '194638.217000', '194638.219000', '194638.222000', '194638.225000', '194638.227000', '194638.230000', '194638.233000', '194638.235000', '194638.238000', '194638.241000', '194638.243000', '194638.246000', '194638.249000', '194638.251000', '194638.254000', '194638.257000', '194638.259000', '194658.125000', '194658.128000', '194658.131000', '194658.134000', '194658.136000', '194658.139000', '194658.142000', '194658.144000', '194658.147000', '194658.149000', '194658.152000', '194658.155000', '194658.158000', '194658.160000', '194658.163000', '194658.165000', '194658.168000', '194658.171000', '194658.173000', '194658.176000', '194658.178000', '194658.181000', '194658.184000', '194658.186000', '194658.189000', '194658.191000', '194658.194000', '194658.197000', '194658.199000', '194658.202000', '194658.204000', '194658.207000', '194658.210000', '194658.212000', '194658.215000', '194658.217000', '194658.220000', '194658.223000', '194658.225000', '194658.228000', '194658.231000', '194658.233000', '194658.236000', '194718.124000', '194718.128000', '194718.130000', '194718.133000', '194718.135000', '194718.138000', '194718.141000', '194718.143000', '194718.146000', '194718.149000', '194718.151000', '194718.154000', '194718.156000', '194718.159000', '194718.162000', '194718.164000', '194718.167000', '194718.170000', '194718.172000', '194718.175000', '194718.178000', '194718.180000', '194718.183000', '194718.185000', '194718.188000', '194718.191000', '194718.193000', '194718.196000', '194718.199000', '194718.201000', '194718.204000', '194718.207000', '194718.209000', '194718.212000', '194718.214000', '194718.217000', '194718.220000', '194718.222000', '194718.225000', '194718.228000', '194718.230000', '194718.233000', '194718.235000', '194718.238000', '194738.125000', '194738.128000', '194738.130000', '194738.133000', '194738.136000', '194738.138000', '194738.141000', '194738.144000', '194738.147000', '194738.150000', '194738.153000', '194738.155000', '194738.158000', '194738.161000', '194738.163000', '194738.166000', '194738.168000', '194738.171000', '194738.174000', '194738.176000', '194738.179000', '194738.182000', '194738.184000', '194738.187000', '194738.190000', '194738.193000', '194738.196000', '194738.198000', '194738.201000', '194738.204000', '194738.206000', '194738.209000', '194738.211000', '194738.214000', '194738.217000', '194738.219000', '194738.222000', '194738.225000', '194738.227000', '194738.230000', '194738.232000', '194738.235000', '194738.238000', '194758.124000', '194758.127000', '194758.130000', '194758.132000', '194758.135000', '194758.138000', '194758.141000', '194758.143000', '194758.146000', '194758.149000', '194758.151000', '194758.154000', '194758.157000', '194758.159000', '194758.162000', '194758.165000', '194758.167000', '194758.170000', '194758.172000', '194758.175000', '194758.178000', '194758.180000', '194758.183000', '194758.186000', '194758.188000', '194758.191000', '194758.194000', '194758.196000', '194758.199000', '194758.201000', '194758.204000', '194758.207000', '194758.209000', '194758.212000', '194758.215000', '194758.217000', '194758.220000', '194758.223000', '194758.225000', '194758.228000', '194758.230000', '194758.233000', '194758.236000', '194758.238000', '194818.124000', '194818.127000', '194818.130000', '194818.134000', '194818.137000', '194818.139000', '194818.142000', '194818.155000', '194818.158000', '194818.160000', '194818.163000', '194818.165000', '194818.168000', '194818.171000', '194818.173000', '194818.176000', '194818.179000', '194818.181000', '194818.184000', '194818.186000', '194818.189000', '194818.192000', '194818.194000', '194818.197000', '194818.200000', '194818.202000', '194818.205000', '194818.207000', '194818.210000', '194818.213000', '194818.215000', '194818.218000', '194818.221000', '194818.223000', '194818.226000', '194818.228000', '194818.231000', '194818.234000', '194818.236000', '194818.239000', '194818.242000', '194818.244000', '194818.247000', '194838.124000', '194838.127000', '194838.129000', '194838.132000', '194838.135000', '194838.137000', '194838.140000', '194838.143000', '194838.145000', '194838.148000', '194838.151000', '194838.153000', '194838.156000', '194838.158000', '194838.161000', '194838.164000', '194838.166000', '194838.169000', '194838.172000', '194838.174000', '194838.177000', '194838.179000', '194838.182000', '194838.185000', '194838.187000', '194838.190000', '194838.193000', '194838.195000', '194838.198000', '194838.201000', '194838.203000', '194838.206000', '194838.209000', '194838.211000', '194838.214000', '194838.217000', '194838.219000', '194838.222000', '194838.224000', '194838.227000', '194838.229000', '194838.232000', '194838.235000', '194838.237000', '194858.125000', '194858.128000', '194858.130000', '194858.133000', '194858.136000', '194858.138000', '194858.141000', '194858.144000', '194858.146000', '194858.149000', '194858.152000', '194858.154000', '194858.157000', '194858.160000', '194858.163000', '194858.165000', '194858.168000', '194858.171000', '194858.173000', '194858.176000', '194858.179000', '194858.182000', '194858.184000', '194858.189000', '194858.191000', '194858.194000', '194858.197000', '194858.199000', '194858.202000', '194858.204000', '194858.207000', '194858.210000', '194858.212000', '194858.215000', '194858.218000', '194858.220000', '194858.223000', '194858.226000', '194858.229000', '194858.232000', '194858.235000', '194858.237000', '194858.240000', '194918.125000', '194918.127000', '194918.131000', '194918.133000', '194918.136000', '194918.138000', '194918.141000', '194918.144000', '194918.146000', '194918.149000', '194918.152000', '194918.154000', '194918.157000', '194918.160000', '194918.162000', '194918.165000', '194918.167000', '194918.170000', '194918.173000', '194918.175000', '194918.178000', '194918.180000', '194918.183000', '194918.186000', '194918.188000', '194918.191000', '194918.194000', '194918.196000', '194918.199000', '194918.201000', '194918.204000', '194918.207000', '194918.209000', '194918.212000', '194918.215000', '194918.217000', '194918.220000', '194918.222000', '194918.225000', '194918.228000', '194918.230000', '194918.233000', '194918.243000', '194918.246000', '194938.125000', '194938.127000', '194938.130000', '194938.133000', '194938.136000', '194938.138000', '194938.141000', '194938.143000', '194938.146000', '194938.149000', '194938.151000', '194938.154000', '194938.157000', '194938.159000', '194938.162000', '194938.165000', '194938.167000', '194938.170000', '194938.173000', '194938.175000', '194938.178000', '194938.180000', '194938.183000', '194938.186000', '194938.188000', '194938.191000', '194938.194000', '194938.197000', '194938.200000', '194938.203000', '194938.205000', '194938.208000', '194938.222000', '194938.225000', '194938.227000', '194938.230000', '194938.232000', '194938.235000', '194938.238000', '194938.240000', '194938.243000', '194938.245000', '194938.248000', '194958.125000', '194958.128000', '194958.130000', '194958.133000', '194958.136000', '194958.138000', '194958.141000', '194958.143000', '194958.146000', '194958.149000', '194958.151000', '194958.154000', '194958.157000', '194958.159000', '194958.162000', '194958.164000', '194958.167000', '194958.170000', '194958.172000', '194958.175000', '194958.178000', '194958.180000', '194958.184000', '194958.187000', '194958.190000', '194958.192000', '194958.195000', '194958.198000', '194958.200000', '194958.203000', '194958.205000', '194958.208000', '194958.211000', '194958.213000', '194958.216000', '194958.219000', '194958.221000', '194958.224000', '194958.227000', '194958.229000', '194958.232000', '194958.234000', '194958.237000', '194958.240000', '195018.125000', '195018.127000', '195018.130000', '195018.133000', '195018.135000', '195018.138000', '195018.141000', '195018.143000', '195018.146000', '195018.149000', '195018.151000', '195018.154000', '195018.156000', '195018.159000', '195018.162000', '195018.165000', '195018.167000', '195018.170000', '195018.172000', '195018.175000', '195018.178000', '195018.180000', '195018.183000', '195018.186000', '195018.189000', '195018.192000', '195018.195000', '195018.198000', '195018.200000', '195018.203000', '195018.206000', '195018.208000', '195018.211000', '195018.214000', '195018.216000', '195018.219000', '195018.221000', '195018.224000', '195018.227000', '195018.229000', '195018.232000', '195018.235000', '195018.237000', '195028.332000', '195028.336000', '195028.339000', '195028.341000', '195028.344000', '195028.347000', '195028.350000', '195028.352000', '195028.355000', '195028.358000', '195028.360000', '195028.363000', '195028.366000', '195028.369000', '195028.372000', '195028.375000', '195028.378000', '195028.381000', '195028.384000', '195028.387000', '195028.390000', '195028.393000', '195028.396000'], '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': [7418, 10418, 7062, 10937, 6835, 11125, 6836, 11291, 7786, 10085, 7188, 8851, 7507, 7660, 7772, 6771, 10300, 7035, 12692, 7405, 13019, 7984, 10551, 8748, 9151, 12835, 8823, 13484, 8128, 10534, 6956, 9798, 7102, 9971, 7295, 10663, 7338, 11290, 7398, 10990, 7563, 11244, 7542, 10449, 7677, 11197, 9285, 9187, 11025, 7187, 9286, 6933, 8979, 7278, 10364, 7314, 11485, 7476, 11820, 7674, 12628, 7714, 13384, 7968, 13250, 8138, 13137, 8136, 12109, 7916, 12069, 8035, 11751, 8186, 11915, 8217, 11788, 8780, 10979, 9953, 8522, 8638, 6995, 8245, 7001, 8590, 7066, 9870, 7217, 11693, 7463, 8535, 7389, 6923, 7808, 6930, 9928, 6926, 12974, 8419, 13305, 8411, 9945, 7804, 8135, 8749, 7462, 11064, 8099, 14012, 9379, 13758, 7659, 12549, 7527, 10472, 7709, 9664, 8164, 7645, 8839, 7954, 10522, 7459, 11862, 7180, 11187, 6848, 11872, 7229, 13706, 8142, 10760, 8972, 7176, 7952, 6928, 9584, 6926, 11894, 7179, 13058, 7980, 8425, 8476, 7451, 9498, 7455, 9904, 7165, 15772, 11109, 9954, 8135, 7048, 9218, 7248, 12978, 8026, 14810, 9605, 11794, 7926, 8661, 8002, 7423, 9214, 7605, 11366, 7159, 13484, 8312, 15404, 9590, 11486, 8565, 8771, 8014, 7393, 12576, 9648, 15795, 10069, 10626, 8029, 7030, 7837, 6839, 9468, 7186, 13369, 9109, 14140, 8875, 14495, 8121, 12797, 8208, 11539, 8310, 10583, 7962, 10153, 8484, 8880, 10745, 8752, 13937, 8046, 11552, 7323, 10943, 7528, 11722, 7499, 11515, 7828, 10768, 8339, 7387, 8009, 7391, 8974, 7137, 11416, 7124, 13552, 8311, 11571, 8880, 7888, 7929, 6990, 9724, 7277, 13135, 7671, 13547, 8187, 13353, 9107, 8574, 7885, 6927, 8615, 7047, 11312, 7311, 13196, 7836, 10680, 9054, 9040, 14404, 8917, 13590, 7441, 12627, 7812, 10193, 8525, 9564, 12219, 10107, 14046, 7299, 11823, 7281, 10532, 7381, 9621, 8373, 10809, 10280, 7428, 10040, 7077, 8726, 6974, 11369, 7632, 13505, 7927, 11014, 7424, 9356, 7615, 10206, 12003, 9875, 13355, 7354, 9678, 7206, 10888, 7429, 12096, 7314, 12894, 7777, 12820, 7286, 12429, 7497, 11816, 7602, 10861, 9840, 9642, 9460, 7113, 7707, 7086, 8005, 6957, 9746, 7114, 12168, 8013, 12330, 7239, 10656, 7715, 10341, 8011, 10096, 8963, 10112, 11767, 8035, 11824, 7290, 11039, 9670, 13729, 7756, 12248, 8051, 12379, 7468, 9153, 7659, 7732, 7380, 6954, 8527, 7419, 12398, 8677, 14789, 9997, 8685, 7824, 7215, 8524, 7532, 12226, 9396, 14702, 9284, 12536, 7181, 11173, 7529, 11034, 7717, 11054, 8648, 9754, 9172, 7030, 7873, 7188, 7994, 7123, 9746, 7907, 12795, 8359, 12182, 7394, 9765, 7080, 10361, 6966, 11446, 7526, 12925, 8938, 13808, 8960, 12473, 7168, 10405, 7633, 9751, 7502, 9456, 8654, 8535, 10002, 7311, 8439, 6908, 9315, 7393, 11748, 7276, 11155, 7948, 13287, 9417, 13157, 7168, 11352, 7371, 11173, 7384, 11436, 8155, 10415, 10567, 8921, 9838, 7130, 8523, 6770, 8970, 7239, 12711, 9171, 14933, 8617, 11018, 7265, 9175, 7079, 10358, 7264, 12129, 7373, 12298, 7591, 11563, 7658, 10895, 9606, 9566, 9070, 6912, 7745, 6896, 8522, 7111, 10162, 7070, 11292, 7921, 13912, 9133, 13675, 7103, 10559, 7211, 9375, 7268, 10304, 7474, 9817, 8239, 8128, 7478, 6957, 7431, 7026, 9523, 7857, 13294, 8479, 12900, 7121, 10424, 7908, 12166, 7050, 12123, 8275, 13554, 8698, 11483, 7629, 8774, 7393, 8394, 7945, 9195, 8357, 7977, 10410, 7441, 8569, 7229, 9811, 7420, 12101, 8748, 15422, 9589, 13056, 7250, 10613, 7145, 10833, 7278, 12595, 8099, 11040, 7360, 8748, 7754, 8239, 8151, 8223, 10684, 7092, 11061, 7296, 12952, 9110, 15350, 11633, 13902, 7543, 7175, 7182, 6808, 7124, 7076, 7270, 7497, 11912, 9870, 16360, 10037, 12055, 7695, 11280, 8327, 9864, 7610, 7435, 7807, 7656, 8983, 9748, 13115, 9810, 13332, 10021, 11988, 7602, 11649, 7487, 10770, 7370, 11078, 9124, 14233, 10046, 12636, 8041, 10752, 7612, 10420, 7589, 10882, 8701, 11559, 10585, 7909, 7849, 6701, 7821, 6951, 9231, 7433, 13109, 8856, 12716, 7742, 12100, 7856, 12338, 7790, 11684, 7837, 10296, 7751, 9316, 7627, 9319, 10883, 9383, 11838, 6917, 8985, 6595, 8510, 7039, 9300, 7283, 11298, 8199, 12378, 7582, 11891, 7887, 11048, 7414, 9249, 7863, 9126, 9058, 7128, 7254, 6508, 7266, 6831, 8771, 7924, 12680, 9389, 13450, 8199, 10916, 7239, 10781, 7536, 12258, 9366, 13300, 8033, 12246, 7678, 10736, 8465, 13059, 12560, 11289, 9465, 6737, 9290, 7323, 11547, 7878, 11233, 7197, 9181, 7352, 9619, 7318, 7450, 7530, 6973, 11443, 7323, 12208, 7728, 12908, 8893, 14477, 12910, 14269, 12433, 8866, 8588, 6590, 8369, 6794, 8424, 7254, 10309, 8247, 13101, 7501, 8283, 6943, 6970, 6854, 6788, 7604, 7446, 12107, 8458, 12264, 6943, 9332, 7179, 8984, 7196, 9628, 7436, 12227, 11474, 15115, 14015, 13593, 11756, 8145, 9099, 6989, 8301, 6982, 7139, 6694, 7098, 6728, 7306, 7122, 7996, 7186, 8411, 7162, 9336, 6833, 10772, 8717, 14490, 8649, 8665, 7104, 7520, 7502, 7877, 6966, 8190, 6928, 8839, 6831, 8801, 6849, 10637, 7823, 13916, 9271, 12391, 7376, 8617, 7249, 7736, 6800, 7514, 7268, 6976, 7432, 7145, 8103, 6909, 9213, 7186, 11856, 7114, 9914, 6983, 8892, 6722, 9339, 7054, 12204, 8723, 12539, 7071, 8732, 6843, 8260, 6982, 9240, 7792, 10712, 7577, 7571, 7183, 7509, 7200, 7856, 7688, 7981, 8454, 9138, 12671, 9262, 10567, 7391, 7232, 6855, 7594, 7142, 10540, 7295, 10204, 7150, 8829, 6967, 10119, 7197, 12222, 9137, 13188, 7659, 8735, 7117, 7304, 7300, 7423, 7881, 6547, 7896, 7208, 9090, 7369, 9898, 7133, 11566, 9022, 13424, 9469, 11022, 7200, 8201, 7440, 8482, 7194, 6922, 6938, 7280, 7858, 7053, 9001, 7023, 11834, 9737, 13582, 9345, 8438, 8017, 6959, 8366, 7259, 8978, 7186, 13176, 8435, 11460, 7061, 8795, 7196, 10798, 8406, 14080, 8905, 10254, 7565, 7193, 7338, 7446, 9803, 7541, 11619, 7068, 9479, 6941, 9643], 'WindowCenter': [4016.0, 4032.0, 3988.0, 4028.0, 3975.0, 4026.0, 3975.0, 4013.0, 3972.0, 4002.0, 3961.0, 3991.0, 3971.0, 3970.0, 3983.0, 3962.0, 4014.0, 3974.0, 4034.0, 3984.0, 4034.0, 3983.0, 4013.0, 3994.0, 4005.0, 4026.0, 3994.0, 4034.0, 3984.0, 4013.0, 3973.0, 4003.0, 3962.0, 3990.0, 3972.0, 4000.0, 3972.0, 4012.0, 3973.0, 4012.0, 3983.0, 4013.0, 3982.0, 4001.0, 3972.0, 4012.0, 3994.0, 3992.0, 4014.0, 3973.0, 3993.0, 3971.0, 3991.0, 3972.0, 4003.0, 3972.0, 4013.0, 3972.0, 4024.0, 3984.0, 4024.0, 3985.0, 4035.0, 3985.0, 4023.0, 3984.0, 4023.0, 3982.0, 4012.0, 3981.0, 4022.0, 3983.0, 4013.0, 3994.0, 4012.0, 3981.0, 4012.0, 3992.0, 4013.0, 4004.0, 3981.0, 3992.0, 3959.0, 3980.0, 3960.0, 3992.0, 3971.0, 4001.0, 3972.0, 4023.0, 3973.0, 3994.0, 3984.0, 3984.0, 3995.0, 3974.0, 4014.0, 3974.0, 4035.0, 3996.0, 4036.0, 3996.0, 4014.0, 3985.0, 3984.0, 3993.0, 3972.0, 4013.0, 3983.0, 4035.0, 4005.0, 4034.0, 3985.0, 4023.0, 3984.0, 4001.0, 3971.0, 3992.0, 3982.0, 3971.0, 3992.0, 3981.0, 4003.0, 3972.0, 4013.0, 3973.0, 4012.0, 3961.0, 4011.0, 3971.0, 4032.0, 3983.0, 4013.0, 3993.0, 3972.0, 3982.0, 3973.0, 4002.0, 3971.0, 4012.0, 3972.0, 4036.0, 3996.0, 3996.0, 3995.0, 3983.0, 4004.0, 3982.0, 4004.0, 3975.0, 4046.0, 4027.0, 4016.0, 3996.0, 3974.0, 4004.0, 3972.0, 4023.0, 3984.0, 4047.0, 4017.0, 4025.0, 3995.0, 3994.0, 3984.0, 3984.0, 4003.0, 3983.0, 4014.0, 3973.0, 4034.0, 3995.0, 4048.0, 4019.0, 4029.0, 3995.0, 3982.0, 3982.0, 3972.0, 4023.0, 4004.0, 4035.0, 4004.0, 4002.0, 3982.0, 3961.0, 3971.0, 3950.0, 3991.0, 3960.0, 4021.0, 3994.0, 4034.0, 3994.0, 4034.0, 3982.0, 4011.0, 3981.0, 3999.0, 3979.0, 3991.0, 3970.0, 4001.0, 3981.0, 3992.0, 4012.0, 3980.0, 4023.0, 3982.0, 4010.0, 3971.0, 4000.0, 3970.0, 4010.0, 3971.0, 4024.0, 3985.0, 4013.0, 3992.0, 3972.0, 3982.0, 3973.0, 3993.0, 3973.0, 4013.0, 3973.0, 4034.0, 3995.0, 4025.0, 4006.0, 3995.0, 3995.0, 3973.0, 4002.0, 3972.0, 4023.0, 3983.0, 4023.0, 3994.0, 4025.0, 4005.0, 3994.0, 3984.0, 3973.0, 3994.0, 3972.0, 4013.0, 3973.0, 4024.0, 3985.0, 4016.0, 4006.0, 4007.0, 4048.0, 4007.0, 4037.0, 3984.0, 4024.0, 3983.0, 4003.0, 3995.0, 4005.0, 4027.0, 4017.0, 4048.0, 3985.0, 4026.0, 3985.0, 4016.0, 3972.0, 4003.0, 3997.0, 4016.0, 4016.0, 3986.0, 4016.0, 3974.0, 3993.0, 3972.0, 4010.0, 3972.0, 4023.0, 3995.0, 4014.0, 3974.0, 3993.0, 3983.0, 4014.0, 4026.0, 4006.0, 4036.0, 3973.0, 4003.0, 3971.0, 4001.0, 3971.0, 4012.0, 3972.0, 4023.0, 3984.0, 4024.0, 3973.0, 4012.0, 3971.0, 4012.0, 3971.0, 4002.0, 4004.0, 4003.0, 4004.0, 3973.0, 3982.0, 3972.0, 3981.0, 3971.0, 3990.0, 3973.0, 4024.0, 3996.0, 4025.0, 3986.0, 4015.0, 3984.0, 4003.0, 3983.0, 4002.0, 3992.0, 4002.0, 4013.0, 3982.0, 4025.0, 3985.0, 4018.0, 3996.0, 4023.0, 3971.0, 4011.0, 3971.0, 4011.0, 3972.0, 3992.0, 3972.0, 3971.0, 3972.0, 3962.0, 3992.0, 3973.0, 4025.0, 3996.0, 4046.0, 4017.0, 3996.0, 3985.0, 3972.0, 3993.0, 3971.0, 4025.0, 4005.0, 4036.0, 4005.0, 4025.0, 3973.0, 4013.0, 3972.0, 4002.0, 3972.0, 4002.0, 3994.0, 4004.0, 4005.0, 3973.0, 3984.0, 3972.0, 3981.0, 3959.0, 3991.0, 3971.0, 4023.0, 3982.0, 4013.0, 3971.0, 3992.0, 3960.0, 3989.0, 3959.0, 4000.0, 3970.0, 4010.0, 3993.0, 4023.0, 3993.0, 4023.0, 3971.0, 4001.0, 3971.0, 3990.0, 3972.0, 3992.0, 3994.0, 3994.0, 4005.0, 3973.0, 3993.0, 3962.0, 3992.0, 3974.0, 4013.0, 3974.0, 4013.0, 3983.0, 4036.0, 4006.0, 4036.0, 3974.0, 4012.0, 3971.0, 4000.0, 3971.0, 4011.0, 3983.0, 4013.0, 4015.0, 3994.0, 4005.0, 3973.0, 3982.0, 3948.0, 3978.0, 3959.0, 4012.0, 3993.0, 4034.0, 3994.0, 4013.0, 3971.0, 3990.0, 3960.0, 3989.0, 3971.0, 4011.0, 3971.0, 4012.0, 3982.0, 4012.0, 3972.0, 4003.0, 3993.0, 3991.0, 3992.0, 3959.0, 3970.0, 3959.0, 3980.0, 3959.0, 4001.0, 3960.0, 4012.0, 3982.0, 4022.0, 3993.0, 4023.0, 3962.0, 4001.0, 3971.0, 3990.0, 3972.0, 4002.0, 3973.0, 4004.0, 3994.0, 3984.0, 3984.0, 3972.0, 3972.0, 3960.0, 3993.0, 3983.0, 4026.0, 3984.0, 4025.0, 3975.0, 4015.0, 3984.0, 4024.0, 3961.0, 4011.0, 3982.0, 4023.0, 3994.0, 4014.0, 3984.0, 3992.0, 3971.0, 3980.0, 3982.0, 3993.0, 3983.0, 3983.0, 4016.0, 3973.0, 3994.0, 3972.0, 4003.0, 3970.0, 4012.0, 3993.0, 4034.0, 4005.0, 4024.0, 3973.0, 4002.0, 3972.0, 4001.0, 3972.0, 4024.0, 3983.0, 4013.0, 3973.0, 3993.0, 3984.0, 3983.0, 3983.0, 3983.0, 4014.0, 3974.0, 4014.0, 3973.0, 4025.0, 4007.0, 4048.0, 4027.0, 4036.0, 3985.0, 3974.0, 3975.0, 3963.0, 3974.0, 3973.0, 3986.0, 3986.0, 4040.0, 4032.0, 4074.0, 4033.0, 4042.0, 4004.0, 4017.0, 3995.0, 4003.0, 3973.0, 3973.0, 3985.0, 3984.0, 4007.0, 4005.0, 4028.0, 4005.0, 4026.0, 3993.0, 4002.0, 3959.0, 4000.0, 3959.0, 3989.0, 3959.0, 4000.0, 3991.0, 4022.0, 4004.0, 4013.0, 3982.0, 4002.0, 3969.0, 3989.0, 3959.0, 4000.0, 3982.0, 4014.0, 4017.0, 3995.0, 3984.0, 3959.0, 3970.0, 3958.0, 3979.0, 3961.0, 4022.0, 3992.0, 4023.0, 3983.0, 4013.0, 3982.0, 4011.0, 3971.0, 4000.0, 3970.0, 3990.0, 3970.0, 3992.0, 3971.0, 3992.0, 4003.0, 3991.0, 4023.0, 3960.0, 3991.0, 3961.0, 3979.0, 3961.0, 3992.0, 3974.0, 4014.0, 3995.0, 4025.0, 3985.0, 4027.0, 3984.0, 4015.0, 3973.0, 3993.0, 3985.0, 4005.0, 4008.0, 3987.0, 3987.0, 3965.0, 3984.0, 3963.0, 3995.0, 3984.0, 4038.0, 4007.0, 4038.0, 3998.0, 4018.0, 3974.0, 4015.0, 3974.0, 4014.0, 4006.0, 4036.0, 3997.0, 4026.0, 3985.0, 4013.0, 3996.0, 4037.0, 4028.0, 4015.0, 4005.0, 3975.0, 3994.0, 3973.0, 4015.0, 3985.0, 4018.0, 3988.0, 4007.0, 3987.0, 4006.0, 3974.0, 3973.0, 3983.0, 3973.0, 4014.0, 3973.0, 4013.0, 3971.0, 4013.0, 3993.0, 4023.0, 4026.0, 4024.0, 4014.0, 3991.0, 3981.0, 3949.0, 3979.0, 3950.0, 3968.0, 3970.0, 4002.0, 3984.0, 4024.0, 3985.0, 3993.0, 3974.0, 3960.0, 3960.0, 3961.0, 3973.0, 3973.0, 4027.0, 3996.0, 4026.0, 3976.0, 4004.0, 3973.0, 3992.0, 3973.0, 3992.0, 3976.0, 4038.0, 4029.0, 4051.0, 4053.0, 4041.0, 4029.0, 3996.0, 3995.0, 3973.0, 3982.0, 3961.0, 3961.0, 3963.0, 3974.0, 3974.0, 3985.0, 3974.0, 3983.0, 3973.0, 3982.0, 3959.0, 3991.0, 3963.0, 4004.0, 3971.0, 4011.0, 3979.0, 3978.0, 3945.0, 3956.0, 3944.0, 3953.0, 3944.0, 3965.0, 3946.0, 3977.0, 3948.0, 3979.0, 3947.0, 3998.0, 3971.0, 4021.0, 3992.0, 4010.0, 3959.0, 3978.0, 3959.0, 3968.0, 3949.0, 3958.0, 3970.0, 3960.0, 3971.0, 3960.0, 3980.0, 3959.0, 3992.0, 3960.0, 4012.0, 3959.0, 3991.0, 3960.0, 3992.0, 3960.0, 3990.0, 3973.0, 4013.0, 3994.0, 4023.0, 3973.0, 3992.0, 3963.0, 3980.0, 3972.0, 4004.0, 3984.0, 4015.0, 3986.0, 3984.0, 3974.0, 3972.0, 3972.0, 3982.0, 3982.0, 3982.0, 3996.0, 4005.0, 4028.0, 3995.0, 4017.0, 3984.0, 3973.0, 3960.0, 3970.0, 3960.0, 4002.0, 3974.0, 4013.0, 3973.0, 3992.0, 3974.0, 4003.0, 3973.0, 4024.0, 4005.0, 4036.0, 3983.0, 3993.0, 3972.0, 3970.0, 3971.0, 3970.0, 3982.0, 3963.0, 3983.0, 3985.0, 4006.0, 3985.0, 4004.0, 3973.0, 4014.0, 3994.0, 4037.0, 4017.0, 4026.0, 3985.0, 3993.0, 3986.0, 3994.0, 3974.0, 3972.0, 3972.0, 3974.0, 3994.0, 3975.0, 4004.0, 3974.0, 4026.0, 4006.0, 4036.0, 4006.0, 3995.0, 3984.0, 3973.0, 3994.0, 3972.0, 3993.0, 3973.0, 4025.0, 3996.0, 4027.0, 3975.0, 3992.0, 3962.0, 4013.0, 3984.0, 4034.0, 3994.0, 4003.0, 3983.0, 3961.0, 3971.0, 3972.0, 4004.0, 3982.0, 4025.0, 3972.0, 4004.0, 3971.0, 4003.0], 'WindowWidth': [8976.0, 8985.0, 8919.0, 8968.0, 8893.0, 8963.0, 8895.0, 8939.0, 8882.0, 8920.0, 8867.0, 8904.0, 8879.0, 8876.0, 8898.0, 8870.0, 8940.0, 8889.0, 8969.0, 8903.0, 8968.0, 8901.0, 8938.0, 8915.0, 8931.0, 8962.0, 8916.0, 8970.0, 8900.0, 8940.0, 8886.0, 8924.0, 8869.0, 8903.0, 8882.0, 8917.0, 8884.0, 8937.0, 8886.0, 8938.0, 8900.0, 8937.0, 8896.0, 8919.0, 8881.0, 8934.0, 8913.0, 8909.0, 8941.0, 8885.0, 8911.0, 8882.0, 8906.0, 8883.0, 8924.0, 8882.0, 8937.0, 8885.0, 8953.0, 8903.0, 8956.0, 8905.0, 8969.0, 8904.0, 8951.0, 8902.0, 8951.0, 8899.0, 8935.0, 8897.0, 8950.0, 8901.0, 8938.0, 8914.0, 8936.0, 8893.0, 8936.0, 8909.0, 8941.0, 8928.0, 8893.0, 8907.0, 8861.0, 8890.0, 8865.0, 8909.0, 8881.0, 8920.0, 8883.0, 8952.0, 8888.0, 8917.0, 8906.0, 8906.0, 8920.0, 8891.0, 8943.0, 8891.0, 8974.0, 8923.0, 8976.0, 8923.0, 8945.0, 8907.0, 8904.0, 8914.0, 8883.0, 8939.0, 8900.0, 8972.0, 8931.0, 8970.0, 8905.0, 8954.0, 8901.0, 8920.0, 8881.0, 8907.0, 8897.0, 8880.0, 8909.0, 8894.0, 8924.0, 8883.0, 8939.0, 8886.0, 8936.0, 8867.0, 8933.0, 8881.0, 8964.0, 8900.0, 8938.0, 8913.0, 8883.0, 8899.0, 8888.0, 8924.0, 8881.0, 8935.0, 8885.0, 8974.0, 8923.0, 8921.0, 8919.0, 8902.0, 8928.0, 8899.0, 8928.0, 8892.0, 8989.0, 8963.0, 8948.0, 8923.0, 8891.0, 8930.0, 8885.0, 8954.0, 8905.0, 8990.0, 8951.0, 8961.0, 8921.0, 8917.0, 8902.0, 8903.0, 8926.0, 8897.0, 8939.0, 8888.0, 8970.0, 8922.0, 8997.0, 8960.0, 8970.0, 8916.0, 8892.0, 8896.0, 8884.0, 8951.0, 8928.0, 8972.0, 8930.0, 8924.0, 8898.0, 8867.0, 8879.0, 8850.0, 8904.0, 8864.0, 8946.0, 8913.0, 8967.0, 8915.0, 8969.0, 8897.0, 8932.0, 8891.0, 8913.0, 8888.0, 8903.0, 8876.0, 8916.0, 8894.0, 8907.0, 8936.0, 8892.0, 8951.0, 8895.0, 8930.0, 8879.0, 8916.0, 8876.0, 8930.0, 8881.0, 8956.0, 8906.0, 8939.0, 8911.0, 8884.0, 8897.0, 8885.0, 8911.0, 8886.0, 8939.0, 8885.0, 8968.0, 8919.0, 8958.0, 8937.0, 8921.0, 8920.0, 8887.0, 8923.0, 8882.0, 8949.0, 8897.0, 8952.0, 8916.0, 8957.0, 8933.0, 8916.0, 8902.0, 8887.0, 8916.0, 8882.0, 8937.0, 8885.0, 8954.0, 8906.0, 8948.0, 8937.0, 8938.0, 8996.0, 8941.0, 8980.0, 8904.0, 8954.0, 8900.0, 8927.0, 8917.0, 8933.0, 8966.0, 8952.0, 8995.0, 8908.0, 8962.0, 8906.0, 8949.0, 8884.0, 8925.0, 8925.0, 8945.0, 8948.0, 8909.0, 8948.0, 8891.0, 8914.0, 8882.0, 8930.0, 8884.0, 8950.0, 8919.0, 8940.0, 8888.0, 8913.0, 8899.0, 8943.0, 8963.0, 8934.0, 8976.0, 8887.0, 8924.0, 8880.0, 8919.0, 8881.0, 8934.0, 8882.0, 8952.0, 8901.0, 8954.0, 8886.0, 8936.0, 8880.0, 8935.0, 8879.0, 8921.0, 8926.0, 8926.0, 8927.0, 8886.0, 8898.0, 8885.0, 8894.0, 8881.0, 8904.0, 8886.0, 8954.0, 8921.0, 8959.0, 8908.0, 8944.0, 8903.0, 8925.0, 8898.0, 8920.0, 8909.0, 8923.0, 8940.0, 8897.0, 8958.0, 8905.0, 8952.0, 8915.0, 8947.0, 8876.0, 8929.0, 8877.0, 8930.0, 8881.0, 8908.0, 8883.0, 8880.0, 8882.0, 8868.0, 8908.0, 8886.0, 8959.0, 8922.0, 8990.0, 8952.0, 8921.0, 8905.0, 8884.0, 8912.0, 8881.0, 8956.0, 8931.0, 8975.0, 8932.0, 8960.0, 8889.0, 8939.0, 8884.0, 8920.0, 8880.0, 8921.0, 8915.0, 8927.0, 8931.0, 8888.0, 8902.0, 8882.0, 8893.0, 8861.0, 8904.0, 8879.0, 8951.0, 8895.0, 8938.0, 8881.0, 8907.0, 8862.0, 8900.0, 8859.0, 8913.0, 8876.0, 8931.0, 8911.0, 8951.0, 8913.0, 8951.0, 8882.0, 8919.0, 8879.0, 8902.0, 8881.0, 8908.0, 8914.0, 8914.0, 8931.0, 8887.0, 8913.0, 8869.0, 8909.0, 8889.0, 8935.0, 8887.0, 8937.0, 8899.0, 8974.0, 8935.0, 8974.0, 8890.0, 8937.0, 8880.0, 8915.0, 8880.0, 8933.0, 8900.0, 8938.0, 8945.0, 8916.0, 8931.0, 8886.0, 8896.0, 8844.0, 8884.0, 8860.0, 8934.0, 8910.0, 8969.0, 8914.0, 8940.0, 8880.0, 8903.0, 8862.0, 8900.0, 8880.0, 8931.0, 8880.0, 8934.0, 8897.0, 8936.0, 8884.0, 8924.0, 8910.0, 8907.0, 8908.0, 8862.0, 8874.0, 8858.0, 8889.0, 8862.0, 8918.0, 8865.0, 8933.0, 8894.0, 8950.0, 8911.0, 8952.0, 8870.0, 8920.0, 8879.0, 8902.0, 8881.0, 8921.0, 8887.0, 8927.0, 8917.0, 8904.0, 8904.0, 8883.0, 8881.0, 8863.0, 8909.0, 8897.0, 8960.0, 8902.0, 8960.0, 8892.0, 8945.0, 8901.0, 8955.0, 8867.0, 8929.0, 8895.0, 8951.0, 8916.0, 8941.0, 8901.0, 8908.0, 8880.0, 8888.0, 8894.0, 8911.0, 8899.0, 8899.0, 8946.0, 8887.0, 8915.0, 8884.0, 8924.0, 8877.0, 8935.0, 8912.0, 8970.0, 8930.0, 8955.0, 8888.0, 8923.0, 8884.0, 8920.0, 8881.0, 8954.0, 8899.0, 8939.0, 8887.0, 8912.0, 8903.0, 8899.0, 8900.0, 8899.0, 8943.0, 8888.0, 8941.0, 8886.0, 8959.0, 8937.0, 8996.0, 8966.0, 8977.0, 8908.0, 8891.0, 8892.0, 8873.0, 8889.0, 8887.0, 8908.0, 8909.0, 8987.0, 8979.0, 9044.0, 8983.0, 8992.0, 8946.0, 8949.0, 8916.0, 8922.0, 8884.0, 8885.0, 8904.0, 8901.0, 8936.0, 8931.0, 8967.0, 8930.0, 8962.0, 8910.0, 8921.0, 8859.0, 8913.0, 8858.0, 8896.0, 8857.0, 8912.0, 8904.0, 8950.0, 8926.0, 8938.0, 8895.0, 8920.0, 8874.0, 8897.0, 8858.0, 8915.0, 8894.0, 8940.0, 8952.0, 8921.0, 8903.0, 8862.0, 8875.0, 8856.0, 8885.0, 8864.0, 8947.0, 8910.0, 8953.0, 8900.0, 8938.0, 8896.0, 8932.0, 8877.0, 8915.0, 8876.0, 8901.0, 8878.0, 8907.0, 8879.0, 8906.0, 8925.0, 8907.0, 8953.0, 8866.0, 8906.0, 8866.0, 8888.0, 8867.0, 8907.0, 8890.0, 8942.0, 8919.0, 8960.0, 8907.0, 8965.0, 8902.0, 8944.0, 8887.0, 8912.0, 8903.0, 8930.0, 8940.0, 8913.0, 8913.0, 8881.0, 8904.0, 8873.0, 8916.0, 8903.0, 8981.0, 8938.0, 8984.0, 8928.0, 8952.0, 8889.0, 8943.0, 8888.0, 8940.0, 8932.0, 8975.0, 8924.0, 8962.0, 8905.0, 8943.0, 8923.0, 8979.0, 8966.0, 8943.0, 8930.0, 8893.0, 8915.0, 8887.0, 8942.0, 8905.0, 8952.0, 8915.0, 8939.0, 8912.0, 8934.0, 8889.0, 8886.0, 8899.0, 8884.0, 8941.0, 8884.0, 8937.0, 8879.0, 8936.0, 8910.0, 8952.0, 8962.0, 8959.0, 8944.0, 8906.0, 8892.0, 8847.0, 8887.0, 8849.0, 8871.0, 8877.0, 8920.0, 8901.0, 8958.0, 8905.0, 8913.0, 8888.0, 8866.0, 8866.0, 8867.0, 8884.0, 8885.0, 8965.0, 8922.0, 8964.0, 8895.0, 8929.0, 8885.0, 8908.0, 8884.0, 8909.0, 8894.0, 8983.0, 8973.0, 9009.0, 9016.0, 8995.0, 8974.0, 8923.0, 8918.0, 8888.0, 8895.0, 8867.0, 8867.0, 8875.0, 8889.0, 8892.0, 8906.0, 8890.0, 8900.0, 8886.0, 8895.0, 8862.0, 8905.0, 8875.0, 8927.0, 8875.0, 8930.0, 8886.0, 8883.0, 8835.0, 8848.0, 8830.0, 8842.0, 8831.0, 8860.0, 8838.0, 8880.0, 8844.0, 8885.0, 8843.0, 8911.0, 8879.0, 8950.0, 8908.0, 8929.0, 8861.0, 8883.0, 8861.0, 8869.0, 8847.0, 8859.0, 8877.0, 8863.0, 8879.0, 8865.0, 8890.0, 8861.0, 8907.0, 8864.0, 8936.0, 8864.0, 8907.0, 8866.0, 8907.0, 8865.0, 8903.0, 8885.0, 8939.0, 8916.0, 8956.0, 8887.0, 8911.0, 8873.0, 8892.0, 8885.0, 8928.0, 8904.0, 8945.0, 8910.0, 8905.0, 8890.0, 8883.0, 8884.0, 8895.0, 8897.0, 8897.0, 8922.0, 8932.0, 8967.0, 8918.0, 8954.0, 8905.0, 8887.0, 8866.0, 8877.0, 8865.0, 8922.0, 8890.0, 8941.0, 8888.0, 8912.0, 8890.0, 8927.0, 8887.0, 8956.0, 8932.0, 8976.0, 8904.0, 8914.0, 8886.0, 8879.0, 8882.0, 8880.0, 8898.0, 8873.0, 8900.0, 8908.0, 8934.0, 8906.0, 8928.0, 8886.0, 8942.0, 8914.0, 8982.0, 8954.0, 8964.0, 8907.0, 8915.0, 8910.0, 8917.0, 8889.0, 8884.0, 8883.0, 8888.0, 8916.0, 8893.0, 8931.0, 8891.0, 8962.0, 8936.0, 8977.0, 8937.0, 8917.0, 8903.0, 8889.0, 8917.0, 8884.0, 8914.0, 8887.0, 8961.0, 8923.0, 8966.0, 8892.0, 8909.0, 8870.0, 8940.0, 8902.0, 8970.0, 8916.0, 8927.0, 8901.0, 8868.0, 8881.0, 8882.0, 8928.0, 8898.0, 8959.0, 8885.0, 8929.0, 8883.0, 8927.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.0037491599539700806</td></tr>
<tr><td colspan=3>aqi</td><td>0.050999434867663986</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.821157148053025</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.100530053513825</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9554322843202762</td></tr>
<tr><td colspan=3>efc</td><td>0.4508</td></tr>
<tr><td colspan=3>fber</td><td>6673.687</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13718072517413338</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>115</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.233601841196778</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.52380907673937</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.459660759538936</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.688966299526411</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4228001711527627</td></tr>
<tr><td colspan=3>gcor</td><td>0.00433339</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011974640190601349</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02420925907790661</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.862385816550204</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.9395</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.1971</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.9953</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306341.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>637.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.751</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1566</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.6862</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3229.4814</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3445.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.9294</td></tr>
<tr><td colspan=3>tsnr</td><td>31.855975825572386</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>