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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0003/ses-01/func/sub-0003_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>353e1389677dd3e3e08a8ddcd6b5c9bb</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>13:04:38.507500</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_VE11C_LATEST_20160120</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.999621, -0.0060338, 0.0268665, 0.00226813, 0.990424, 0.138044]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103517</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7755, -7277, 568, -7, -32, 47, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.849</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aba23882-fc13-4907-964d-c310f05287fe||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6819095611572266, 0.006085225380957127, 0.074093759059906, 114.19893646240234], [0.016188250854611397, 2.657233953475952, 0.37241220474243164, -101.742919921875], [0.0720808282494545, -0.37036120891571045, 2.673166513442993, -50.72848892211914], [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': ['130438.507500', '130438.967500', '130439.427500', '130439.887500', '130440.347500', '130440.807500', '130441.267500', '130441.727500', '130442.187500', '130442.647500', '130443.107500', '130443.567500', '130444.027500', '130444.487500', '130444.947500', '130445.407500', '130445.867500', '130446.327500', '130446.787500', '130447.247500', '130447.707500', '130448.167500', '130448.627500', '130449.087500', '130449.547500', '130450.007500', '130450.467500', '130450.927500', '130451.387500', '130451.847500', '130452.307500', '130452.767500', '130453.227500', '130453.687500', '130454.147500', '130454.607500', '130455.067500', '130455.527500', '130455.987500', '130456.447500', '130456.907500', '130457.367500', '130457.827500', '130458.287500', '130458.747500', '130459.207500', '130459.667500', '130500.127500', '130500.587500', '130501.047500', '130501.507500', '130501.967500', '130502.427500', '130502.887500', '130503.347500', '130503.807500', '130504.267500', '130504.727500', '130505.187500', '130505.647500', '130506.107500', '130506.567500', '130507.027500', '130507.487500', '130507.947500', '130508.407500', '130508.867500', '130509.327500', '130509.787500', '130510.247500', '130510.707500', '130511.167500', '130511.627500', '130512.087500', '130512.547500', '130513.007500', '130513.467500', '130513.927500', '130514.387500', '130514.847500', '130515.307500', '130515.767500', '130516.227500', '130516.687500', '130517.147500', '130517.607500', '130518.067500', '130518.527500', '130518.987500', '130519.447500', '130519.907500', '130520.367500', '130520.827500', '130521.287500', '130521.747500', '130522.207500', '130522.667500', '130523.127500', '130523.587500', '130524.047500', '130524.507500', '130524.967500', '130525.427500', '130525.887500', '130526.347500', '130526.807500', '130527.267500', '130527.727500', '130528.187500', '130528.647500', '130529.107500', '130529.567500', '130530.027500', '130530.487500', '130530.947500', '130531.407500', '130531.867500', '130532.327500', '130532.787500', '130533.247500', '130533.707500', '130534.167500', '130534.627500', '130535.087500', '130535.547500', '130536.007500', '130536.467500', '130536.927500', '130537.387500', '130537.847500', '130538.307500', '130538.767500', '130539.227500', '130539.687500', '130540.147500', '130540.607500', '130541.067500', '130541.527500', '130541.987500', '130542.447500', '130542.907500', '130543.367500', '130543.827500', '130544.287500', '130544.747500', '130545.207500', '130545.667500', '130546.127500', '130546.587500', '130547.047500', '130547.507500', '130547.967500', '130548.427500', '130548.887500', '130549.347500', '130549.807500', '130550.267500', '130550.727500', '130551.187500', '130551.647500', '130552.107500', '130552.567500', '130553.027500', '130553.487500', '130553.947500', '130554.407500', '130554.867500', '130555.327500', '130555.787500', '130556.247500', '130556.707500', '130557.167500', '130557.627500', '130558.087500', '130558.547500', '130559.007500', '130559.467500', '130559.927500', '130600.387500', '130600.847500', '130601.307500', '130601.767500', '130602.227500', '130602.687500', '130603.147500', '130603.607500', '130604.067500', '130604.527500', '130604.987500', '130605.447500', '130605.907500', '130606.367500', '130606.827500', '130607.287500', '130607.747500', '130608.207500', '130608.667500', '130609.127500', '130609.587500', '130610.047500', '130610.507500', '130610.967500', '130611.427500', '130611.887500', '130612.347500', '130612.807500', '130613.267500', '130613.727500', '130614.187500', '130614.647500', '130615.107500', '130615.567500', '130616.027500', '130616.487500', '130616.947500', '130617.407500', '130617.867500', '130618.327500', '130618.787500', '130619.247500', '130619.707500', '130620.167500', '130620.627500', '130621.087500', '130621.547500', '130622.007500', '130622.467500', '130622.927500', '130623.387500', '130623.847500', '130624.307500', '130624.767500', '130625.227500', '130625.687500', '130626.147500', '130626.607500', '130627.067500', '130627.527500', '130627.987500', '130628.447500', '130628.907500', '130629.367500', '130629.827500', '130630.287500', '130630.747500', '130631.207500', '130631.667500', '130632.127500', '130632.587500', '130633.047500', '130633.507500', '130633.967500', '130634.427500', '130634.887500', '130635.347500', '130635.807500', '130636.267500', '130636.727500', '130637.187500', '130637.647500', '130638.107500', '130638.567500', '130639.027500', '130639.487500', '130639.947500', '130640.407500', '130640.867500', '130641.327500', '130641.787500', '130642.247500', '130642.707500', '130643.167500', '130643.627500', '130644.087500', '130644.547500', '130645.007500', '130645.467500', '130645.927500', '130646.387500', '130646.847500', '130647.307500', '130647.767500', '130648.227500', '130648.687500', '130649.147500', '130649.607500', '130650.067500', '130650.527500', '130650.987500', '130651.447500', '130651.907500', '130652.367500', '130652.827500', '130653.287500', '130653.747500', '130654.207500', '130654.667500', '130655.127500', '130655.587500', '130656.047500', '130656.507500', '130656.967500', '130657.427500', '130657.887500', '130658.347500', '130658.807500', '130659.267500', '130659.727500', '130700.187500', '130700.647500', '130701.107500', '130701.567500', '130702.027500', '130702.487500', '130702.947500', '130703.407500', '130703.867500', '130704.327500', '130704.787500', '130705.247500', '130705.707500', '130706.167500', '130706.627500', '130707.087500', '130707.547500', '130708.007500', '130708.467500', '130708.927500', '130709.387500', '130709.847500', '130710.307500', '130710.767500', '130711.227500', '130711.687500', '130712.147500', '130712.607500', '130713.067500', '130713.527500', '130713.987500', '130714.447500', '130714.907500', '130715.367500', '130715.827500', '130716.287500', '130716.747500', '130717.207500', '130717.667500', '130718.127500', '130718.587500', '130719.047500', '130719.507500', '130719.967500', '130720.427500', '130720.887500', '130721.347500', '130721.807500', '130722.267500', '130722.727500', '130723.187500', '130723.647500', '130724.107500', '130724.567500', '130725.027500', '130725.487500', '130725.947500', '130726.407500', '130726.867500', '130727.327500', '130727.787500', '130728.247500', '130728.707500', '130729.167500', '130729.627500', '130730.087500', '130730.547500', '130731.007500', '130731.467500', '130731.927500', '130732.387500', '130732.847500', '130733.307500', '130733.767500', '130734.227500', '130734.687500', '130735.147500', '130735.607500', '130736.067500', '130736.527500', '130736.987500', '130737.447500', '130737.907500', '130738.367500', '130738.827500', '130739.287500', '130739.747500', '130740.207500', '130740.667500', '130741.127500', '130741.587500', '130742.047500', '130742.507500', '130742.967500', '130743.427500', '130743.887500', '130744.347500', '130744.807500', '130745.267500', '130745.727500', '130746.187500', '130746.647500', '130747.107500', '130747.567500', '130748.027500', '130748.487500', '130748.947500', '130749.407500', '130749.867500', '130750.327500', '130750.787500', '130751.247500', '130751.707500', '130752.167500', '130752.627500', '130753.087500', '130753.547500', '130754.007500', '130754.467500', '130754.927500', '130755.387500', '130755.847500', '130756.307500', '130756.767500', '130757.227500', '130757.687500', '130758.147500', '130758.607500', '130759.067500', '130759.527500', '130759.987500', '130800.447500', '130800.907500', '130801.367500', '130801.827500', '130802.287500', '130802.747500', '130803.207500', '130803.667500', '130804.127500', '130804.587500', '130805.047500', '130805.507500', '130805.967500', '130806.427500', '130806.887500', '130807.347500', '130807.807500', '130808.267500', '130808.727500', '130809.187500', '130809.647500', '130810.107500', '130810.567500', '130811.027500', '130811.487500', '130811.947500', '130812.407500', '130812.867500', '130813.327500', '130813.787500', '130814.247500', '130814.707500', '130815.167500', '130815.627500', '130816.087500', '130816.547500', '130817.007500', '130817.467500', '130817.927500', '130818.387500', '130818.847500', '130819.307500', '130819.767500', '130820.227500', '130820.687500', '130821.147500', '130821.607500', '130822.067500', '130822.527500', '130822.987500', '130823.447500', '130823.907500', '130824.367500', '130824.827500', '130825.287500', '130825.747500', '130826.207500', '130826.667500', '130827.127500', '130827.587500', '130828.047500', '130828.507500', '130828.967500', '130829.427500', '130829.887500', '130830.347500', '130830.807500', '130831.267500', '130831.727500', '130832.187500', '130832.647500', '130833.107500', '130833.567500', '130834.027500', '130834.487500', '130834.947500', '130835.407500', '130835.867500', '130836.327500', '130836.787500', '130837.247500', '130837.707500', '130838.167500', '130838.627500', '130839.087500', '130839.547500', '130840.007500', '130840.467500', '130840.927500', '130841.387500', '130841.847500', '130842.307500', '130842.767500', '130843.227500', '130843.687500', '130844.147500', '130844.607500', '130845.067500', '130845.527500', '130845.987500', '130846.447500', '130846.907500', '130847.367500', '130847.827500', '130848.287500', '130848.747500', '130849.207500', '130849.667500', '130850.127500', '130850.587500', '130851.047500', '130851.507500', '130851.967500', '130852.427500', '130852.887500', '130853.347500', '130853.807500', '130854.267500', '130854.727500', '130855.187500', '130855.647500', '130856.107500', '130856.567500', '130857.027500', '130857.487500', '130857.947500', '130858.407500', '130858.867500', '130859.327500', '130859.787500', '130900.247500', '130900.707500', '130901.167500', '130901.627500', '130902.087500', '130902.547500', '130903.007500', '130903.467500', '130903.927500', '130904.387500', '130904.847500', '130905.307500', '130905.767500', '130906.227500', '130906.687500', '130907.147500', '130907.607500', '130908.067500', '130908.527500', '130908.987500', '130909.447500', '130909.907500', '130910.367500', '130910.827500', '130911.287500', '130911.747500', '130912.207500', '130912.667500', '130913.127500', '130913.587500', '130914.047500', '130914.507500', '130914.967500', '130915.427500', '130915.887500', '130916.347500', '130916.807500', '130917.267500', '130917.727500', '130918.187500', '130918.647500', '130919.107500', '130919.567500', '130920.027500', '130920.487500', '130920.947500', '130921.407500', '130921.867500', '130922.327500', '130922.787500', '130923.247500', '130923.707500', '130924.167500', '130924.627500', '130925.087500', '130925.547500', '130926.007500', '130926.467500', '130926.927500', '130927.387500', '130927.847500', '130928.307500', '130928.767500', '130929.227500', '130929.687500', '130930.147500', '130930.607500', '130931.067500', '130931.527500', '130931.987500', '130932.447500', '130932.907500', '130933.367500', '130933.827500', '130934.287500', '130934.747500', '130935.207500', '130935.667500', '130936.127500', '130936.587500', '130937.047500', '130937.507500', '130937.967500', '130938.427500', '130938.887500', '130939.347500', '130939.807500', '130940.267500', '130940.727500', '130941.187500', '130941.647500', '130942.107500', '130942.567500', '130943.027500', '130943.487500', '130943.947500', '130944.407500', '130944.867500', '130945.327500', '130945.787500', '130946.247500', '130946.707500', '130947.167500', '130947.627500', '130948.087500', '130948.547500', '130949.007500', '130949.467500', '130949.927500', '130950.387500', '130950.847500', '130951.307500', '130951.767500', '130952.227500', '130952.687500', '130953.147500', '130953.607500', '130954.067500', '130954.527500', '130954.987500', '130955.447500', '130955.907500', '130956.367500', '130956.827500', '130957.287500', '130957.747500', '130958.207500', '130958.667500', '130959.127500', '130959.587500', '131000.047500', '131000.507500', '131000.967500', '131001.427500', '131001.887500', '131002.347500', '131002.807500', '131003.267500', '131003.727500', '131004.187500', '131004.647500', '131005.107500', '131005.567500', '131006.027500', '131006.487500', '131006.947500', '131007.407500', '131007.867500', '131008.327500', '131008.787500', '131009.247500', '131009.707500', '131010.167500', '131010.627500', '131011.087500', '131011.547500', '131012.007500', '131012.467500', '131012.927500', '131013.387500', '131013.847500', '131014.307500', '131014.767500', '131015.227500', '131015.687500', '131016.147500', '131016.607500', '131017.067500', '131017.527500', '131017.987500', '131018.447500', '131018.907500', '131019.367500', '131019.827500', '131020.287500', '131020.747500', '131021.207500', '131021.667500', '131022.127500', '131022.587500', '131023.047500', '131023.507500', '131023.967500', '131024.427500', '131024.887500', '131025.347500', '131025.807500', '131026.267500', '131026.727500', '131027.187500', '131027.647500', '131028.107500', '131028.567500', '131029.027500', '131029.487500', '131029.947500', '131030.407500', '131030.867500', '131031.327500', '131031.787500', '131032.247500', '131032.707500', '131033.167500', '131033.627500', '131034.087500', '131034.547500', '131035.007500', '131035.467500', '131035.927500', '131036.387500', '131036.847500', '131037.307500', '131037.767500', '131038.227500', '131038.687500', '131039.147500', '131039.607500', '131040.067500', '131040.527500', '131040.987500', '131041.447500', '131041.907500', '131042.367500', '131042.827500', '131043.287500', '131043.747500', '131044.207500', '131044.667500', '131045.127500', '131045.587500', '131046.047500', '131046.507500', '131046.967500', '131047.427500', '131047.887500', '131048.347500', '131048.807500', '131049.267500', '131049.727500', '131050.187500', '131050.647500', '131051.107500', '131051.567500', '131052.027500', '131052.487500', '131052.947500', '131053.407500', '131053.867500', '131054.327500', '131054.787500', '131055.247500', '131055.707500', '131056.167500', '131056.627500', '131057.087500', '131057.547500', '131058.007500', '131058.467500', '131058.927500', '131059.387500', '131059.847500', '131100.307500', '131100.767500', '131101.227500', '131101.687500', '131102.147500', '131102.607500', '131103.067500', '131103.527500', '131103.987500', '131104.447500', '131104.907500', '131105.367500', '131105.827500', '131106.287500', '131106.747500', '131107.207500', '131107.667500', '131108.127500', '131108.587500', '131109.047500', '131109.507500', '131109.967500', '131110.427500', '131110.887500', '131111.347500', '131111.807500', '131112.267500', '131112.727500', '131113.187500', '131113.647500', '131114.107500', '131114.567500', '131115.027500', '131115.487500', '131115.947500', '131116.407500', '131116.867500', '131117.327500', '131117.787500', '131118.247500', '131118.707500', '131119.167500'], 'ContentTime': ['130451.719000', '130451.723000', '130451.725000', '130451.728000', '130451.731000', '130451.749000', '130451.760000', '130451.762000', '130451.765000', '130451.768000', '130451.771000', '130451.774000', '130451.776000', '130451.779000', '130451.782000', '130451.785000', '130451.788000', '130451.791000', '130451.793000', '130451.796000', '130451.799000', '130451.802000', '130451.805000', '130451.807000', '130451.810000', '130451.813000', '130511.678000', '130511.681000', '130511.684000', '130511.686000', '130511.689000', '130511.692000', '130511.695000', '130511.698000', '130511.701000', '130511.703000', '130511.706000', '130511.709000', '130511.712000', '130511.719000', '130511.721000', '130511.724000', '130511.727000', '130511.730000', '130511.733000', '130511.735000', '130511.738000', '130511.741000', '130511.744000', '130511.747000', '130511.750000', '130511.752000', '130511.755000', '130511.758000', '130511.761000', '130511.764000', '130511.766000', '130511.769000', '130511.772000', '130511.775000', '130511.778000', '130511.780000', '130511.783000', '130511.786000', '130511.789000', '130511.792000', '130511.795000', '130511.797000', '130511.800000', '130511.803000', '130531.679000', '130531.684000', '130531.687000', '130531.690000', '130531.692000', '130531.695000', '130531.698000', '130531.701000', '130531.704000', '130531.706000', '130531.709000', '130531.712000', '130531.715000', '130531.718000', '130531.720000', '130531.723000', '130531.726000', '130531.729000', '130531.732000', '130531.734000', '130531.737000', '130531.740000', '130531.743000', '130531.746000', '130531.749000', '130531.751000', '130531.754000', '130531.757000', '130531.760000', '130531.763000', '130531.766000', '130531.768000', '130531.771000', '130531.774000', '130531.777000', '130531.780000', '130531.788000', '130531.790000', '130531.793000', '130531.796000', '130531.799000', '130531.802000', '130531.805000', '130551.679000', '130551.682000', '130551.684000', '130551.687000', '130551.690000', '130551.693000', '130551.696000', '130551.699000', '130551.701000', '130551.704000', '130551.707000', '130551.710000', '130551.713000', '130551.716000', '130551.719000', '130551.722000', '130551.724000', '130551.727000', '130551.730000', '130551.733000', '130551.736000', '130551.738000', '130551.741000', '130551.744000', '130551.747000', '130551.749000', '130551.752000', '130551.755000', '130551.758000', '130551.761000', '130551.764000', '130551.766000', '130551.769000', '130551.772000', '130551.775000', '130551.778000', '130551.780000', '130551.783000', '130551.786000', '130551.789000', '130551.792000', '130551.794000', '130551.811000', '130551.814000', '130611.679000', '130611.682000', '130611.685000', '130611.688000', '130611.690000', '130611.693000', '130611.696000', '130611.699000', '130611.702000', '130611.705000', '130611.709000', '130611.719000', '130611.722000', '130611.724000', '130611.727000', '130611.731000', '130611.733000', '130611.736000', '130611.739000', '130611.742000', '130611.745000', '130611.747000', '130611.750000', '130611.753000', '130611.756000', '130611.759000', '130611.762000', '130611.764000', '130611.767000', '130611.770000', '130611.773000', '130611.776000', '130611.779000', '130611.781000', '130611.784000', '130611.787000', '130611.790000', '130611.793000', '130611.795000', '130611.798000', '130611.801000', '130611.804000', '130611.807000', '130631.679000', '130631.682000', '130631.685000', '130631.688000', '130631.690000', '130631.693000', '130631.696000', '130631.699000', '130631.702000', '130631.704000', '130631.707000', '130631.710000', '130631.713000', '130631.716000', '130631.719000', '130631.722000', '130631.724000', '130631.727000', '130631.730000', '130631.733000', '130631.736000', '130631.738000', '130631.741000', '130631.744000', '130631.747000', '130631.750000', '130631.753000', '130631.756000', '130631.758000', '130631.761000', '130631.764000', '130631.767000', '130631.770000', '130631.773000', '130631.776000', '130631.778000', '130631.781000', '130631.784000', '130631.787000', '130631.790000', '130631.792000', '130631.796000', '130631.798000', '130631.801000', '130651.678000', '130651.681000', '130651.684000', '130651.687000', '130651.689000', '130651.692000', '130651.695000', '130651.698000', '130651.701000', '130651.711000', '130651.714000', '130651.717000', '130651.720000', '130651.722000', '130651.725000', '130651.728000', '130651.731000', '130651.734000', '130651.737000', '130651.740000', '130651.742000', '130651.745000', '130651.748000', '130651.751000', '130651.754000', '130651.757000', '130651.759000', '130651.762000', '130651.765000', '130651.768000', '130651.771000', '130651.774000', '130651.776000', '130651.779000', '130651.782000', '130651.785000', '130651.788000', '130651.791000', '130651.794000', '130651.796000', '130651.799000', '130651.802000', '130651.805000', '130711.678000', '130711.681000', '130711.684000', '130711.686000', '130711.689000', '130711.692000', '130711.695000', '130711.698000', '130711.701000', '130711.704000', '130711.707000', '130711.709000', '130711.712000', '130711.715000', '130711.718000', '130711.721000', '130711.724000', '130711.727000', '130711.729000', '130711.732000', '130711.735000', '130711.738000', '130711.741000', '130711.743000', '130711.746000', '130711.749000', '130711.752000', '130711.755000', '130711.758000', '130711.761000', '130711.763000', '130711.766000', '130711.769000', '130711.772000', '130711.775000', '130711.777000', '130711.780000', '130711.783000', '130711.786000', '130711.789000', '130711.792000', '130711.794000', '130711.797000', '130711.800000', '130731.679000', '130731.683000', '130731.686000', '130731.689000', '130731.691000', '130731.694000', '130731.697000', '130731.700000', '130731.703000', '130731.706000', '130731.709000', '130731.711000', '130731.714000', '130731.717000', '130731.720000', '130731.723000', '130731.726000', '130731.728000', '130731.731000', '130731.734000', '130731.737000', '130731.740000', '130731.743000', '130731.747000', '130731.751000', '130731.754000', '130731.757000', '130731.760000', '130731.770000', '130731.773000', '130731.776000', '130731.779000', '130731.782000', '130731.785000', '130731.787000', '130731.790000', '130731.793000', '130731.804000', '130731.807000', '130731.810000', '130731.813000', '130731.816000', '130731.819000', '130751.679000', '130751.682000', '130751.684000', '130751.687000', '130751.690000', '130751.693000', '130751.696000', '130751.699000', '130751.702000', '130751.705000', '130751.707000', '130751.710000', '130751.713000', '130751.716000', '130751.719000', '130751.722000', '130751.725000', '130751.727000', '130751.730000', '130751.733000', '130751.736000', '130751.739000', '130751.742000', '130751.745000', '130751.747000', '130751.750000', '130751.753000', '130751.756000', '130751.759000', '130751.762000', '130751.764000', '130751.767000', '130751.770000', '130751.773000', '130751.776000', '130751.779000', '130751.781000', '130751.784000', '130751.787000', '130751.790000', '130751.793000', '130751.795000', '130751.798000', '130751.801000', '130811.679000', '130811.682000', '130811.685000', '130811.688000', '130811.690000', '130811.693000', '130811.696000', '130811.699000', '130811.702000', '130811.705000', '130811.708000', '130811.710000', '130811.713000', '130811.716000', '130811.719000', '130811.722000', '130811.725000', '130811.727000', '130811.730000', '130811.733000', '130811.736000', '130811.739000', '130811.742000', '130811.745000', '130811.747000', '130811.750000', '130811.753000', '130811.756000', '130811.759000', '130811.762000', '130811.765000', '130811.769000', '130811.772000', '130811.775000', '130811.778000', '130811.781000', '130811.784000', '130811.787000', '130811.790000', '130811.793000', '130811.795000', '130811.798000', '130811.801000', '130831.679000', '130831.682000', '130831.685000', '130831.688000', '130831.690000', '130831.693000', '130831.696000', '130831.699000', '130831.702000', '130831.705000', '130831.708000', '130831.710000', '130831.713000', '130831.716000', '130831.719000', '130831.722000', '130831.725000', '130831.727000', '130831.730000', '130831.733000', '130831.736000', '130831.739000', '130831.742000', '130831.745000', '130831.748000', '130831.750000', '130831.753000', '130831.756000', '130831.759000', '130831.762000', '130831.765000', '130831.767000', '130831.770000', '130831.773000', '130831.776000', '130831.779000', '130831.782000', '130831.785000', '130831.788000', '130831.790000', '130831.793000', '130831.796000', '130831.799000', '130831.802000', '130851.679000', '130851.682000', '130851.685000', '130851.687000', '130851.690000', '130851.693000', '130851.696000', '130851.699000', '130851.702000', '130851.705000', '130851.708000', '130851.710000', '130851.713000', '130851.716000', '130851.720000', '130851.723000', '130851.726000', '130851.729000', '130851.732000', '130851.735000', '130851.738000', '130851.740000', '130851.743000', '130851.746000', '130851.749000', '130851.752000', '130851.754000', '130851.757000', '130851.760000', '130851.763000', '130851.766000', '130851.769000', '130851.773000', '130851.776000', '130851.779000', '130851.782000', '130851.784000', '130851.787000', '130851.790000', '130851.793000', '130851.796000', '130851.798000', '130851.802000', '130911.678000', '130911.681000', '130911.684000', '130911.687000', '130911.689000', '130911.692000', '130911.695000', '130911.698000', '130911.701000', '130911.704000', '130911.706000', '130911.709000', '130911.712000', '130911.715000', '130911.718000', '130911.721000', '130911.723000', '130911.726000', '130911.729000', '130911.744000', '130911.747000', '130911.750000', '130911.753000', '130911.756000', '130911.759000', '130911.762000', '130911.764000', '130911.767000', '130911.770000', '130911.781000', '130911.784000', '130911.787000', '130911.790000', '130911.793000', '130911.796000', '130911.798000', '130911.801000', '130911.804000', '130911.807000', '130911.810000', '130911.812000', '130911.815000', '130911.818000', '130911.821000', '130931.678000', '130931.681000', '130931.684000', '130931.687000', '130931.690000', '130931.692000', '130931.695000', '130931.698000', '130931.701000', '130931.704000', '130931.706000', '130931.709000', '130931.712000', '130931.715000', '130931.718000', '130931.721000', '130931.724000', '130931.727000', '130931.729000', '130931.732000', '130931.735000', '130931.738000', '130931.741000', '130931.743000', '130931.746000', '130931.749000', '130931.752000', '130931.755000', '130931.758000', '130931.760000', '130931.763000', '130931.766000', '130931.769000', '130931.772000', '130931.774000', '130931.777000', '130931.780000', '130931.783000', '130931.786000', '130931.789000', '130931.791000', '130931.794000', '130931.797000', '130951.678000', '130951.681000', '130951.683000', '130951.686000', '130951.689000', '130951.692000', '130951.695000', '130951.698000', '130951.701000', '130951.704000', '130951.706000', '130951.709000', '130951.712000', '130951.715000', '130951.718000', '130951.721000', '130951.724000', '130951.726000', '130951.729000', '130951.732000', '130951.735000', '130951.738000', '130951.740000', '130951.743000', '130951.746000', '130951.749000', '130951.752000', '130951.755000', '130951.758000', '130951.760000', '130951.763000', '130951.766000', '130951.769000', '130951.772000', '130951.775000', '130951.777000', '130951.780000', '130951.783000', '130951.786000', '130951.789000', '130951.792000', '130951.794000', '130951.797000', '130951.800000', '131011.679000', '131011.682000', '131011.685000', '131011.688000', '131011.690000', '131011.693000', '131011.696000', '131011.699000', '131011.702000', '131011.704000', '131011.707000', '131011.710000', '131011.713000', '131011.716000', '131011.719000', '131011.722000', '131011.725000', '131011.728000', '131011.731000', '131011.733000', '131011.736000', '131011.739000', '131011.742000', '131011.745000', '131011.747000', '131011.750000', '131011.753000', '131011.757000', '131011.760000', '131011.763000', '131011.766000', '131011.769000', '131011.772000', '131011.774000', '131011.777000', '131011.780000', '131011.783000', '131011.786000', '131011.789000', '131011.794000', '131011.797000', '131011.800000', '131011.803000', '131031.679000', '131031.682000', '131031.685000', '131031.688000', '131031.691000', '131031.693000', '131031.696000', '131031.699000', '131031.702000', '131031.705000', '131031.708000', '131031.711000', '131031.713000', '131031.716000', '131031.719000', '131031.722000', '131031.725000', '131031.728000', '131031.731000', '131031.734000', '131031.736000', '131031.739000', '131031.742000', '131031.745000', '131031.748000', '131031.751000', '131031.753000', '131031.756000', '131031.759000', '131031.774000', '131031.777000', '131031.780000', '131031.783000', '131031.786000', '131031.788000', '131031.791000', '131031.794000', '131031.797000', '131031.800000', '131031.803000', '131031.806000', '131031.808000', '131031.811000', '131031.814000', '131051.679000', '131051.682000', '131051.685000', '131051.688000', '131051.690000', '131051.693000', '131051.696000', '131051.699000', '131051.702000', '131051.706000', '131051.709000', '131051.712000', '131051.715000', '131051.718000', '131051.721000', '131051.724000', '131051.726000', '131051.729000', '131051.732000', '131051.735000', '131051.738000', '131051.741000', '131051.744000', '131051.746000', '131051.749000', '131051.752000', '131051.755000', '131051.758000', '131051.760000', '131051.763000', '131051.766000', '131051.769000', '131051.772000', '131051.775000', '131051.778000', '131051.781000', '131051.783000', '131051.786000', '131051.789000', '131051.792000', '131051.795000', '131051.798000', '131051.800000', '131111.679000', '131111.682000', '131111.685000', '131111.688000', '131111.690000', '131111.693000', '131111.696000', '131111.699000', '131111.702000', '131111.705000', '131111.708000', '131111.710000', '131111.713000', '131111.716000', '131111.719000', '131111.722000', '131111.725000', '131111.728000', '131111.731000', '131111.733000', '131111.736000', '131111.739000', '131111.742000', '131111.745000', '131111.748000', '131111.750000', '131111.753000', '131111.756000', '131111.759000', '131111.762000', '131111.765000', '131111.768000', '131111.770000', '131111.773000', '131111.776000', '131111.779000', '131111.782000', '131111.784000', '131111.787000', '131111.790000', '131111.793000', '131111.796000', '131111.799000', '131111.801000', '131120.433000', '131120.437000', '131120.439000', '131120.442000', '131120.446000', '131120.448000', '131120.451000', '131120.454000', '131120.457000', '131120.460000', '131120.463000', '131120.466000', '131120.469000', '131120.472000', '131120.475000', '131120.478000', '131120.481000', '131120.484000', '131120.486000'], 'InstanceCreationTime': ['130451.719000', '130451.723000', '130451.725000', '130451.728000', '130451.731000', '130451.749000', '130451.760000', '130451.762000', '130451.765000', '130451.768000', '130451.771000', '130451.774000', '130451.776000', '130451.779000', '130451.782000', '130451.785000', '130451.788000', '130451.791000', '130451.793000', '130451.796000', '130451.799000', '130451.802000', '130451.805000', '130451.807000', '130451.810000', '130451.813000', '130511.678000', '130511.681000', '130511.684000', '130511.686000', '130511.689000', '130511.692000', '130511.695000', '130511.698000', '130511.701000', '130511.703000', '130511.706000', '130511.709000', '130511.712000', '130511.719000', '130511.721000', '130511.724000', '130511.727000', '130511.730000', '130511.733000', '130511.735000', '130511.738000', '130511.741000', '130511.744000', '130511.747000', '130511.750000', '130511.752000', '130511.755000', '130511.758000', '130511.761000', '130511.764000', '130511.766000', '130511.769000', '130511.772000', '130511.775000', '130511.778000', '130511.780000', '130511.783000', '130511.786000', '130511.789000', '130511.792000', '130511.795000', '130511.797000', '130511.800000', '130511.803000', '130531.679000', '130531.684000', '130531.687000', '130531.690000', '130531.692000', '130531.695000', '130531.698000', '130531.701000', '130531.704000', '130531.706000', '130531.709000', '130531.712000', '130531.715000', '130531.718000', '130531.720000', '130531.723000', '130531.726000', '130531.729000', '130531.732000', '130531.734000', '130531.737000', '130531.740000', '130531.743000', '130531.746000', '130531.749000', '130531.751000', '130531.754000', '130531.757000', '130531.760000', '130531.763000', '130531.766000', '130531.768000', '130531.771000', '130531.774000', '130531.777000', '130531.780000', '130531.788000', '130531.790000', '130531.793000', '130531.796000', '130531.799000', '130531.802000', '130531.805000', '130551.679000', '130551.682000', '130551.684000', '130551.687000', '130551.690000', '130551.693000', '130551.696000', '130551.699000', '130551.701000', '130551.704000', '130551.707000', '130551.710000', '130551.713000', '130551.716000', '130551.719000', '130551.722000', '130551.724000', '130551.727000', '130551.730000', '130551.733000', '130551.736000', '130551.738000', '130551.741000', '130551.744000', '130551.747000', '130551.749000', '130551.752000', '130551.755000', '130551.758000', '130551.761000', '130551.764000', '130551.766000', '130551.769000', '130551.772000', '130551.775000', '130551.778000', '130551.780000', '130551.783000', '130551.786000', '130551.789000', '130551.792000', '130551.794000', '130551.811000', '130551.814000', '130611.679000', '130611.682000', '130611.685000', '130611.688000', '130611.690000', '130611.693000', '130611.696000', '130611.699000', '130611.702000', '130611.705000', '130611.709000', '130611.719000', '130611.722000', '130611.724000', '130611.727000', '130611.731000', '130611.733000', '130611.736000', '130611.739000', '130611.742000', '130611.745000', '130611.747000', '130611.750000', '130611.753000', '130611.756000', '130611.759000', '130611.762000', '130611.764000', '130611.767000', '130611.770000', '130611.773000', '130611.776000', '130611.779000', '130611.781000', '130611.784000', '130611.787000', '130611.790000', '130611.793000', '130611.795000', '130611.798000', '130611.801000', '130611.804000', '130611.807000', '130631.679000', '130631.682000', '130631.685000', '130631.688000', '130631.690000', '130631.693000', '130631.696000', '130631.699000', '130631.702000', '130631.704000', '130631.707000', '130631.710000', '130631.713000', '130631.716000', '130631.719000', '130631.722000', '130631.724000', '130631.727000', '130631.730000', '130631.733000', '130631.736000', '130631.738000', '130631.741000', '130631.744000', '130631.747000', '130631.750000', '130631.753000', '130631.756000', '130631.758000', '130631.761000', '130631.764000', '130631.767000', '130631.770000', '130631.773000', '130631.776000', '130631.778000', '130631.781000', '130631.784000', '130631.787000', '130631.790000', '130631.792000', '130631.796000', '130631.798000', '130631.801000', '130651.678000', '130651.681000', '130651.684000', '130651.687000', '130651.689000', '130651.692000', '130651.695000', '130651.698000', '130651.701000', '130651.711000', '130651.714000', '130651.717000', '130651.720000', '130651.722000', '130651.725000', '130651.728000', '130651.731000', '130651.734000', '130651.737000', '130651.740000', '130651.742000', '130651.745000', '130651.748000', '130651.751000', '130651.754000', '130651.757000', '130651.759000', '130651.762000', '130651.765000', '130651.768000', '130651.771000', '130651.774000', '130651.776000', '130651.779000', '130651.782000', '130651.785000', '130651.788000', '130651.791000', '130651.794000', '130651.796000', '130651.799000', '130651.802000', '130651.805000', '130711.678000', '130711.681000', '130711.684000', '130711.686000', '130711.689000', '130711.692000', '130711.695000', '130711.698000', '130711.701000', '130711.704000', '130711.707000', '130711.709000', '130711.712000', '130711.715000', '130711.718000', '130711.721000', '130711.724000', '130711.727000', '130711.729000', '130711.732000', '130711.735000', '130711.738000', '130711.741000', '130711.743000', '130711.746000', '130711.749000', '130711.752000', '130711.755000', '130711.758000', '130711.761000', '130711.763000', '130711.766000', '130711.769000', '130711.772000', '130711.775000', '130711.777000', '130711.780000', '130711.783000', '130711.786000', '130711.789000', '130711.792000', '130711.794000', '130711.797000', '130711.800000', '130731.679000', '130731.683000', '130731.686000', '130731.689000', '130731.691000', '130731.694000', '130731.697000', '130731.700000', '130731.703000', '130731.706000', '130731.709000', '130731.711000', '130731.714000', '130731.717000', '130731.720000', '130731.723000', '130731.726000', '130731.728000', '130731.731000', '130731.734000', '130731.737000', '130731.740000', '130731.743000', '130731.747000', '130731.751000', '130731.754000', '130731.757000', '130731.760000', '130731.770000', '130731.773000', '130731.776000', '130731.779000', '130731.782000', '130731.785000', '130731.787000', '130731.790000', '130731.793000', '130731.804000', '130731.807000', '130731.810000', '130731.813000', '130731.816000', '130731.819000', '130751.679000', '130751.682000', '130751.684000', '130751.687000', '130751.690000', '130751.693000', '130751.696000', '130751.699000', '130751.702000', '130751.705000', '130751.707000', '130751.710000', '130751.713000', '130751.716000', '130751.719000', '130751.722000', '130751.725000', '130751.727000', '130751.730000', '130751.733000', '130751.736000', '130751.739000', '130751.742000', '130751.745000', '130751.747000', '130751.750000', '130751.753000', '130751.756000', '130751.759000', '130751.762000', '130751.764000', '130751.767000', '130751.770000', '130751.773000', '130751.776000', '130751.779000', '130751.781000', '130751.784000', '130751.787000', '130751.790000', '130751.793000', '130751.795000', '130751.798000', '130751.801000', '130811.679000', '130811.682000', '130811.685000', '130811.688000', '130811.690000', '130811.693000', '130811.696000', '130811.699000', '130811.702000', '130811.705000', '130811.708000', '130811.710000', '130811.713000', '130811.716000', '130811.719000', '130811.722000', '130811.725000', '130811.727000', '130811.730000', '130811.733000', '130811.736000', '130811.739000', '130811.742000', '130811.745000', '130811.747000', '130811.750000', '130811.753000', '130811.756000', '130811.759000', '130811.762000', '130811.765000', '130811.769000', '130811.772000', '130811.775000', '130811.778000', '130811.781000', '130811.784000', '130811.787000', '130811.790000', '130811.793000', '130811.795000', '130811.798000', '130811.801000', '130831.679000', '130831.682000', '130831.685000', '130831.688000', '130831.690000', '130831.693000', '130831.696000', '130831.699000', '130831.702000', '130831.705000', '130831.708000', '130831.710000', '130831.713000', '130831.716000', '130831.719000', '130831.722000', '130831.725000', '130831.727000', '130831.730000', '130831.733000', '130831.736000', '130831.739000', '130831.742000', '130831.745000', '130831.748000', '130831.750000', '130831.753000', '130831.756000', '130831.759000', '130831.762000', '130831.765000', '130831.767000', '130831.770000', '130831.773000', '130831.776000', '130831.779000', '130831.782000', '130831.785000', '130831.788000', '130831.790000', '130831.793000', '130831.796000', '130831.799000', '130831.802000', '130851.679000', '130851.682000', '130851.685000', '130851.687000', '130851.690000', '130851.693000', '130851.696000', '130851.699000', '130851.702000', '130851.705000', '130851.708000', '130851.710000', '130851.713000', '130851.716000', '130851.720000', '130851.723000', '130851.726000', '130851.729000', '130851.732000', '130851.735000', '130851.738000', '130851.740000', '130851.743000', '130851.746000', '130851.749000', '130851.752000', '130851.754000', '130851.757000', '130851.760000', '130851.763000', '130851.766000', '130851.769000', '130851.773000', '130851.776000', '130851.779000', '130851.782000', '130851.784000', '130851.787000', '130851.790000', '130851.793000', '130851.796000', '130851.798000', '130851.802000', '130911.678000', '130911.681000', '130911.684000', '130911.687000', '130911.689000', '130911.692000', '130911.695000', '130911.698000', '130911.701000', '130911.704000', '130911.706000', '130911.709000', '130911.712000', '130911.715000', '130911.718000', '130911.721000', '130911.723000', '130911.726000', '130911.729000', '130911.744000', '130911.747000', '130911.750000', '130911.753000', '130911.756000', '130911.759000', '130911.762000', '130911.764000', '130911.767000', '130911.770000', '130911.781000', '130911.784000', '130911.787000', '130911.790000', '130911.793000', '130911.796000', '130911.798000', '130911.801000', '130911.804000', '130911.807000', '130911.810000', '130911.812000', '130911.815000', '130911.818000', '130911.821000', '130931.678000', '130931.681000', '130931.684000', '130931.687000', '130931.690000', '130931.692000', '130931.695000', '130931.698000', '130931.701000', '130931.704000', '130931.706000', '130931.709000', '130931.712000', '130931.715000', '130931.718000', '130931.721000', '130931.724000', '130931.727000', '130931.729000', '130931.732000', '130931.735000', '130931.738000', '130931.741000', '130931.743000', '130931.746000', '130931.749000', '130931.752000', '130931.755000', '130931.758000', '130931.760000', '130931.763000', '130931.766000', '130931.769000', '130931.772000', '130931.774000', '130931.777000', '130931.780000', '130931.783000', '130931.786000', '130931.789000', '130931.791000', '130931.794000', '130931.797000', '130951.678000', '130951.681000', '130951.683000', '130951.686000', '130951.689000', '130951.692000', '130951.695000', '130951.698000', '130951.701000', '130951.704000', '130951.706000', '130951.709000', '130951.712000', '130951.715000', '130951.718000', '130951.721000', '130951.724000', '130951.726000', '130951.729000', '130951.732000', '130951.735000', '130951.738000', '130951.740000', '130951.743000', '130951.746000', '130951.749000', '130951.752000', '130951.755000', '130951.758000', '130951.760000', '130951.763000', '130951.766000', '130951.769000', '130951.772000', '130951.775000', '130951.777000', '130951.780000', '130951.783000', '130951.786000', '130951.789000', '130951.792000', '130951.794000', '130951.797000', '130951.800000', '131011.679000', '131011.682000', '131011.685000', '131011.688000', '131011.690000', '131011.693000', '131011.696000', '131011.699000', '131011.702000', '131011.704000', '131011.707000', '131011.710000', '131011.713000', '131011.716000', '131011.719000', '131011.722000', '131011.725000', '131011.728000', '131011.731000', '131011.733000', '131011.736000', '131011.739000', '131011.742000', '131011.745000', '131011.747000', '131011.750000', '131011.753000', '131011.757000', '131011.760000', '131011.763000', '131011.766000', '131011.769000', '131011.772000', '131011.774000', '131011.777000', '131011.780000', '131011.783000', '131011.786000', '131011.789000', '131011.794000', '131011.797000', '131011.800000', '131011.803000', '131031.679000', '131031.682000', '131031.685000', '131031.688000', '131031.691000', '131031.693000', '131031.696000', '131031.699000', '131031.702000', '131031.705000', '131031.708000', '131031.711000', '131031.713000', '131031.716000', '131031.719000', '131031.722000', '131031.725000', '131031.728000', '131031.731000', '131031.734000', '131031.736000', '131031.739000', '131031.742000', '131031.745000', '131031.748000', '131031.751000', '131031.753000', '131031.756000', '131031.759000', '131031.774000', '131031.777000', '131031.780000', '131031.783000', '131031.786000', '131031.788000', '131031.791000', '131031.794000', '131031.797000', '131031.800000', '131031.803000', '131031.806000', '131031.808000', '131031.811000', '131031.814000', '131051.679000', '131051.682000', '131051.685000', '131051.688000', '131051.690000', '131051.693000', '131051.696000', '131051.699000', '131051.702000', '131051.706000', '131051.709000', '131051.712000', '131051.715000', '131051.718000', '131051.721000', '131051.724000', '131051.726000', '131051.729000', '131051.732000', '131051.735000', '131051.738000', '131051.741000', '131051.744000', '131051.746000', '131051.749000', '131051.752000', '131051.755000', '131051.758000', '131051.760000', '131051.763000', '131051.766000', '131051.769000', '131051.772000', '131051.775000', '131051.778000', '131051.781000', '131051.783000', '131051.786000', '131051.789000', '131051.792000', '131051.795000', '131051.798000', '131051.800000', '131111.679000', '131111.682000', '131111.685000', '131111.688000', '131111.690000', '131111.693000', '131111.696000', '131111.699000', '131111.702000', '131111.705000', '131111.708000', '131111.710000', '131111.713000', '131111.716000', '131111.719000', '131111.722000', '131111.725000', '131111.728000', '131111.731000', '131111.733000', '131111.736000', '131111.739000', '131111.742000', '131111.745000', '131111.748000', '131111.750000', '131111.753000', '131111.756000', '131111.759000', '131111.762000', '131111.765000', '131111.768000', '131111.770000', '131111.773000', '131111.776000', '131111.779000', '131111.782000', '131111.784000', '131111.787000', '131111.790000', '131111.793000', '131111.796000', '131111.799000', '131111.801000', '131120.433000', '131120.437000', '131120.439000', '131120.442000', '131120.446000', '131120.448000', '131120.451000', '131120.454000', '131120.457000', '131120.460000', '131120.463000', '131120.466000', '131120.469000', '131120.472000', '131120.475000', '131120.478000', '131120.481000', '131120.484000', '131120.486000'], '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': [8125, 11191, 9173, 7896, 11505, 15421, 8712, 7409, 7549, 11663, 8219, 7449, 12618, 10103, 7385, 7394, 9626, 7384, 7688, 12895, 7794, 7500, 10089, 8093, 7264, 10377, 13079, 7818, 7329, 8408, 9415, 7407, 8226, 14282, 8104, 7335, 10989, 8764, 7594, 14699, 11284, 8046, 9772, 7903, 7453, 12525, 9585, 7441, 13822, 7583, 7634, 10375, 7704, 7471, 12126, 7424, 7620, 11089, 7483, 7651, 13075, 9489, 7466, 11899, 7627, 7594, 11349, 8358, 7297, 12953, 7215, 7525, 8587, 8358, 7632, 10825, 9552, 7290, 7455, 9949, 7203, 13337, 11584, 7990, 13353, 8160, 7508, 9402, 8866, 7539, 12375, 8625, 7596, 8690, 8644, 7592, 11518, 10765, 7186, 7434, 10469, 7310, 7448, 12328, 8054, 7703, 11473, 7582, 7329, 11402, 7950, 8757, 14971, 7439, 7633, 9950, 7449, 11209, 8970, 7524, 16713, 7970, 7584, 11036, 7499, 7529, 11380, 7255, 7323, 9501, 7513, 7562, 11345, 7569, 8675, 8312, 7662, 10574, 8026, 7664, 12979, 8826, 7203, 8158, 7583, 7690, 8536, 11581, 7237, 7448, 11294, 7449, 7422, 12985, 9720, 7531, 13109, 7871, 7341, 12664, 9436, 7712, 16254, 7851, 7544, 13245, 7701, 7357, 11457, 7920, 10294, 8076, 7635, 10386, 7615, 7735, 12857, 9250, 7588, 11397, 7518, 7507, 11451, 8100, 7588, 11813, 7188, 7579, 10112, 8147, 7337, 9015, 7937, 7544, 7535, 10429, 7516, 12202, 13156, 7429, 7732, 11530, 7428, 7546, 15953, 8055, 7342, 11546, 7504, 7457, 12976, 9648, 7430, 9755, 7711, 7526, 11561, 9161, 7230, 13644, 7617, 7352, 12361, 8066, 7565, 15683, 9421, 7613, 9066, 7231, 7611, 9991, 7369, 7631, 12831, 10287, 7674, 12653, 7624, 10045, 8139, 7829, 15194, 7631, 7378, 8368, 7376, 7347, 9023, 7325, 7546, 10418, 7412, 7280, 9084, 7395, 7263, 9469, 13335, 9495, 8287, 13864, 13035, 7308, 7518, 12467, 8051, 7334, 14687, 11585, 7454, 7401, 9526, 7236, 8610, 13645, 7289, 7471, 9500, 7273, 7567, 10846, 9304, 7410, 9571, 7273, 7599, 7616, 8600, 7533, 8655, 13096, 7241, 7445, 11134, 7394, 13596, 10776, 9163, 16702, 8221, 7739, 12409, 7739, 7703, 14002, 8043, 7304, 11513, 7488, 7364, 12529, 9735, 7731, 10290, 7624, 7482, 12084, 9540, 8026, 16865, 8056, 7820, 9987, 7444, 10546, 9907, 7421, 10359, 7874, 7406, 9011, 7735, 7737, 11071, 8675, 7380, 7943, 8627, 7306, 11925, 9787, 7288, 11597, 7923, 7580, 13110, 9451, 8574, 15857, 7408, 7345, 9877, 7368, 9165, 10657, 7428, 12494, 7803, 7782, 11731, 7361, 7544, 11671, 7544, 7824, 10249, 7206, 7674, 10991, 8522, 7578, 11249, 7211, 7574, 11260, 8753, 7709, 14751, 8953, 7514, 12485, 9192, 7784, 14381, 7832, 7319, 11027, 7582, 7262, 13542, 9436, 7196, 11029, 7584, 7706, 11493, 8927, 7788, 12782, 7649, 7610, 11156, 8029, 7523, 12984, 8831, 7464, 9364, 7254, 7567, 10459, 8684, 7333, 10489, 7242, 7406, 10218, 9024, 7402, 14099, 11751, 7535, 7767, 10570, 7449, 7777, 11833, 7737, 14241, 11992, 7624, 8071, 8599, 7377, 10194, 8165, 7835, 14644, 9593, 7801, 10962, 7175, 7444, 9860, 7304, 10913, 8833, 7411, 8176, 7801, 7602, 11488, 9533, 7295, 7493, 8570, 7282, 8093, 10047, 7840, 10884, 10158, 7411, 7625, 9997, 7691, 13051, 13880, 7497, 7386, 10344, 7345, 7393, 12198, 7456, 7331, 11145, 7282, 7612, 11825, 8504, 8365, 15294, 7446, 7484, 10889, 7362, 7421, 11813, 8410, 7608, 12256, 7343, 7695, 11630, 7474, 7594, 11858, 8074, 7533, 10281, 7326, 7556, 10493, 7488, 7143, 11835, 8854, 7514, 10654, 7767, 7601, 12244, 8442, 13813, 11727, 7742, 8270, 7756, 7602, 9775, 9340, 7565, 8662, 7639, 7370, 9924, 8479, 7684, 14039, 10681, 7524, 10490, 8010, 7737, 13109, 8293, 9660, 8829, 7404, 8316, 7588, 7561, 12513, 9531, 7859, 9935, 7567, 7632, 10894, 8052, 7943, 14475, 7542, 7763, 12429, 7485, 7638, 12860, 8206, 14810, 8806, 7458, 12535, 7786, 7556, 12981, 8575, 7203, 10009, 7254, 7640, 10509, 7835, 7457, 9662, 7041, 7556, 9283, 7024, 7436, 10138, 9908, 7975, 7641, 13614, 13157, 8087, 7727, 13289, 7616, 7353, 14596, 9642, 7751, 11984, 7219, 7729, 9502, 7434, 7563, 9339, 8047, 7190, 7573, 9407, 7824, 10162, 10621, 7521, 7400, 10122, 7439, 10103, 11766, 7602, 7874, 8962, 7193, 7662, 10907, 8124, 7649, 11433, 7234, 7585, 8570, 9988, 7496, 7592, 10950, 7313, 7853, 10271, 8652, 7918, 10501, 10552, 7675, 7532, 12755, 8393, 12162, 15863, 7699, 7466, 12132, 7321, 8431, 12751, 7324, 7529, 9581, 7291, 7273, 10110, 9327, 7337, 7550, 10407, 7412, 7563, 12428, 8664, 8567, 16052, 7768, 7619, 13324, 7860, 7430, 11490, 7798, 7343, 9149, 7298, 7382, 9764, 7317, 7693, 10913, 7233, 7269, 8007, 7781, 7383, 9841, 11715, 7327, 7647, 9720, 7367, 7443, 10107, 8660, 7327, 9695, 8530, 7466, 15743, 11016, 9632, 16395, 9638, 7607, 11800, 7160, 7448, 11417, 8145, 7638, 11273, 7301, 7443, 7400, 8217, 7440, 7874, 11069, 7253, 7460, 11406, 7394, 8255, 13373, 7757, 7433, 9986, 7470, 7356, 9538, 7362, 9823, 8356, 7366, 7340, 7289, 7747, 10845, 8967, 7584, 12713, 7777, 7377, 11818, 7993, 9065, 12874, 7337, 7520, 9573, 7327, 8723, 8762, 7484, 11382, 8212, 7699, 8722, 7269, 7524, 11374, 9157, 7743, 9565, 7742, 7277, 7557, 10189, 7840, 7622, 12077, 7314, 7363, 12452, 8166, 14282, 12442, 7586, 9153, 7971, 7486, 9491, 9221, 7222, 7547, 10404, 7505, 7544, 11896, 8824, 7814, 15415, 8675, 7504, 12158, 7946, 7599, 13972, 9974, 9981, 15293, 7691, 7661, 7987, 8977, 7464, 9587, 13147, 7200, 7226, 10703, 7710, 7457, 11469, 8718, 7489, 8412, 7247, 7629, 8930, 7959, 7697, 10346, 7698, 7581, 8470, 7802, 7681, 10931, 8892, 7897, 8947, 7420, 7320, 7569, 9106, 7377, 7290, 11150, 7342, 7503, 11013, 7487, 10187, 9676, 7358, 9844, 7539, 7525, 11580, 8471, 7455, 9378, 7241, 7674, 7712, 7759, 7296, 10449, 9265, 7020, 10393, 7787, 7281, 14508, 9895, 7505, 11461, 7474, 8301], 'WindowCenter': [4336.0, 4349.0, 4314.0, 4301.0, 4320.0, 4348.0, 4282.0, 4261.0, 4258.0, 4290.0, 4258.0, 4259.0, 4299.0, 4289.0, 4259.0, 4259.0, 4290.0, 4261.0, 4271.0, 4311.0, 4258.0, 4260.0, 4289.0, 4270.0, 4260.0, 4288.0, 4311.0, 4259.0, 4258.0, 4269.0, 4279.0, 4259.0, 4270.0, 4321.0, 4270.0, 4260.0, 4289.0, 4267.0, 4257.0, 4309.0, 4288.0, 4258.0, 4275.0, 4255.0, 4246.0, 4287.0, 4266.0, 4246.0, 4296.0, 4245.0, 4256.0, 4275.0, 4246.0, 4249.0, 4300.0, 4247.0, 4259.0, 4289.0, 4260.0, 4259.0, 4310.0, 4278.0, 4248.0, 4288.0, 4257.0, 4257.0, 4289.0, 4269.0, 4260.0, 4300.0, 4256.0, 4274.0, 4271.0, 4270.0, 4260.0, 4289.0, 4278.0, 4269.0, 4261.0, 4290.0, 4262.0, 4312.0, 4301.0, 4258.0, 4310.0, 4255.0, 4247.0, 4267.0, 4268.0, 4259.0, 4300.0, 4268.0, 4259.0, 4269.0, 4268.0, 4260.0, 4289.0, 4289.0, 4248.0, 4259.0, 4289.0, 4271.0, 4259.0, 4300.0, 4272.0, 4270.0, 4300.0, 4258.0, 4258.0, 4287.0, 4258.0, 4268.0, 4319.0, 4257.0, 4258.0, 4278.0, 4259.0, 4287.0, 4268.0, 4257.0, 4319.0, 4255.0, 4256.0, 4274.0, 4246.0, 4254.0, 4288.0, 4257.0, 4258.0, 4277.0, 4260.0, 4260.0, 4288.0, 4258.0, 4268.0, 4269.0, 4258.0, 4289.0, 4258.0, 4259.0, 4310.0, 4281.0, 4259.0, 4268.0, 4260.0, 4261.0, 4281.0, 4303.0, 4261.0, 4271.0, 4303.0, 4274.0, 4275.0, 4314.0, 4292.0, 4273.0, 4326.0, 4285.0, 4272.0, 4312.0, 4281.0, 4270.0, 4332.0, 4258.0, 4258.0, 4299.0, 4257.0, 4257.0, 4287.0, 4269.0, 4288.0, 4266.0, 4257.0, 4278.0, 4257.0, 4258.0, 4298.0, 4278.0, 4258.0, 4299.0, 4259.0, 4261.0, 4299.0, 4270.0, 4259.0, 4298.0, 4248.0, 4258.0, 4289.0, 4269.0, 4274.0, 4282.0, 4271.0, 4273.0, 4273.0, 4303.0, 4270.0, 4314.0, 4313.0, 4260.0, 4270.0, 4300.0, 4272.0, 4270.0, 4322.0, 4259.0, 4260.0, 4288.0, 4258.0, 4258.0, 4309.0, 4279.0, 4258.0, 4279.0, 4257.0, 4257.0, 4288.0, 4279.0, 4258.0, 4311.0, 4257.0, 4248.0, 4299.0, 4256.0, 4256.0, 4319.0, 4268.0, 4258.0, 4267.0, 4257.0, 4257.0, 4278.0, 4261.0, 4260.0, 4312.0, 4288.0, 4271.0, 4312.0, 4261.0, 4290.0, 4271.0, 4259.0, 4310.0, 4247.0, 4245.0, 4255.0, 4246.0, 4248.0, 4267.0, 4260.0, 4258.0, 4289.0, 4259.0, 4273.0, 4295.0, 4274.0, 4288.0, 4307.0, 4326.0, 4295.0, 4285.0, 4313.0, 4301.0, 4259.0, 4262.0, 4290.0, 4256.0, 4247.0, 4322.0, 4288.0, 4259.0, 4248.0, 4278.0, 4259.0, 4268.0, 4310.0, 4260.0, 4257.0, 4280.0, 4259.0, 4260.0, 4290.0, 4282.0, 4262.0, 4281.0, 4260.0, 4272.0, 4269.0, 4281.0, 4274.0, 4282.0, 4314.0, 4273.0, 4272.0, 4303.0, 4274.0, 4313.0, 4292.0, 4282.0, 4321.0, 4258.0, 4260.0, 4300.0, 4258.0, 4260.0, 4310.0, 4261.0, 4272.0, 4303.0, 4258.0, 4258.0, 4302.0, 4281.0, 4260.0, 4281.0, 4258.0, 4258.0, 4299.0, 4280.0, 4260.0, 4320.0, 4260.0, 4259.0, 4266.0, 4248.0, 4278.0, 4278.0, 4246.0, 4278.0, 4257.0, 4259.0, 4268.0, 4272.0, 4258.0, 4290.0, 4270.0, 4259.0, 4272.0, 4280.0, 4274.0, 4301.0, 4282.0, 4260.0, 4300.0, 4260.0, 4258.0, 4300.0, 4279.0, 4269.0, 4321.0, 4248.0, 4249.0, 4277.0, 4249.0, 4267.0, 4289.0, 4250.0, 4299.0, 4256.0, 4259.0, 4288.0, 4248.0, 4258.0, 4289.0, 4259.0, 4259.0, 4279.0, 4259.0, 4259.0, 4291.0, 4273.0, 4261.0, 4302.0, 4260.0, 4271.0, 4302.0, 4272.0, 4260.0, 4312.0, 4268.0, 4261.0, 4301.0, 4279.0, 4258.0, 4310.0, 4258.0, 4261.0, 4290.0, 4259.0, 4260.0, 4311.0, 4279.0, 4248.0, 4290.0, 4257.0, 4259.0, 4300.0, 4270.0, 4258.0, 4299.0, 4257.0, 4258.0, 4301.0, 4270.0, 4261.0, 4299.0, 4269.0, 4258.0, 4280.0, 4261.0, 4270.0, 4293.0, 4283.0, 4270.0, 4303.0, 4261.0, 4274.0, 4291.0, 4281.0, 4260.0, 4313.0, 4300.0, 4259.0, 4258.0, 4288.0, 4260.0, 4258.0, 4289.0, 4256.0, 4309.0, 4289.0, 4257.0, 4257.0, 4267.0, 4248.0, 4276.0, 4256.0, 4247.0, 4308.0, 4267.0, 4257.0, 4278.0, 4247.0, 4259.0, 4277.0, 4260.0, 4290.0, 4269.0, 4259.0, 4271.0, 4259.0, 4261.0, 4301.0, 4279.0, 4260.0, 4261.0, 4271.0, 4262.0, 4284.0, 4291.0, 4272.0, 4293.0, 4290.0, 4261.0, 4260.0, 4292.0, 4273.0, 4311.0, 4310.0, 4260.0, 4260.0, 4288.0, 4261.0, 4261.0, 4313.0, 4272.0, 4262.0, 4301.0, 4273.0, 4273.0, 4300.0, 4271.0, 4270.0, 4321.0, 4259.0, 4249.0, 4276.0, 4246.0, 4260.0, 4287.0, 4270.0, 4260.0, 4301.0, 4258.0, 4272.0, 4303.0, 4260.0, 4259.0, 4289.0, 4261.0, 4258.0, 4288.0, 4259.0, 4258.0, 4291.0, 4261.0, 4248.0, 4301.0, 4269.0, 4260.0, 4291.0, 4259.0, 4260.0, 4300.0, 4270.0, 4309.0, 4288.0, 4260.0, 4257.0, 4255.0, 4257.0, 4279.0, 4279.0, 4261.0, 4280.0, 4258.0, 4261.0, 4281.0, 4269.0, 4261.0, 4311.0, 4288.0, 4260.0, 4290.0, 4260.0, 4260.0, 4310.0, 4269.0, 4278.0, 4266.0, 4259.0, 4268.0, 4258.0, 4258.0, 4299.0, 4279.0, 4258.0, 4278.0, 4259.0, 4259.0, 4303.0, 4271.0, 4271.0, 4321.0, 4260.0, 4261.0, 4300.0, 4258.0, 4259.0, 4302.0, 4270.0, 4310.0, 4268.0, 4248.0, 4298.0, 4258.0, 4259.0, 4297.0, 4267.0, 4247.0, 4278.0, 4258.0, 4270.0, 4301.0, 4269.0, 4259.0, 4293.0, 4261.0, 4271.0, 4295.0, 4276.0, 4272.0, 4295.0, 4291.0, 4272.0, 4275.0, 4325.0, 4312.0, 4273.0, 4260.0, 4299.0, 4260.0, 4258.0, 4310.0, 4282.0, 4258.0, 4289.0, 4257.0, 4258.0, 4290.0, 4258.0, 4260.0, 4280.0, 4269.0, 4261.0, 4269.0, 4281.0, 4259.0, 4292.0, 4291.0, 4271.0, 4261.0, 4289.0, 4273.0, 4293.0, 4290.0, 4260.0, 4259.0, 4267.0, 4250.0, 4260.0, 4291.0, 4271.0, 4261.0, 4302.0, 4258.0, 4271.0, 4270.0, 4281.0, 4262.0, 4260.0, 4293.0, 4258.0, 4270.0, 4292.0, 4269.0, 4272.0, 4291.0, 4289.0, 4261.0, 4261.0, 4313.0, 4270.0, 4300.0, 4320.0, 4258.0, 4248.0, 4298.0, 4247.0, 4257.0, 4297.0, 4246.0, 4258.0, 4277.0, 4257.0, 4273.0, 4292.0, 4281.0, 4260.0, 4261.0, 4289.0, 4260.0, 4258.0, 4299.0, 4268.0, 4269.0, 4318.0, 4258.0, 4259.0, 4308.0, 4259.0, 4261.0, 4288.0, 4257.0, 4246.0, 4265.0, 4246.0, 4248.0, 4293.0, 4260.0, 4260.0, 4290.0, 4260.0, 4259.0, 4271.0, 4272.0, 4261.0, 4280.0, 4302.0, 4261.0, 4272.0, 4292.0, 4260.0, 4273.0, 4291.0, 4283.0, 4261.0, 4293.0, 4271.0, 4262.0, 4322.0, 4291.0, 4280.0, 4321.0, 4268.0, 4256.0, 4287.0, 4247.0, 4247.0, 4288.0, 4258.0, 4258.0, 4288.0, 4245.0, 4260.0, 4260.0, 4269.0, 4261.0, 4259.0, 4291.0, 4259.0, 4261.0, 4300.0, 4261.0, 4271.0, 4309.0, 4261.0, 4258.0, 4277.0, 4259.0, 4259.0, 4279.0, 4247.0, 4279.0, 4269.0, 4258.0, 4259.0, 4260.0, 4271.0, 4292.0, 4280.0, 4260.0, 4311.0, 4261.0, 4260.0, 4302.0, 4259.0, 4269.0, 4299.0, 4259.0, 4258.0, 4278.0, 4258.0, 4270.0, 4270.0, 4261.0, 4302.0, 4269.0, 4259.0, 4269.0, 4258.0, 4274.0, 4302.0, 4281.0, 4259.0, 4279.0, 4258.0, 4261.0, 4271.0, 4291.0, 4273.0, 4260.0, 4302.0, 4262.0, 4261.0, 4326.0, 4272.0, 4322.0, 4299.0, 4260.0, 4268.0, 4257.0, 4261.0, 4279.0, 4278.0, 4260.0, 4261.0, 4288.0, 4260.0, 4258.0, 4299.0, 4268.0, 4258.0, 4322.0, 4267.0, 4258.0, 4300.0, 4258.0, 4258.0, 4310.0, 4276.0, 4282.0, 4320.0, 4247.0, 4256.0, 4257.0, 4268.0, 4258.0, 4277.0, 4299.0, 4247.0, 4248.0, 4276.0, 4258.0, 4258.0, 4287.0, 4269.0, 4245.0, 4255.0, 4245.0, 4255.0, 4268.0, 4260.0, 4259.0, 4279.0, 4257.0, 4257.0, 4269.0, 4261.0, 4273.0, 4292.0, 4271.0, 4270.0, 4281.0, 4261.0, 4259.0, 4261.0, 4270.0, 4262.0, 4258.0, 4291.0, 4260.0, 4262.0, 4303.0, 4262.0, 4292.0, 4282.0, 4260.0, 4280.0, 4259.0, 4272.0, 4291.0, 4268.0, 4262.0, 4279.0, 4259.0, 4259.0, 4272.0, 4270.0, 4261.0, 4302.0, 4284.0, 4263.0, 4293.0, 4260.0, 4262.0, 4312.0, 4292.0, 4262.0, 4302.0, 4260.0, 4260.0], 'WindowWidth': [9618.0, 9619.0, 9561.0, 9537.0, 9554.0, 9589.0, 9492.0, 9460.0, 9450.0, 9493.0, 9448.0, 9452.0, 9506.0, 9492.0, 9451.0, 9451.0, 9496.0, 9460.0, 9473.0, 9527.0, 9447.0, 9452.0, 9492.0, 9471.0, 9453.0, 9490.0, 9523.0, 9451.0, 9450.0, 9464.0, 9480.0, 9454.0, 9469.0, 9540.0, 9466.0, 9455.0, 9492.0, 9458.0, 9445.0, 9519.0, 9490.0, 9446.0, 9467.0, 9439.0, 9426.0, 9483.0, 9454.0, 9427.0, 9495.0, 9425.0, 9441.0, 9465.0, 9428.0, 9435.0, 9507.0, 9432.0, 9451.0, 9492.0, 9454.0, 9451.0, 9523.0, 9476.0, 9433.0, 9487.0, 9446.0, 9445.0, 9493.0, 9464.0, 9453.0, 9507.0, 9443.0, 9477.0, 9469.0, 9467.0, 9454.0, 9493.0, 9479.0, 9469.0, 9458.0, 9495.0, 9459.0, 9527.0, 9510.0, 9450.0, 9520.0, 9441.0, 9431.0, 9459.0, 9463.0, 9451.0, 9507.0, 9463.0, 9450.0, 9464.0, 9464.0, 9453.0, 9490.0, 9491.0, 9437.0, 9454.0, 9493.0, 9473.0, 9451.0, 9510.0, 9471.0, 9469.0, 9507.0, 9448.0, 9448.0, 9487.0, 9448.0, 9462.0, 9533.0, 9446.0, 9448.0, 9475.0, 9452.0, 9488.0, 9461.0, 9444.0, 9531.0, 9441.0, 9442.0, 9465.0, 9427.0, 9438.0, 9489.0, 9445.0, 9447.0, 9474.0, 9454.0, 9453.0, 9490.0, 9450.0, 9462.0, 9465.0, 9451.0, 9491.0, 9449.0, 9451.0, 9522.0, 9486.0, 9453.0, 9463.0, 9455.0, 9459.0, 9484.0, 9517.0, 9459.0, 9473.0, 9516.0, 9483.0, 9483.0, 9533.0, 9501.0, 9477.0, 9553.0, 9496.0, 9475.0, 9529.0, 9486.0, 9470.0, 9554.0, 9450.0, 9449.0, 9505.0, 9448.0, 9448.0, 9489.0, 9465.0, 9489.0, 9459.0, 9447.0, 9473.0, 9446.0, 9449.0, 9505.0, 9477.0, 9449.0, 9505.0, 9453.0, 9459.0, 9508.0, 9467.0, 9452.0, 9501.0, 9435.0, 9449.0, 9491.0, 9465.0, 9482.0, 9488.0, 9472.0, 9478.0, 9476.0, 9518.0, 9472.0, 9531.0, 9529.0, 9455.0, 9469.0, 9507.0, 9475.0, 9467.0, 9542.0, 9451.0, 9455.0, 9490.0, 9450.0, 9448.0, 9519.0, 9479.0, 9450.0, 9479.0, 9447.0, 9447.0, 9490.0, 9477.0, 9450.0, 9522.0, 9446.0, 9433.0, 9502.0, 9444.0, 9442.0, 9533.0, 9460.0, 9447.0, 9460.0, 9446.0, 9446.0, 9477.0, 9459.0, 9454.0, 9525.0, 9490.0, 9471.0, 9529.0, 9457.0, 9495.0, 9472.0, 9448.0, 9521.0, 9431.0, 9426.0, 9439.0, 9428.0, 9433.0, 9460.0, 9452.0, 9448.0, 9490.0, 9453.0, 9477.0, 9508.0, 9483.0, 9507.0, 9528.0, 9553.0, 9508.0, 9495.0, 9529.0, 9508.0, 9449.0, 9457.0, 9489.0, 9441.0, 9432.0, 9540.0, 9488.0, 9449.0, 9432.0, 9475.0, 9451.0, 9459.0, 9520.0, 9452.0, 9447.0, 9477.0, 9451.0, 9452.0, 9493.0, 9485.0, 9456.0, 9482.0, 9455.0, 9473.0, 9466.0, 9485.0, 9477.0, 9487.0, 9533.0, 9478.0, 9475.0, 9517.0, 9477.0, 9528.0, 9499.0, 9483.0, 9535.0, 9446.0, 9452.0, 9505.0, 9448.0, 9450.0, 9521.0, 9455.0, 9476.0, 9514.0, 9450.0, 9446.0, 9512.0, 9481.0, 9452.0, 9481.0, 9448.0, 9447.0, 9505.0, 9480.0, 9451.0, 9537.0, 9452.0, 9447.0, 9454.0, 9432.0, 9473.0, 9474.0, 9429.0, 9472.0, 9445.0, 9450.0, 9461.0, 9473.0, 9450.0, 9492.0, 9465.0, 9454.0, 9472.0, 9483.0, 9480.0, 9511.0, 9485.0, 9453.0, 9506.0, 9453.0, 9448.0, 9507.0, 9477.0, 9463.0, 9534.0, 9434.0, 9436.0, 9471.0, 9435.0, 9457.0, 9490.0, 9437.0, 9501.0, 9443.0, 9449.0, 9487.0, 9434.0, 9447.0, 9491.0, 9448.0, 9448.0, 9475.0, 9450.0, 9452.0, 9497.0, 9473.0, 9455.0, 9512.0, 9455.0, 9471.0, 9513.0, 9473.0, 9453.0, 9523.0, 9461.0, 9455.0, 9511.0, 9478.0, 9449.0, 9520.0, 9448.0, 9456.0, 9492.0, 9451.0, 9451.0, 9524.0, 9477.0, 9435.0, 9492.0, 9445.0, 9448.0, 9507.0, 9468.0, 9448.0, 9505.0, 9445.0, 9449.0, 9511.0, 9469.0, 9456.0, 9506.0, 9464.0, 9448.0, 9481.0, 9456.0, 9469.0, 9500.0, 9490.0, 9469.0, 9518.0, 9457.0, 9477.0, 9499.0, 9485.0, 9454.0, 9527.0, 9507.0, 9450.0, 9449.0, 9491.0, 9452.0, 9446.0, 9490.0, 9444.0, 9517.0, 9489.0, 9445.0, 9445.0, 9456.0, 9432.0, 9467.0, 9442.0, 9430.0, 9514.0, 9457.0, 9443.0, 9474.0, 9431.0, 9448.0, 9473.0, 9451.0, 9492.0, 9463.0, 9450.0, 9466.0, 9452.0, 9457.0, 9510.0, 9479.0, 9454.0, 9456.0, 9469.0, 9460.0, 9493.0, 9498.0, 9472.0, 9500.0, 9494.0, 9457.0, 9455.0, 9502.0, 9479.0, 9524.0, 9523.0, 9456.0, 9454.0, 9490.0, 9455.0, 9456.0, 9531.0, 9476.0, 9458.0, 9511.0, 9478.0, 9478.0, 9507.0, 9469.0, 9466.0, 9537.0, 9450.0, 9434.0, 9469.0, 9430.0, 9452.0, 9486.0, 9466.0, 9455.0, 9509.0, 9450.0, 9472.0, 9514.0, 9456.0, 9453.0, 9491.0, 9455.0, 9447.0, 9490.0, 9450.0, 9450.0, 9496.0, 9456.0, 9436.0, 9509.0, 9464.0, 9453.0, 9496.0, 9451.0, 9454.0, 9509.0, 9465.0, 9518.0, 9487.0, 9452.0, 9445.0, 9442.0, 9445.0, 9478.0, 9479.0, 9456.0, 9482.0, 9450.0, 9458.0, 9483.0, 9464.0, 9455.0, 9524.0, 9488.0, 9454.0, 9494.0, 9453.0, 9453.0, 9521.0, 9465.0, 9474.0, 9457.0, 9449.0, 9460.0, 9450.0, 9449.0, 9504.0, 9480.0, 9449.0, 9476.0, 9450.0, 9450.0, 9516.0, 9474.0, 9470.0, 9538.0, 9454.0, 9455.0, 9508.0, 9452.0, 9451.0, 9513.0, 9466.0, 9519.0, 9461.0, 9433.0, 9501.0, 9447.0, 9451.0, 9499.0, 9458.0, 9431.0, 9475.0, 9448.0, 9469.0, 9511.0, 9468.0, 9453.0, 9503.0, 9458.0, 9470.0, 9510.0, 9488.0, 9475.0, 9508.0, 9499.0, 9475.0, 9482.0, 9550.0, 9531.0, 9476.0, 9454.0, 9504.0, 9451.0, 9448.0, 9521.0, 9487.0, 9449.0, 9490.0, 9446.0, 9448.0, 9496.0, 9450.0, 9452.0, 9479.0, 9465.0, 9456.0, 9467.0, 9484.0, 9452.0, 9498.0, 9496.0, 9470.0, 9457.0, 9494.0, 9477.0, 9501.0, 9495.0, 9455.0, 9450.0, 9458.0, 9439.0, 9455.0, 9497.0, 9467.0, 9455.0, 9513.0, 9451.0, 9469.0, 9467.0, 9483.0, 9458.0, 9454.0, 9501.0, 9450.0, 9467.0, 9499.0, 9465.0, 9473.0, 9497.0, 9493.0, 9456.0, 9455.0, 9530.0, 9467.0, 9505.0, 9534.0, 9445.0, 9432.0, 9503.0, 9431.0, 9443.0, 9499.0, 9428.0, 9446.0, 9473.0, 9446.0, 9478.0, 9500.0, 9485.0, 9454.0, 9455.0, 9492.0, 9453.0, 9450.0, 9504.0, 9461.0, 9461.0, 9529.0, 9446.0, 9452.0, 9516.0, 9450.0, 9456.0, 9486.0, 9444.0, 9429.0, 9453.0, 9429.0, 9433.0, 9503.0, 9456.0, 9454.0, 9495.0, 9453.0, 9452.0, 9472.0, 9473.0, 9455.0, 9481.0, 9514.0, 9456.0, 9472.0, 9500.0, 9457.0, 9477.0, 9499.0, 9489.0, 9458.0, 9502.0, 9470.0, 9461.0, 9540.0, 9495.0, 9480.0, 9538.0, 9459.0, 9442.0, 9484.0, 9431.0, 9432.0, 9486.0, 9446.0, 9447.0, 9487.0, 9426.0, 9452.0, 9454.0, 9465.0, 9456.0, 9451.0, 9496.0, 9451.0, 9454.0, 9507.0, 9457.0, 9470.0, 9519.0, 9456.0, 9449.0, 9474.0, 9451.0, 9452.0, 9476.0, 9432.0, 9476.0, 9463.0, 9449.0, 9451.0, 9454.0, 9470.0, 9498.0, 9482.0, 9454.0, 9524.0, 9456.0, 9454.0, 9513.0, 9451.0, 9465.0, 9504.0, 9449.0, 9448.0, 9475.0, 9447.0, 9466.0, 9467.0, 9454.0, 9512.0, 9464.0, 9451.0, 9463.0, 9451.0, 9479.0, 9511.0, 9482.0, 9451.0, 9476.0, 9448.0, 9457.0, 9472.0, 9496.0, 9475.0, 9454.0, 9513.0, 9458.0, 9457.0, 9554.0, 9475.0, 9541.0, 9506.0, 9452.0, 9459.0, 9444.0, 9459.0, 9479.0, 9477.0, 9454.0, 9457.0, 9493.0, 9455.0, 9450.0, 9507.0, 9463.0, 9449.0, 9540.0, 9460.0, 9447.0, 9505.0, 9446.0, 9447.0, 9520.0, 9469.0, 9484.0, 9534.0, 9430.0, 9441.0, 9444.0, 9462.0, 9449.0, 9472.0, 9502.0, 9431.0, 9432.0, 9470.0, 9445.0, 9448.0, 9483.0, 9462.0, 9427.0, 9440.0, 9426.0, 9440.0, 9461.0, 9453.0, 9450.0, 9477.0, 9446.0, 9445.0, 9463.0, 9457.0, 9478.0, 9499.0, 9469.0, 9467.0, 9482.0, 9454.0, 9450.0, 9454.0, 9466.0, 9458.0, 9450.0, 9495.0, 9454.0, 9458.0, 9518.0, 9461.0, 9498.0, 9485.0, 9453.0, 9481.0, 9450.0, 9472.0, 9496.0, 9462.0, 9456.0, 9476.0, 9450.0, 9451.0, 9472.0, 9469.0, 9457.0, 9514.0, 9490.0, 9461.0, 9500.0, 9454.0, 9458.0, 9529.0, 9500.0, 9458.0, 9515.0, 9454.0, 9452.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.0007265282583621683</td></tr>
<tr><td colspan=3>aqi</td><td>0.019903373933102656</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.97853443421476</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.207246933602773</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0024305983140889</td></tr>
<tr><td colspan=3>efc</td><td>0.4949</td></tr>
<tr><td colspan=3>fber</td><td>5891.3008</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09625969796194857</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.229527104959631</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.421811864454789</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3114979448895943</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6135374831429563</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.340400165331817</td></tr>
<tr><td colspan=3>gcor</td><td>0.00526051</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005810300353914499</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03901270031929016</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.896119699572744</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>15.2459</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9814</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.899</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295574.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1104.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.4891</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5286</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.9029</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3455.0906</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3643.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80970.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4551.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.0271</td></tr>
<tr><td colspan=3>tsnr</td><td>40.43240511789918</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>