<?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-0090_ses-02_task-alignvideo_acq-mb8_run-01_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-0090_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0090_suffix-bold_task-alignvideo" 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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0090_suffix-bold_task-alignvideo" 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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-01_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-01_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-0090/ses-02/func/sub-0090_ses-02_task-alignvideo_acq-mb8_run-01_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>c628b5806c7c96b9cd54cca3e8357414</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>11:57:19.697500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998736, 0.0445342, 0.0232981, -0.0460511, 0.996537, 0.0692311]</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-01_task-alignvideo_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.0944644</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7741, -7220, 525, 51, -176, -116, -10]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.811</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e6e56d79-611f-4e2c-9489-c32089845cf5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6795361042022705, -0.12355176359415054, 0.05436257645487785, 115.04322814941406], [-0.11948192119598389, 2.6736364364624023, 0.18958456814289093, -88.79166412353516], [0.06250713765621185, -0.18574197590351105, 2.692786931991577, -60.1358528137207], [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, 839]</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], 'AcquisitionTime': ['115719.697500', '115720.157500', '115720.617500', '115721.077500', '115721.537500', '115721.997500', '115722.457500', '115722.917500', '115723.377500', '115723.837500', '115724.297500', '115724.757500', '115725.217500', '115725.677500', '115726.137500', '115726.597500', '115727.057500', '115727.517500', '115727.977500', '115728.437500', '115728.897500', '115729.357500', '115729.817500', '115730.277500', '115730.737500', '115731.197500', '115731.657500', '115732.117500', '115732.577500', '115733.037500', '115733.497500', '115733.957500', '115734.417500', '115734.877500', '115735.337500', '115735.797500', '115736.257500', '115736.717500', '115737.177500', '115737.637500', '115738.097500', '115738.557500', '115739.017500', '115739.477500', '115739.937500', '115740.397500', '115740.857500', '115741.317500', '115741.777500', '115742.237500', '115742.697500', '115743.157500', '115743.617500', '115744.077500', '115744.537500', '115744.997500', '115745.457500', '115745.917500', '115746.377500', '115746.837500', '115747.297500', '115747.757500', '115748.217500', '115748.677500', '115749.137500', '115749.597500', '115750.057500', '115750.517500', '115750.977500', '115751.437500', '115751.897500', '115752.357500', '115752.817500', '115753.277500', '115753.737500', '115754.197500', '115754.657500', '115755.117500', '115755.577500', '115756.037500', '115756.497500', '115756.957500', '115757.417500', '115757.877500', '115758.337500', '115758.797500', '115759.257500', '115759.717500', '115800.177500', '115800.637500', '115801.097500', '115801.557500', '115802.017500', '115802.477500', '115802.937500', '115803.397500', '115803.857500', '115804.317500', '115804.777500', '115805.237500', '115805.697500', '115806.157500', '115806.617500', '115807.077500', '115807.537500', '115807.997500', '115808.457500', '115808.917500', '115809.377500', '115809.837500', '115810.297500', '115810.757500', '115811.217500', '115811.677500', '115812.137500', '115812.597500', '115813.057500', '115813.517500', '115813.977500', '115814.437500', '115814.897500', '115815.357500', '115815.817500', '115816.277500', '115816.737500', '115817.197500', '115817.657500', '115818.117500', '115818.577500', '115819.037500', '115819.497500', '115819.957500', '115820.417500', '115820.877500', '115821.337500', '115821.797500', '115822.257500', '115822.717500', '115823.177500', '115823.637500', '115824.097500', '115824.557500', '115825.017500', '115825.477500', '115825.937500', '115826.397500', '115826.857500', '115827.317500', '115827.777500', '115828.237500', '115828.697500', '115829.157500', '115829.617500', '115830.077500', '115830.537500', '115830.997500', '115831.457500', '115831.917500', '115832.377500', '115832.837500', '115833.297500', '115833.757500', '115834.217500', '115834.677500', '115835.137500', '115835.597500', '115836.057500', '115836.517500', '115836.977500', '115837.437500', '115837.897500', '115838.357500', '115838.817500', '115839.277500', '115839.737500', '115840.197500', '115840.657500', '115841.117500', '115841.577500', '115842.037500', '115842.497500', '115842.957500', '115843.417500', '115843.877500', '115844.337500', '115844.797500', '115845.257500', '115845.717500', '115846.177500', '115846.637500', '115847.097500', '115847.557500', '115848.017500', '115848.477500', '115848.937500', '115849.397500', '115849.857500', '115850.317500', '115850.777500', '115851.237500', '115851.697500', '115852.157500', '115852.617500', '115853.077500', '115853.537500', '115853.997500', '115854.457500', '115854.917500', '115855.377500', '115855.837500', '115856.297500', '115856.757500', '115857.217500', '115857.677500', '115858.137500', '115858.597500', '115859.057500', '115859.517500', '115859.977500', '115900.437500', '115900.897500', '115901.357500', '115901.817500', '115902.277500', '115902.737500', '115903.197500', '115903.657500', '115904.117500', '115904.577500', '115905.037500', '115905.497500', '115905.957500', '115906.417500', '115906.877500', '115907.337500', '115907.797500', '115908.257500', '115908.717500', '115909.177500', '115909.637500', '115910.097500', '115910.557500', '115911.017500', '115911.477500', '115911.937500', '115912.397500', '115912.857500', '115913.317500', '115913.777500', '115914.237500', '115914.697500', '115915.157500', '115915.617500', '115916.077500', '115916.537500', '115916.997500', '115917.457500', '115917.917500', '115918.377500', '115918.837500', '115919.297500', '115919.757500', '115920.217500', '115920.677500', '115921.137500', '115921.597500', '115922.057500', '115922.517500', '115922.977500', '115923.437500', '115923.897500', '115924.357500', '115924.817500', '115925.277500', '115925.737500', '115926.197500', '115926.657500', '115927.117500', '115927.577500', '115928.037500', '115928.497500', '115928.957500', '115929.417500', '115929.877500', '115930.337500', '115930.797500', '115931.257500', '115931.717500', '115932.177500', '115932.637500', '115933.097500', '115933.557500', '115934.017500', '115934.477500', '115934.937500', '115935.397500', '115935.857500', '115936.317500', '115936.777500', '115937.237500', '115937.697500', '115938.157500', '115938.617500', '115939.077500', '115939.537500', '115939.997500', '115940.457500', '115940.917500', '115941.377500', '115941.837500', '115942.297500', '115942.757500', '115943.217500', '115943.677500', '115944.137500', '115944.597500', '115945.057500', '115945.517500', '115945.977500', '115946.437500', '115946.897500', '115947.357500', '115947.817500', '115948.277500', '115948.737500', '115949.197500', '115949.657500', '115950.117500', '115950.577500', '115951.037500', '115951.497500', '115951.957500', '115952.417500', '115952.877500', '115953.337500', '115953.797500', '115954.257500', '115954.717500', '115955.177500', '115955.637500', '115956.097500', '115956.557500', '115957.017500', '115957.477500', '115957.937500', '115958.397500', '115958.857500', '115959.317500', '115959.777500', '120000.237500', '120000.697500', '120001.157500', '120001.617500', '120002.077500', '120002.537500', '120002.997500', '120003.457500', '120003.917500', '120004.377500', '120004.837500', '120005.297500', '120005.757500', '120006.217500', '120006.677500', '120007.137500', '120007.597500', '120008.057500', '120008.517500', '120008.977500', '120009.437500', '120009.897500', '120010.357500', '120010.817500', '120011.277500', '120011.737500', '120012.197500', '120012.657500', '120013.117500', '120013.577500', '120014.037500', '120014.497500', '120014.957500', '120015.417500', '120015.877500', '120016.337500', '120016.797500', '120017.257500', '120017.717500', '120018.177500', '120018.637500', '120019.097500', '120019.557500', '120020.017500', '120020.477500', '120020.937500', '120021.397500', '120021.857500', '120022.317500', '120022.777500', '120023.237500', '120023.697500', '120024.157500', '120024.617500', '120025.077500', '120025.537500', '120025.997500', '120026.457500', '120026.917500', '120027.377500', '120027.837500', '120028.297500', '120028.757500', '120029.217500', '120029.677500', '120030.137500', '120030.597500', '120031.057500', '120031.517500', '120031.977500', '120032.437500', '120032.897500', '120033.357500', '120033.817500', '120034.277500', '120034.737500', '120035.197500', '120035.657500', '120036.117500', '120036.577500', '120037.037500', '120037.497500', '120037.957500', '120038.417500', '120038.877500', '120039.337500', '120039.797500', '120040.257500', '120040.717500', '120041.177500', '120041.637500', '120042.097500', '120042.557500', '120043.017500', '120043.477500', '120043.937500', '120044.397500', '120044.857500', '120045.317500', '120045.777500', '120046.237500', '120046.697500', '120047.157500', '120047.617500', '120048.077500', '120048.537500', '120048.997500', '120049.457500', '120049.917500', '120050.377500', '120050.837500', '120051.297500', '120051.757500', '120052.217500', '120052.677500', '120053.137500', '120053.597500', '120054.057500', '120054.517500', '120054.977500', '120055.437500', '120055.897500', '120056.357500', '120056.817500', '120057.277500', '120057.737500', '120058.197500', '120058.657500', '120059.117500', '120059.577500', '120100.037500', '120100.497500', '120100.957500', '120101.417500', '120101.877500', '120102.337500', '120102.797500', '120103.257500', '120103.717500', '120104.177500', '120104.637500', '120105.097500', '120105.557500', '120106.017500', '120106.477500', '120106.937500', '120107.397500', '120107.857500', '120108.317500', '120108.777500', '120109.237500', '120109.697500', '120110.157500', '120110.617500', '120111.077500', '120111.537500', '120111.997500', '120112.457500', '120112.917500', '120113.377500', '120113.837500', '120114.297500', '120114.757500', '120115.217500', '120115.677500', '120116.137500', '120116.597500', '120117.057500', '120117.517500', '120117.977500', '120118.437500', '120118.897500', '120119.357500', '120119.817500', '120120.277500', '120120.737500', '120121.197500', '120121.657500', '120122.117500', '120122.577500', '120123.037500', '120123.497500', '120123.957500', '120124.417500', '120124.877500', '120125.337500', '120125.797500', '120126.257500', '120126.717500', '120127.177500', '120127.637500', '120128.097500', '120128.557500', '120129.017500', '120129.477500', '120129.937500', '120130.397500', '120130.857500', '120131.317500', '120131.777500', '120132.237500', '120132.697500', '120133.157500', '120133.617500', '120134.077500', '120134.537500', '120134.997500', '120135.457500', '120135.917500', '120136.377500', '120136.837500', '120137.297500', '120137.757500', '120138.217500', '120138.677500', '120139.137500', '120139.597500', '120140.057500', '120140.517500', '120140.977500', '120141.437500', '120141.897500', '120142.357500', '120142.817500', '120143.277500', '120143.737500', '120144.197500', '120144.657500', '120145.117500', '120145.577500', '120146.037500', '120146.497500', '120146.957500', '120147.417500', '120147.877500', '120148.337500', '120148.797500', '120149.257500', '120149.717500', '120150.177500', '120150.637500', '120151.097500', '120151.557500', '120152.017500', '120152.477500', '120152.937500', '120153.397500', '120153.857500', '120154.317500', '120154.777500', '120155.237500', '120155.697500', '120156.157500', '120156.617500', '120157.077500', '120157.537500', '120157.997500', '120158.457500', '120158.917500', '120159.377500', '120159.837500', '120200.297500', '120200.757500', '120201.217500', '120201.677500', '120202.137500', '120202.597500', '120203.057500', '120203.517500', '120203.977500', '120204.437500', '120204.897500', '120205.357500', '120205.817500', '120206.277500', '120206.737500', '120207.197500', '120207.657500', '120208.117500', '120208.577500', '120209.037500', '120209.497500', '120209.957500', '120210.417500', '120210.877500', '120211.337500', '120211.797500', '120212.257500', '120212.717500', '120213.177500', '120213.637500', '120214.097500', '120214.557500', '120215.017500', '120215.477500', '120215.937500', '120216.397500', '120216.857500', '120217.317500', '120217.777500', '120218.237500', '120218.697500', '120219.157500', '120219.617500', '120220.077500', '120220.537500', '120220.997500', '120221.457500', '120221.917500', '120222.377500', '120222.837500', '120223.297500', '120223.757500', '120224.217500', '120224.677500', '120225.137500', '120225.597500', '120226.057500', '120226.517500', '120226.977500', '120227.437500', '120227.897500', '120228.357500', '120228.817500', '120229.277500', '120229.737500', '120230.197500', '120230.657500', '120231.117500', '120231.577500', '120232.037500', '120232.497500', '120232.957500', '120233.417500', '120233.877500', '120234.337500', '120234.797500', '120235.257500', '120235.717500', '120236.177500', '120236.637500', '120237.097500', '120237.557500', '120238.017500', '120238.477500', '120238.937500', '120239.397500', '120239.857500', '120240.317500', '120240.777500', '120241.237500', '120241.697500', '120242.157500', '120242.617500', '120243.077500', '120243.537500', '120243.997500', '120244.457500', '120244.917500', '120245.377500', '120245.837500', '120246.297500', '120246.757500', '120247.217500', '120247.677500', '120248.137500', '120248.597500', '120249.057500', '120249.517500', '120249.977500', '120250.437500', '120250.897500', '120251.357500', '120251.817500', '120252.277500', '120252.737500', '120253.197500', '120253.657500', '120254.117500', '120254.577500', '120255.037500', '120255.497500', '120255.957500', '120256.417500', '120256.877500', '120257.337500', '120257.797500', '120258.257500', '120258.717500', '120259.177500', '120259.637500', '120300.097500', '120300.557500', '120301.017500', '120301.477500', '120301.937500', '120302.397500', '120302.857500', '120303.317500', '120303.777500', '120304.237500', '120304.697500', '120305.157500', '120305.617500', '120306.077500', '120306.537500', '120306.997500', '120307.457500', '120307.917500', '120308.377500', '120308.837500', '120309.297500', '120309.757500', '120310.217500', '120310.677500', '120311.137500', '120311.597500', '120312.057500', '120312.517500', '120312.977500', '120313.437500', '120313.897500', '120314.357500', '120314.817500', '120315.277500', '120315.737500', '120316.197500', '120316.657500', '120317.117500', '120317.577500', '120318.037500', '120318.497500', '120318.957500', '120319.417500', '120319.877500', '120320.337500', '120320.797500', '120321.257500', '120321.717500', '120322.177500', '120322.637500', '120323.097500', '120323.557500', '120324.017500', '120324.477500', '120324.937500', '120325.397500', '120325.857500', '120326.317500', '120326.777500', '120327.237500', '120327.697500', '120328.157500', '120328.617500', '120329.077500', '120329.537500', '120329.997500', '120330.457500', '120330.917500', '120331.377500', '120331.837500', '120332.297500', '120332.757500', '120333.217500', '120333.677500', '120334.137500', '120334.597500', '120335.057500', '120335.517500', '120335.977500', '120336.437500', '120336.897500', '120337.357500', '120337.817500', '120338.277500', '120338.737500', '120339.197500', '120339.657500', '120340.117500', '120340.577500', '120341.037500', '120341.497500', '120341.957500', '120342.417500', '120342.877500', '120343.337500', '120343.797500', '120344.257500', '120344.717500', '120345.177500'], 'ContentTime': ['115730.705000', '115730.709000', '115730.722000', '115730.724000', '115730.727000', '115730.730000', '115730.732000', '115730.735000', '115730.737000', '115730.740000', '115730.743000', '115730.745000', '115730.748000', '115730.750000', '115730.755000', '115730.758000', '115730.760000', '115730.763000', '115730.766000', '115730.768000', '115730.771000', '115750.671000', '115750.674000', '115750.677000', '115750.680000', '115750.682000', '115750.685000', '115750.687000', '115750.690000', '115750.693000', '115750.695000', '115750.698000', '115750.700000', '115750.706000', '115750.708000', '115750.711000', '115750.714000', '115750.716000', '115750.719000', '115750.721000', '115750.724000', '115750.727000', '115750.729000', '115750.732000', '115750.734000', '115750.737000', '115750.740000', '115750.742000', '115750.745000', '115750.748000', '115750.750000', '115750.753000', '115750.755000', '115750.758000', '115750.760000', '115750.763000', '115750.766000', '115750.768000', '115750.771000', '115750.774000', '115750.776000', '115750.779000', '115750.781000', '115750.784000', '115750.789000', '115810.672000', '115810.675000', '115810.678000', '115810.681000', '115810.683000', '115810.686000', '115810.689000', '115810.691000', '115810.694000', '115810.696000', '115810.699000', '115810.701000', '115810.704000', '115810.707000', '115810.709000', '115810.712000', '115810.714000', '115810.717000', '115810.733000', '115810.735000', '115810.738000', '115810.740000', '115810.743000', '115810.745000', '115810.748000', '115810.751000', '115810.753000', '115810.756000', '115810.758000', '115810.761000', '115810.764000', '115810.766000', '115810.769000', '115810.772000', '115810.774000', '115810.777000', '115810.779000', '115810.782000', '115810.785000', '115810.787000', '115810.790000', '115810.794000', '115810.797000', '115830.673000', '115830.676000', '115830.679000', '115830.682000', '115830.684000', '115830.687000', '115830.690000', '115830.692000', '115830.695000', '115830.698000', '115830.700000', '115830.703000', '115830.706000', '115830.708000', '115830.711000', '115830.714000', '115830.716000', '115830.719000', '115830.722000', '115830.724000', '115830.727000', '115830.735000', '115830.738000', '115830.741000', '115830.743000', '115830.746000', '115830.749000', '115830.751000', '115830.754000', '115830.756000', '115830.759000', '115830.762000', '115830.765000', '115830.767000', '115830.770000', '115830.773000', '115830.775000', '115830.778000', '115830.780000', '115830.783000', '115830.786000', '115830.788000', '115830.791000', '115830.793000', '115850.673000', '115850.675000', '115850.678000', '115850.681000', '115850.684000', '115850.686000', '115850.689000', '115850.691000', '115850.694000', '115850.697000', '115850.699000', '115850.702000', '115850.704000', '115850.707000', '115850.710000', '115850.712000', '115850.715000', '115850.718000', '115850.720000', '115850.723000', '115850.725000', '115850.728000', '115850.731000', '115850.733000', '115850.736000', '115850.739000', '115850.741000', '115850.744000', '115850.746000', '115850.749000', '115850.751000', '115850.754000', '115850.757000', '115850.759000', '115850.762000', '115850.764000', '115850.767000', '115850.770000', '115850.772000', '115850.775000', '115850.777000', '115850.780000', '115850.783000', '115910.672000', '115910.675000', '115910.678000', '115910.681000', '115910.683000', '115910.686000', '115910.689000', '115910.691000', '115910.694000', '115910.697000', '115910.699000', '115910.702000', '115910.705000', '115910.707000', '115910.710000', '115910.712000', '115910.715000', '115910.718000', '115910.720000', '115910.723000', '115910.726000', '115910.728000', '115910.731000', '115910.733000', '115910.736000', '115910.739000', '115910.741000', '115910.744000', '115910.746000', '115910.749000', '115910.752000', '115910.754000', '115910.757000', '115910.760000', '115910.762000', '115910.765000', '115910.768000', '115910.770000', '115910.773000', '115910.775000', '115910.778000', '115910.781000', '115910.783000', '115910.786000', '115930.673000', '115930.675000', '115930.678000', '115930.681000', '115930.691000', '115930.693000', '115930.696000', '115930.698000', '115930.701000', '115930.704000', '115930.706000', '115930.709000', '115930.712000', '115930.715000', '115930.717000', '115930.720000', '115930.723000', '115930.725000', '115930.728000', '115930.731000', '115930.733000', '115930.736000', '115930.738000', '115930.741000', '115930.744000', '115930.746000', '115930.749000', '115930.752000', '115930.754000', '115930.757000', '115930.760000', '115930.762000', '115930.765000', '115930.767000', '115930.770000', '115930.773000', '115930.775000', '115930.778000', '115930.780000', '115930.783000', '115930.786000', '115930.788000', '115930.791000', '115950.673000', '115950.677000', '115950.679000', '115950.682000', '115950.685000', '115950.687000', '115950.690000', '115950.692000', '115950.695000', '115950.698000', '115950.700000', '115950.703000', '115950.706000', '115950.708000', '115950.711000', '115950.726000', '115950.729000', '115950.731000', '115950.734000', '115950.736000', '115950.739000', '115950.742000', '115950.744000', '115950.747000', '115950.749000', '115950.752000', '115950.755000', '115950.757000', '115950.760000', '115950.763000', '115950.765000', '115950.768000', '115950.771000', '115950.773000', '115950.776000', '115950.778000', '115950.781000', '115950.784000', '115950.786000', '115950.789000', '115950.792000', '115950.794000', '115950.797000', '120010.672000', '120010.675000', '120010.677000', '120010.680000', '120010.684000', '120010.687000', '120010.689000', '120010.692000', '120010.695000', '120010.698000', '120010.700000', '120010.703000', '120010.706000', '120010.708000', '120010.711000', '120010.713000', '120010.716000', '120010.719000', '120010.721000', '120010.724000', '120010.726000', '120010.729000', '120010.732000', '120010.734000', '120010.737000', '120010.739000', '120010.742000', '120010.745000', '120010.747000', '120010.750000', '120010.753000', '120010.756000', '120010.758000', '120010.761000', '120010.763000', '120010.766000', '120010.769000', '120010.771000', '120010.774000', '120010.776000', '120010.779000', '120010.782000', '120010.784000', '120010.787000', '120030.672000', '120030.675000', '120030.678000', '120030.680000', '120030.683000', '120030.686000', '120030.688000', '120030.691000', '120030.694000', '120030.696000', '120030.699000', '120030.701000', '120030.704000', '120030.707000', '120030.709000', '120030.712000', '120030.715000', '120030.717000', '120030.720000', '120030.723000', '120030.725000', '120030.728000', '120030.730000', '120030.733000', '120030.736000', '120030.738000', '120030.741000', '120030.743000', '120030.746000', '120030.749000', '120030.751000', '120030.754000', '120030.757000', '120030.759000', '120030.762000', '120030.765000', '120030.767000', '120030.770000', '120030.772000', '120030.775000', '120030.778000', '120030.780000', '120030.783000', '120030.786000', '120050.673000', '120050.676000', '120050.678000', '120050.681000', '120050.684000', '120050.686000', '120050.689000', '120050.692000', '120050.694000', '120050.697000', '120050.700000', '120050.703000', '120050.705000', '120050.708000', '120050.711000', '120050.713000', '120050.716000', '120050.718000', '120050.721000', '120050.724000', '120050.726000', '120050.729000', '120050.732000', '120050.734000', '120050.737000', '120050.740000', '120050.742000', '120050.745000', '120050.747000', '120050.750000', '120050.753000', '120050.755000', '120050.758000', '120050.761000', '120050.763000', '120050.766000', '120050.769000', '120050.771000', '120050.774000', '120050.776000', '120050.779000', '120050.782000', '120050.784000', '120110.673000', '120110.675000', '120110.678000', '120110.681000', '120110.683000', '120110.686000', '120110.689000', '120110.691000', '120110.694000', '120110.697000', '120110.712000', '120110.715000', '120110.717000', '120110.720000', '120110.723000', '120110.725000', '120110.728000', '120110.730000', '120110.733000', '120110.736000', '120110.738000', '120110.741000', '120110.744000', '120110.746000', '120110.749000', '120110.752000', '120110.755000', '120110.758000', '120110.761000', '120110.764000', '120110.766000', '120110.769000', '120110.771000', '120110.774000', '120110.777000', '120110.779000', '120110.782000', '120110.785000', '120110.787000', '120110.790000', '120110.823000', '120110.826000', '120110.829000', '120130.672000', '120130.676000', '120130.678000', '120130.681000', '120130.684000', '120130.686000', '120130.689000', '120130.691000', '120130.694000', '120130.697000', '120130.699000', '120130.702000', '120130.705000', '120130.707000', '120130.710000', '120130.713000', '120130.715000', '120130.718000', '120130.720000', '120130.723000', '120130.726000', '120130.728000', '120130.731000', '120130.733000', '120130.736000', '120130.739000', '120130.741000', '120130.744000', '120130.747000', '120130.749000', '120130.752000', '120130.755000', '120130.757000', '120130.760000', '120130.763000', '120130.765000', '120130.768000', '120130.770000', '120130.773000', '120130.776000', '120130.778000', '120130.781000', '120130.784000', '120130.786000', '120150.673000', '120150.675000', '120150.678000', '120150.681000', '120150.683000', '120150.686000', '120150.689000', '120150.691000', '120150.694000', '120150.697000', '120150.699000', '120150.702000', '120150.704000', '120150.707000', '120150.710000', '120150.713000', '120150.716000', '120150.719000', '120150.723000', '120150.726000', '120150.729000', '120150.731000', '120150.734000', '120150.737000', '120150.739000', '120150.742000', '120150.745000', '120150.747000', '120150.750000', '120150.752000', '120150.755000', '120150.758000', '120150.760000', '120150.763000', '120150.765000', '120150.768000', '120150.771000', '120150.773000', '120150.776000', '120150.779000', '120150.781000', '120150.784000', '120150.786000', '120210.672000', '120210.675000', '120210.678000', '120210.681000', '120210.683000', '120210.686000', '120210.689000', '120210.691000', '120210.694000', '120210.697000', '120210.699000', '120210.702000', '120210.704000', '120210.707000', '120210.710000', '120210.712000', '120210.715000', '120210.717000', '120210.720000', '120210.723000', '120210.725000', '120210.728000', '120210.731000', '120210.733000', '120210.736000', '120210.739000', '120210.741000', '120210.744000', '120210.747000', '120210.749000', '120210.752000', '120210.754000', '120210.757000', '120210.760000', '120210.762000', '120210.765000', '120210.768000', '120210.770000', '120210.773000', '120210.776000', '120210.778000', '120210.781000', '120210.783000', '120210.786000', '120230.672000', '120230.674000', '120230.677000', '120230.680000', '120230.683000', '120230.685000', '120230.688000', '120230.691000', '120230.693000', '120230.696000', '120230.699000', '120230.701000', '120230.704000', '120230.707000', '120230.709000', '120230.712000', '120230.715000', '120230.717000', '120230.720000', '120230.723000', '120230.725000', '120230.728000', '120230.731000', '120230.733000', '120230.736000', '120230.739000', '120230.742000', '120230.745000', '120230.749000', '120230.751000', '120230.754000', '120230.756000', '120230.759000', '120230.762000', '120230.765000', '120230.767000', '120230.770000', '120230.773000', '120230.775000', '120230.778000', '120230.781000', '120230.783000', '120230.786000', '120250.673000', '120250.676000', '120250.678000', '120250.681000', '120250.684000', '120250.686000', '120250.689000', '120250.699000', '120250.701000', '120250.704000', '120250.706000', '120250.712000', '120250.715000', '120250.717000', '120250.720000', '120250.723000', '120250.725000', '120250.728000', '120250.730000', '120250.733000', '120250.736000', '120250.738000', '120250.741000', '120250.744000', '120250.746000', '120250.749000', '120250.751000', '120250.754000', '120250.757000', '120250.759000', '120250.762000', '120250.765000', '120250.767000', '120250.770000', '120250.773000', '120250.775000', '120250.780000', '120250.783000', '120250.785000', '120250.788000', '120250.790000', '120250.793000', '120250.796000', '120250.798000', '120310.672000', '120310.675000', '120310.678000', '120310.681000', '120310.683000', '120310.686000', '120310.688000', '120310.691000', '120310.694000', '120310.696000', '120310.699000', '120310.702000', '120310.704000', '120310.707000', '120310.710000', '120310.712000', '120310.715000', '120310.717000', '120310.720000', '120310.723000', '120310.726000', '120310.728000', '120310.731000', '120310.734000', '120310.736000', '120310.739000', '120310.742000', '120310.744000', '120310.747000', '120310.749000', '120310.752000', '120310.755000', '120310.757000', '120310.760000', '120310.763000', '120310.766000', '120310.768000', '120310.771000', '120310.774000', '120310.787000', '120310.790000', '120310.792000', '120310.795000', '120330.673000', '120330.675000', '120330.678000', '120330.681000', '120330.684000', '120330.686000', '120330.689000', '120330.692000', '120330.694000', '120330.697000', '120330.700000', '120330.702000', '120330.705000', '120330.708000', '120330.710000', '120330.713000', '120330.715000', '120330.718000', '120330.721000', '120330.723000', '120330.726000', '120330.729000', '120330.731000', '120330.734000', '120330.736000', '120330.739000', '120330.742000', '120330.744000', '120330.747000', '120330.749000', '120330.752000', '120330.755000', '120330.757000', '120330.760000', '120330.763000', '120330.765000', '120330.768000', '120330.770000', '120330.773000', '120330.776000', '120330.778000', '120330.781000', '120330.783000', '120330.786000', '120346.648000', '120346.651000', '120346.653000', '120346.656000', '120346.659000', '120346.662000', '120346.665000', '120346.668000', '120346.671000', '120346.674000', '120346.677000', '120346.681000', '120346.684000', '120346.687000', '120346.690000', '120346.693000', '120346.696000', '120346.699000', '120346.702000', '120346.705000', '120346.707000', '120346.710000', '120346.713000', '120346.716000', '120346.719000', '120346.722000', '120346.725000', '120346.728000', '120346.731000', '120346.734000', '120346.737000', '120346.740000', '120346.744000', '120346.746000', '120346.749000'], 'InstanceCreationTime': ['115730.705000', '115730.709000', '115730.722000', '115730.724000', '115730.727000', '115730.730000', '115730.732000', '115730.735000', '115730.737000', '115730.740000', '115730.743000', '115730.745000', '115730.748000', '115730.750000', '115730.755000', '115730.758000', '115730.760000', '115730.763000', '115730.766000', '115730.768000', '115730.771000', '115750.671000', '115750.674000', '115750.677000', '115750.680000', '115750.682000', '115750.685000', '115750.687000', '115750.690000', '115750.693000', '115750.695000', '115750.698000', '115750.700000', '115750.706000', '115750.708000', '115750.711000', '115750.714000', '115750.716000', '115750.719000', '115750.721000', '115750.724000', '115750.727000', '115750.729000', '115750.732000', '115750.734000', '115750.737000', '115750.740000', '115750.742000', '115750.745000', '115750.748000', '115750.750000', '115750.753000', '115750.755000', '115750.758000', '115750.760000', '115750.763000', '115750.766000', '115750.768000', '115750.771000', '115750.774000', '115750.776000', '115750.779000', '115750.781000', '115750.784000', '115750.789000', '115810.672000', '115810.675000', '115810.678000', '115810.681000', '115810.683000', '115810.686000', '115810.689000', '115810.691000', '115810.694000', '115810.696000', '115810.699000', '115810.701000', '115810.704000', '115810.707000', '115810.709000', '115810.712000', '115810.714000', '115810.717000', '115810.733000', '115810.735000', '115810.738000', '115810.740000', '115810.743000', '115810.745000', '115810.748000', '115810.751000', '115810.753000', '115810.756000', '115810.758000', '115810.761000', '115810.764000', '115810.766000', '115810.769000', '115810.772000', '115810.774000', '115810.777000', '115810.779000', '115810.782000', '115810.785000', '115810.787000', '115810.790000', '115810.794000', '115810.797000', '115830.673000', '115830.676000', '115830.679000', '115830.682000', '115830.684000', '115830.687000', '115830.690000', '115830.692000', '115830.695000', '115830.698000', '115830.700000', '115830.703000', '115830.706000', '115830.708000', '115830.711000', '115830.714000', '115830.716000', '115830.719000', '115830.722000', '115830.724000', '115830.727000', '115830.735000', '115830.738000', '115830.741000', '115830.743000', '115830.746000', '115830.749000', '115830.751000', '115830.754000', '115830.756000', '115830.759000', '115830.762000', '115830.765000', '115830.767000', '115830.770000', '115830.773000', '115830.775000', '115830.778000', '115830.780000', '115830.783000', '115830.786000', '115830.788000', '115830.791000', '115830.793000', '115850.673000', '115850.675000', '115850.678000', '115850.681000', '115850.684000', '115850.686000', '115850.689000', '115850.691000', '115850.694000', '115850.697000', '115850.699000', '115850.702000', '115850.704000', '115850.707000', '115850.710000', '115850.712000', '115850.715000', '115850.718000', '115850.720000', '115850.723000', '115850.725000', '115850.728000', '115850.731000', '115850.733000', '115850.736000', '115850.739000', '115850.741000', '115850.744000', '115850.746000', '115850.749000', '115850.751000', '115850.754000', '115850.757000', '115850.759000', '115850.762000', '115850.764000', '115850.767000', '115850.770000', '115850.772000', '115850.775000', '115850.777000', '115850.780000', '115850.783000', '115910.672000', '115910.675000', '115910.678000', '115910.681000', '115910.683000', '115910.686000', '115910.689000', '115910.691000', '115910.694000', '115910.697000', '115910.699000', '115910.702000', '115910.705000', '115910.707000', '115910.710000', '115910.712000', '115910.715000', '115910.718000', '115910.720000', '115910.723000', '115910.726000', '115910.728000', '115910.731000', '115910.733000', '115910.736000', '115910.739000', '115910.741000', '115910.744000', '115910.746000', '115910.749000', '115910.752000', '115910.754000', '115910.757000', '115910.760000', '115910.762000', '115910.765000', '115910.768000', '115910.770000', '115910.773000', '115910.775000', '115910.778000', '115910.781000', '115910.783000', '115910.786000', '115930.673000', '115930.675000', '115930.678000', '115930.681000', '115930.691000', '115930.693000', '115930.696000', '115930.698000', '115930.701000', '115930.704000', '115930.706000', '115930.709000', '115930.712000', '115930.715000', '115930.717000', '115930.720000', '115930.723000', '115930.725000', '115930.728000', '115930.731000', '115930.733000', '115930.736000', '115930.738000', '115930.741000', '115930.744000', '115930.746000', '115930.749000', '115930.752000', '115930.754000', '115930.757000', '115930.760000', '115930.762000', '115930.765000', '115930.767000', '115930.770000', '115930.773000', '115930.775000', '115930.778000', '115930.780000', '115930.783000', '115930.786000', '115930.788000', '115930.791000', '115950.673000', '115950.677000', '115950.679000', '115950.682000', '115950.685000', '115950.687000', '115950.690000', '115950.692000', '115950.695000', '115950.698000', '115950.700000', '115950.703000', '115950.706000', '115950.708000', '115950.711000', '115950.726000', '115950.729000', '115950.731000', '115950.734000', '115950.736000', '115950.739000', '115950.742000', '115950.744000', '115950.747000', '115950.749000', '115950.752000', '115950.755000', '115950.757000', '115950.760000', '115950.763000', '115950.765000', '115950.768000', '115950.771000', '115950.773000', '115950.776000', '115950.778000', '115950.781000', '115950.784000', '115950.786000', '115950.789000', '115950.792000', '115950.794000', '115950.797000', '120010.672000', '120010.675000', '120010.677000', '120010.680000', '120010.684000', '120010.687000', '120010.689000', '120010.692000', '120010.695000', '120010.698000', '120010.700000', '120010.703000', '120010.706000', '120010.708000', '120010.711000', '120010.713000', '120010.716000', '120010.719000', '120010.721000', '120010.724000', '120010.726000', '120010.729000', '120010.732000', '120010.734000', '120010.737000', '120010.739000', '120010.742000', '120010.745000', '120010.747000', '120010.750000', '120010.753000', '120010.756000', '120010.758000', '120010.761000', '120010.763000', '120010.766000', '120010.769000', '120010.771000', '120010.774000', '120010.776000', '120010.779000', '120010.782000', '120010.784000', '120010.787000', '120030.672000', '120030.675000', '120030.678000', '120030.680000', '120030.683000', '120030.686000', '120030.688000', '120030.691000', '120030.694000', '120030.696000', '120030.699000', '120030.701000', '120030.704000', '120030.707000', '120030.709000', '120030.712000', '120030.715000', '120030.717000', '120030.720000', '120030.723000', '120030.725000', '120030.728000', '120030.730000', '120030.733000', '120030.736000', '120030.738000', '120030.741000', '120030.743000', '120030.746000', '120030.749000', '120030.751000', '120030.754000', '120030.757000', '120030.759000', '120030.762000', '120030.765000', '120030.767000', '120030.770000', '120030.772000', '120030.775000', '120030.778000', '120030.780000', '120030.783000', '120030.786000', '120050.673000', '120050.676000', '120050.678000', '120050.681000', '120050.684000', '120050.686000', '120050.689000', '120050.692000', '120050.694000', '120050.697000', '120050.700000', '120050.703000', '120050.705000', '120050.708000', '120050.711000', '120050.713000', '120050.716000', '120050.718000', '120050.721000', '120050.724000', '120050.726000', '120050.729000', '120050.732000', '120050.734000', '120050.737000', '120050.740000', '120050.742000', '120050.745000', '120050.747000', '120050.750000', '120050.753000', '120050.755000', '120050.758000', '120050.761000', '120050.763000', '120050.766000', '120050.769000', '120050.771000', '120050.774000', '120050.776000', '120050.779000', '120050.782000', '120050.784000', '120110.673000', '120110.675000', '120110.678000', '120110.681000', '120110.683000', '120110.686000', '120110.689000', '120110.691000', '120110.694000', '120110.697000', '120110.712000', '120110.715000', '120110.717000', '120110.720000', '120110.723000', '120110.725000', '120110.728000', '120110.730000', '120110.733000', '120110.736000', '120110.738000', '120110.741000', '120110.744000', '120110.746000', '120110.749000', '120110.752000', '120110.755000', '120110.758000', '120110.761000', '120110.764000', '120110.766000', '120110.769000', '120110.771000', '120110.774000', '120110.777000', '120110.779000', '120110.782000', '120110.785000', '120110.787000', '120110.790000', '120110.823000', '120110.826000', '120110.829000', '120130.672000', '120130.676000', '120130.678000', '120130.681000', '120130.684000', '120130.686000', '120130.689000', '120130.691000', '120130.694000', '120130.697000', '120130.699000', '120130.702000', '120130.705000', '120130.707000', '120130.710000', '120130.713000', '120130.715000', '120130.718000', '120130.720000', '120130.723000', '120130.726000', '120130.728000', '120130.731000', '120130.733000', '120130.736000', '120130.739000', '120130.741000', '120130.744000', '120130.747000', '120130.749000', '120130.752000', '120130.755000', '120130.757000', '120130.760000', '120130.763000', '120130.765000', '120130.768000', '120130.770000', '120130.773000', '120130.776000', '120130.778000', '120130.781000', '120130.784000', '120130.786000', '120150.673000', '120150.675000', '120150.678000', '120150.681000', '120150.683000', '120150.686000', '120150.689000', '120150.691000', '120150.694000', '120150.697000', '120150.699000', '120150.702000', '120150.704000', '120150.707000', '120150.710000', '120150.713000', '120150.716000', '120150.719000', '120150.723000', '120150.726000', '120150.729000', '120150.731000', '120150.734000', '120150.737000', '120150.739000', '120150.742000', '120150.745000', '120150.747000', '120150.750000', '120150.752000', '120150.755000', '120150.758000', '120150.760000', '120150.763000', '120150.765000', '120150.768000', '120150.771000', '120150.773000', '120150.776000', '120150.779000', '120150.781000', '120150.784000', '120150.786000', '120210.672000', '120210.675000', '120210.678000', '120210.681000', '120210.683000', '120210.686000', '120210.689000', '120210.691000', '120210.694000', '120210.697000', '120210.699000', '120210.702000', '120210.704000', '120210.707000', '120210.710000', '120210.712000', '120210.715000', '120210.717000', '120210.720000', '120210.723000', '120210.725000', '120210.728000', '120210.731000', '120210.733000', '120210.736000', '120210.739000', '120210.741000', '120210.744000', '120210.747000', '120210.749000', '120210.752000', '120210.754000', '120210.757000', '120210.760000', '120210.762000', '120210.765000', '120210.768000', '120210.770000', '120210.773000', '120210.776000', '120210.778000', '120210.781000', '120210.783000', '120210.786000', '120230.672000', '120230.674000', '120230.677000', '120230.680000', '120230.683000', '120230.685000', '120230.688000', '120230.691000', '120230.693000', '120230.696000', '120230.699000', '120230.701000', '120230.704000', '120230.707000', '120230.709000', '120230.712000', '120230.715000', '120230.717000', '120230.720000', '120230.723000', '120230.725000', '120230.728000', '120230.731000', '120230.733000', '120230.736000', '120230.739000', '120230.742000', '120230.745000', '120230.749000', '120230.751000', '120230.754000', '120230.756000', '120230.759000', '120230.762000', '120230.765000', '120230.767000', '120230.770000', '120230.773000', '120230.775000', '120230.778000', '120230.781000', '120230.783000', '120230.786000', '120250.673000', '120250.676000', '120250.678000', '120250.681000', '120250.684000', '120250.686000', '120250.689000', '120250.699000', '120250.701000', '120250.704000', '120250.706000', '120250.712000', '120250.715000', '120250.717000', '120250.720000', '120250.723000', '120250.725000', '120250.728000', '120250.730000', '120250.733000', '120250.736000', '120250.738000', '120250.741000', '120250.744000', '120250.746000', '120250.749000', '120250.751000', '120250.754000', '120250.757000', '120250.759000', '120250.762000', '120250.765000', '120250.767000', '120250.770000', '120250.773000', '120250.775000', '120250.780000', '120250.783000', '120250.785000', '120250.788000', '120250.790000', '120250.793000', '120250.796000', '120250.798000', '120310.672000', '120310.675000', '120310.678000', '120310.681000', '120310.683000', '120310.686000', '120310.688000', '120310.691000', '120310.694000', '120310.696000', '120310.699000', '120310.702000', '120310.704000', '120310.707000', '120310.710000', '120310.712000', '120310.715000', '120310.717000', '120310.720000', '120310.723000', '120310.726000', '120310.728000', '120310.731000', '120310.734000', '120310.736000', '120310.739000', '120310.742000', '120310.744000', '120310.747000', '120310.749000', '120310.752000', '120310.755000', '120310.757000', '120310.760000', '120310.763000', '120310.766000', '120310.768000', '120310.771000', '120310.774000', '120310.787000', '120310.790000', '120310.792000', '120310.795000', '120330.673000', '120330.675000', '120330.678000', '120330.681000', '120330.684000', '120330.686000', '120330.689000', '120330.692000', '120330.694000', '120330.697000', '120330.700000', '120330.702000', '120330.705000', '120330.708000', '120330.710000', '120330.713000', '120330.715000', '120330.718000', '120330.721000', '120330.723000', '120330.726000', '120330.729000', '120330.731000', '120330.734000', '120330.736000', '120330.739000', '120330.742000', '120330.744000', '120330.747000', '120330.749000', '120330.752000', '120330.755000', '120330.757000', '120330.760000', '120330.763000', '120330.765000', '120330.768000', '120330.770000', '120330.773000', '120330.776000', '120330.778000', '120330.781000', '120330.783000', '120330.786000', '120346.648000', '120346.651000', '120346.653000', '120346.656000', '120346.659000', '120346.662000', '120346.665000', '120346.668000', '120346.671000', '120346.674000', '120346.677000', '120346.681000', '120346.684000', '120346.687000', '120346.690000', '120346.693000', '120346.696000', '120346.699000', '120346.702000', '120346.705000', '120346.707000', '120346.710000', '120346.713000', '120346.716000', '120346.719000', '120346.722000', '120346.725000', '120346.728000', '120346.731000', '120346.734000', '120346.737000', '120346.740000', '120346.744000', '120346.746000', '120346.749000'], '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], 'LargestImagePixelValue': [15700, 10737, 14113, 17311, 15773, 12774, 14842, 20174, 16710, 14439, 11196, 20719, 16453, 15913, 11679, 21610, 15307, 12454, 15567, 17180, 14831, 17768, 17266, 13074, 20253, 16511, 10859, 19778, 15313, 10606, 19479, 15454, 10751, 20381, 15548, 11247, 18722, 14351, 9792, 18785, 15324, 11203, 19273, 15516, 12248, 15208, 15777, 13685, 13855, 17581, 15226, 11641, 17702, 15691, 11844, 18853, 15713, 11864, 18633, 15469, 11984, 17998, 15496, 11413, 18795, 16097, 10751, 18343, 15466, 11305, 18656, 13643, 10843, 15816, 17315, 14990, 11283, 18023, 14365, 12840, 13089, 18719, 16433, 12723, 15825, 16792, 12349, 13890, 13925, 20530, 16169, 14692, 13730, 22167, 17437, 14900, 11915, 20688, 18283, 15908, 15470, 22697, 16210, 13537, 11682, 18343, 15442, 12150, 19932, 17195, 13602, 10264, 19220, 15051, 12962, 9704, 18857, 16275, 14791, 11028, 15396, 20823, 15130, 13153, 9960, 16518, 17429, 15645, 12958, 19756, 16098, 13852, 11860, 17641, 15240, 11303, 23269, 17384, 14507, 11329, 16079, 14008, 10414, 16554, 17996, 15955, 11796, 18572, 15363, 13568, 13241, 17441, 16540, 11165, 12765, 14729, 13144, 10289, 9721, 17123, 15759, 13574, 12721, 22389, 18269, 15811, 12568, 10927, 19670, 16147, 15805, 13666, 22593, 17515, 16947, 11845, 18970, 15011, 13874, 11237, 20971, 16445, 15053, 11233, 18312, 14404, 12882, 10605, 18715, 15096, 12905, 11922, 16768, 15214, 12357, 13398, 16118, 13529, 10501, 16099, 16270, 13814, 10054, 14729, 14000, 14727, 10808, 14675, 18985, 15289, 13494, 10603, 14841, 16522, 15705, 13052, 17760, 14925, 12996, 13154, 17628, 14836, 11096, 17898, 14615, 12498, 15557, 17547, 14670, 11385, 16191, 14052, 12342, 13146, 17674, 14745, 10942, 15873, 15207, 14038, 13386, 18570, 15151, 11063, 18481, 16365, 13377, 20410, 15765, 12075, 18255, 16628, 14826, 12775, 15710, 13300, 10171, 17327, 15256, 11212, 15270, 13851, 12051, 10988, 16319, 13951, 10573, 15459, 14787, 12511, 14766, 16363, 13899, 10844, 15756, 13369, 10384, 16631, 14741, 14077, 10914, 15274, 12810, 10117, 16897, 14513, 12065, 15973, 14582, 12665, 11671, 15429, 14013, 10933, 16979, 14860, 10626, 16606, 14651, 12923, 9891, 17819, 14279, 12154, 11666, 16371, 12939, 12014, 11094, 10947, 9570, 15777, 12733, 9413, 16597, 14158, 12486, 13053, 16611, 14756, 10873, 19627, 18295, 18223, 16662, 21552, 17355, 15004, 11353, 21666, 20038, 15695, 12490, 18357, 18210, 15389, 11562, 10776, 19005, 16232, 14220, 11832, 10083, 12030, 15311, 14768, 13691, 11193, 15642, 15735, 13712, 11954, 10060, 13177, 15655, 14449, 13140, 11073, 15319, 17003, 14951, 13469, 10593, 12599, 13393, 14169, 12216, 10966, 13979, 17784, 15250, 13917, 11256, 14050, 16141, 13237, 11946, 11194, 16563, 14831, 12805, 14179, 15808, 13244, 9957, 12532, 15084, 13037, 10245, 13485, 15787, 13509, 10455, 11011, 14306, 12369, 10226, 16602, 14734, 12670, 15408, 14208, 12419, 10150, 17157, 13853, 11602, 11252, 15164, 13144, 10533, 16054, 12959, 15249, 12777, 16087, 13764, 12905, 11325, 17059, 13518, 11865, 9424, 14606, 15984, 14245, 12359, 19436, 14490, 11259, 14273, 13813, 11446, 13920, 15296, 13732, 11416, 17300, 14734, 12987, 16025, 13090, 11679, 9465, 15793, 14463, 14606, 14270, 17529, 13832, 12062, 11144, 16102, 13734, 11816, 17345, 17283, 14238, 10538, 17379, 15746, 13916, 11505, 20793, 15445, 13526, 10663, 18392, 14687, 12649, 11660, 15320, 13415, 10390, 16474, 14644, 13476, 9943, 16703, 14071, 13133, 11178, 16420, 13090, 11554, 12164, 13959, 12977, 9812, 13499, 15798, 13800, 12455, 10648, 13959, 17568, 13366, 11759, 12135, 16799, 15324, 14713, 18565, 16294, 11287, 18459, 14733, 11219, 20097, 17404, 15002, 18678, 15979, 13030, 9901, 16456, 14482, 11765, 17251, 14914, 12919, 9945, 15841, 12928, 10740, 14297, 16702, 14624, 10856, 16656, 12945, 10661, 14255, 15648, 14771, 12845, 20543, 14464, 11147, 14749, 16329, 14595, 12836, 17576, 14481, 10680, 19395, 14290, 12335, 12707, 15739, 13654, 10248, 17520, 14177, 15387, 10632, 16516, 16168, 14683, 11855, 15018, 17515, 14662, 11872, 11858, 16353, 14650, 11648, 15159, 16389, 13846, 10733, 17756, 14066, 11743, 9943, 15974, 14257, 12502, 16179, 15327, 13718, 10183, 14562, 15064, 13138, 10493, 17245, 15804, 14956, 12468, 17755, 15629, 13690, 11428, 17813, 15002, 14526, 12275, 19247, 21310, 16625, 12369, 10329, 17418, 14445, 12919, 12223, 17093, 14559, 10226, 13995, 15141, 13951, 13770, 18520, 14974, 12069, 10636, 16666, 13109, 10718, 18246, 14575, 14030, 13638, 16531, 13908, 10795, 19209, 15394, 14314, 12059, 16042, 14582, 11032, 10228, 19001, 14740, 14231, 13106, 19027, 16544, 13915, 10089, 13671, 14188, 14307, 12489, 18723, 15145, 13922, 16391, 17781, 16621, 20012, 19305, 11058, 8892, 13059, 12622, 9517, 16993, 12940, 13919, 10398, 17734, 13952, 12956, 9693, 14108, 17341, 14347, 14936, 15458, 21002, 18036, 15187, 10547, 13459, 14832, 13711, 11139, 15264, 16024, 13192, 9950, 10195, 15317, 13367, 10557, 9875, 17321, 14453, 13786, 12021, 14090, 21057, 16048, 14635, 10353, 18351, 14416, 13317, 11947, 17276, 14466, 10307, 16918, 15308, 14791, 13131, 19229, 15789, 11575, 10703, 14455, 12724, 9895, 18210, 15090, 13109, 13690, 15947, 14103, 10629, 19126, 14775, 13001, 11083, 17442, 14149, 11211, 14133, 17165, 15337, 12897, 18123, 13960, 13325, 10167, 17256, 14500, 13287, 10038, 12479, 16732, 14276, 12322, 11324, 19140, 14804, 12460, 14231, 18127, 15487, 11348, 20795, 16169, 14928, 11953, 13515, 11669, 9532, 15579, 13213, 12110, 18185, 14590, 10747, 10844, 14467, 12749, 9856, 17809, 15325, 14131, 10800, 17054, 13984, 12636, 14121, 18728, 16106, 10749, 14780, 17091, 14580, 12478, 10820, 19395, 17310, 16112, 11032, 13921, 19712, 17840, 13205, 19518, 17850, 15523, 11075, 20531, 15037, 12433, 16936, 18144, 14136, 10280, 14166, 13129, 12937, 9983, 17868, 15320, 15033, 10829, 17236, 14309, 13327, 10386, 18789, 14876, 14314, 10461, 14125, 18723, 14324, 13618, 12963, 18681, 16511, 12890, 10271, 13499, 16520, 13998, 10287], 'WindowCenter': [4914.0, 4860.0, 4884.0, 4893.0, 4882.0, 4862.0, 4882.0, 4910.0, 4880.0, 4882.0, 4852.0, 4924.0, 4904.0, 4892.0, 4852.0, 4922.0, 4882.0, 4860.0, 4893.0, 4892.0, 4883.0, 4903.0, 4892.0, 4872.0, 4912.0, 4889.0, 4843.0, 4911.0, 4881.0, 4843.0, 4910.0, 4877.0, 4853.0, 4919.0, 4892.0, 4854.0, 4912.0, 4883.0, 4843.0, 4912.0, 4893.0, 4854.0, 4912.0, 4893.0, 4874.0, 4895.0, 4893.0, 4882.0, 4883.0, 4914.0, 4894.0, 4865.0, 4913.0, 4905.0, 4876.0, 4927.0, 4903.0, 4876.0, 4914.0, 4893.0, 4864.0, 4901.0, 4892.0, 4852.0, 4899.0, 4891.0, 4851.0, 4902.0, 4892.0, 4852.0, 4911.0, 4872.0, 4852.0, 4891.0, 4914.0, 4906.0, 4866.0, 4927.0, 4894.0, 4886.0, 4888.0, 4942.0, 4921.0, 4891.0, 4918.0, 4919.0, 4887.0, 4900.0, 4900.0, 4941.0, 4920.0, 4908.0, 4897.0, 4950.0, 4916.0, 4898.0, 4866.0, 4926.0, 4905.0, 4892.0, 4895.0, 4934.0, 4892.0, 4861.0, 4851.0, 4887.0, 4869.0, 4851.0, 4901.0, 4887.0, 4868.0, 4841.0, 4900.0, 4878.0, 4871.0, 4834.0, 4914.0, 4893.0, 4882.0, 4855.0, 4895.0, 4925.0, 4895.0, 4875.0, 4846.0, 4905.0, 4906.0, 4894.0, 4878.0, 4924.0, 4895.0, 4885.0, 4866.0, 4901.0, 4892.0, 4852.0, 4934.0, 4901.0, 4884.0, 4855.0, 4890.0, 4873.0, 4844.0, 4904.0, 4904.0, 4895.0, 4867.0, 4915.0, 4894.0, 4875.0, 4889.0, 4918.0, 4907.0, 4856.0, 4876.0, 4884.0, 4874.0, 4846.0, 4846.0, 4907.0, 4897.0, 4886.0, 4890.0, 4939.0, 4917.0, 4893.0, 4876.0, 4856.0, 4914.0, 4894.0, 4884.0, 4874.0, 4925.0, 4895.0, 4893.0, 4854.0, 4901.0, 4869.0, 4857.0, 4829.0, 4896.0, 4879.0, 4870.0, 4841.0, 4890.0, 4856.0, 4849.0, 4827.0, 4889.0, 4868.0, 4849.0, 4839.0, 4879.0, 4868.0, 4849.0, 4860.0, 4879.0, 4858.0, 4830.0, 4879.0, 4877.0, 4856.0, 4819.0, 4870.0, 4856.0, 4871.0, 4842.0, 4883.0, 4902.0, 4884.0, 4875.0, 4843.0, 4885.0, 4894.0, 4895.0, 4875.0, 4916.0, 4885.0, 4872.0, 4876.0, 4905.0, 4885.0, 4856.0, 4904.0, 4883.0, 4865.0, 4894.0, 4902.0, 4885.0, 4866.0, 4902.0, 4884.0, 4864.0, 4875.0, 4905.0, 4884.0, 4857.0, 4896.0, 4894.0, 4882.0, 4874.0, 4916.0, 4882.0, 4855.0, 4904.0, 4893.0, 4871.0, 4910.0, 4878.0, 4852.0, 4901.0, 4881.0, 4871.0, 4862.0, 4879.0, 4860.0, 4828.0, 4890.0, 4881.0, 4842.0, 4883.0, 4871.0, 4861.0, 4852.0, 4889.0, 4884.0, 4856.0, 4895.0, 4884.0, 4875.0, 4885.0, 4892.0, 4885.0, 4857.0, 4896.0, 4875.0, 4846.0, 4902.0, 4883.0, 4885.0, 4856.0, 4893.0, 4864.0, 4841.0, 4890.0, 4870.0, 4864.0, 4893.0, 4883.0, 4863.0, 4850.0, 4881.0, 4871.0, 4843.0, 4889.0, 4871.0, 4842.0, 4892.0, 4871.0, 4862.0, 4832.0, 4903.0, 4896.0, 4873.0, 4862.0, 4906.0, 4870.0, 4852.0, 4864.0, 4843.0, 4821.0, 4868.0, 4860.0, 4821.0, 4901.0, 4885.0, 4878.0, 4876.0, 4905.0, 4885.0, 4855.0, 4914.0, 4905.0, 4902.0, 4881.0, 4912.0, 4878.0, 4858.0, 4817.0, 4885.0, 4873.0, 4842.0, 4812.0, 4850.0, 4850.0, 4827.0, 4799.0, 4802.0, 4861.0, 4851.0, 4829.0, 4823.0, 4801.0, 4824.0, 4842.0, 4844.0, 4845.0, 4826.0, 4856.0, 4867.0, 4844.0, 4837.0, 4819.0, 4846.0, 4867.0, 4858.0, 4849.0, 4837.0, 4881.0, 4888.0, 4873.0, 4863.0, 4843.0, 4863.0, 4862.0, 4873.0, 4852.0, 4842.0, 4873.0, 4893.0, 4881.0, 4874.0, 4850.0, 4885.0, 4895.0, 4860.0, 4852.0, 4842.0, 4892.0, 4873.0, 4862.0, 4873.0, 4882.0, 4861.0, 4829.0, 4848.0, 4870.0, 4846.0, 4828.0, 4874.0, 4893.0, 4874.0, 4844.0, 4842.0, 4883.0, 4863.0, 4842.0, 4890.0, 4884.0, 4864.0, 4896.0, 4887.0, 4864.0, 4844.0, 4899.0, 4871.0, 4850.0, 4853.0, 4882.0, 4873.0, 4844.0, 4890.0, 4851.0, 4883.0, 4860.0, 4882.0, 4859.0, 4862.0, 4842.0, 4893.0, 4874.0, 4852.0, 4821.0, 4870.0, 4876.0, 4870.0, 4848.0, 4902.0, 4872.0, 4854.0, 4872.0, 4867.0, 4851.0, 4871.0, 4879.0, 4858.0, 4850.0, 4890.0, 4881.0, 4862.0, 4891.0, 4860.0, 4852.0, 4831.0, 4881.0, 4882.0, 4882.0, 4884.0, 4903.0, 4875.0, 4865.0, 4853.0, 4890.0, 4872.0, 4849.0, 4892.0, 4893.0, 4872.0, 4842.0, 4891.0, 4880.0, 4859.0, 4840.0, 4909.0, 4878.0, 4856.0, 4828.0, 4888.0, 4857.0, 4845.0, 4836.0, 4868.0, 4857.0, 4818.0, 4878.0, 4868.0, 4858.0, 4819.0, 4878.0, 4868.0, 4860.0, 4851.0, 4905.0, 4885.0, 4853.0, 4860.0, 4882.0, 4860.0, 4843.0, 4884.0, 4892.0, 4882.0, 4871.0, 4855.0, 4894.0, 4928.0, 4898.0, 4880.0, 4879.0, 4913.0, 4906.0, 4895.0, 4927.0, 4906.0, 4866.0, 4915.0, 4884.0, 4855.0, 4910.0, 4893.0, 4879.0, 4903.0, 4892.0, 4872.0, 4832.0, 4877.0, 4872.0, 4851.0, 4901.0, 4882.0, 4863.0, 4840.0, 4892.0, 4861.0, 4839.0, 4881.0, 4893.0, 4883.0, 4854.0, 4894.0, 4859.0, 4840.0, 4872.0, 4881.0, 4882.0, 4862.0, 4913.0, 4871.0, 4840.0, 4870.0, 4881.0, 4869.0, 4860.0, 4886.0, 4869.0, 4830.0, 4898.0, 4866.0, 4849.0, 4851.0, 4879.0, 4858.0, 4828.0, 4889.0, 4858.0, 4880.0, 4832.0, 4880.0, 4879.0, 4868.0, 4839.0, 4869.0, 4889.0, 4857.0, 4838.0, 4838.0, 4878.0, 4856.0, 4840.0, 4869.0, 4878.0, 4857.0, 4829.0, 4886.0, 4857.0, 4839.0, 4816.0, 4877.0, 4867.0, 4850.0, 4888.0, 4877.0, 4870.0, 4832.0, 4881.0, 4878.0, 4860.0, 4842.0, 4891.0, 4883.0, 4880.0, 4864.0, 4905.0, 4891.0, 4871.0, 4850.0, 4901.0, 4882.0, 4872.0, 4863.0, 4914.0, 4925.0, 4893.0, 4863.0, 4843.0, 4890.0, 4870.0, 4860.0, 4848.0, 4890.0, 4870.0, 4831.0, 4870.0, 4870.0, 4870.0, 4860.0, 4899.0, 4908.0, 4878.0, 4854.0, 4892.0, 4861.0, 4843.0, 4902.0, 4881.0, 4872.0, 4869.0, 4881.0, 4871.0, 4842.0, 4900.0, 4880.0, 4869.0, 4852.0, 4879.0, 4868.0, 4840.0, 4829.0, 4900.0, 4870.0, 4860.0, 4856.0, 4900.0, 4877.0, 4860.0, 4829.0, 4859.0, 4855.0, 4854.0, 4843.0, 4886.0, 4868.0, 4858.0, 4879.0, 4889.0, 4878.0, 4900.0, 4900.0, 4825.0, 4792.0, 4829.0, 4832.0, 4805.0, 4875.0, 4834.0, 4853.0, 4814.0, 4874.0, 4854.0, 4832.0, 4793.0, 4842.0, 4861.0, 4844.0, 4855.0, 4855.0, 4887.0, 4854.0, 4830.0, 4788.0, 4807.0, 4815.0, 4815.0, 4786.0, 4825.0, 4825.0, 4803.0, 4776.0, 4787.0, 4835.0, 4818.0, 4800.0, 4801.0, 4860.0, 4841.0, 4838.0, 4823.0, 4839.0, 4883.0, 4852.0, 4843.0, 4804.0, 4873.0, 4840.0, 4834.0, 4824.0, 4864.0, 4843.0, 4813.0, 4861.0, 4854.0, 4851.0, 4845.0, 4886.0, 4863.0, 4839.0, 4824.0, 4857.0, 4847.0, 4817.0, 4887.0, 4866.0, 4847.0, 4856.0, 4867.0, 4857.0, 4828.0, 4884.0, 4857.0, 4848.0, 4838.0, 4888.0, 4857.0, 4840.0, 4866.0, 4890.0, 4883.0, 4861.0, 4899.0, 4873.0, 4871.0, 4832.0, 4889.0, 4870.0, 4860.0, 4831.0, 4862.0, 4890.0, 4880.0, 4862.0, 4852.0, 4912.0, 4880.0, 4863.0, 4870.0, 4902.0, 4882.0, 4851.0, 4924.0, 4894.0, 4910.0, 4879.0, 4884.0, 4851.0, 4820.0, 4879.0, 4861.0, 4849.0, 4900.0, 4878.0, 4839.0, 4850.0, 4881.0, 4871.0, 4843.0, 4912.0, 4894.0, 4884.0, 4866.0, 4915.0, 4885.0, 4875.0, 4885.0, 4915.0, 4892.0, 4853.0, 4895.0, 4904.0, 4883.0, 4863.0, 4854.0, 4911.0, 4903.0, 4893.0, 4853.0, 4873.0, 4912.0, 4900.0, 4860.0, 4909.0, 4888.0, 4876.0, 4839.0, 4898.0, 4868.0, 4845.0, 4888.0, 4886.0, 4869.0, 4830.0, 4855.0, 4844.0, 4848.0, 4828.0, 4889.0, 4880.0, 4881.0, 4851.0, 4900.0, 4880.0, 4861.0, 4839.0, 4901.0, 4881.0, 4870.0, 4840.0, 4871.0, 4901.0, 4879.0, 4883.0, 4872.0, 4911.0, 4878.0, 4848.0, 4826.0, 4859.0, 4886.0, 4868.0, 4828.0], 'WindowWidth': [10693.0, 10610.0, 10630.0, 10640.0, 10620.0, 10592.0, 10618.0, 10658.0, 10611.0, 10617.0, 10576.0, 10682.0, 10655.0, 10633.0, 10578.0, 10675.0, 10618.0, 10586.0, 10633.0, 10631.0, 10620.0, 10648.0, 10631.0, 10605.0, 10660.0, 10625.0, 10566.0, 10658.0, 10615.0, 10564.0, 10654.0, 10607.0, 10582.0, 10672.0, 10633.0, 10586.0, 10662.0, 10620.0, 10567.0, 10660.0, 10635.0, 10583.0, 10663.0, 10639.0, 10613.0, 10642.0, 10637.0, 10622.0, 10626.0, 10669.0, 10641.0, 10600.0, 10667.0, 10657.0, 10618.0, 10691.0, 10653.0, 10618.0, 10670.0, 10637.0, 10596.0, 10647.0, 10632.0, 10577.0, 10643.0, 10630.0, 10575.0, 10649.0, 10635.0, 10579.0, 10661.0, 10605.0, 10580.0, 10634.0, 10670.0, 10662.0, 10609.0, 10692.0, 10643.0, 10635.0, 10638.0, 10722.0, 10692.0, 10647.0, 10683.0, 10683.0, 10635.0, 10657.0, 10657.0, 10718.0, 10684.0, 10665.0, 10648.0, 10732.0, 10677.0, 10651.0, 10602.0, 10688.0, 10655.0, 10634.0, 10640.0, 10702.0, 10635.0, 10588.0, 10570.0, 10619.0, 10595.0, 10572.0, 10644.0, 10620.0, 10595.0, 10561.0, 10643.0, 10608.0, 10604.0, 10552.0, 10667.0, 10634.0, 10622.0, 10585.0, 10642.0, 10686.0, 10642.0, 10614.0, 10575.0, 10656.0, 10658.0, 10640.0, 10620.0, 10686.0, 10643.0, 10627.0, 10602.0, 10648.0, 10635.0, 10579.0, 10695.0, 10648.0, 10623.0, 10585.0, 10630.0, 10605.0, 10569.0, 10651.0, 10652.0, 10642.0, 10607.0, 10671.0, 10636.0, 10611.0, 10641.0, 10679.0, 10661.0, 10587.0, 10614.0, 10623.0, 10610.0, 10573.0, 10575.0, 10661.0, 10647.0, 10631.0, 10641.0, 10712.0, 10678.0, 10639.0, 10615.0, 10585.0, 10664.0, 10635.0, 10623.0, 10607.0, 10686.0, 10641.0, 10634.0, 10580.0, 10643.0, 10593.0, 10574.0, 10536.0, 10630.0, 10609.0, 10596.0, 10558.0, 10625.0, 10575.0, 10566.0, 10536.0, 10624.0, 10591.0, 10565.0, 10551.0, 10607.0, 10592.0, 10566.0, 10581.0, 10607.0, 10578.0, 10542.0, 10610.0, 10605.0, 10576.0, 10527.0, 10597.0, 10572.0, 10599.0, 10561.0, 10620.0, 10647.0, 10622.0, 10614.0, 10567.0, 10624.0, 10637.0, 10640.0, 10612.0, 10672.0, 10625.0, 10607.0, 10615.0, 10652.0, 10624.0, 10586.0, 10651.0, 10619.0, 10597.0, 10637.0, 10646.0, 10628.0, 10602.0, 10649.0, 10622.0, 10596.0, 10612.0, 10655.0, 10625.0, 10592.0, 10643.0, 10638.0, 10619.0, 10609.0, 10672.0, 10621.0, 10584.0, 10651.0, 10633.0, 10602.0, 10658.0, 10609.0, 10575.0, 10642.0, 10615.0, 10599.0, 10588.0, 10609.0, 10582.0, 10540.0, 10627.0, 10616.0, 10563.0, 10621.0, 10603.0, 10589.0, 10578.0, 10630.0, 10625.0, 10589.0, 10641.0, 10626.0, 10614.0, 10629.0, 10638.0, 10629.0, 10592.0, 10644.0, 10612.0, 10573.0, 10650.0, 10624.0, 10626.0, 10590.0, 10636.0, 10596.0, 10562.0, 10631.0, 10602.0, 10594.0, 10636.0, 10619.0, 10591.0, 10572.0, 10613.0, 10599.0, 10562.0, 10625.0, 10600.0, 10562.0, 10630.0, 10601.0, 10592.0, 10549.0, 10651.0, 10646.0, 10615.0, 10599.0, 10663.0, 10605.0, 10576.0, 10601.0, 10564.0, 10531.0, 10589.0, 10582.0, 10534.0, 10648.0, 10628.0, 10619.0, 10616.0, 10657.0, 10626.0, 10584.0, 10663.0, 10653.0, 10649.0, 10617.0, 10659.0, 10606.0, 10575.0, 10516.0, 10609.0, 10591.0, 10545.0, 10499.0, 10549.0, 10550.0, 10512.0, 10477.0, 10488.0, 10570.0, 10556.0, 10526.0, 10522.0, 10491.0, 10523.0, 10544.0, 10549.0, 10551.0, 10526.0, 10571.0, 10587.0, 10554.0, 10547.0, 10524.0, 10558.0, 10587.0, 10575.0, 10564.0, 10547.0, 10614.0, 10625.0, 10605.0, 10591.0, 10563.0, 10591.0, 10587.0, 10605.0, 10575.0, 10557.0, 10603.0, 10633.0, 10615.0, 10607.0, 10573.0, 10626.0, 10641.0, 10585.0, 10576.0, 10560.0, 10632.0, 10604.0, 10587.0, 10603.0, 10616.0, 10585.0, 10542.0, 10566.0, 10594.0, 10561.0, 10537.0, 10612.0, 10636.0, 10611.0, 10568.0, 10566.0, 10619.0, 10592.0, 10561.0, 10630.0, 10622.0, 10596.0, 10644.0, 10634.0, 10598.0, 10568.0, 10643.0, 10603.0, 10576.0, 10580.0, 10618.0, 10608.0, 10567.0, 10627.0, 10570.0, 10621.0, 10585.0, 10619.0, 10584.0, 10588.0, 10561.0, 10634.0, 10609.0, 10575.0, 10529.0, 10596.0, 10605.0, 10599.0, 10568.0, 10651.0, 10604.0, 10581.0, 10604.0, 10593.0, 10579.0, 10602.0, 10611.0, 10580.0, 10572.0, 10629.0, 10620.0, 10594.0, 10633.0, 10588.0, 10579.0, 10549.0, 10618.0, 10621.0, 10623.0, 10627.0, 10657.0, 10616.0, 10601.0, 10584.0, 10631.0, 10606.0, 10572.0, 10635.0, 10638.0, 10605.0, 10564.0, 10632.0, 10615.0, 10584.0, 10558.0, 10658.0, 10610.0, 10576.0, 10539.0, 10624.0, 10577.0, 10560.0, 10549.0, 10593.0, 10577.0, 10526.0, 10611.0, 10594.0, 10582.0, 10528.0, 10611.0, 10596.0, 10587.0, 10578.0, 10661.0, 10634.0, 10582.0, 10590.0, 10622.0, 10586.0, 10567.0, 10627.0, 10637.0, 10622.0, 10609.0, 10588.0, 10645.0, 10695.0, 10653.0, 10631.0, 10629.0, 10672.0, 10663.0, 10647.0, 10697.0, 10662.0, 10605.0, 10673.0, 10625.0, 10586.0, 10662.0, 10639.0, 10613.0, 10650.0, 10636.0, 10606.0, 10552.0, 10611.0, 10606.0, 10576.0, 10648.0, 10621.0, 10596.0, 10566.0, 10637.0, 10589.0, 10560.0, 10617.0, 10637.0, 10624.0, 10585.0, 10641.0, 10587.0, 10561.0, 10606.0, 10619.0, 10622.0, 10593.0, 10670.0, 10603.0, 10560.0, 10601.0, 10616.0, 10599.0, 10585.0, 10621.0, 10597.0, 10544.0, 10639.0, 10589.0, 10569.0, 10571.0, 10608.0, 10580.0, 10540.0, 10625.0, 10579.0, 10614.0, 10549.0, 10612.0, 10608.0, 10593.0, 10555.0, 10594.0, 10626.0, 10577.0, 10552.0, 10552.0, 10607.0, 10574.0, 10556.0, 10597.0, 10609.0, 10578.0, 10540.0, 10618.0, 10577.0, 10554.0, 10520.0, 10606.0, 10592.0, 10571.0, 10625.0, 10611.0, 10599.0, 10551.0, 10618.0, 10610.0, 10587.0, 10564.0, 10633.0, 10622.0, 10619.0, 10597.0, 10658.0, 10632.0, 10602.0, 10575.0, 10646.0, 10619.0, 10606.0, 10594.0, 10668.0, 10690.0, 10635.0, 10593.0, 10567.0, 10629.0, 10599.0, 10586.0, 10567.0, 10628.0, 10598.0, 10546.0, 10600.0, 10600.0, 10598.0, 10587.0, 10643.0, 10671.0, 10628.0, 10586.0, 10634.0, 10590.0, 10566.0, 10648.0, 10617.0, 10604.0, 10597.0, 10617.0, 10601.0, 10562.0, 10641.0, 10611.0, 10596.0, 10575.0, 10607.0, 10595.0, 10559.0, 10545.0, 10642.0, 10596.0, 10585.0, 10575.0, 10640.0, 10607.0, 10585.0, 10538.0, 10581.0, 10572.0, 10571.0, 10554.0, 10617.0, 10596.0, 10581.0, 10609.0, 10628.0, 10609.0, 10643.0, 10644.0, 10528.0, 10479.0, 10529.0, 10538.0, 10501.0, 10602.0, 10539.0, 10567.0, 10515.0, 10601.0, 10570.0, 10536.0, 10483.0, 10550.0, 10579.0, 10554.0, 10570.0, 10574.0, 10622.0, 10567.0, 10525.0, 10464.0, 10489.0, 10498.0, 10497.0, 10459.0, 10510.0, 10513.0, 10479.0, 10445.0, 10464.0, 10530.0, 10508.0, 10488.0, 10490.0, 10572.0, 10543.0, 10541.0, 10522.0, 10540.0, 10610.0, 10563.0, 10550.0, 10499.0, 10592.0, 10544.0, 10538.0, 10526.0, 10582.0, 10551.0, 10512.0, 10577.0, 10568.0, 10564.0, 10558.0, 10620.0, 10582.0, 10553.0, 10531.0, 10576.0, 10563.0, 10523.0, 10621.0, 10588.0, 10563.0, 10577.0, 10592.0, 10576.0, 10537.0, 10615.0, 10575.0, 10564.0, 10553.0, 10621.0, 10577.0, 10556.0, 10592.0, 10628.0, 10622.0, 10588.0, 10640.0, 10607.0, 10602.0, 10551.0, 10625.0, 10597.0, 10587.0, 10548.0, 10590.0, 10628.0, 10614.0, 10592.0, 10580.0, 10664.0, 10616.0, 10593.0, 10603.0, 10648.0, 10620.0, 10579.0, 10687.0, 10642.0, 10676.0, 10631.0, 10628.0, 10576.0, 10530.0, 10610.0, 10592.0, 10572.0, 10646.0, 10613.0, 10561.0, 10577.0, 10619.0, 10604.0, 10569.0, 10665.0, 10643.0, 10629.0, 10608.0, 10673.0, 10629.0, 10616.0, 10628.0, 10675.0, 10636.0, 10582.0, 10642.0, 10654.0, 10624.0, 10597.0, 10584.0, 10662.0, 10650.0, 10637.0, 10583.0, 10608.0, 10661.0, 10644.0, 10589.0, 10659.0, 10627.0, 10607.0, 10556.0, 10640.0, 10592.0, 10562.0, 10623.0, 10621.0, 10596.0, 10543.0, 10576.0, 10558.0, 10566.0, 10541.0, 10627.0, 10616.0, 10619.0, 10579.0, 10644.0, 10616.0, 10588.0, 10560.0, 10646.0, 10616.0, 10602.0, 10560.0, 10604.0, 10647.0, 10615.0, 10626.0, 10609.0, 10664.0, 10608.0, 10566.0, 10537.0, 10583.0, 10621.0, 10597.0, 10543.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.0016708004778972522</td></tr>
<tr><td colspan=3>aqi</td><td>0.031019506093189965</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.53662340717707</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2097022561842101</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0144448500478465</td></tr>
<tr><td colspan=3>efc</td><td>0.5145</td></tr>
<tr><td colspan=3>fber</td><td>4490.5591</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10934902077857366</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.438470728793309</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3099978454644723</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.158266039452019</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.584405120201162</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.187322376740235</td></tr>
<tr><td colspan=3>gcor</td><td>0.0148226</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02274036407470703</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03669053316116333</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.346631533323717</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>19.9281</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.5247</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.8136</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288903.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1118.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>440.4375</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1977</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.8438</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4019.9041</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4144.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87641.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.3765</td></tr>
<tr><td colspan=3>tsnr</td><td>34.702299676369876</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>