<?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-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-02/func/sub-0037_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>c934e135d7a36e4ef4893f839d8471f0</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>18:31:14.107500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999482, 0.018891, 0.0260592, -0.018842, 0.99982, -0.00212298]</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.0903184</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>[4155, -7735, -7275, 578, -28, -215, 41, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>258.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5acd37b1-570c-4eb1-8bd2-eaa7fa950772||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681536912918091, -0.05055182799696922, 0.07045552134513855, 111.5897216796875], [-0.05068317800760269, 2.6824445724487305, -0.004403355065733194, -93.03976440429688], [0.06991497427225113, 0.005695803090929985, 2.6990768909454346, -82.97439575195312], [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': ['183114.107500', '183114.567500', '183115.027500', '183115.487500', '183115.947500', '183116.407500', '183116.867500', '183117.327500', '183117.787500', '183118.247500', '183118.707500', '183119.167500', '183119.627500', '183120.087500', '183120.547500', '183121.007500', '183121.467500', '183121.927500', '183122.387500', '183122.847500', '183123.307500', '183123.767500', '183124.227500', '183124.687500', '183125.147500', '183125.607500', '183126.067500', '183126.527500', '183126.987500', '183127.447500', '183127.907500', '183128.367500', '183128.827500', '183129.287500', '183129.747500', '183130.207500', '183130.667500', '183131.127500', '183131.587500', '183132.047500', '183132.507500', '183132.967500', '183133.427500', '183133.887500', '183134.347500', '183134.807500', '183135.267500', '183135.727500', '183136.187500', '183136.647500', '183137.107500', '183137.567500', '183138.027500', '183138.487500', '183138.947500', '183139.407500', '183139.867500', '183140.327500', '183140.787500', '183141.247500', '183141.707500', '183142.167500', '183142.627500', '183143.087500', '183143.547500', '183144.007500', '183144.467500', '183144.927500', '183145.387500', '183145.847500', '183146.307500', '183146.767500', '183147.227500', '183147.687500', '183148.147500', '183148.607500', '183149.067500', '183149.527500', '183149.987500', '183150.447500', '183150.907500', '183151.367500', '183151.827500', '183152.287500', '183152.747500', '183153.207500', '183153.667500', '183154.127500', '183154.587500', '183155.047500', '183155.507500', '183155.967500', '183156.427500', '183156.887500', '183157.347500', '183157.807500', '183158.267500', '183158.727500', '183159.187500', '183159.647500', '183200.107500', '183200.567500', '183201.027500', '183201.487500', '183201.947500', '183202.407500', '183202.867500', '183203.327500', '183203.787500', '183204.247500', '183204.707500', '183205.167500', '183205.627500', '183206.087500', '183206.547500', '183207.007500', '183207.467500', '183207.927500', '183208.387500', '183208.847500', '183209.307500', '183209.767500', '183210.227500', '183210.687500', '183211.147500', '183211.607500', '183212.067500', '183212.527500', '183212.987500', '183213.447500', '183213.907500', '183214.367500', '183214.827500', '183215.287500', '183215.747500', '183216.207500', '183216.667500', '183217.127500', '183217.587500', '183218.047500', '183218.507500', '183218.967500', '183219.427500', '183219.887500', '183220.347500', '183220.807500', '183221.267500', '183221.727500', '183222.187500', '183222.647500', '183223.107500', '183223.567500', '183224.027500', '183224.487500', '183224.947500', '183225.407500', '183225.867500', '183226.327500', '183226.787500', '183227.247500', '183227.707500', '183228.167500', '183228.627500', '183229.087500', '183229.547500', '183230.007500', '183230.467500', '183230.927500', '183231.387500', '183231.847500', '183232.307500', '183232.767500', '183233.227500', '183233.687500', '183234.147500', '183234.607500', '183235.067500', '183235.527500', '183235.987500', '183236.447500', '183236.907500', '183237.367500', '183237.827500', '183238.287500', '183238.747500', '183239.207500', '183239.667500', '183240.127500', '183240.587500', '183241.047500', '183241.507500', '183241.967500', '183242.427500', '183242.887500', '183243.347500', '183243.807500', '183244.267500', '183244.727500', '183245.187500', '183245.647500', '183246.107500', '183246.567500', '183247.027500', '183247.487500', '183247.947500', '183248.407500', '183248.867500', '183249.327500', '183249.787500', '183250.247500', '183250.707500', '183251.167500', '183251.627500', '183252.087500', '183252.547500', '183253.007500', '183253.467500', '183253.927500', '183254.387500', '183254.847500', '183255.307500', '183255.767500', '183256.227500', '183256.687500', '183257.147500', '183257.607500', '183258.067500', '183258.527500', '183258.987500', '183259.447500', '183259.907500', '183300.367500', '183300.827500', '183301.287500', '183301.747500', '183302.207500', '183302.667500', '183303.127500', '183303.587500', '183304.047500', '183304.507500', '183304.967500', '183305.427500', '183305.887500', '183306.347500', '183306.807500', '183307.267500', '183307.727500', '183308.187500', '183308.647500', '183309.107500', '183309.567500', '183310.027500', '183310.487500', '183310.947500', '183311.407500', '183311.867500', '183312.327500', '183312.787500', '183313.247500', '183313.707500', '183314.167500', '183314.627500', '183315.087500', '183315.547500', '183316.007500', '183316.467500', '183316.927500', '183317.387500', '183317.847500', '183318.307500', '183318.767500', '183319.227500', '183319.687500', '183320.147500', '183320.607500', '183321.067500', '183321.527500', '183321.987500', '183322.447500', '183322.907500', '183323.367500', '183323.827500', '183324.287500', '183324.747500', '183325.207500', '183325.667500', '183326.127500', '183326.587500', '183327.047500', '183327.507500', '183327.967500', '183328.427500', '183328.887500', '183329.347500', '183329.807500', '183330.267500', '183330.727500', '183331.187500', '183331.647500', '183332.107500', '183332.567500', '183333.027500', '183333.487500', '183333.947500', '183334.407500', '183334.867500', '183335.327500', '183335.787500', '183336.247500', '183336.707500', '183337.167500', '183337.627500', '183338.087500', '183338.547500', '183339.007500', '183339.467500', '183339.927500', '183340.387500', '183340.847500', '183341.307500', '183341.767500', '183342.227500', '183342.687500', '183343.147500', '183343.607500', '183344.067500', '183344.527500', '183344.987500', '183345.447500', '183345.907500', '183346.367500', '183346.827500', '183347.287500', '183347.747500', '183348.207500', '183348.667500', '183349.127500', '183349.587500', '183350.047500', '183350.507500', '183350.967500', '183351.427500', '183351.887500', '183352.347500', '183352.807500', '183353.267500', '183353.727500', '183354.187500', '183354.647500', '183355.107500', '183355.567500', '183356.027500', '183356.487500', '183356.947500', '183357.407500', '183357.867500', '183358.327500', '183358.787500', '183359.247500', '183359.707500', '183400.167500', '183400.627500', '183401.087500', '183401.547500', '183402.007500', '183402.467500', '183402.927500', '183403.387500', '183403.847500', '183404.307500', '183404.767500', '183405.227500', '183405.687500', '183406.147500', '183406.607500', '183407.067500', '183407.527500', '183407.987500', '183408.447500', '183408.907500', '183409.367500', '183409.827500', '183410.287500', '183410.747500', '183411.207500', '183411.667500', '183412.127500', '183412.587500', '183413.047500', '183413.507500', '183413.967500', '183414.427500', '183414.887500', '183415.347500', '183415.807500', '183416.267500', '183416.727500', '183417.187500', '183417.647500', '183418.107500', '183418.567500', '183419.027500', '183419.487500', '183419.947500', '183420.407500', '183420.867500', '183421.327500', '183421.787500', '183422.247500', '183422.707500', '183423.167500', '183423.627500', '183424.087500', '183424.547500', '183425.007500', '183425.467500', '183425.927500', '183426.387500', '183426.847500', '183427.307500', '183427.767500', '183428.227500', '183428.687500', '183429.147500', '183429.607500', '183430.067500', '183430.527500', '183430.987500', '183431.447500', '183431.907500', '183432.367500', '183432.827500', '183433.287500', '183433.747500', '183434.207500', '183434.667500', '183435.127500', '183435.587500', '183436.047500', '183436.507500', '183436.967500', '183437.427500', '183437.887500', '183438.347500', '183438.807500', '183439.267500', '183439.727500', '183440.187500', '183440.647500', '183441.107500', '183441.567500', '183442.027500', '183442.487500', '183442.947500', '183443.407500', '183443.867500', '183444.327500', '183444.787500', '183445.247500', '183445.707500', '183446.167500', '183446.627500', '183447.087500', '183447.547500', '183448.007500', '183448.467500', '183448.927500', '183449.387500', '183449.847500', '183450.307500', '183450.767500', '183451.227500', '183451.687500', '183452.147500', '183452.607500', '183453.067500', '183453.527500', '183453.987500', '183454.447500', '183454.907500', '183455.367500', '183455.827500', '183456.287500', '183456.747500', '183457.207500', '183457.667500', '183458.127500', '183458.587500', '183459.047500', '183459.507500', '183459.967500', '183500.427500', '183500.887500', '183501.347500', '183501.807500', '183502.267500', '183502.727500', '183503.187500', '183503.647500', '183504.107500', '183504.567500', '183505.027500', '183505.487500', '183505.947500', '183506.407500', '183506.867500', '183507.327500', '183507.787500', '183508.247500', '183508.707500', '183509.167500', '183509.627500', '183510.087500', '183510.547500', '183511.007500', '183511.467500', '183511.927500', '183512.387500', '183512.847500', '183513.307500', '183513.767500', '183514.227500', '183514.687500', '183515.147500', '183515.607500', '183516.067500', '183516.527500', '183516.987500', '183517.447500', '183517.907500', '183518.367500', '183518.827500', '183519.287500', '183519.747500', '183520.207500', '183520.667500', '183521.127500', '183521.587500', '183522.047500', '183522.507500', '183522.967500', '183523.427500', '183523.887500', '183524.347500', '183524.807500', '183525.267500', '183525.727500', '183526.187500', '183526.647500', '183527.107500', '183527.567500', '183528.027500', '183528.487500', '183528.947500', '183529.407500', '183529.867500', '183530.327500', '183530.787500', '183531.247500', '183531.707500', '183532.167500', '183532.627500', '183533.087500', '183533.547500', '183534.007500', '183534.467500', '183534.927500', '183535.387500', '183535.847500', '183536.307500', '183536.767500', '183537.227500', '183537.687500', '183538.147500', '183538.607500', '183539.067500', '183539.527500', '183539.987500', '183540.447500', '183540.907500', '183541.367500', '183541.827500', '183542.287500', '183542.747500', '183543.207500', '183543.667500', '183544.127500', '183544.587500', '183545.047500', '183545.507500', '183545.967500', '183546.427500', '183546.887500', '183547.347500', '183547.807500', '183548.267500', '183548.727500', '183549.187500', '183549.647500', '183550.107500', '183550.567500', '183551.027500', '183551.487500', '183551.947500', '183552.407500', '183552.867500', '183553.327500', '183553.787500', '183554.247500', '183554.707500', '183555.167500', '183555.627500', '183556.087500', '183556.547500', '183557.007500', '183557.467500', '183557.927500', '183558.387500', '183558.847500', '183559.307500', '183559.767500', '183600.227500', '183600.687500', '183601.147500', '183601.607500', '183602.067500', '183602.527500', '183602.987500', '183603.447500', '183603.907500', '183604.367500', '183604.827500', '183605.287500', '183605.747500', '183606.207500', '183606.667500', '183607.127500', '183607.587500', '183608.047500', '183608.507500', '183608.967500', '183609.427500', '183609.887500', '183610.347500', '183610.807500', '183611.267500', '183611.727500', '183612.187500', '183612.647500', '183613.107500', '183613.567500', '183614.027500', '183614.487500', '183614.947500', '183615.407500', '183615.867500', '183616.327500', '183616.787500', '183617.247500', '183617.707500', '183618.167500', '183618.627500', '183619.087500', '183619.547500', '183620.007500', '183620.467500', '183620.927500', '183621.387500', '183621.847500', '183622.307500', '183622.767500', '183623.227500', '183623.687500', '183624.147500', '183624.607500', '183625.067500', '183625.527500', '183625.987500', '183626.447500', '183626.907500', '183627.367500', '183627.827500', '183628.287500', '183628.747500', '183629.207500', '183629.667500', '183630.127500', '183630.587500', '183631.047500', '183631.507500', '183631.967500', '183632.427500', '183632.887500', '183633.347500', '183633.807500', '183634.267500', '183634.727500', '183635.187500', '183635.647500', '183636.107500', '183636.567500', '183637.027500', '183637.487500', '183637.947500', '183638.407500', '183638.867500', '183639.327500', '183639.787500', '183640.247500', '183640.707500', '183641.167500', '183641.627500', '183642.087500', '183642.547500', '183643.007500', '183643.467500', '183643.927500', '183644.387500', '183644.847500', '183645.307500', '183645.767500', '183646.227500', '183646.687500', '183647.147500', '183647.607500', '183648.067500', '183648.527500', '183648.987500', '183649.447500', '183649.907500', '183650.367500', '183650.827500', '183651.287500', '183651.747500', '183652.207500', '183652.667500', '183653.127500', '183653.587500', '183654.047500', '183654.507500', '183654.967500', '183655.427500', '183655.887500', '183656.347500', '183656.807500', '183657.267500', '183657.727500', '183658.187500', '183658.647500', '183659.107500', '183659.567500', '183700.027500', '183700.487500', '183700.947500', '183701.407500', '183701.867500', '183702.327500', '183702.787500', '183703.247500', '183703.707500', '183704.167500', '183704.627500', '183705.087500', '183705.547500', '183706.007500', '183706.467500', '183706.927500', '183707.387500', '183707.847500', '183708.307500', '183708.767500', '183709.227500', '183709.687500', '183710.147500', '183710.607500', '183711.067500', '183711.527500', '183711.987500', '183712.447500', '183712.907500', '183713.367500', '183713.827500', '183714.287500', '183714.747500', '183715.207500', '183715.667500', '183716.127500', '183716.587500', '183717.047500', '183717.507500', '183717.967500', '183718.427500', '183718.887500', '183719.347500', '183719.807500', '183720.267500', '183720.727500', '183721.187500', '183721.647500', '183722.107500', '183722.567500', '183723.027500', '183723.487500', '183723.947500', '183724.407500', '183724.867500', '183725.327500', '183725.787500', '183726.247500', '183726.707500', '183727.167500', '183727.627500', '183728.087500', '183728.547500', '183729.007500', '183729.467500', '183729.927500', '183730.387500', '183730.847500', '183731.307500', '183731.767500', '183732.227500', '183732.687500', '183733.147500', '183733.607500', '183734.067500', '183734.527500', '183734.987500', '183735.447500', '183735.907500', '183736.367500', '183736.827500', '183737.287500', '183737.747500', '183738.207500', '183738.667500', '183739.127500', '183739.587500'], 'ContentTime': ['183138.230000', '183138.234000', '183138.237000', '183138.239000', '183138.242000', '183138.249000', '183138.251000', '183138.254000', '183138.257000', '183138.260000', '183138.263000', '183138.266000', '183138.268000', '183138.271000', '183138.274000', '183138.277000', '183138.280000', '183138.283000', '183138.286000', '183138.288000', '183138.291000', '183138.294000', '183138.297000', '183138.300000', '183138.303000', '183138.305000', '183138.308000', '183138.311000', '183138.314000', '183138.317000', '183138.320000', '183138.323000', '183138.325000', '183138.328000', '183138.337000', '183138.340000', '183138.343000', '183138.346000', '183138.349000', '183138.353000', '183138.355000', '183138.358000', '183138.361000', '183138.364000', '183138.367000', '183138.370000', '183138.372000', '183138.375000', '183138.378000', '183138.381000', '183138.384000', '183158.194000', '183158.197000', '183158.200000', '183158.203000', '183158.206000', '183158.208000', '183158.211000', '183158.214000', '183158.217000', '183158.220000', '183158.223000', '183158.226000', '183158.229000', '183158.231000', '183158.234000', '183158.237000', '183158.240000', '183158.243000', '183158.246000', '183158.249000', '183158.252000', '183158.255000', '183158.258000', '183158.260000', '183158.263000', '183158.266000', '183158.278000', '183158.281000', '183158.284000', '183158.287000', '183158.290000', '183158.293000', '183158.296000', '183158.299000', '183158.301000', '183158.304000', '183158.307000', '183158.310000', '183158.313000', '183158.316000', '183158.319000', '183158.321000', '183158.324000', '183158.327000', '183218.195000', '183218.239000', '183218.242000', '183218.257000', '183218.260000', '183218.263000', '183218.265000', '183218.268000', '183218.271000', '183218.274000', '183218.277000', '183218.281000', '183218.283000', '183218.286000', '183218.289000', '183218.292000', '183218.297000', '183218.300000', '183218.303000', '183218.306000', '183218.309000', '183218.312000', '183218.314000', '183218.317000', '183218.320000', '183218.323000', '183218.326000', '183218.329000', '183218.332000', '183218.335000', '183218.338000', '183218.341000', '183218.344000', '183218.346000', '183218.350000', '183218.353000', '183218.356000', '183218.359000', '183218.362000', '183218.364000', '183218.367000', '183218.370000', '183218.373000', '183238.195000', '183238.198000', '183238.201000', '183238.203000', '183238.206000', '183238.209000', '183238.212000', '183238.215000', '183238.218000', '183238.221000', '183238.224000', '183238.226000', '183238.229000', '183238.232000', '183238.235000', '183238.238000', '183238.241000', '183238.244000', '183238.247000', '183238.250000', '183238.253000', '183238.256000', '183238.258000', '183238.261000', '183238.264000', '183238.267000', '183238.270000', '183238.273000', '183238.276000', '183238.278000', '183238.281000', '183238.284000', '183238.287000', '183238.290000', '183238.293000', '183238.296000', '183238.298000', '183238.301000', '183238.304000', '183238.307000', '183238.310000', '183238.313000', '183238.316000', '183238.318000', '183258.195000', '183258.198000', '183258.201000', '183258.204000', '183258.206000', '183258.209000', '183258.212000', '183258.215000', '183258.218000', '183258.221000', '183258.224000', '183258.227000', '183258.230000', '183258.232000', '183258.235000', '183258.238000', '183258.241000', '183258.244000', '183258.247000', '183258.250000', '183258.252000', '183258.255000', '183258.258000', '183258.261000', '183258.264000', '183258.267000', '183258.270000', '183258.273000', '183258.276000', '183258.279000', '183258.281000', '183258.284000', '183258.287000', '183258.290000', '183258.293000', '183258.296000', '183258.299000', '183258.301000', '183258.304000', '183258.307000', '183258.310000', '183258.313000', '183258.316000', '183318.195000', '183318.281000', '183318.284000', '183318.287000', '183318.290000', '183318.292000', '183318.295000', '183318.298000', '183318.301000', '183318.304000', '183318.307000', '183318.309000', '183318.312000', '183318.315000', '183318.318000', '183318.321000', '183318.324000', '183318.327000', '183318.330000', '183318.333000', '183318.335000', '183318.338000', '183318.341000', '183318.344000', '183318.347000', '183318.350000', '183318.353000', '183318.356000', '183318.359000', '183318.362000', '183318.364000', '183318.367000', '183318.370000', '183318.373000', '183318.376000', '183318.379000', '183318.382000', '183318.384000', '183318.387000', '183318.390000', '183318.393000', '183318.405000', '183318.408000', '183318.411000', '183338.194000', '183338.197000', '183338.200000', '183338.203000', '183338.205000', '183338.208000', '183338.211000', '183338.214000', '183338.217000', '183338.220000', '183338.223000', '183338.226000', '183338.228000', '183338.231000', '183338.234000', '183338.237000', '183338.240000', '183338.243000', '183338.246000', '183338.249000', '183338.251000', '183338.254000', '183338.257000', '183338.260000', '183338.263000', '183338.266000', '183338.269000', '183338.271000', '183338.275000', '183338.277000', '183338.280000', '183338.283000', '183338.286000', '183338.289000', '183338.292000', '183338.294000', '183338.297000', '183338.300000', '183338.303000', '183338.306000', '183338.309000', '183338.311000', '183338.333000', '183358.194000', '183358.197000', '183358.200000', '183358.203000', '183358.205000', '183358.208000', '183358.211000', '183358.214000', '183358.217000', '183358.220000', '183358.223000', '183358.226000', '183358.228000', '183358.231000', '183358.234000', '183358.237000', '183358.240000', '183358.243000', '183358.246000', '183358.249000', '183358.252000', '183358.254000', '183358.257000', '183358.260000', '183358.263000', '183358.266000', '183358.275000', '183358.278000', '183358.281000', '183358.284000', '183358.287000', '183358.290000', '183358.293000', '183358.296000', '183358.299000', '183358.302000', '183358.305000', '183358.308000', '183358.310000', '183358.313000', '183358.316000', '183358.319000', '183358.322000', '183358.325000', '183418.194000', '183418.197000', '183418.200000', '183418.203000', '183418.206000', '183418.208000', '183418.211000', '183418.214000', '183418.217000', '183418.220000', '183418.223000', '183418.226000', '183418.229000', '183418.232000', '183418.235000', '183418.238000', '183418.240000', '183418.243000', '183418.246000', '183418.249000', '183418.252000', '183418.255000', '183418.258000', '183418.261000', '183418.263000', '183418.266000', '183418.269000', '183418.272000', '183418.275000', '183418.278000', '183418.281000', '183418.284000', '183418.288000', '183418.291000', '183418.293000', '183418.296000', '183418.299000', '183418.302000', '183418.305000', '183418.308000', '183418.311000', '183418.314000', '183418.317000', '183438.195000', '183438.198000', '183438.201000', '183438.204000', '183438.206000', '183438.214000', '183438.217000', '183438.219000', '183438.222000', '183438.225000', '183438.228000', '183438.231000', '183438.234000', '183438.237000', '183438.240000', '183438.243000', '183438.245000', '183438.248000', '183438.251000', '183438.254000', '183438.257000', '183438.260000', '183438.263000', '183438.265000', '183438.268000', '183438.271000', '183438.274000', '183438.277000', '183438.280000', '183438.283000', '183438.286000', '183438.289000', '183438.292000', '183438.294000', '183438.297000', '183438.300000', '183438.303000', '183438.306000', '183438.309000', '183438.312000', '183438.315000', '183438.318000', '183438.320000', '183438.323000', '183458.195000', '183458.198000', '183458.201000', '183458.204000', '183458.206000', '183458.209000', '183458.212000', '183458.215000', '183458.218000', '183458.221000', '183458.224000', '183458.227000', '183458.229000', '183458.232000', '183458.235000', '183458.238000', '183458.241000', '183458.244000', '183458.247000', '183458.250000', '183458.252000', '183458.255000', '183458.258000', '183458.261000', '183458.264000', '183458.267000', '183458.270000', '183458.273000', '183458.275000', '183458.278000', '183458.281000', '183458.284000', '183458.287000', '183458.290000', '183458.293000', '183458.295000', '183458.298000', '183458.301000', '183458.304000', '183458.307000', '183458.310000', '183458.313000', '183458.316000', '183518.195000', '183518.198000', '183518.201000', '183518.204000', '183518.207000', '183518.210000', '183518.213000', '183518.216000', '183518.219000', '183518.222000', '183518.225000', '183518.228000', '183518.240000', '183518.242000', '183518.245000', '183518.248000', '183518.251000', '183518.254000', '183518.257000', '183518.260000', '183518.263000', '183518.265000', '183518.268000', '183518.271000', '183518.284000', '183518.287000', '183518.289000', '183518.292000', '183518.295000', '183518.298000', '183518.301000', '183518.304000', '183518.307000', '183518.310000', '183518.312000', '183518.315000', '183518.319000', '183518.322000', '183518.325000', '183518.328000', '183518.331000', '183518.334000', '183518.337000', '183538.195000', '183538.198000', '183538.201000', '183538.204000', '183538.207000', '183538.210000', '183538.213000', '183538.215000', '183538.218000', '183538.221000', '183538.224000', '183538.227000', '183538.230000', '183538.233000', '183538.236000', '183538.238000', '183538.241000', '183538.244000', '183538.247000', '183538.250000', '183538.253000', '183538.255000', '183538.258000', '183538.261000', '183538.264000', '183538.267000', '183538.270000', '183538.273000', '183538.276000', '183538.279000', '183538.281000', '183538.284000', '183538.287000', '183538.290000', '183538.293000', '183538.296000', '183538.299000', '183538.302000', '183538.305000', '183538.308000', '183538.310000', '183538.313000', '183538.316000', '183538.319000', '183558.194000', '183558.197000', '183558.200000', '183558.204000', '183558.207000', '183558.211000', '183558.214000', '183558.217000', '183558.220000', '183558.223000', '183558.225000', '183558.228000', '183558.231000', '183558.234000', '183558.237000', '183558.240000', '183558.243000', '183558.246000', '183558.248000', '183558.251000', '183558.254000', '183558.257000', '183558.260000', '183558.264000', '183558.266000', '183558.269000', '183558.272000', '183558.275000', '183558.278000', '183558.281000', '183558.283000', '183558.286000', '183558.289000', '183558.292000', '183558.295000', '183558.298000', '183558.301000', '183558.310000', '183558.313000', '183558.315000', '183558.318000', '183558.321000', '183558.324000', '183618.194000', '183618.197000', '183618.200000', '183618.203000', '183618.206000', '183618.209000', '183618.212000', '183618.215000', '183618.218000', '183618.221000', '183618.224000', '183618.227000', '183618.229000', '183618.232000', '183618.235000', '183618.238000', '183618.241000', '183618.244000', '183618.247000', '183618.249000', '183618.252000', '183618.255000', '183618.258000', '183618.261000', '183618.264000', '183618.267000', '183618.270000', '183618.273000', '183618.276000', '183618.279000', '183618.281000', '183618.284000', '183618.287000', '183618.290000', '183618.293000', '183618.296000', '183618.299000', '183618.302000', '183618.304000', '183618.307000', '183618.310000', '183618.313000', '183618.316000', '183618.319000', '183638.195000', '183638.234000', '183638.237000', '183638.243000', '183638.246000', '183638.249000', '183638.252000', '183638.255000', '183638.258000', '183638.261000', '183638.264000', '183638.266000', '183638.269000', '183638.272000', '183638.275000', '183638.278000', '183638.281000', '183638.284000', '183638.287000', '183638.289000', '183638.292000', '183638.295000', '183638.298000', '183638.301000', '183638.304000', '183638.307000', '183638.310000', '183638.313000', '183638.315000', '183638.318000', '183638.321000', '183638.324000', '183638.327000', '183638.330000', '183638.333000', '183638.336000', '183638.339000', '183638.342000', '183638.344000', '183638.347000', '183638.350000', '183638.353000', '183638.356000', '183658.197000', '183658.200000', '183658.203000', '183658.206000', '183658.209000', '183658.212000', '183658.214000', '183658.217000', '183658.220000', '183658.223000', '183658.226000', '183658.229000', '183658.232000', '183658.235000', '183658.238000', '183658.240000', '183658.243000', '183658.246000', '183658.249000', '183658.252000', '183658.255000', '183658.258000', '183658.260000', '183658.263000', '183658.266000', '183658.269000', '183658.272000', '183658.275000', '183658.278000', '183658.280000', '183658.283000', '183658.286000', '183658.289000', '183658.292000', '183658.295000', '183658.298000', '183658.300000', '183658.303000', '183658.306000', '183658.309000', '183658.312000', '183658.315000', '183658.318000', '183658.320000', '183718.195000', '183718.230000', '183718.233000', '183718.236000', '183718.239000', '183718.242000', '183718.245000', '183718.247000', '183718.250000', '183718.253000', '183718.256000', '183718.259000', '183718.262000', '183718.265000', '183718.268000', '183718.271000', '183718.274000', '183718.276000', '183718.279000', '183718.282000', '183718.285000', '183718.288000', '183718.291000', '183718.294000', '183718.297000', '183718.300000', '183718.303000', '183718.305000', '183718.308000', '183718.311000', '183718.314000', '183718.317000', '183718.320000', '183718.323000', '183718.326000', '183718.328000', '183718.331000', '183718.334000', '183718.337000', '183718.340000', '183718.343000', '183718.346000', '183718.349000', '183738.195000', '183738.198000', '183738.201000', '183738.204000', '183738.207000', '183738.210000', '183738.212000', '183738.215000', '183738.218000', '183738.221000', '183738.224000', '183738.227000', '183738.230000', '183738.233000', '183738.235000', '183738.238000', '183738.241000', '183738.244000', '183738.247000', '183738.250000', '183738.253000', '183738.256000', '183738.259000', '183738.261000', '183738.264000', '183738.267000', '183738.270000', '183738.273000', '183738.276000', '183738.278000', '183738.281000', '183738.284000', '183738.287000', '183738.290000', '183738.293000', '183738.296000', '183738.299000', '183738.301000', '183738.304000', '183738.307000', '183738.310000', '183738.313000', '183738.316000', '183738.319000', '183740.402000', '183740.406000', '183740.409000', '183740.412000', '183740.415000'], 'InstanceCreationTime': ['183138.230000', '183138.234000', '183138.237000', '183138.239000', '183138.242000', '183138.249000', '183138.251000', '183138.254000', '183138.257000', '183138.260000', '183138.263000', '183138.266000', '183138.268000', '183138.271000', '183138.274000', '183138.277000', '183138.280000', '183138.283000', '183138.286000', '183138.288000', '183138.291000', '183138.294000', '183138.297000', '183138.300000', '183138.303000', '183138.305000', '183138.308000', '183138.311000', '183138.314000', '183138.317000', '183138.320000', '183138.323000', '183138.325000', '183138.328000', '183138.337000', '183138.340000', '183138.343000', '183138.346000', '183138.349000', '183138.353000', '183138.355000', '183138.358000', '183138.361000', '183138.364000', '183138.367000', '183138.370000', '183138.372000', '183138.375000', '183138.378000', '183138.381000', '183138.384000', '183158.194000', '183158.197000', '183158.200000', '183158.203000', '183158.206000', '183158.208000', '183158.211000', '183158.214000', '183158.217000', '183158.220000', '183158.223000', '183158.226000', '183158.229000', '183158.231000', '183158.234000', '183158.237000', '183158.240000', '183158.243000', '183158.246000', '183158.249000', '183158.252000', '183158.255000', '183158.258000', '183158.260000', '183158.263000', '183158.266000', '183158.278000', '183158.281000', '183158.284000', '183158.287000', '183158.290000', '183158.293000', '183158.296000', '183158.299000', '183158.301000', '183158.304000', '183158.307000', '183158.310000', '183158.313000', '183158.316000', '183158.319000', '183158.321000', '183158.324000', '183158.327000', '183218.195000', '183218.239000', '183218.242000', '183218.257000', '183218.260000', '183218.263000', '183218.265000', '183218.268000', '183218.271000', '183218.274000', '183218.277000', '183218.281000', '183218.283000', '183218.286000', '183218.289000', '183218.292000', '183218.297000', '183218.300000', '183218.303000', '183218.306000', '183218.309000', '183218.312000', '183218.314000', '183218.317000', '183218.320000', '183218.323000', '183218.326000', '183218.329000', '183218.332000', '183218.335000', '183218.338000', '183218.341000', '183218.344000', '183218.346000', '183218.350000', '183218.353000', '183218.356000', '183218.359000', '183218.362000', '183218.364000', '183218.367000', '183218.370000', '183218.373000', '183238.195000', '183238.198000', '183238.201000', '183238.203000', '183238.206000', '183238.209000', '183238.212000', '183238.215000', '183238.218000', '183238.221000', '183238.224000', '183238.226000', '183238.229000', '183238.232000', '183238.235000', '183238.238000', '183238.241000', '183238.244000', '183238.247000', '183238.250000', '183238.253000', '183238.256000', '183238.258000', '183238.261000', '183238.264000', '183238.267000', '183238.270000', '183238.273000', '183238.276000', '183238.278000', '183238.281000', '183238.284000', '183238.287000', '183238.290000', '183238.293000', '183238.296000', '183238.298000', '183238.301000', '183238.304000', '183238.307000', '183238.310000', '183238.313000', '183238.316000', '183238.318000', '183258.195000', '183258.198000', '183258.201000', '183258.204000', '183258.206000', '183258.209000', '183258.212000', '183258.215000', '183258.218000', '183258.221000', '183258.224000', '183258.227000', '183258.230000', '183258.232000', '183258.235000', '183258.238000', '183258.241000', '183258.244000', '183258.247000', '183258.250000', '183258.252000', '183258.255000', '183258.258000', '183258.261000', '183258.264000', '183258.267000', '183258.270000', '183258.273000', '183258.276000', '183258.279000', '183258.281000', '183258.284000', '183258.287000', '183258.290000', '183258.293000', '183258.296000', '183258.299000', '183258.301000', '183258.304000', '183258.307000', '183258.310000', '183258.313000', '183258.316000', '183318.195000', '183318.281000', '183318.284000', '183318.287000', '183318.290000', '183318.292000', '183318.295000', '183318.298000', '183318.301000', '183318.304000', '183318.307000', '183318.309000', '183318.312000', '183318.315000', '183318.318000', '183318.321000', '183318.324000', '183318.327000', '183318.330000', '183318.333000', '183318.335000', '183318.338000', '183318.341000', '183318.344000', '183318.347000', '183318.350000', '183318.353000', '183318.356000', '183318.359000', '183318.362000', '183318.364000', '183318.367000', '183318.370000', '183318.373000', '183318.376000', '183318.379000', '183318.382000', '183318.384000', '183318.387000', '183318.390000', '183318.393000', '183318.405000', '183318.408000', '183318.411000', '183338.194000', '183338.197000', '183338.200000', '183338.203000', '183338.205000', '183338.208000', '183338.211000', '183338.214000', '183338.217000', '183338.220000', '183338.223000', '183338.226000', '183338.228000', '183338.231000', '183338.234000', '183338.237000', '183338.240000', '183338.243000', '183338.246000', '183338.249000', '183338.251000', '183338.254000', '183338.257000', '183338.260000', '183338.263000', '183338.266000', '183338.269000', '183338.271000', '183338.275000', '183338.277000', '183338.280000', '183338.283000', '183338.286000', '183338.289000', '183338.292000', '183338.294000', '183338.297000', '183338.300000', '183338.303000', '183338.306000', '183338.309000', '183338.311000', '183338.333000', '183358.194000', '183358.197000', '183358.200000', '183358.203000', '183358.205000', '183358.208000', '183358.211000', '183358.214000', '183358.217000', '183358.220000', '183358.223000', '183358.226000', '183358.228000', '183358.231000', '183358.234000', '183358.237000', '183358.240000', '183358.243000', '183358.246000', '183358.249000', '183358.252000', '183358.254000', '183358.257000', '183358.260000', '183358.263000', '183358.266000', '183358.275000', '183358.278000', '183358.281000', '183358.284000', '183358.287000', '183358.290000', '183358.293000', '183358.296000', '183358.299000', '183358.302000', '183358.305000', '183358.308000', '183358.310000', '183358.313000', '183358.316000', '183358.319000', '183358.322000', '183358.325000', '183418.194000', '183418.197000', '183418.200000', '183418.203000', '183418.206000', '183418.208000', '183418.211000', '183418.214000', '183418.217000', '183418.220000', '183418.223000', '183418.226000', '183418.229000', '183418.232000', '183418.235000', '183418.238000', '183418.240000', '183418.243000', '183418.246000', '183418.249000', '183418.252000', '183418.255000', '183418.258000', '183418.261000', '183418.263000', '183418.266000', '183418.269000', '183418.272000', '183418.275000', '183418.278000', '183418.281000', '183418.284000', '183418.288000', '183418.291000', '183418.293000', '183418.296000', '183418.299000', '183418.302000', '183418.305000', '183418.308000', '183418.311000', '183418.314000', '183418.317000', '183438.195000', '183438.198000', '183438.201000', '183438.204000', '183438.206000', '183438.214000', '183438.217000', '183438.219000', '183438.222000', '183438.225000', '183438.228000', '183438.231000', '183438.234000', '183438.237000', '183438.240000', '183438.243000', '183438.245000', '183438.248000', '183438.251000', '183438.254000', '183438.257000', '183438.260000', '183438.263000', '183438.265000', '183438.268000', '183438.271000', '183438.274000', '183438.277000', '183438.280000', '183438.283000', '183438.286000', '183438.289000', '183438.292000', '183438.294000', '183438.297000', '183438.300000', '183438.303000', '183438.306000', '183438.309000', '183438.312000', '183438.315000', '183438.318000', '183438.320000', '183438.323000', '183458.195000', '183458.198000', '183458.201000', '183458.204000', '183458.206000', '183458.209000', '183458.212000', '183458.215000', '183458.218000', '183458.221000', '183458.224000', '183458.227000', '183458.229000', '183458.232000', '183458.235000', '183458.238000', '183458.241000', '183458.244000', '183458.247000', '183458.250000', '183458.252000', '183458.255000', '183458.258000', '183458.261000', '183458.264000', '183458.267000', '183458.270000', '183458.273000', '183458.275000', '183458.278000', '183458.281000', '183458.284000', '183458.287000', '183458.290000', '183458.293000', '183458.295000', '183458.298000', '183458.301000', '183458.304000', '183458.307000', '183458.310000', '183458.313000', '183458.316000', '183518.195000', '183518.198000', '183518.201000', '183518.204000', '183518.207000', '183518.210000', '183518.213000', '183518.216000', '183518.219000', '183518.222000', '183518.225000', '183518.228000', '183518.240000', '183518.242000', '183518.245000', '183518.248000', '183518.251000', '183518.254000', '183518.257000', '183518.260000', '183518.263000', '183518.265000', '183518.268000', '183518.271000', '183518.284000', '183518.287000', '183518.289000', '183518.292000', '183518.295000', '183518.298000', '183518.301000', '183518.304000', '183518.307000', '183518.310000', '183518.312000', '183518.315000', '183518.319000', '183518.322000', '183518.325000', '183518.328000', '183518.331000', '183518.334000', '183518.337000', '183538.195000', '183538.198000', '183538.201000', '183538.204000', '183538.207000', '183538.210000', '183538.213000', '183538.215000', '183538.218000', '183538.221000', '183538.224000', '183538.227000', '183538.230000', '183538.233000', '183538.236000', '183538.238000', '183538.241000', '183538.244000', '183538.247000', '183538.250000', '183538.253000', '183538.255000', '183538.258000', '183538.261000', '183538.264000', '183538.267000', '183538.270000', '183538.273000', '183538.276000', '183538.279000', '183538.281000', '183538.284000', '183538.287000', '183538.290000', '183538.293000', '183538.296000', '183538.299000', '183538.302000', '183538.305000', '183538.308000', '183538.310000', '183538.313000', '183538.316000', '183538.319000', '183558.194000', '183558.197000', '183558.200000', '183558.204000', '183558.207000', '183558.211000', '183558.214000', '183558.217000', '183558.220000', '183558.223000', '183558.225000', '183558.228000', '183558.231000', '183558.234000', '183558.237000', '183558.240000', '183558.243000', '183558.246000', '183558.248000', '183558.251000', '183558.254000', '183558.257000', '183558.260000', '183558.264000', '183558.266000', '183558.269000', '183558.272000', '183558.275000', '183558.278000', '183558.281000', '183558.283000', '183558.286000', '183558.289000', '183558.292000', '183558.295000', '183558.298000', '183558.301000', '183558.310000', '183558.313000', '183558.315000', '183558.318000', '183558.321000', '183558.324000', '183618.194000', '183618.197000', '183618.200000', '183618.203000', '183618.206000', '183618.209000', '183618.212000', '183618.215000', '183618.218000', '183618.221000', '183618.224000', '183618.227000', '183618.229000', '183618.232000', '183618.235000', '183618.238000', '183618.241000', '183618.244000', '183618.247000', '183618.249000', '183618.252000', '183618.255000', '183618.258000', '183618.261000', '183618.264000', '183618.267000', '183618.270000', '183618.273000', '183618.276000', '183618.279000', '183618.281000', '183618.284000', '183618.287000', '183618.290000', '183618.293000', '183618.296000', '183618.299000', '183618.302000', '183618.304000', '183618.307000', '183618.310000', '183618.313000', '183618.316000', '183618.319000', '183638.195000', '183638.234000', '183638.237000', '183638.243000', '183638.246000', '183638.249000', '183638.252000', '183638.255000', '183638.258000', '183638.261000', '183638.264000', '183638.266000', '183638.269000', '183638.272000', '183638.275000', '183638.278000', '183638.281000', '183638.284000', '183638.287000', '183638.289000', '183638.292000', '183638.295000', '183638.298000', '183638.301000', '183638.304000', '183638.307000', '183638.310000', '183638.313000', '183638.315000', '183638.318000', '183638.321000', '183638.324000', '183638.327000', '183638.330000', '183638.333000', '183638.336000', '183638.339000', '183638.342000', '183638.344000', '183638.347000', '183638.350000', '183638.353000', '183638.356000', '183658.197000', '183658.200000', '183658.203000', '183658.206000', '183658.209000', '183658.212000', '183658.214000', '183658.217000', '183658.220000', '183658.223000', '183658.226000', '183658.229000', '183658.232000', '183658.235000', '183658.238000', '183658.240000', '183658.243000', '183658.246000', '183658.249000', '183658.252000', '183658.255000', '183658.258000', '183658.260000', '183658.263000', '183658.266000', '183658.269000', '183658.272000', '183658.275000', '183658.278000', '183658.280000', '183658.283000', '183658.286000', '183658.289000', '183658.292000', '183658.295000', '183658.298000', '183658.300000', '183658.303000', '183658.306000', '183658.309000', '183658.312000', '183658.315000', '183658.318000', '183658.320000', '183718.195000', '183718.230000', '183718.233000', '183718.236000', '183718.239000', '183718.242000', '183718.245000', '183718.247000', '183718.250000', '183718.253000', '183718.256000', '183718.259000', '183718.262000', '183718.265000', '183718.268000', '183718.271000', '183718.274000', '183718.276000', '183718.279000', '183718.282000', '183718.285000', '183718.288000', '183718.291000', '183718.294000', '183718.297000', '183718.300000', '183718.303000', '183718.305000', '183718.308000', '183718.311000', '183718.314000', '183718.317000', '183718.320000', '183718.323000', '183718.326000', '183718.328000', '183718.331000', '183718.334000', '183718.337000', '183718.340000', '183718.343000', '183718.346000', '183718.349000', '183738.195000', '183738.198000', '183738.201000', '183738.204000', '183738.207000', '183738.210000', '183738.212000', '183738.215000', '183738.218000', '183738.221000', '183738.224000', '183738.227000', '183738.230000', '183738.233000', '183738.235000', '183738.238000', '183738.241000', '183738.244000', '183738.247000', '183738.250000', '183738.253000', '183738.256000', '183738.259000', '183738.261000', '183738.264000', '183738.267000', '183738.270000', '183738.273000', '183738.276000', '183738.278000', '183738.281000', '183738.284000', '183738.287000', '183738.290000', '183738.293000', '183738.296000', '183738.299000', '183738.301000', '183738.304000', '183738.307000', '183738.310000', '183738.313000', '183738.316000', '183738.319000', '183740.402000', '183740.406000', '183740.409000', '183740.412000', '183740.415000'], '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': [15842, 10976, 14155, 10661, 10748, 9979, 10654, 10569, 10775, 10874, 14864, 10413, 10740, 10582, 10705, 10917, 10628, 11324, 10682, 10341, 10163, 10596, 9052, 10588, 10401, 10424, 10983, 10053, 10805, 13330, 10419, 10742, 9949, 10816, 13587, 10516, 10842, 10532, 10618, 13782, 10617, 10787, 10586, 10739, 14159, 10948, 10882, 10450, 11027, 13177, 10426, 10978, 14037, 10489, 10794, 13965, 10570, 10700, 10733, 10748, 10679, 12337, 10718, 10505, 10726, 11086, 10524, 10567, 10728, 9703, 10906, 10721, 10474, 10825, 12122, 10748, 10929, 14112, 10545, 11365, 10482, 10921, 11264, 10846, 10712, 14790, 10534, 13139, 10734, 10988, 14583, 10775, 10969, 10534, 11034, 11971, 10864, 10851, 14602, 10581, 12208, 10429, 10956, 14369, 10625, 10554, 12483, 10482, 11945, 10736, 10819, 15342, 10491, 11095, 10438, 10701, 13205, 10345, 10545, 10395, 10501, 13624, 10620, 10739, 13040, 10250, 13369, 10386, 10617, 9906, 10620, 10523, 10205, 10548, 13774, 10500, 10656, 9655, 10400, 12327, 9958, 10657, 10225, 10536, 12480, 10005, 10662, 10423, 10679, 13185, 10236, 10409, 10307, 10806, 12207, 10253, 10419, 9893, 10384, 11157, 10386, 10393, 9866, 10379, 14282, 10195, 10589, 10092, 10614, 14593, 10415, 10503, 9993, 10442, 12272, 10300, 10291, 14091, 10343, 10315, 12115, 10326, 10252, 10234, 10442, 8911, 10266, 10366, 10351, 10548, 10657, 10327, 10648, 9584, 10720, 10258, 11185, 10493, 13679, 10504, 10818, 14513, 10375, 10321, 10269, 10555, 10268, 10487, 10584, 11995, 10538, 10418, 9957, 10728, 10328, 14013, 10335, 10634, 9881, 10557, 10281, 10269, 10612, 11809, 10582, 10495, 11149, 10466, 10343, 15248, 10372, 10268, 10481, 10664, 10205, 10450, 10455, 13517, 10279, 10481, 14069, 10415, 10432, 14200, 10155, 10352, 13035, 10453, 10319, 14256, 10282, 10160, 10280, 10738, 10354, 10639, 10229, 11491, 10324, 10109, 13431, 10220, 10267, 9883, 10692, 10982, 10194, 10416, 12676, 10260, 10325, 14304, 10130, 10308, 9552, 10465, 10071, 9766, 10353, 10193, 10353, 10221, 12670, 10534, 10343, 13471, 10312, 10375, 10925, 10487, 10125, 10255, 10395, 11598, 10631, 10433, 13257, 10210, 10128, 15397, 10430, 10548, 9506, 10179, 9060, 10512, 10198, 14421, 10227, 10027, 9594, 10386, 10282, 10178, 10183, 12477, 10286, 10399, 13834, 10411, 9986, 12704, 10226, 10130, 10404, 10418, 11488, 9940, 10275, 12194, 10220, 10128, 10107, 10369, 12770, 10278, 10232, 9817, 10296, 10138, 10117, 10010, 14444, 11396, 12123, 9948, 10174, 14152, 9895, 10862, 9722, 10105, 9208, 10150, 10054, 13053, 9860, 13717, 9873, 10394, 9423, 10225, 10907, 9894, 9994, 13404, 10007, 10007, 13510, 9773, 10313, 10157, 9918, 9799, 10271, 11282, 9876, 10413, 9018, 9609, 9706, 10132, 10013, 10136, 14382, 12700, 12639, 9677, 10136, 13976, 9779, 9930, 12914, 9871, 11310, 9947, 10168, 9194, 9994, 12984, 9860, 10391, 9430, 10192, 11366, 9924, 10014, 9379, 9842, 12621, 9976, 10161, 9388, 9886, 8660, 9908, 10104, 9603, 9957, 13278, 9699, 10841, 9956, 10117, 9736, 10077, 10397, 9858, 9707, 9647, 10100, 8699, 9897, 10166, 9802, 10229, 13436, 10341, 10343, 9355, 10476, 10242, 10092, 10087, 14269, 10822, 10621, 10051, 10360, 13448, 10534, 10137, 9353, 10092, 10138, 10165, 10216, 14265, 10305, 10188, 9672, 10446, 10291, 9697, 10107, 13874, 10015, 10312, 9511, 10317, 10889, 10354, 10198, 13856, 9995, 10184, 12310, 9839, 9975, 9783, 10175, 9703, 10037, 9914, 9688, 9994, 15180, 9725, 11483, 10012, 10198, 14298, 10113, 9952, 15470, 9868, 12040, 9886, 10292, 11926, 10027, 10121, 9642, 10179, 12427, 9835, 10040, 9581, 10166, 13424, 9699, 10171, 9879, 10288, 11853, 9907, 9869, 13068, 9883, 11089, 9855, 10370, 14066, 9839, 11416, 9641, 10087, 9396, 10070, 10079, 9665, 10232, 15419, 9697, 10330, 9777, 10203, 9309, 10017, 10603, 9603, 10107, 10425, 10066, 10024, 9922, 10188, 15336, 10985, 11872, 10043, 10280, 14320, 9847, 11225, 9059, 10093, 12899, 9649, 9884, 9284, 9866, 10484, 9781, 9973, 9228, 10003, 13644, 9685, 10011, 9675, 10075, 10181, 10055, 12624, 10113, 10141, 9354, 9917, 14199, 9726, 11343, 10216, 10269, 9311, 10200, 14766, 10640, 12400, 9688, 10083, 9378, 9888, 13708, 9732, 9976, 10008, 10122, 9639, 9992, 14279, 9802, 11564, 10001, 10151, 9343, 9933, 11710, 9765, 10051, 9063, 10073, 10014, 10066, 10012, 9503, 10248, 11909, 10014, 9993, 9977, 9923, 12862, 9934, 9874, 10013, 10059, 12312, 9970, 12465, 10153, 10123, 9502, 10241, 14253, 10058, 10627, 12024, 9804, 11466, 9955, 9951, 15319, 9942, 11963, 9690, 9856, 9467, 10119, 12828, 9573, 9852, 14444, 10448, 11712, 9934, 9880, 13964, 9700, 10193, 9300, 9843, 13767, 9655, 9846, 9153, 9725, 10006, 9748, 9776, 10626, 9935, 13147, 9487, 9870, 9518, 10066, 14949, 9486, 11263, 9591, 9982, 9219, 9642, 11468, 9770, 9913, 9370, 9838, 11902, 9670, 9884, 9524, 9897, 9351, 9885, 12259, 9481, 10784, 9333, 9765, 13884, 9737, 11361, 9934, 11378, 9922, 13061, 13665, 10156, 14836, 9745, 10632, 11099, 9958, 14652, 9758, 10140, 12739, 9652, 9726, 9650, 9906, 9098, 9773, 9771, 9263, 9825, 9713, 10016, 9980, 8837, 9788, 9752, 10587, 9815, 9855, 9978, 10176, 14108, 11676, 9723, 9149, 9966, 10896, 14801, 9724, 13426, 9643, 10006, 10361, 9688, 9856, 12659, 9614, 10156, 12462, 9584, 10104, 13485, 9795, 10052, 12719, 9562, 11028, 9524, 9819, 10990, 9579, 9690, 10006, 9882, 9800, 9796, 10285, 14262, 11116, 9370, 9974, 12567, 15570, 11959, 9511, 8888, 9859, 9952, 10015, 10337, 12273, 9444, 9724, 9475, 9892, 10080, 13066, 9889, 13968, 9764, 9884, 13983, 9411, 10411, 14623, 10651, 9832, 11961, 9680, 9547, 10839, 9600, 9868, 9627, 9974, 10884, 9725, 10286, 14387, 9789, 9674, 9198, 9706, 9025, 9656, 9714, 14303, 9930, 11230, 8855, 9853, 13247, 9649, 9805, 10537, 9787, 11828, 9443, 9869, 8907, 9699], 'WindowCenter': [3921.0, 3861.0, 3879.0, 3833.0, 3832.0, 3819.0, 3829.0, 3827.0, 3828.0, 3827.0, 3847.0, 3827.0, 3826.0, 3829.0, 3828.0, 3840.0, 3829.0, 3827.0, 3828.0, 3830.0, 3830.0, 3831.0, 3819.0, 3830.0, 3830.0, 3830.0, 3841.0, 3829.0, 3830.0, 3850.0, 3830.0, 3829.0, 3818.0, 3828.0, 3849.0, 3828.0, 3828.0, 3828.0, 3828.0, 3849.0, 3829.0, 3829.0, 3828.0, 3828.0, 3850.0, 3829.0, 3828.0, 3828.0, 3828.0, 3838.0, 3816.0, 3827.0, 3847.0, 3816.0, 3826.0, 3847.0, 3816.0, 3816.0, 3825.0, 3825.0, 3815.0, 3836.0, 3815.0, 3814.0, 3815.0, 3826.0, 3814.0, 3815.0, 3827.0, 3816.0, 3828.0, 3827.0, 3827.0, 3829.0, 3839.0, 3840.0, 3841.0, 3848.0, 3828.0, 3839.0, 3827.0, 3828.0, 3838.0, 3840.0, 3828.0, 3859.0, 3827.0, 3848.0, 3828.0, 3829.0, 3859.0, 3827.0, 3827.0, 3827.0, 3828.0, 3837.0, 3828.0, 3827.0, 3858.0, 3816.0, 3838.0, 3816.0, 3828.0, 3847.0, 3815.0, 3815.0, 3836.0, 3815.0, 3825.0, 3826.0, 3826.0, 3846.0, 3815.0, 3826.0, 3826.0, 3827.0, 3835.0, 3815.0, 3815.0, 3815.0, 3815.0, 3846.0, 3826.0, 3825.0, 3835.0, 3814.0, 3836.0, 3814.0, 3815.0, 3814.0, 3813.0, 3814.0, 3813.0, 3814.0, 3835.0, 3814.0, 3814.0, 3803.0, 3814.0, 3835.0, 3815.0, 3815.0, 3814.0, 3814.0, 3835.0, 3815.0, 3814.0, 3814.0, 3815.0, 3835.0, 3815.0, 3815.0, 3816.0, 3827.0, 3825.0, 3815.0, 3815.0, 3816.0, 3817.0, 3826.0, 3816.0, 3814.0, 3814.0, 3815.0, 3847.0, 3816.0, 3815.0, 3814.0, 3815.0, 3846.0, 3827.0, 3814.0, 3803.0, 3814.0, 3824.0, 3813.0, 3813.0, 3834.0, 3814.0, 3814.0, 3823.0, 3814.0, 3813.0, 3813.0, 3814.0, 3804.0, 3815.0, 3814.0, 3814.0, 3815.0, 3815.0, 3816.0, 3826.0, 3816.0, 3827.0, 3816.0, 3827.0, 3826.0, 3847.0, 3815.0, 3826.0, 3846.0, 3815.0, 3816.0, 3816.0, 3827.0, 3815.0, 3826.0, 3827.0, 3837.0, 3826.0, 3826.0, 3815.0, 3827.0, 3816.0, 3848.0, 3816.0, 3827.0, 3816.0, 3827.0, 3815.0, 3815.0, 3827.0, 3837.0, 3827.0, 3827.0, 3826.0, 3827.0, 3828.0, 3859.0, 3828.0, 3828.0, 3827.0, 3828.0, 3828.0, 3827.0, 3827.0, 3848.0, 3828.0, 3828.0, 3847.0, 3827.0, 3827.0, 3847.0, 3816.0, 3815.0, 3835.0, 3815.0, 3815.0, 3846.0, 3816.0, 3815.0, 3815.0, 3827.0, 3815.0, 3826.0, 3815.0, 3825.0, 3815.0, 3816.0, 3847.0, 3817.0, 3816.0, 3815.0, 3827.0, 3815.0, 3815.0, 3815.0, 3835.0, 3815.0, 3816.0, 3846.0, 3816.0, 3815.0, 3804.0, 3826.0, 3815.0, 3814.0, 3815.0, 3814.0, 3815.0, 3815.0, 3836.0, 3826.0, 3816.0, 3835.0, 3815.0, 3816.0, 3826.0, 3826.0, 3815.0, 3815.0, 3816.0, 3826.0, 3827.0, 3827.0, 3836.0, 3816.0, 3816.0, 3857.0, 3816.0, 3827.0, 3817.0, 3816.0, 3805.0, 3827.0, 3827.0, 3847.0, 3827.0, 3817.0, 3817.0, 3828.0, 3827.0, 3816.0, 3817.0, 3838.0, 3817.0, 3828.0, 3846.0, 3827.0, 3817.0, 3837.0, 3827.0, 3816.0, 3827.0, 3828.0, 3837.0, 3817.0, 3827.0, 3838.0, 3828.0, 3828.0, 3827.0, 3827.0, 3838.0, 3817.0, 3817.0, 3817.0, 3828.0, 3827.0, 3827.0, 3817.0, 3849.0, 3839.0, 3838.0, 3817.0, 3816.0, 3846.0, 3814.0, 3826.0, 3814.0, 3816.0, 3805.0, 3816.0, 3816.0, 3836.0, 3815.0, 3846.0, 3816.0, 3814.0, 3805.0, 3815.0, 3826.0, 3814.0, 3816.0, 3835.0, 3815.0, 3815.0, 3845.0, 3814.0, 3815.0, 3815.0, 3814.0, 3816.0, 3827.0, 3825.0, 3816.0, 3828.0, 3806.0, 3818.0, 3818.0, 3828.0, 3829.0, 3830.0, 3861.0, 3839.0, 3838.0, 3816.0, 3817.0, 3846.0, 3815.0, 3804.0, 3836.0, 3804.0, 3814.0, 3815.0, 3814.0, 3803.0, 3814.0, 3835.0, 3813.0, 3814.0, 3803.0, 3814.0, 3823.0, 3803.0, 3803.0, 3803.0, 3814.0, 3825.0, 3814.0, 3814.0, 3803.0, 3814.0, 3792.0, 3803.0, 3812.0, 3802.0, 3804.0, 3834.0, 3815.0, 3826.0, 3816.0, 3815.0, 3815.0, 3815.0, 3814.0, 3815.0, 3816.0, 3816.0, 3828.0, 3806.0, 3818.0, 3826.0, 3817.0, 3817.0, 3848.0, 3817.0, 3816.0, 3806.0, 3827.0, 3816.0, 3816.0, 3816.0, 3847.0, 3828.0, 3816.0, 3817.0, 3816.0, 3847.0, 3816.0, 3816.0, 3805.0, 3817.0, 3815.0, 3815.0, 3815.0, 3848.0, 3816.0, 3815.0, 3804.0, 3815.0, 3814.0, 3804.0, 3815.0, 3846.0, 3816.0, 3816.0, 3815.0, 3815.0, 3826.0, 3814.0, 3815.0, 3835.0, 3816.0, 3814.0, 3824.0, 3814.0, 3815.0, 3813.0, 3817.0, 3815.0, 3815.0, 3814.0, 3803.0, 3815.0, 3848.0, 3805.0, 3826.0, 3815.0, 3815.0, 3845.0, 3814.0, 3804.0, 3846.0, 3814.0, 3824.0, 3814.0, 3814.0, 3823.0, 3803.0, 3814.0, 3804.0, 3815.0, 3835.0, 3815.0, 3814.0, 3803.0, 3815.0, 3835.0, 3815.0, 3814.0, 3815.0, 3816.0, 3825.0, 3815.0, 3816.0, 3847.0, 3816.0, 3827.0, 3817.0, 3817.0, 3847.0, 3816.0, 3828.0, 3805.0, 3816.0, 3806.0, 3816.0, 3815.0, 3805.0, 3815.0, 3857.0, 3817.0, 3816.0, 3828.0, 3828.0, 3816.0, 3815.0, 3827.0, 3816.0, 3816.0, 3827.0, 3817.0, 3817.0, 3816.0, 3817.0, 3858.0, 3829.0, 3838.0, 3817.0, 3816.0, 3845.0, 3815.0, 3827.0, 3805.0, 3816.0, 3835.0, 3804.0, 3815.0, 3804.0, 3815.0, 3815.0, 3816.0, 3815.0, 3804.0, 3817.0, 3847.0, 3817.0, 3816.0, 3816.0, 3816.0, 3814.0, 3815.0, 3838.0, 3817.0, 3816.0, 3805.0, 3817.0, 3846.0, 3816.0, 3826.0, 3816.0, 3816.0, 3804.0, 3816.0, 3847.0, 3816.0, 3837.0, 3805.0, 3815.0, 3804.0, 3815.0, 3846.0, 3805.0, 3816.0, 3816.0, 3815.0, 3804.0, 3815.0, 3847.0, 3817.0, 3827.0, 3816.0, 3816.0, 3804.0, 3815.0, 3825.0, 3815.0, 3815.0, 3805.0, 3816.0, 3814.0, 3816.0, 3816.0, 3816.0, 3815.0, 3836.0, 3817.0, 3817.0, 3816.0, 3817.0, 3848.0, 3829.0, 3828.0, 3830.0, 3830.0, 3839.0, 3818.0, 3850.0, 3829.0, 3828.0, 3817.0, 3830.0, 3861.0, 3817.0, 3828.0, 3840.0, 3819.0, 3839.0, 3829.0, 3817.0, 3859.0, 3817.0, 3838.0, 3817.0, 3817.0, 3818.0, 3829.0, 3837.0, 3816.0, 3816.0, 3848.0, 3828.0, 3836.0, 3817.0, 3817.0, 3846.0, 3816.0, 3816.0, 3804.0, 3817.0, 3847.0, 3817.0, 3816.0, 3805.0, 3816.0, 3815.0, 3804.0, 3816.0, 3816.0, 3817.0, 3848.0, 3817.0, 3815.0, 3804.0, 3815.0, 3846.0, 3816.0, 3827.0, 3817.0, 3817.0, 3804.0, 3816.0, 3827.0, 3815.0, 3816.0, 3806.0, 3817.0, 3837.0, 3816.0, 3817.0, 3818.0, 3818.0, 3817.0, 3817.0, 3837.0, 3817.0, 3828.0, 3817.0, 3816.0, 3848.0, 3818.0, 3840.0, 3830.0, 3839.0, 3831.0, 3853.0, 3851.0, 3819.0, 3848.0, 3817.0, 3815.0, 3826.0, 3816.0, 3849.0, 3806.0, 3816.0, 3835.0, 3803.0, 3802.0, 3803.0, 3803.0, 3793.0, 3815.0, 3815.0, 3804.0, 3814.0, 3805.0, 3817.0, 3816.0, 3805.0, 3816.0, 3818.0, 3828.0, 3818.0, 3816.0, 3818.0, 3829.0, 3850.0, 3839.0, 3818.0, 3807.0, 3818.0, 3829.0, 3849.0, 3805.0, 3838.0, 3805.0, 3816.0, 3815.0, 3804.0, 3815.0, 3835.0, 3816.0, 3816.0, 3834.0, 3805.0, 3816.0, 3847.0, 3817.0, 3815.0, 3836.0, 3803.0, 3827.0, 3805.0, 3816.0, 3825.0, 3805.0, 3805.0, 3816.0, 3817.0, 3816.0, 3817.0, 3817.0, 3850.0, 3827.0, 3807.0, 3818.0, 3838.0, 3849.0, 3825.0, 3803.0, 3794.0, 3815.0, 3814.0, 3815.0, 3816.0, 3835.0, 3806.0, 3816.0, 3815.0, 3817.0, 3816.0, 3837.0, 3815.0, 3848.0, 3815.0, 3816.0, 3847.0, 3804.0, 3815.0, 3846.0, 3814.0, 3805.0, 3824.0, 3802.0, 3803.0, 3814.0, 3803.0, 3803.0, 3805.0, 3814.0, 3814.0, 3803.0, 3814.0, 3844.0, 3814.0, 3806.0, 3805.0, 3806.0, 3805.0, 3816.0, 3816.0, 3847.0, 3803.0, 3825.0, 3795.0, 3816.0, 3836.0, 3817.0, 3815.0, 3815.0, 3815.0, 3825.0, 3805.0, 3815.0, 3804.0, 3815.0], 'WindowWidth': [8761.0, 8660.0, 8681.0, 8607.0, 8602.0, 8578.0, 8593.0, 8587.0, 8588.0, 8586.0, 8616.0, 8584.0, 8586.0, 8593.0, 8590.0, 8611.0, 8593.0, 8587.0, 8590.0, 8595.0, 8595.0, 8597.0, 8580.0, 8595.0, 8595.0, 8595.0, 8610.0, 8594.0, 8593.0, 8624.0, 8594.0, 8592.0, 8576.0, 8589.0, 8621.0, 8589.0, 8590.0, 8588.0, 8590.0, 8622.0, 8592.0, 8593.0, 8589.0, 8590.0, 8625.0, 8593.0, 8590.0, 8588.0, 8588.0, 8606.0, 8569.0, 8584.0, 8612.0, 8570.0, 8583.0, 8615.0, 8570.0, 8569.0, 8580.0, 8580.0, 8568.0, 8595.0, 8566.0, 8565.0, 8565.0, 8582.0, 8566.0, 8566.0, 8586.0, 8570.0, 8591.0, 8587.0, 8587.0, 8594.0, 8608.0, 8609.0, 8611.0, 8618.0, 8587.0, 8606.0, 8587.0, 8589.0, 8605.0, 8608.0, 8590.0, 8633.0, 8587.0, 8618.0, 8591.0, 8593.0, 8633.0, 8585.0, 8587.0, 8585.0, 8588.0, 8602.0, 8590.0, 8587.0, 8630.0, 8570.0, 8604.0, 8571.0, 8588.0, 8614.0, 8568.0, 8567.0, 8597.0, 8566.0, 8582.0, 8585.0, 8583.0, 8610.0, 8566.0, 8585.0, 8584.0, 8586.0, 8596.0, 8566.0, 8567.0, 8567.0, 8567.0, 8612.0, 8584.0, 8580.0, 8593.0, 8562.0, 8597.0, 8564.0, 8567.0, 8564.0, 8561.0, 8564.0, 8561.0, 8564.0, 8594.0, 8565.0, 8563.0, 8547.0, 8562.0, 8595.0, 8568.0, 8567.0, 8564.0, 8566.0, 8593.0, 8568.0, 8564.0, 8566.0, 8568.0, 8595.0, 8569.0, 8569.0, 8569.0, 8586.0, 8582.0, 8568.0, 8568.0, 8569.0, 8572.0, 8584.0, 8572.0, 8566.0, 8564.0, 8568.0, 8614.0, 8570.0, 8569.0, 8565.0, 8568.0, 8613.0, 8585.0, 8565.0, 8549.0, 8564.0, 8577.0, 8562.0, 8561.0, 8591.0, 8563.0, 8564.0, 8575.0, 8562.0, 8562.0, 8562.0, 8564.0, 8552.0, 8567.0, 8564.0, 8565.0, 8569.0, 8568.0, 8571.0, 8585.0, 8570.0, 8587.0, 8571.0, 8590.0, 8585.0, 8612.0, 8568.0, 8582.0, 8611.0, 8568.0, 8571.0, 8572.0, 8585.0, 8570.0, 8583.0, 8586.0, 8602.0, 8584.0, 8584.0, 8569.0, 8587.0, 8572.0, 8616.0, 8571.0, 8587.0, 8571.0, 8586.0, 8568.0, 8567.0, 8586.0, 8600.0, 8586.0, 8587.0, 8584.0, 8587.0, 8591.0, 8636.0, 8590.0, 8591.0, 8587.0, 8591.0, 8590.0, 8587.0, 8587.0, 8617.0, 8588.0, 8588.0, 8615.0, 8585.0, 8586.0, 8612.0, 8569.0, 8568.0, 8594.0, 8566.0, 8568.0, 8611.0, 8569.0, 8568.0, 8568.0, 8586.0, 8567.0, 8583.0, 8568.0, 8582.0, 8568.0, 8570.0, 8615.0, 8572.0, 8571.0, 8568.0, 8585.0, 8568.0, 8565.0, 8567.0, 8593.0, 8566.0, 8569.0, 8613.0, 8569.0, 8568.0, 8551.0, 8582.0, 8567.0, 8565.0, 8568.0, 8564.0, 8567.0, 8568.0, 8597.0, 8582.0, 8568.0, 8594.0, 8568.0, 8572.0, 8582.0, 8582.0, 8566.0, 8568.0, 8570.0, 8586.0, 8585.0, 8585.0, 8598.0, 8571.0, 8572.0, 8628.0, 8569.0, 8586.0, 8572.0, 8571.0, 8556.0, 8589.0, 8588.0, 8616.0, 8586.0, 8576.0, 8573.0, 8591.0, 8588.0, 8569.0, 8572.0, 8604.0, 8571.0, 8588.0, 8613.0, 8585.0, 8573.0, 8600.0, 8587.0, 8571.0, 8587.0, 8589.0, 8602.0, 8572.0, 8587.0, 8603.0, 8590.0, 8588.0, 8585.0, 8588.0, 8603.0, 8573.0, 8572.0, 8573.0, 8590.0, 8588.0, 8587.0, 8575.0, 8623.0, 8606.0, 8604.0, 8573.0, 8572.0, 8614.0, 8566.0, 8583.0, 8566.0, 8570.0, 8556.0, 8571.0, 8571.0, 8598.0, 8566.0, 8611.0, 8570.0, 8567.0, 8554.0, 8568.0, 8585.0, 8566.0, 8569.0, 8596.0, 8568.0, 8569.0, 8609.0, 8565.0, 8569.0, 8568.0, 8565.0, 8571.0, 8588.0, 8584.0, 8570.0, 8590.0, 8557.0, 8575.0, 8577.0, 8588.0, 8594.0, 8598.0, 8643.0, 8607.0, 8601.0, 8570.0, 8572.0, 8611.0, 8565.0, 8552.0, 8596.0, 8551.0, 8565.0, 8566.0, 8564.0, 8547.0, 8563.0, 8595.0, 8563.0, 8563.0, 8548.0, 8563.0, 8575.0, 8548.0, 8548.0, 8547.0, 8565.0, 8580.0, 8564.0, 8562.0, 8548.0, 8563.0, 8531.0, 8547.0, 8559.0, 8543.0, 8550.0, 8592.0, 8569.0, 8582.0, 8570.0, 8566.0, 8566.0, 8567.0, 8564.0, 8567.0, 8571.0, 8570.0, 8589.0, 8559.0, 8575.0, 8585.0, 8574.0, 8573.0, 8618.0, 8574.0, 8569.0, 8556.0, 8586.0, 8570.0, 8570.0, 8570.0, 8616.0, 8590.0, 8571.0, 8572.0, 8570.0, 8615.0, 8571.0, 8570.0, 8555.0, 8572.0, 8569.0, 8566.0, 8566.0, 8618.0, 8570.0, 8567.0, 8551.0, 8567.0, 8564.0, 8550.0, 8566.0, 8611.0, 8570.0, 8571.0, 8566.0, 8568.0, 8584.0, 8565.0, 8567.0, 8595.0, 8569.0, 8567.0, 8578.0, 8565.0, 8568.0, 8563.0, 8571.0, 8567.0, 8566.0, 8565.0, 8549.0, 8566.0, 8617.0, 8554.0, 8584.0, 8565.0, 8567.0, 8609.0, 8563.0, 8551.0, 8612.0, 8565.0, 8579.0, 8565.0, 8564.0, 8576.0, 8549.0, 8566.0, 8551.0, 8567.0, 8594.0, 8567.0, 8566.0, 8550.0, 8566.0, 8596.0, 8567.0, 8565.0, 8569.0, 8570.0, 8581.0, 8568.0, 8570.0, 8614.0, 8570.0, 8587.0, 8575.0, 8573.0, 8612.0, 8569.0, 8589.0, 8554.0, 8571.0, 8556.0, 8572.0, 8567.0, 8553.0, 8569.0, 8629.0, 8572.0, 8571.0, 8590.0, 8589.0, 8570.0, 8570.0, 8587.0, 8571.0, 8571.0, 8588.0, 8574.0, 8573.0, 8569.0, 8573.0, 8631.0, 8590.0, 8602.0, 8572.0, 8570.0, 8610.0, 8568.0, 8587.0, 8554.0, 8570.0, 8596.0, 8552.0, 8566.0, 8553.0, 8567.0, 8567.0, 8570.0, 8568.0, 8551.0, 8572.0, 8614.0, 8574.0, 8570.0, 8572.0, 8569.0, 8566.0, 8567.0, 8604.0, 8572.0, 8569.0, 8555.0, 8572.0, 8612.0, 8569.0, 8583.0, 8571.0, 8569.0, 8551.0, 8569.0, 8614.0, 8571.0, 8599.0, 8556.0, 8568.0, 8551.0, 8566.0, 8611.0, 8555.0, 8569.0, 8571.0, 8568.0, 8552.0, 8568.0, 8615.0, 8573.0, 8586.0, 8571.0, 8568.0, 8550.0, 8566.0, 8581.0, 8567.0, 8566.0, 8553.0, 8571.0, 8566.0, 8570.0, 8570.0, 8569.0, 8570.0, 8597.0, 8574.0, 8572.0, 8570.0, 8575.0, 8617.0, 8592.0, 8591.0, 8597.0, 8596.0, 8605.0, 8575.0, 8623.0, 8594.0, 8589.0, 8576.0, 8594.0, 8640.0, 8575.0, 8591.0, 8608.0, 8577.0, 8606.0, 8592.0, 8574.0, 8633.0, 8571.0, 8604.0, 8574.0, 8574.0, 8575.0, 8591.0, 8601.0, 8569.0, 8571.0, 8618.0, 8587.0, 8597.0, 8573.0, 8572.0, 8610.0, 8568.0, 8571.0, 8552.0, 8571.0, 8614.0, 8571.0, 8569.0, 8552.0, 8568.0, 8565.0, 8551.0, 8569.0, 8570.0, 8571.0, 8615.0, 8570.0, 8568.0, 8550.0, 8567.0, 8611.0, 8570.0, 8584.0, 8574.0, 8573.0, 8551.0, 8570.0, 8587.0, 8569.0, 8569.0, 8557.0, 8573.0, 8599.0, 8570.0, 8574.0, 8574.0, 8576.0, 8574.0, 8574.0, 8601.0, 8573.0, 8591.0, 8572.0, 8569.0, 8615.0, 8575.0, 8608.0, 8596.0, 8606.0, 8597.0, 8632.0, 8627.0, 8580.0, 8618.0, 8572.0, 8568.0, 8581.0, 8568.0, 8620.0, 8555.0, 8568.0, 8593.0, 8547.0, 8545.0, 8547.0, 8548.0, 8534.0, 8567.0, 8567.0, 8549.0, 8565.0, 8554.0, 8573.0, 8570.0, 8554.0, 8571.0, 8575.0, 8588.0, 8576.0, 8571.0, 8575.0, 8591.0, 8624.0, 8606.0, 8575.0, 8559.0, 8575.0, 8592.0, 8620.0, 8554.0, 8602.0, 8553.0, 8569.0, 8568.0, 8549.0, 8567.0, 8596.0, 8567.0, 8568.0, 8593.0, 8553.0, 8571.0, 8612.0, 8571.0, 8567.0, 8596.0, 8549.0, 8585.0, 8553.0, 8569.0, 8581.0, 8553.0, 8554.0, 8570.0, 8571.0, 8569.0, 8572.0, 8574.0, 8623.0, 8586.0, 8559.0, 8575.0, 8606.0, 8625.0, 8580.0, 8547.0, 8537.0, 8567.0, 8563.0, 8567.0, 8567.0, 8594.0, 8556.0, 8570.0, 8568.0, 8573.0, 8572.0, 8598.0, 8568.0, 8615.0, 8568.0, 8570.0, 8610.0, 8550.0, 8565.0, 8609.0, 8563.0, 8551.0, 8575.0, 8545.0, 8547.0, 8563.0, 8546.0, 8548.0, 8553.0, 8564.0, 8562.0, 8549.0, 8563.0, 8604.0, 8564.0, 8555.0, 8553.0, 8555.0, 8555.0, 8570.0, 8569.0, 8610.0, 8547.0, 8580.0, 8539.0, 8569.0, 8597.0, 8571.0, 8565.0, 8565.0, 8564.0, 8581.0, 8552.0, 8566.0, 8551.0, 8566.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.00023454545454545454</td></tr>
<tr><td colspan=3>aqi</td><td>0.017843066267942586</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.27085486768862</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2061501649341326</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9969336585868268</td></tr>
<tr><td colspan=3>efc</td><td>0.4961</td></tr>
<tr><td colspan=3>fber</td><td>3999.9534</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07542804274933702</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5980861244019139</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.399911480390577</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3682493980819888</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.64742211869872</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1840629243910237</td></tr>
<tr><td colspan=3>gcor</td><td>0.00512783</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01367937307804823</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03100697509944439</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8706879428184093</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.1503</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.101</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.5376</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299596.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>939.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.5102</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4166</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.9319</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3022.469</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76948.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.4293</td></tr>
<tr><td colspan=3>tsnr</td><td>43.04451287625125</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>