<?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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-02/func/sub-0005_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>137c8fd59302c8a0fbdd5e9b0c2fd282</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>14:48:12.292500</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.998995, 0.0239996, -0.0378527, -0.0242405, 0.999689, -0.00591759]</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.0995246</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7765, -7239, 454, -54, 7, -10, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>281.466</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>36a26f0c-7127-453f-9ce4-dc096cf20c3d||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.6802308559417725, -0.0650353878736496, -0.10178691148757935, 115.9570541381836], [-0.06438911706209183, 2.682091474533081, -0.018438853323459625, -86.76465606689453], [-0.10155592113733292, 0.015876449644565582, 2.6980175971984863, -26.831417083740234], [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': ['144812.292500', '144812.752500', '144813.212500', '144813.672500', '144814.132500', '144814.592500', '144815.052500', '144815.512500', '144815.972500', '144816.432500', '144816.892500', '144817.352500', '144817.812500', '144818.272500', '144818.732500', '144819.192500', '144819.652500', '144820.112500', '144820.572500', '144821.032500', '144821.492500', '144821.952500', '144822.412500', '144822.872500', '144823.332500', '144823.792500', '144824.252500', '144824.712500', '144825.172500', '144825.632500', '144826.092500', '144826.552500', '144827.012500', '144827.472500', '144827.932500', '144828.392500', '144828.852500', '144829.312500', '144829.772500', '144830.232500', '144830.692500', '144831.152500', '144831.612500', '144832.072500', '144832.532500', '144832.992500', '144833.452500', '144833.912500', '144834.372500', '144834.832500', '144835.292500', '144835.752500', '144836.212500', '144836.672500', '144837.132500', '144837.592500', '144838.052500', '144838.512500', '144838.972500', '144839.432500', '144839.892500', '144840.352500', '144840.812500', '144841.272500', '144841.732500', '144842.192500', '144842.652500', '144843.112500', '144843.572500', '144844.032500', '144844.492500', '144844.952500', '144845.412500', '144845.872500', '144846.332500', '144846.792500', '144847.252500', '144847.712500', '144848.172500', '144848.632500', '144849.092500', '144849.552500', '144850.012500', '144850.472500', '144850.932500', '144851.392500', '144851.852500', '144852.312500', '144852.772500', '144853.232500', '144853.692500', '144854.152500', '144854.612500', '144855.072500', '144855.532500', '144855.992500', '144856.452500', '144856.912500', '144857.372500', '144857.832500', '144858.292500', '144858.752500', '144859.212500', '144859.672500', '144900.132500', '144900.592500', '144901.052500', '144901.512500', '144901.972500', '144902.432500', '144902.892500', '144903.352500', '144903.812500', '144904.272500', '144904.732500', '144905.192500', '144905.652500', '144906.112500', '144906.572500', '144907.032500', '144907.492500', '144907.952500', '144908.412500', '144908.872500', '144909.332500', '144909.792500', '144910.252500', '144910.712500', '144911.172500', '144911.632500', '144912.092500', '144912.552500', '144913.012500', '144913.472500', '144913.932500', '144914.392500', '144914.852500', '144915.312500', '144915.772500', '144916.232500', '144916.692500', '144917.152500', '144917.612500', '144918.072500', '144918.532500', '144918.992500', '144919.452500', '144919.912500', '144920.372500', '144920.832500', '144921.292500', '144921.752500', '144922.212500', '144922.672500', '144923.132500', '144923.592500', '144924.052500', '144924.512500', '144924.972500', '144925.432500', '144925.892500', '144926.352500', '144926.812500', '144927.272500', '144927.732500', '144928.192500', '144928.652500', '144929.112500', '144929.572500', '144930.032500', '144930.492500', '144930.952500', '144931.412500', '144931.872500', '144932.332500', '144932.792500', '144933.252500', '144933.712500', '144934.172500', '144934.632500', '144935.092500', '144935.552500', '144936.012500', '144936.472500', '144936.932500', '144937.392500', '144937.852500', '144938.312500', '144938.772500', '144939.232500', '144939.692500', '144940.152500', '144940.612500', '144941.072500', '144941.532500', '144941.992500', '144942.452500', '144942.912500', '144943.372500', '144943.832500', '144944.292500', '144944.752500', '144945.212500', '144945.672500', '144946.132500', '144946.592500', '144947.052500', '144947.512500', '144947.972500', '144948.432500', '144948.892500', '144949.352500', '144949.812500', '144950.272500', '144950.732500', '144951.192500', '144951.652500', '144952.112500', '144952.572500', '144953.032500', '144953.492500', '144953.952500', '144954.412500', '144954.872500', '144955.332500', '144955.792500', '144956.252500', '144956.712500', '144957.172500', '144957.632500', '144958.092500', '144958.552500', '144959.012500', '144959.472500', '144959.932500', '145000.392500', '145000.852500', '145001.312500', '145001.772500', '145002.232500', '145002.692500', '145003.152500', '145003.612500', '145004.072500', '145004.532500', '145004.992500', '145005.452500', '145005.912500', '145006.372500', '145006.832500', '145007.292500', '145007.752500', '145008.212500', '145008.672500', '145009.132500', '145009.592500', '145010.052500', '145010.512500', '145010.972500', '145011.432500', '145011.892500', '145012.352500', '145012.812500', '145013.272500', '145013.732500', '145014.192500', '145014.652500', '145015.112500', '145015.572500', '145016.032500', '145016.492500', '145016.952500', '145017.412500', '145017.872500', '145018.332500', '145018.792500', '145019.252500', '145019.712500', '145020.172500', '145020.632500', '145021.092500', '145021.552500', '145022.012500', '145022.472500', '145022.932500', '145023.392500', '145023.852500', '145024.312500', '145024.772500', '145025.232500', '145025.692500', '145026.152500', '145026.612500', '145027.072500', '145027.532500', '145027.992500', '145028.452500', '145028.912500', '145029.372500', '145029.832500', '145030.292500', '145030.752500', '145031.212500', '145031.672500', '145032.132500', '145032.592500', '145033.052500', '145033.512500', '145033.972500', '145034.432500', '145034.892500', '145035.352500', '145035.812500', '145036.272500', '145036.732500', '145037.192500', '145037.652500', '145038.112500', '145038.572500', '145039.032500', '145039.492500', '145039.952500', '145040.412500', '145040.872500', '145041.332500', '145041.792500', '145042.252500', '145042.712500', '145043.172500', '145043.632500', '145044.092500', '145044.552500', '145045.012500', '145045.472500', '145045.932500', '145046.392500', '145046.852500', '145047.312500', '145047.772500', '145048.232500', '145048.692500', '145049.152500', '145049.612500', '145050.072500', '145050.532500', '145050.992500', '145051.452500', '145051.912500', '145052.372500', '145052.832500', '145053.292500', '145053.752500', '145054.212500', '145054.672500', '145055.132500', '145055.592500', '145056.052500', '145056.512500', '145056.972500', '145057.432500', '145057.892500', '145058.352500', '145058.812500', '145059.272500', '145059.732500', '145100.192500', '145100.652500', '145101.112500', '145101.572500', '145102.032500', '145102.492500', '145102.952500', '145103.412500', '145103.872500', '145104.332500', '145104.792500', '145105.252500', '145105.712500', '145106.172500', '145106.632500', '145107.092500', '145107.552500', '145108.012500', '145108.472500', '145108.932500', '145109.392500', '145109.852500', '145110.312500', '145110.772500', '145111.232500', '145111.692500', '145112.152500', '145112.612500', '145113.072500', '145113.532500', '145113.992500', '145114.452500', '145114.912500', '145115.372500', '145115.832500', '145116.292500', '145116.752500', '145117.212500', '145117.672500', '145118.132500', '145118.592500', '145119.052500', '145119.512500', '145119.972500', '145120.432500', '145120.892500', '145121.352500', '145121.812500', '145122.272500', '145122.732500', '145123.192500', '145123.652500', '145124.112500', '145124.572500', '145125.032500', '145125.492500', '145125.952500', '145126.412500', '145126.872500', '145127.332500', '145127.792500', '145128.252500', '145128.712500', '145129.172500', '145129.632500', '145130.092500', '145130.552500', '145131.012500', '145131.472500', '145131.932500', '145132.392500', '145132.852500', '145133.312500', '145133.772500', '145134.232500', '145134.692500', '145135.152500', '145135.612500', '145136.072500', '145136.532500', '145136.992500', '145137.452500', '145137.912500', '145138.372500', '145138.832500', '145139.292500', '145139.752500', '145140.212500', '145140.672500', '145141.132500', '145141.592500', '145142.052500', '145142.512500', '145142.972500', '145143.432500', '145143.892500', '145144.352500', '145144.812500', '145145.272500', '145145.732500', '145146.192500', '145146.652500', '145147.112500', '145147.572500', '145148.032500', '145148.492500', '145148.952500', '145149.412500', '145149.872500', '145150.332500', '145150.792500', '145151.252500', '145151.712500', '145152.172500', '145152.632500', '145153.092500', '145153.552500', '145154.012500', '145154.472500', '145154.932500', '145155.392500', '145155.852500', '145156.312500', '145156.772500', '145157.232500', '145157.692500', '145158.152500', '145158.612500', '145159.072500', '145159.532500', '145159.992500', '145200.452500', '145200.912500', '145201.372500', '145201.832500', '145202.292500', '145202.752500', '145203.212500', '145203.672500', '145204.132500', '145204.592500', '145205.052500', '145205.512500', '145205.972500', '145206.432500', '145206.892500', '145207.352500', '145207.812500', '145208.272500', '145208.732500', '145209.192500', '145209.652500', '145210.112500', '145210.572500', '145211.032500', '145211.492500', '145211.952500', '145212.412500', '145212.872500', '145213.332500', '145213.792500', '145214.252500', '145214.712500', '145215.172500', '145215.632500', '145216.092500', '145216.552500', '145217.012500', '145217.472500', '145217.932500', '145218.392500', '145218.852500', '145219.312500', '145219.772500', '145220.232500', '145220.692500', '145221.152500', '145221.612500', '145222.072500', '145222.532500', '145222.992500', '145223.452500', '145223.912500', '145224.372500', '145224.832500', '145225.292500', '145225.752500', '145226.212500', '145226.672500', '145227.132500', '145227.592500', '145228.052500', '145228.512500', '145228.972500', '145229.432500', '145229.892500', '145230.352500', '145230.812500', '145231.272500', '145231.732500', '145232.192500', '145232.652500', '145233.112500', '145233.572500', '145234.032500', '145234.492500', '145234.952500', '145235.412500', '145235.872500', '145236.332500', '145236.792500', '145237.252500', '145237.712500', '145238.172500', '145238.632500', '145239.092500', '145239.552500', '145240.012500', '145240.472500', '145240.932500', '145241.392500', '145241.852500', '145242.312500', '145242.772500', '145243.232500', '145243.692500', '145244.152500', '145244.612500', '145245.072500', '145245.532500', '145245.992500', '145246.452500', '145246.912500', '145247.372500', '145247.832500', '145248.292500', '145248.752500', '145249.212500', '145249.672500', '145250.132500', '145250.592500', '145251.052500', '145251.512500', '145251.972500', '145252.432500', '145252.892500', '145253.352500', '145253.812500', '145254.272500', '145254.732500', '145255.192500', '145255.652500', '145256.112500', '145256.572500', '145257.032500', '145257.492500', '145257.952500', '145258.412500', '145258.872500', '145259.332500', '145259.792500', '145300.252500', '145300.712500', '145301.172500', '145301.632500', '145302.092500', '145302.552500', '145303.012500', '145303.472500', '145303.932500', '145304.392500', '145304.852500', '145305.312500', '145305.772500', '145306.232500', '145306.692500', '145307.152500', '145307.612500', '145308.072500', '145308.532500', '145308.992500', '145309.452500', '145309.912500', '145310.372500', '145310.832500', '145311.292500', '145311.752500', '145312.212500', '145312.672500', '145313.132500', '145313.592500', '145314.052500', '145314.512500', '145314.972500', '145315.432500', '145315.892500', '145316.352500', '145316.812500', '145317.272500', '145317.732500', '145318.192500', '145318.652500', '145319.112500', '145319.572500', '145320.032500', '145320.492500', '145320.952500', '145321.412500', '145321.872500', '145322.332500', '145322.792500', '145323.252500', '145323.712500', '145324.172500', '145324.632500', '145325.092500', '145325.552500', '145326.012500', '145326.472500', '145326.932500', '145327.392500', '145327.852500', '145328.312500', '145328.772500', '145329.232500', '145329.692500', '145330.152500', '145330.612500', '145331.072500', '145331.532500', '145331.992500', '145332.452500', '145332.912500', '145333.372500', '145333.832500', '145334.292500', '145334.752500', '145335.212500', '145335.672500', '145336.132500', '145336.592500', '145337.052500', '145337.512500', '145337.972500', '145338.432500', '145338.892500', '145339.352500', '145339.812500', '145340.272500', '145340.732500', '145341.192500', '145341.652500', '145342.112500', '145342.572500', '145343.032500', '145343.492500', '145343.952500', '145344.412500', '145344.872500', '145345.332500', '145345.792500', '145346.252500', '145346.712500', '145347.172500', '145347.632500', '145348.092500', '145348.552500', '145349.012500', '145349.472500', '145349.932500', '145350.392500', '145350.852500', '145351.312500', '145351.772500', '145352.232500', '145352.692500', '145353.152500', '145353.612500', '145354.072500', '145354.532500', '145354.992500', '145355.452500', '145355.912500', '145356.372500', '145356.832500', '145357.292500', '145357.752500', '145358.212500', '145358.672500', '145359.132500', '145359.592500', '145400.052500', '145400.512500', '145400.972500', '145401.432500', '145401.892500', '145402.352500', '145402.812500', '145403.272500', '145403.732500', '145404.192500', '145404.652500', '145405.112500', '145405.572500', '145406.032500', '145406.492500', '145406.952500', '145407.412500', '145407.872500', '145408.332500', '145408.792500', '145409.252500', '145409.712500', '145410.172500', '145410.632500', '145411.092500', '145411.552500', '145412.012500', '145412.472500', '145412.932500', '145413.392500', '145413.852500', '145414.312500', '145414.772500', '145415.232500', '145415.692500', '145416.152500', '145416.612500', '145417.072500', '145417.532500', '145417.992500', '145418.452500', '145418.912500', '145419.372500', '145419.832500', '145420.292500', '145420.752500', '145421.212500', '145421.672500', '145422.132500', '145422.592500', '145423.052500', '145423.512500', '145423.972500', '145424.432500', '145424.892500', '145425.352500', '145425.812500', '145426.272500', '145426.732500', '145427.192500', '145427.652500', '145428.112500', '145428.572500', '145429.032500', '145429.492500', '145429.952500', '145430.412500', '145430.872500', '145431.332500', '145431.792500', '145432.252500', '145432.712500', '145433.172500', '145433.632500', '145434.092500', '145434.552500', '145435.012500', '145435.472500', '145435.932500', '145436.392500', '145436.852500', '145437.312500', '145437.772500'], 'ContentTime': ['144830.904000', '144830.907000', '144830.910000', '144830.918000', '144830.920000', '144830.923000', '144830.926000', '144830.929000', '144830.932000', '144830.935000', '144830.938000', '144830.940000', '144830.943000', '144830.946000', '144830.949000', '144830.952000', '144830.955000', '144830.958000', '144830.961000', '144830.964000', '144830.967000', '144830.969000', '144830.973000', '144830.978000', '144830.982000', '144830.984000', '144830.987000', '144830.990000', '144830.993000', '144830.996000', '144831.000000', '144831.003000', '144831.006000', '144831.009000', '144831.011000', '144831.014000', '144831.017000', '144831.020000', '144831.032000', '144850.872000', '144850.875000', '144850.878000', '144850.880000', '144850.883000', '144850.886000', '144850.889000', '144850.892000', '144850.895000', '144850.897000', '144850.900000', '144850.903000', '144850.906000', '144850.909000', '144850.911000', '144850.914000', '144850.917000', '144850.920000', '144850.923000', '144850.926000', '144850.928000', '144850.931000', '144850.934000', '144850.937000', '144850.940000', '144850.942000', '144850.945000', '144850.948000', '144850.951000', '144850.954000', '144850.956000', '144850.959000', '144850.962000', '144850.965000', '144850.968000', '144850.971000', '144850.974000', '144850.976000', '144850.979000', '144850.982000', '144850.985000', '144850.988000', '144850.990000', '144850.993000', '144910.872000', '144910.875000', '144910.878000', '144910.880000', '144910.884000', '144910.890000', '144910.893000', '144910.896000', '144910.899000', '144910.902000', '144910.905000', '144910.907000', '144910.910000', '144910.913000', '144910.916000', '144910.933000', '144910.942000', '144910.945000', '144910.948000', '144910.951000', '144910.954000', '144910.956000', '144910.959000', '144910.962000', '144910.965000', '144910.968000', '144910.971000', '144910.973000', '144910.977000', '144910.980000', '144910.983000', '144910.985000', '144910.989000', '144910.992000', '144910.995000', '144910.997000', '144911.024000', '144911.026000', '144911.029000', '144911.032000', '144911.035000', '144911.038000', '144911.041000', '144930.872000', '144930.875000', '144930.878000', '144930.881000', '144930.884000', '144930.887000', '144930.890000', '144930.893000', '144930.896000', '144930.898000', '144930.901000', '144930.904000', '144930.907000', '144930.910000', '144930.913000', '144930.916000', '144930.919000', '144930.921000', '144930.924000', '144930.927000', '144930.930000', '144930.933000', '144930.936000', '144930.939000', '144930.942000', '144930.945000', '144930.947000', '144930.950000', '144930.953000', '144930.956000', '144930.959000', '144930.962000', '144930.965000', '144930.968000', '144930.970000', '144930.973000', '144930.976000', '144930.979000', '144930.982000', '144930.985000', '144930.988000', '144930.991000', '144930.994000', '144930.997000', '144950.872000', '144950.875000', '144950.878000', '144950.881000', '144950.884000', '144950.887000', '144950.889000', '144950.901000', '144950.904000', '144950.907000', '144950.910000', '144950.913000', '144950.915000', '144950.918000', '144950.921000', '144950.924000', '144950.927000', '144950.930000', '144950.933000', '144950.948000', '144950.951000', '144950.953000', '144950.956000', '144950.959000', '144950.962000', '144950.965000', '144950.968000', '144950.971000', '144950.973000', '144950.976000', '144950.979000', '144950.982000', '144950.985000', '144950.987000', '144950.990000', '144950.993000', '144950.996000', '144951.000000', '144951.003000', '144951.006000', '144951.009000', '144951.012000', '144951.015000', '145010.872000', '145010.875000', '145010.878000', '145010.881000', '145010.883000', '145010.886000', '145010.889000', '145010.892000', '145010.895000', '145010.898000', '145010.900000', '145010.903000', '145010.906000', '145010.909000', '145010.912000', '145010.919000', '145010.922000', '145010.925000', '145010.928000', '145010.931000', '145010.934000', '145010.936000', '145010.946000', '145010.952000', '145010.955000', '145010.958000', '145010.961000', '145010.964000', '145010.967000', '145010.969000', '145010.972000', '145010.975000', '145010.978000', '145010.981000', '145010.984000', '145010.986000', '145010.989000', '145010.992000', '145010.995000', '145010.998000', '145011.002000', '145011.004000', '145011.007000', '145011.010000', '145030.872000', '145030.875000', '145030.878000', '145030.881000', '145030.884000', '145030.886000', '145030.889000', '145030.892000', '145030.895000', '145030.898000', '145030.901000', '145030.903000', '145030.906000', '145030.909000', '145030.912000', '145030.915000', '145030.918000', '145030.920000', '145030.923000', '145030.926000', '145030.929000', '145030.932000', '145030.935000', '145030.937000', '145030.940000', '145030.943000', '145030.946000', '145030.949000', '145030.954000', '145030.957000', '145030.960000', '145030.963000', '145030.966000', '145030.969000', '145030.972000', '145030.975000', '145030.978000', '145030.980000', '145030.983000', '145030.986000', '145030.989000', '145030.992000', '145030.995000', '145050.873000', '145050.876000', '145050.879000', '145050.881000', '145050.884000', '145050.887000', '145050.890000', '145050.893000', '145050.896000', '145050.898000', '145050.901000', '145050.918000', '145050.920000', '145050.923000', '145050.926000', '145050.929000', '145050.932000', '145050.935000', '145050.938000', '145050.941000', '145050.943000', '145050.946000', '145050.949000', '145050.952000', '145050.955000', '145050.958000', '145050.961000', '145050.963000', '145050.966000', '145050.969000', '145050.972000', '145050.975000', '145050.977000', '145050.980000', '145050.983000', '145050.986000', '145050.989000', '145050.991000', '145050.994000', '145050.997000', '145051.001000', '145051.004000', '145051.007000', '145051.010000', '145110.872000', '145110.875000', '145110.878000', '145110.885000', '145110.888000', '145110.891000', '145110.894000', '145110.897000', '145110.900000', '145110.903000', '145110.905000', '145110.908000', '145110.911000', '145110.914000', '145110.917000', '145110.920000', '145110.923000', '145110.926000', '145110.928000', '145110.931000', '145110.934000', '145110.937000', '145110.940000', '145110.943000', '145110.945000', '145110.948000', '145110.951000', '145110.954000', '145110.957000', '145110.960000', '145110.962000', '145110.965000', '145110.968000', '145110.971000', '145110.974000', '145110.977000', '145110.980000', '145110.982000', '145110.985000', '145110.988000', '145110.991000', '145110.994000', '145110.997000', '145130.872000', '145130.881000', '145130.883000', '145130.886000', '145130.889000', '145130.892000', '145130.895000', '145130.898000', '145130.900000', '145130.903000', '145130.906000', '145130.909000', '145130.912000', '145130.915000', '145130.918000', '145130.921000', '145130.923000', '145130.926000', '145130.929000', '145130.932000', '145130.935000', '145130.938000', '145130.941000', '145130.943000', '145130.946000', '145130.949000', '145130.952000', '145130.955000', '145130.958000', '145130.961000', '145130.963000', '145130.966000', '145130.969000', '145130.972000', '145130.975000', '145130.977000', '145130.980000', '145130.983000', '145130.986000', '145130.989000', '145130.992000', '145130.995000', '145130.997000', '145131.001000', '145150.872000', '145150.875000', '145150.878000', '145150.894000', '145150.897000', '145150.900000', '145150.903000', '145150.906000', '145150.908000', '145150.911000', '145150.914000', '145150.917000', '145150.920000', '145150.923000', '145150.925000', '145150.928000', '145150.931000', '145150.934000', '145150.937000', '145150.940000', '145150.943000', '145150.945000', '145150.948000', '145150.951000', '145150.954000', '145150.957000', '145150.963000', '145150.966000', '145150.969000', '145150.972000', '145150.975000', '145150.977000', '145150.980000', '145150.983000', '145150.986000', '145150.989000', '145150.992000', '145150.995000', '145151.000000', '145151.003000', '145151.006000', '145151.009000', '145151.012000', '145210.872000', '145210.875000', '145210.878000', '145210.881000', '145210.883000', '145210.887000', '145210.889000', '145210.892000', '145210.895000', '145210.898000', '145210.901000', '145210.904000', '145210.907000', '145210.910000', '145210.912000', '145210.915000', '145210.918000', '145210.921000', '145210.924000', '145210.927000', '145210.930000', '145210.932000', '145210.935000', '145210.938000', '145210.941000', '145210.944000', '145210.947000', '145210.950000', '145210.952000', '145210.955000', '145210.958000', '145210.961000', '145210.964000', '145210.967000', '145210.969000', '145210.972000', '145210.988000', '145210.991000', '145210.994000', '145210.997000', '145211.001000', '145211.003000', '145211.006000', '145211.009000', '145230.872000', '145230.875000', '145230.878000', '145230.880000', '145230.883000', '145230.886000', '145230.889000', '145230.892000', '145230.895000', '145230.898000', '145230.900000', '145230.903000', '145230.906000', '145230.909000', '145230.912000', '145230.915000', '145230.917000', '145230.920000', '145230.923000', '145230.926000', '145230.929000', '145230.932000', '145230.935000', '145230.938000', '145230.940000', '145230.943000', '145230.946000', '145230.949000', '145230.952000', '145230.955000', '145230.957000', '145230.960000', '145230.963000', '145230.966000', '145230.969000', '145230.972000', '145230.975000', '145230.977000', '145230.980000', '145230.983000', '145230.986000', '145230.989000', '145230.992000', '145250.872000', '145250.875000', '145250.878000', '145250.881000', '145250.884000', '145250.887000', '145250.890000', '145250.893000', '145250.896000', '145250.899000', '145250.902000', '145250.905000', '145250.908000', '145250.910000', '145250.913000', '145250.916000', '145250.919000', '145250.922000', '145250.925000', '145250.927000', '145250.930000', '145250.933000', '145250.936000', '145250.939000', '145250.941000', '145250.944000', '145250.947000', '145250.950000', '145250.953000', '145250.956000', '145250.959000', '145250.961000', '145250.964000', '145250.967000', '145250.970000', '145250.973000', '145250.976000', '145250.978000', '145250.981000', '145250.984000', '145250.987000', '145250.990000', '145250.993000', '145310.873000', '145310.876000', '145310.879000', '145310.882000', '145310.885000', '145310.887000', '145310.890000', '145310.893000', '145310.896000', '145310.899000', '145310.902000', '145310.905000', '145310.907000', '145310.910000', '145310.913000', '145310.916000', '145310.919000', '145310.921000', '145310.924000', '145310.927000', '145310.930000', '145310.933000', '145310.936000', '145310.939000', '145310.941000', '145310.944000', '145310.947000', '145310.950000', '145310.953000', '145310.956000', '145310.958000', '145310.961000', '145310.964000', '145310.967000', '145310.970000', '145310.973000', '145310.976000', '145310.978000', '145310.981000', '145310.984000', '145310.987000', '145310.990000', '145310.993000', '145310.995000', '145330.872000', '145330.875000', '145330.878000', '145330.881000', '145330.886000', '145330.890000', '145330.893000', '145330.896000', '145330.898000', '145330.901000', '145330.904000', '145330.907000', '145330.910000', '145330.913000', '145330.916000', '145330.918000', '145330.921000', '145330.924000', '145330.927000', '145330.930000', '145330.933000', '145330.936000', '145330.938000', '145330.941000', '145330.944000', '145330.947000', '145330.950000', '145330.953000', '145330.955000', '145330.958000', '145330.961000', '145330.964000', '145330.967000', '145330.970000', '145330.973000', '145330.975000', '145330.978000', '145330.981000', '145330.984000', '145330.987000', '145330.990000', '145330.992000', '145331.002000', '145350.872000', '145350.875000', '145350.878000', '145350.893000', '145350.896000', '145350.898000', '145350.901000', '145350.904000', '145350.907000', '145350.910000', '145350.912000', '145350.915000', '145350.918000', '145350.921000', '145350.924000', '145350.927000', '145350.929000', '145350.932000', '145350.935000', '145350.938000', '145350.941000', '145350.943000', '145350.946000', '145350.949000', '145350.952000', '145350.955000', '145350.958000', '145350.961000', '145350.964000', '145350.967000', '145350.970000', '145350.972000', '145350.975000', '145350.978000', '145350.981000', '145350.984000', '145350.987000', '145350.990000', '145350.992000', '145350.995000', '145350.998000', '145351.002000', '145351.005000', '145351.008000', '145410.872000', '145410.875000', '145410.878000', '145410.881000', '145410.884000', '145410.887000', '145410.890000', '145410.893000', '145410.896000', '145410.899000', '145410.901000', '145410.904000', '145410.907000', '145410.910000', '145410.914000', '145410.917000', '145410.921000', '145410.924000', '145410.927000', '145410.930000', '145410.932000', '145410.936000', '145410.938000', '145410.941000', '145410.944000', '145410.947000', '145410.952000', '145410.955000', '145410.957000', '145410.960000', '145410.963000', '145410.966000', '145410.969000', '145410.972000', '145410.975000', '145410.978000', '145410.981000', '145410.983000', '145410.986000', '145410.989000', '145410.992000', '145410.995000', '145410.998000', '145430.872000', '145430.875000', '145430.878000', '145430.881000', '145430.884000', '145430.886000', '145430.889000', '145430.892000', '145430.895000', '145430.898000', '145430.901000', '145430.904000', '145430.907000', '145430.909000', '145430.912000', '145430.915000', '145430.918000', '145430.921000', '145430.924000', '145430.927000', '145430.929000', '145430.932000', '145430.935000', '145430.938000', '145430.941000', '145430.944000', '145430.947000', '145430.949000', '145430.952000', '145430.955000', '145430.958000', '145430.961000', '145430.963000', '145430.966000', '145430.969000', '145430.972000', '145430.975000', '145430.978000', '145430.981000', '145430.984000', '145430.987000', '145430.989000', '145430.992000', '145430.995000', '145438.553000', '145438.557000', '145438.560000', '145438.563000', '145438.566000', '145438.569000', '145438.572000', '145438.575000', '145438.579000', '145438.582000', '145438.585000', '145438.588000', '145438.592000', '145438.595000', '145438.597000', '145438.601000', '145438.604000'], 'InstanceCreationTime': ['144830.904000', '144830.907000', '144830.910000', '144830.918000', '144830.920000', '144830.923000', '144830.926000', '144830.929000', '144830.932000', '144830.935000', '144830.938000', '144830.940000', '144830.943000', '144830.946000', '144830.949000', '144830.952000', '144830.955000', '144830.958000', '144830.961000', '144830.964000', '144830.967000', '144830.969000', '144830.973000', '144830.978000', '144830.982000', '144830.984000', '144830.987000', '144830.990000', '144830.993000', '144830.996000', '144831.000000', '144831.003000', '144831.006000', '144831.009000', '144831.011000', '144831.014000', '144831.017000', '144831.020000', '144831.032000', '144850.872000', '144850.875000', '144850.878000', '144850.880000', '144850.883000', '144850.886000', '144850.889000', '144850.892000', '144850.895000', '144850.897000', '144850.900000', '144850.903000', '144850.906000', '144850.909000', '144850.911000', '144850.914000', '144850.917000', '144850.920000', '144850.923000', '144850.926000', '144850.928000', '144850.931000', '144850.934000', '144850.937000', '144850.940000', '144850.942000', '144850.945000', '144850.948000', '144850.951000', '144850.954000', '144850.956000', '144850.959000', '144850.962000', '144850.965000', '144850.968000', '144850.971000', '144850.974000', '144850.976000', '144850.979000', '144850.982000', '144850.985000', '144850.988000', '144850.990000', '144850.993000', '144910.872000', '144910.875000', '144910.878000', '144910.880000', '144910.884000', '144910.890000', '144910.893000', '144910.896000', '144910.899000', '144910.902000', '144910.905000', '144910.907000', '144910.910000', '144910.913000', '144910.916000', '144910.933000', '144910.942000', '144910.945000', '144910.948000', '144910.951000', '144910.954000', '144910.956000', '144910.959000', '144910.962000', '144910.965000', '144910.968000', '144910.971000', '144910.973000', '144910.977000', '144910.980000', '144910.983000', '144910.985000', '144910.989000', '144910.992000', '144910.995000', '144910.997000', '144911.024000', '144911.026000', '144911.029000', '144911.032000', '144911.035000', '144911.038000', '144911.041000', '144930.872000', '144930.875000', '144930.878000', '144930.881000', '144930.884000', '144930.887000', '144930.890000', '144930.893000', '144930.896000', '144930.898000', '144930.901000', '144930.904000', '144930.907000', '144930.910000', '144930.913000', '144930.916000', '144930.919000', '144930.921000', '144930.924000', '144930.927000', '144930.930000', '144930.933000', '144930.936000', '144930.939000', '144930.942000', '144930.945000', '144930.947000', '144930.950000', '144930.953000', '144930.956000', '144930.959000', '144930.962000', '144930.965000', '144930.968000', '144930.970000', '144930.973000', '144930.976000', '144930.979000', '144930.982000', '144930.985000', '144930.988000', '144930.991000', '144930.994000', '144930.997000', '144950.872000', '144950.875000', '144950.878000', '144950.881000', '144950.884000', '144950.887000', '144950.889000', '144950.901000', '144950.904000', '144950.907000', '144950.910000', '144950.913000', '144950.915000', '144950.918000', '144950.921000', '144950.924000', '144950.927000', '144950.930000', '144950.933000', '144950.948000', '144950.951000', '144950.953000', '144950.956000', '144950.959000', '144950.962000', '144950.965000', '144950.968000', '144950.971000', '144950.973000', '144950.976000', '144950.979000', '144950.982000', '144950.985000', '144950.987000', '144950.990000', '144950.993000', '144950.996000', '144951.000000', '144951.003000', '144951.006000', '144951.009000', '144951.012000', '144951.015000', '145010.872000', '145010.875000', '145010.878000', '145010.881000', '145010.883000', '145010.886000', '145010.889000', '145010.892000', '145010.895000', '145010.898000', '145010.900000', '145010.903000', '145010.906000', '145010.909000', '145010.912000', '145010.919000', '145010.922000', '145010.925000', '145010.928000', '145010.931000', '145010.934000', '145010.936000', '145010.946000', '145010.952000', '145010.955000', '145010.958000', '145010.961000', '145010.964000', '145010.967000', '145010.969000', '145010.972000', '145010.975000', '145010.978000', '145010.981000', '145010.984000', '145010.986000', '145010.989000', '145010.992000', '145010.995000', '145010.998000', '145011.002000', '145011.004000', '145011.007000', '145011.010000', '145030.872000', '145030.875000', '145030.878000', '145030.881000', '145030.884000', '145030.886000', '145030.889000', '145030.892000', '145030.895000', '145030.898000', '145030.901000', '145030.903000', '145030.906000', '145030.909000', '145030.912000', '145030.915000', '145030.918000', '145030.920000', '145030.923000', '145030.926000', '145030.929000', '145030.932000', '145030.935000', '145030.937000', '145030.940000', '145030.943000', '145030.946000', '145030.949000', '145030.954000', '145030.957000', '145030.960000', '145030.963000', '145030.966000', '145030.969000', '145030.972000', '145030.975000', '145030.978000', '145030.980000', '145030.983000', '145030.986000', '145030.989000', '145030.992000', '145030.995000', '145050.873000', '145050.876000', '145050.879000', '145050.881000', '145050.884000', '145050.887000', '145050.890000', '145050.893000', '145050.896000', '145050.898000', '145050.901000', '145050.918000', '145050.920000', '145050.923000', '145050.926000', '145050.929000', '145050.932000', '145050.935000', '145050.938000', '145050.941000', '145050.943000', '145050.946000', '145050.949000', '145050.952000', '145050.955000', '145050.958000', '145050.961000', '145050.963000', '145050.966000', '145050.969000', '145050.972000', '145050.975000', '145050.977000', '145050.980000', '145050.983000', '145050.986000', '145050.989000', '145050.991000', '145050.994000', '145050.997000', '145051.001000', '145051.004000', '145051.007000', '145051.010000', '145110.872000', '145110.875000', '145110.878000', '145110.885000', '145110.888000', '145110.891000', '145110.894000', '145110.897000', '145110.900000', '145110.903000', '145110.905000', '145110.908000', '145110.911000', '145110.914000', '145110.917000', '145110.920000', '145110.923000', '145110.926000', '145110.928000', '145110.931000', '145110.934000', '145110.937000', '145110.940000', '145110.943000', '145110.945000', '145110.948000', '145110.951000', '145110.954000', '145110.957000', '145110.960000', '145110.962000', '145110.965000', '145110.968000', '145110.971000', '145110.974000', '145110.977000', '145110.980000', '145110.982000', '145110.985000', '145110.988000', '145110.991000', '145110.994000', '145110.997000', '145130.872000', '145130.881000', '145130.883000', '145130.886000', '145130.889000', '145130.892000', '145130.895000', '145130.898000', '145130.900000', '145130.903000', '145130.906000', '145130.909000', '145130.912000', '145130.915000', '145130.918000', '145130.921000', '145130.923000', '145130.926000', '145130.929000', '145130.932000', '145130.935000', '145130.938000', '145130.941000', '145130.943000', '145130.946000', '145130.949000', '145130.952000', '145130.955000', '145130.958000', '145130.961000', '145130.963000', '145130.966000', '145130.969000', '145130.972000', '145130.975000', '145130.977000', '145130.980000', '145130.983000', '145130.986000', '145130.989000', '145130.992000', '145130.995000', '145130.997000', '145131.001000', '145150.872000', '145150.875000', '145150.878000', '145150.894000', '145150.897000', '145150.900000', '145150.903000', '145150.906000', '145150.908000', '145150.911000', '145150.914000', '145150.917000', '145150.920000', '145150.923000', '145150.925000', '145150.928000', '145150.931000', '145150.934000', '145150.937000', '145150.940000', '145150.943000', '145150.945000', '145150.948000', '145150.951000', '145150.954000', '145150.957000', '145150.963000', '145150.966000', '145150.969000', '145150.972000', '145150.975000', '145150.977000', '145150.980000', '145150.983000', '145150.986000', '145150.989000', '145150.992000', '145150.995000', '145151.000000', '145151.003000', '145151.006000', '145151.009000', '145151.012000', '145210.872000', '145210.875000', '145210.878000', '145210.881000', '145210.883000', '145210.887000', '145210.889000', '145210.892000', '145210.895000', '145210.898000', '145210.901000', '145210.904000', '145210.907000', '145210.910000', '145210.912000', '145210.915000', '145210.918000', '145210.921000', '145210.924000', '145210.927000', '145210.930000', '145210.932000', '145210.935000', '145210.938000', '145210.941000', '145210.944000', '145210.947000', '145210.950000', '145210.952000', '145210.955000', '145210.958000', '145210.961000', '145210.964000', '145210.967000', '145210.969000', '145210.972000', '145210.988000', '145210.991000', '145210.994000', '145210.997000', '145211.001000', '145211.003000', '145211.006000', '145211.009000', '145230.872000', '145230.875000', '145230.878000', '145230.880000', '145230.883000', '145230.886000', '145230.889000', '145230.892000', '145230.895000', '145230.898000', '145230.900000', '145230.903000', '145230.906000', '145230.909000', '145230.912000', '145230.915000', '145230.917000', '145230.920000', '145230.923000', '145230.926000', '145230.929000', '145230.932000', '145230.935000', '145230.938000', '145230.940000', '145230.943000', '145230.946000', '145230.949000', '145230.952000', '145230.955000', '145230.957000', '145230.960000', '145230.963000', '145230.966000', '145230.969000', '145230.972000', '145230.975000', '145230.977000', '145230.980000', '145230.983000', '145230.986000', '145230.989000', '145230.992000', '145250.872000', '145250.875000', '145250.878000', '145250.881000', '145250.884000', '145250.887000', '145250.890000', '145250.893000', '145250.896000', '145250.899000', '145250.902000', '145250.905000', '145250.908000', '145250.910000', '145250.913000', '145250.916000', '145250.919000', '145250.922000', '145250.925000', '145250.927000', '145250.930000', '145250.933000', '145250.936000', '145250.939000', '145250.941000', '145250.944000', '145250.947000', '145250.950000', '145250.953000', '145250.956000', '145250.959000', '145250.961000', '145250.964000', '145250.967000', '145250.970000', '145250.973000', '145250.976000', '145250.978000', '145250.981000', '145250.984000', '145250.987000', '145250.990000', '145250.993000', '145310.873000', '145310.876000', '145310.879000', '145310.882000', '145310.885000', '145310.887000', '145310.890000', '145310.893000', '145310.896000', '145310.899000', '145310.902000', '145310.905000', '145310.907000', '145310.910000', '145310.913000', '145310.916000', '145310.919000', '145310.921000', '145310.924000', '145310.927000', '145310.930000', '145310.933000', '145310.936000', '145310.939000', '145310.941000', '145310.944000', '145310.947000', '145310.950000', '145310.953000', '145310.956000', '145310.958000', '145310.961000', '145310.964000', '145310.967000', '145310.970000', '145310.973000', '145310.976000', '145310.978000', '145310.981000', '145310.984000', '145310.987000', '145310.990000', '145310.993000', '145310.995000', '145330.872000', '145330.875000', '145330.878000', '145330.881000', '145330.886000', '145330.890000', '145330.893000', '145330.896000', '145330.898000', '145330.901000', '145330.904000', '145330.907000', '145330.910000', '145330.913000', '145330.916000', '145330.918000', '145330.921000', '145330.924000', '145330.927000', '145330.930000', '145330.933000', '145330.936000', '145330.938000', '145330.941000', '145330.944000', '145330.947000', '145330.950000', '145330.953000', '145330.955000', '145330.958000', '145330.961000', '145330.964000', '145330.967000', '145330.970000', '145330.973000', '145330.975000', '145330.978000', '145330.981000', '145330.984000', '145330.987000', '145330.990000', '145330.992000', '145331.002000', '145350.872000', '145350.875000', '145350.878000', '145350.893000', '145350.896000', '145350.898000', '145350.901000', '145350.904000', '145350.907000', '145350.910000', '145350.912000', '145350.915000', '145350.918000', '145350.921000', '145350.924000', '145350.927000', '145350.929000', '145350.932000', '145350.935000', '145350.938000', '145350.941000', '145350.943000', '145350.946000', '145350.949000', '145350.952000', '145350.955000', '145350.958000', '145350.961000', '145350.964000', '145350.967000', '145350.970000', '145350.972000', '145350.975000', '145350.978000', '145350.981000', '145350.984000', '145350.987000', '145350.990000', '145350.992000', '145350.995000', '145350.998000', '145351.002000', '145351.005000', '145351.008000', '145410.872000', '145410.875000', '145410.878000', '145410.881000', '145410.884000', '145410.887000', '145410.890000', '145410.893000', '145410.896000', '145410.899000', '145410.901000', '145410.904000', '145410.907000', '145410.910000', '145410.914000', '145410.917000', '145410.921000', '145410.924000', '145410.927000', '145410.930000', '145410.932000', '145410.936000', '145410.938000', '145410.941000', '145410.944000', '145410.947000', '145410.952000', '145410.955000', '145410.957000', '145410.960000', '145410.963000', '145410.966000', '145410.969000', '145410.972000', '145410.975000', '145410.978000', '145410.981000', '145410.983000', '145410.986000', '145410.989000', '145410.992000', '145410.995000', '145410.998000', '145430.872000', '145430.875000', '145430.878000', '145430.881000', '145430.884000', '145430.886000', '145430.889000', '145430.892000', '145430.895000', '145430.898000', '145430.901000', '145430.904000', '145430.907000', '145430.909000', '145430.912000', '145430.915000', '145430.918000', '145430.921000', '145430.924000', '145430.927000', '145430.929000', '145430.932000', '145430.935000', '145430.938000', '145430.941000', '145430.944000', '145430.947000', '145430.949000', '145430.952000', '145430.955000', '145430.958000', '145430.961000', '145430.963000', '145430.966000', '145430.969000', '145430.972000', '145430.975000', '145430.978000', '145430.981000', '145430.984000', '145430.987000', '145430.989000', '145430.992000', '145430.995000', '145438.553000', '145438.557000', '145438.560000', '145438.563000', '145438.566000', '145438.569000', '145438.572000', '145438.575000', '145438.579000', '145438.582000', '145438.585000', '145438.588000', '145438.592000', '145438.595000', '145438.597000', '145438.601000', '145438.604000'], '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': [12775, 18345, 10291, 11197, 14688, 10602, 8181, 7733, 7871, 7691, 7719, 8394, 7845, 9403, 7928, 10916, 7805, 12040, 7802, 13527, 9714, 14343, 8097, 14433, 8930, 13985, 11428, 14449, 10850, 14416, 10563, 13623, 8648, 12551, 7789, 9836, 7665, 8733, 7881, 8825, 13938, 9254, 11335, 9035, 17919, 11916, 16042, 10178, 14463, 8377, 13675, 10317, 8652, 19117, 12095, 16650, 11153, 14362, 8378, 12702, 7755, 9416, 16030, 10771, 17219, 10295, 15837, 9939, 12311, 7931, 9454, 8489, 10995, 8466, 11608, 8411, 13939, 10121, 14559, 10156, 15108, 8469, 14523, 9554, 13998, 8340, 14291, 8544, 15258, 10706, 16833, 11895, 13182, 9034, 7908, 12918, 9624, 15847, 8738, 16729, 10908, 16587, 11246, 17859, 12502, 16853, 10444, 16624, 11490, 15817, 10424, 7955, 10709, 8094, 11986, 19794, 13682, 17097, 10283, 17418, 11708, 16666, 12449, 14330, 9162, 9271, 9544, 8123, 12463, 8748, 15848, 9560, 15870, 10782, 16114, 11649, 14896, 7798, 10051, 7685, 11153, 11896, 12714, 7945, 13322, 8388, 15244, 9446, 15931, 8843, 15649, 10163, 16125, 11004, 15355, 9993, 14889, 10144, 14922, 9187, 14367, 8536, 14150, 8526, 13666, 9125, 15508, 10419, 15560, 10093, 15173, 10055, 14080, 9005, 11260, 7805, 8556, 8072, 8827, 17797, 11132, 16108, 10538, 12733, 8746, 10833, 7963, 9046, 16450, 10113, 15087, 10230, 12798, 8887, 11933, 8263, 9926, 7841, 8823, 8549, 10505, 8782, 13318, 8618, 17986, 11697, 11966, 10026, 19743, 14563, 18911, 13450, 16918, 12693, 13419, 8468, 8048, 9459, 7598, 10052, 9857, 11813, 7820, 12271, 8053, 12192, 8026, 13851, 10282, 12858, 11222, 12488, 19392, 12264, 18554, 12433, 13973, 8734, 17043, 10634, 15802, 10903, 14868, 9107, 11150, 7998, 8399, 10269, 8605, 17200, 10924, 14602, 8947, 14286, 8057, 13010, 17205, 9384, 18226, 10723, 16250, 11849, 14561, 9135, 12734, 7983, 9360, 11757, 8401, 17280, 10565, 14938, 8133, 14467, 8807, 13086, 8340, 11441, 8007, 11607, 8166, 10415, 7950, 8781, 14099, 8415, 15582, 10315, 15484, 10495, 12489, 8491, 16287, 10649, 15268, 10013, 7929, 13111, 8747, 14660, 8693, 7836, 13718, 19096, 13664, 15518, 8773, 10811, 9087, 7959, 10442, 8660, 13715, 7938, 13757, 10301, 14461, 10949, 15095, 10013, 15366, 10616, 15229, 11321, 12869, 9289, 7886, 9483, 8284, 15732, 11387, 16882, 10897, 16439, 11624, 15926, 10997, 14885, 7960, 12747, 8131, 12758, 8367, 15184, 10431, 14963, 9658, 15649, 10905, 15688, 10040, 17964, 11128, 15556, 11297, 11292, 19164, 13271, 10338, 8672, 11877, 8474, 15646, 10099, 14839, 9345, 17274, 10560, 16326, 11310, 16131, 10596, 9675, 8766, 15623, 9814, 15478, 10205, 14095, 8521, 13753, 8056, 11577, 16775, 9430, 17452, 9918, 15976, 9513, 13211, 7984, 8678, 10026, 8806, 8494, 8499, 8251, 8712, 15766, 10389, 15573, 9916, 16349, 10365, 13543, 13131, 9087, 18824, 10842, 16345, 12613, 14656, 8632, 15617, 10493, 16230, 11278, 11088, 8061, 8282, 10951, 8018, 12776, 8552, 13594, 9105, 9432, 11276, 11149, 11976, 19932, 15277, 13368, 8938, 10059, 8698, 13961, 9784, 8178, 10496, 7861, 8903, 9296, 9015, 15729, 9641, 8010, 8864, 15540, 9779, 17312, 11264, 14659, 8625, 15504, 10827, 14282, 8465, 12973, 7898, 10949, 9628, 8908, 18280, 11285, 15388, 8895, 13872, 8822, 11418, 7964, 9264, 13639, 8772, 13091, 8584, 16064, 10507, 15487, 10997, 14627, 8169, 9968, 17336, 9907, 17171, 10159, 16603, 8303, 14292, 9434, 13502, 8275, 13592, 8014, 8980, 16460, 10339, 14329, 8620, 15025, 8101, 9865, 8065, 11979, 8023, 11425, 7714, 9054, 7933, 13733, 7858, 12473, 9782, 8514, 19263, 11039, 16741, 12582, 15505, 8976, 15793, 10663, 15770, 10682, 14890, 9217, 15077, 10098, 13991, 9158, 13275, 8482, 12779, 8355, 12970, 8596, 13245, 7990, 9904, 9025, 8476, 14897, 9230, 12197, 8929, 15813, 8728, 13856, 8949, 11358, 8098, 10235, 8032, 10596, 7835, 12223, 8472, 14181, 10559, 14258, 7867, 10914, 15342, 9522, 18466, 11765, 11153, 8528, 11850, 9847, 7873, 13316, 8575, 14101, 8897, 12651, 13578, 8001, 14685, 8307, 15628, 9084, 16290, 8171, 13765, 8070, 12370, 8059, 13078, 8136, 14076, 8273, 12785, 8099, 11364, 7842, 8901, 12451, 8865, 8181, 8910, 13000, 8722, 16701, 10968, 14554, 9263, 13533, 8076, 9799, 11206, 8949, 12356, 9110, 7889, 9063, 7788, 8919, 16533, 10979, 14935, 9820, 15778, 9166, 14942, 10733, 15329, 10581, 15186, 10005, 14859, 10205, 15952, 10766, 16368, 10066, 15772, 10652, 15359, 10141, 11107, 8915, 8681, 11471, 10852, 14340, 8276, 14784, 8527, 16352, 9762, 17752, 8788, 15610, 9174, 15426, 9440, 16076, 10412, 8170, 8972, 10383, 9309, 16551, 10215, 8636, 11644, 8529, 14901, 8331, 15889, 11120, 8215, 11053, 8798, 16543, 11944, 16675, 9974, 17663, 11455, 16336, 10297, 14926, 8187, 11531, 7901, 8797, 8467, 12580, 8903, 12942, 8078, 14009, 8820, 14864, 10754, 12792, 8422, 12137, 8628, 15858, 10213, 16398, 10037, 11505, 8940, 9381, 10204, 10188, 11210, 8088, 9979, 8045, 13980, 8754, 14738, 8867, 15735, 10156, 17113, 11091, 10488, 9369, 15183, 9394, 20005, 15390, 17789, 11864, 16618, 10820, 15340, 9907, 13001, 7923, 10126, 7713, 8593, 10027, 8500, 14381, 8068, 12412, 8612, 8710, 7798, 9123, 7988, 8688, 14379, 8646, 15574, 10332, 15001, 10318, 15701, 10548, 16168, 10566, 15402, 9711, 13835, 8103, 13435, 8368, 13808, 8550, 16101, 10953, 17469, 10825, 15802, 9546, 13177, 9503, 12019, 10750, 8094, 11646, 8245, 15320, 8898, 16071, 8319, 14901, 8362, 14481, 8954, 16274, 10462, 12420, 8571, 12775, 8932, 17065, 11016, 16130, 10617, 16209, 10536, 13829, 8332, 12088, 7966, 10454, 8686, 10395, 7823, 8805, 17112, 11096, 14839, 8587, 12137, 8066, 9569, 7889, 8591, 8015, 10944, 8554, 10900, 11369, 8779, 18397, 10788, 16758, 10584, 16320, 10511, 15402, 9482, 13129, 8547, 12441, 7987, 12154], 'WindowCenter': [4752.0, 4754.0, 4677.0, 4686.0, 4709.0, 4645.0, 4626.0, 4588.0, 4586.0, 4586.0, 4575.0, 4583.0, 4582.0, 4605.0, 4623.0, 4662.0, 4612.0, 4658.0, 4597.0, 4656.0, 4616.0, 4665.0, 4595.0, 4667.0, 4619.0, 4669.0, 4662.0, 4679.0, 4651.0, 4680.0, 4640.0, 4668.0, 4619.0, 4671.0, 4611.0, 4642.0, 4611.0, 4623.0, 4623.0, 4634.0, 4694.0, 4644.0, 4663.0, 4646.0, 4713.0, 4673.0, 4704.0, 4655.0, 4694.0, 4625.0, 4683.0, 4652.0, 4633.0, 4714.0, 4673.0, 4702.0, 4662.0, 4692.0, 4623.0, 4682.0, 4612.0, 4644.0, 4704.0, 4664.0, 4713.0, 4654.0, 4703.0, 4653.0, 4673.0, 4625.0, 4653.0, 4647.0, 4666.0, 4647.0, 4687.0, 4650.0, 4707.0, 4680.0, 4708.0, 4669.0, 4708.0, 4647.0, 4709.0, 4658.0, 4707.0, 4637.0, 4704.0, 4647.0, 4705.0, 4677.0, 4716.0, 4687.0, 4695.0, 4647.0, 4637.0, 4696.0, 4657.0, 4717.0, 4647.0, 4717.0, 4675.0, 4716.0, 4675.0, 4715.0, 4686.0, 4714.0, 4664.0, 4704.0, 4673.0, 4702.0, 4654.0, 4624.0, 4653.0, 4622.0, 4673.0, 4723.0, 4683.0, 4702.0, 4652.0, 4700.0, 4671.0, 4701.0, 4672.0, 4680.0, 4632.0, 4631.0, 4640.0, 4623.0, 4671.0, 4632.0, 4703.0, 4654.0, 4703.0, 4664.0, 4704.0, 4663.0, 4693.0, 4611.0, 4641.0, 4611.0, 4649.0, 4659.0, 4671.0, 4610.0, 4671.0, 4619.0, 4688.0, 4639.0, 4689.0, 4631.0, 4690.0, 4651.0, 4690.0, 4651.0, 4688.0, 4641.0, 4679.0, 4640.0, 4679.0, 4629.0, 4679.0, 4619.0, 4679.0, 4621.0, 4679.0, 4631.0, 4690.0, 4651.0, 4691.0, 4653.0, 4692.0, 4642.0, 4681.0, 4621.0, 4651.0, 4600.0, 4621.0, 4610.0, 4631.0, 4699.0, 4650.0, 4690.0, 4651.0, 4670.0, 4622.0, 4651.0, 4612.0, 4634.0, 4701.0, 4653.0, 4692.0, 4652.0, 4683.0, 4644.0, 4672.0, 4633.0, 4652.0, 4635.0, 4645.0, 4637.0, 4666.0, 4637.0, 4696.0, 4647.0, 4725.0, 4676.0, 4676.0, 4654.0, 4714.0, 4682.0, 4712.0, 4671.0, 4699.0, 4671.0, 4670.0, 4609.0, 4609.0, 4628.0, 4601.0, 4638.0, 4641.0, 4661.0, 4609.0, 4670.0, 4622.0, 4670.0, 4612.0, 4682.0, 4652.0, 4671.0, 4650.0, 4671.0, 4711.0, 4660.0, 4700.0, 4660.0, 4679.0, 4620.0, 4689.0, 4639.0, 4688.0, 4648.0, 4679.0, 4619.0, 4648.0, 4608.0, 4609.0, 4640.0, 4620.0, 4698.0, 4650.0, 4680.0, 4618.0, 4680.0, 4608.0, 4669.0, 4689.0, 4619.0, 4698.0, 4639.0, 4678.0, 4648.0, 4678.0, 4618.0, 4657.0, 4596.0, 4618.0, 4647.0, 4610.0, 4689.0, 4637.0, 4677.0, 4611.0, 4669.0, 4631.0, 4671.0, 4622.0, 4660.0, 4613.0, 4661.0, 4622.0, 4654.0, 4624.0, 4634.0, 4693.0, 4634.0, 4703.0, 4666.0, 4703.0, 4667.0, 4685.0, 4648.0, 4715.0, 4678.0, 4705.0, 4656.0, 4624.0, 4685.0, 4635.0, 4704.0, 4635.0, 4626.0, 4697.0, 4727.0, 4685.0, 4692.0, 4620.0, 4651.0, 4632.0, 4622.0, 4654.0, 4635.0, 4692.0, 4626.0, 4694.0, 4667.0, 4695.0, 4666.0, 4703.0, 4656.0, 4704.0, 4664.0, 4704.0, 4665.0, 4683.0, 4644.0, 4624.0, 4644.0, 4625.0, 4704.0, 4675.0, 4705.0, 4663.0, 4703.0, 4663.0, 4703.0, 4652.0, 4683.0, 4612.0, 4670.0, 4611.0, 4670.0, 4623.0, 4690.0, 4652.0, 4692.0, 4644.0, 4690.0, 4663.0, 4702.0, 4644.0, 4711.0, 4661.0, 4691.0, 4651.0, 4651.0, 4701.0, 4670.0, 4639.0, 4620.0, 4649.0, 4609.0, 4688.0, 4640.0, 4679.0, 4630.0, 4701.0, 4651.0, 4689.0, 4652.0, 4690.0, 4649.0, 4640.0, 4622.0, 4689.0, 4642.0, 4692.0, 4642.0, 4681.0, 4622.0, 4670.0, 4610.0, 4660.0, 4690.0, 4630.0, 4700.0, 4630.0, 4689.0, 4631.0, 4670.0, 4609.0, 4620.0, 4641.0, 4631.0, 4622.0, 4633.0, 4623.0, 4633.0, 4703.0, 4656.0, 4703.0, 4656.0, 4707.0, 4652.0, 4674.0, 4672.0, 4623.0, 4713.0, 4652.0, 4690.0, 4660.0, 4680.0, 4621.0, 4690.0, 4650.0, 4689.0, 4652.0, 4660.0, 4623.0, 4622.0, 4651.0, 4609.0, 4659.0, 4621.0, 4678.0, 4631.0, 4630.0, 4650.0, 4650.0, 4661.0, 4711.0, 4679.0, 4667.0, 4618.0, 4628.0, 4606.0, 4667.0, 4627.0, 4597.0, 4636.0, 4598.0, 4617.0, 4617.0, 4619.0, 4678.0, 4629.0, 4609.0, 4619.0, 4688.0, 4640.0, 4689.0, 4648.0, 4679.0, 4619.0, 4678.0, 4639.0, 4678.0, 4609.0, 4657.0, 4608.0, 4638.0, 4628.0, 4620.0, 4698.0, 4647.0, 4678.0, 4619.0, 4668.0, 4619.0, 4649.0, 4609.0, 4631.0, 4681.0, 4621.0, 4680.0, 4621.0, 4692.0, 4652.0, 4692.0, 4650.0, 4681.0, 4608.0, 4629.0, 4690.0, 4629.0, 4688.0, 4628.0, 4686.0, 4609.0, 4678.0, 4629.0, 4669.0, 4621.0, 4681.0, 4609.0, 4631.0, 4691.0, 4641.0, 4680.0, 4621.0, 4691.0, 4610.0, 4640.0, 4612.0, 4661.0, 4612.0, 4662.0, 4610.0, 4631.0, 4612.0, 4682.0, 4623.0, 4672.0, 4641.0, 4632.0, 4711.0, 4651.0, 4691.0, 4673.0, 4689.0, 4620.0, 4688.0, 4650.0, 4690.0, 4639.0, 4679.0, 4629.0, 4678.0, 4639.0, 4669.0, 4619.0, 4668.0, 4619.0, 4658.0, 4609.0, 4668.0, 4621.0, 4667.0, 4610.0, 4641.0, 4620.0, 4622.0, 4691.0, 4632.0, 4670.0, 4633.0, 4690.0, 4634.0, 4683.0, 4632.0, 4664.0, 4624.0, 4652.0, 4622.0, 4664.0, 4624.0, 4673.0, 4635.0, 4695.0, 4654.0, 4693.0, 4622.0, 4653.0, 4693.0, 4643.0, 4712.0, 4661.0, 4650.0, 4621.0, 4659.0, 4629.0, 4608.0, 4668.0, 4620.0, 4680.0, 4632.0, 4671.0, 4681.0, 4612.0, 4679.0, 4609.0, 4690.0, 4621.0, 4690.0, 4608.0, 4669.0, 4596.0, 4656.0, 4599.0, 4658.0, 4608.0, 4668.0, 4609.0, 4658.0, 4608.0, 4647.0, 4610.0, 4620.0, 4660.0, 4621.0, 4611.0, 4621.0, 4671.0, 4622.0, 4691.0, 4650.0, 4681.0, 4632.0, 4669.0, 4609.0, 4629.0, 4650.0, 4622.0, 4671.0, 4632.0, 4612.0, 4633.0, 4614.0, 4644.0, 4704.0, 4664.0, 4691.0, 4654.0, 4704.0, 4644.0, 4691.0, 4664.0, 4694.0, 4655.0, 4693.0, 4643.0, 4693.0, 4653.0, 4701.0, 4663.0, 4701.0, 4642.0, 4701.0, 4653.0, 4692.0, 4653.0, 4663.0, 4631.0, 4623.0, 4663.0, 4651.0, 4693.0, 4623.0, 4691.0, 4623.0, 4692.0, 4641.0, 4701.0, 4622.0, 4690.0, 4630.0, 4689.0, 4641.0, 4691.0, 4652.0, 4622.0, 4631.0, 4652.0, 4644.0, 4701.0, 4641.0, 4633.0, 4662.0, 4618.0, 4681.0, 4621.0, 4689.0, 4650.0, 4622.0, 4664.0, 4634.0, 4701.0, 4673.0, 4702.0, 4643.0, 4701.0, 4649.0, 4690.0, 4640.0, 4670.0, 4598.0, 4647.0, 4597.0, 4607.0, 4608.0, 4657.0, 4619.0, 4668.0, 4610.0, 4677.0, 4630.0, 4681.0, 4651.0, 4670.0, 4622.0, 4660.0, 4623.0, 4692.0, 4643.0, 4692.0, 4642.0, 4650.0, 4619.0, 4631.0, 4640.0, 4640.0, 4650.0, 4611.0, 4639.0, 4612.0, 4680.0, 4621.0, 4691.0, 4633.0, 4692.0, 4643.0, 4691.0, 4649.0, 4651.0, 4631.0, 4679.0, 4630.0, 4702.0, 4679.0, 4690.0, 4648.0, 4676.0, 4637.0, 4667.0, 4617.0, 4656.0, 4598.0, 4625.0, 4588.0, 4607.0, 4627.0, 4609.0, 4679.0, 4612.0, 4661.0, 4621.0, 4622.0, 4614.0, 4643.0, 4626.0, 4645.0, 4694.0, 4634.0, 4705.0, 4655.0, 4695.0, 4657.0, 4704.0, 4655.0, 4706.0, 4653.0, 4683.0, 4631.0, 4671.0, 4600.0, 4669.0, 4611.0, 4669.0, 4620.0, 4690.0, 4650.0, 4701.0, 4651.0, 4689.0, 4629.0, 4670.0, 4630.0, 4659.0, 4650.0, 4609.0, 4648.0, 4609.0, 4678.0, 4621.0, 4689.0, 4611.0, 4678.0, 4610.0, 4669.0, 4630.0, 4689.0, 4650.0, 4671.0, 4622.0, 4670.0, 4630.0, 4703.0, 4652.0, 4692.0, 4639.0, 4690.0, 4637.0, 4667.0, 4608.0, 4646.0, 4598.0, 4639.0, 4620.0, 4641.0, 4600.0, 4632.0, 4702.0, 4652.0, 4680.0, 4621.0, 4661.0, 4610.0, 4630.0, 4612.0, 4623.0, 4613.0, 4653.0, 4623.0, 4663.0, 4662.0, 4623.0, 4713.0, 4653.0, 4702.0, 4653.0, 4692.0, 4652.0, 4691.0, 4631.0, 4672.0, 4621.0, 4670.0, 4612.0, 4660.0], 'WindowWidth': [10399.0, 10385.0, 10260.0, 10270.0, 10289.0, 10187.0, 10164.0, 10100.0, 10091.0, 10091.0, 10072.0, 10081.0, 10079.0, 10115.0, 10156.0, 10208.0, 10140.0, 10193.0, 10113.0, 10185.0, 10133.0, 10198.0, 10106.0, 10203.0, 10142.0, 10212.0, 10205.0, 10227.0, 10191.0, 10227.0, 10174.0, 10210.0, 10146.0, 10217.0, 10137.0, 10179.0, 10138.0, 10156.0, 10156.0, 10175.0, 10255.0, 10186.0, 10211.0, 10192.0, 10283.0, 10225.0, 10271.0, 10205.0, 10255.0, 10162.0, 10239.0, 10196.0, 10172.0, 10288.0, 10224.0, 10265.0, 10211.0, 10250.0, 10158.0, 10236.0, 10141.0, 10188.0, 10270.0, 10212.0, 10280.0, 10199.0, 10266.0, 10198.0, 10225.0, 10165.0, 10199.0, 10196.0, 10220.0, 10199.0, 10253.0, 10209.0, 10280.0, 10246.0, 10282.0, 10231.0, 10281.0, 10200.0, 10286.0, 10215.0, 10280.0, 10185.0, 10273.0, 10197.0, 10274.0, 10238.0, 10292.0, 10253.0, 10262.0, 10197.0, 10185.0, 10265.0, 10211.0, 10299.0, 10198.0, 10296.0, 10234.0, 10292.0, 10234.0, 10292.0, 10249.0, 10287.0, 10215.0, 10270.0, 10229.0, 10266.0, 10202.0, 10162.0, 10200.0, 10158.0, 10227.0, 10302.0, 10241.0, 10268.0, 10196.0, 10263.0, 10221.0, 10264.0, 10222.0, 10233.0, 10168.0, 10167.0, 10178.0, 10159.0, 10223.0, 10169.0, 10269.0, 10203.0, 10268.0, 10215.0, 10274.0, 10213.0, 10255.0, 10139.0, 10178.0, 10137.0, 10189.0, 10200.0, 10219.0, 10136.0, 10219.0, 10149.0, 10241.0, 10175.0, 10244.0, 10165.0, 10245.0, 10193.0, 10245.0, 10191.0, 10242.0, 10178.0, 10228.0, 10176.0, 10229.0, 10161.0, 10227.0, 10148.0, 10227.0, 10152.0, 10228.0, 10167.0, 10245.0, 10194.0, 10248.0, 10196.0, 10250.0, 10181.0, 10235.0, 10153.0, 10192.0, 10122.0, 10150.0, 10135.0, 10166.0, 10259.0, 10188.0, 10246.0, 10193.0, 10216.0, 10154.0, 10194.0, 10142.0, 10174.0, 10263.0, 10198.0, 10249.0, 10198.0, 10239.0, 10190.0, 10224.0, 10175.0, 10198.0, 10180.0, 10194.0, 10184.0, 10223.0, 10182.0, 10262.0, 10200.0, 10303.0, 10235.0, 10235.0, 10202.0, 10288.0, 10235.0, 10283.0, 10220.0, 10260.0, 10219.0, 10217.0, 10133.0, 10134.0, 10157.0, 10123.0, 10172.0, 10177.0, 10205.0, 10135.0, 10218.0, 10156.0, 10216.0, 10143.0, 10235.0, 10196.0, 10222.0, 10191.0, 10219.0, 10280.0, 10203.0, 10262.0, 10200.0, 10227.0, 10147.0, 10242.0, 10173.0, 10238.0, 10185.0, 10229.0, 10146.0, 10184.0, 10131.0, 10133.0, 10175.0, 10148.0, 10257.0, 10188.0, 10230.0, 10144.0, 10230.0, 10130.0, 10212.0, 10243.0, 10145.0, 10257.0, 10171.0, 10225.0, 10182.0, 10223.0, 10142.0, 10193.0, 10110.0, 10141.0, 10182.0, 10134.0, 10242.0, 10167.0, 10223.0, 10135.0, 10213.0, 10165.0, 10219.0, 10152.0, 10203.0, 10143.0, 10205.0, 10155.0, 10198.0, 10159.0, 10174.0, 10253.0, 10175.0, 10268.0, 10221.0, 10270.0, 10223.0, 10246.0, 10200.0, 10288.0, 10243.0, 10275.0, 10209.0, 10162.0, 10245.0, 10177.0, 10271.0, 10179.0, 10167.0, 10263.0, 10315.0, 10244.0, 10250.0, 10152.0, 10191.0, 10169.0, 10155.0, 10200.0, 10177.0, 10252.0, 10166.0, 10255.0, 10223.0, 10258.0, 10222.0, 10269.0, 10207.0, 10270.0, 10217.0, 10271.0, 10216.0, 10238.0, 10188.0, 10160.0, 10186.0, 10164.0, 10268.0, 10230.0, 10275.0, 10213.0, 10269.0, 10211.0, 10272.0, 10196.0, 10239.0, 10140.0, 10215.0, 10138.0, 10215.0, 10158.0, 10243.0, 10195.0, 10250.0, 10188.0, 10247.0, 10211.0, 10264.0, 10187.0, 10281.0, 10207.0, 10251.0, 10191.0, 10192.0, 10264.0, 10214.0, 10170.0, 10146.0, 10184.0, 10131.0, 10240.0, 10174.0, 10229.0, 10162.0, 10263.0, 10189.0, 10243.0, 10193.0, 10244.0, 10187.0, 10177.0, 10152.0, 10243.0, 10180.0, 10252.0, 10179.0, 10232.0, 10153.0, 10217.0, 10134.0, 10202.0, 10246.0, 10162.0, 10259.0, 10161.0, 10240.0, 10162.0, 10214.0, 10131.0, 10149.0, 10179.0, 10166.0, 10154.0, 10172.0, 10159.0, 10173.0, 10267.0, 10206.0, 10268.0, 10207.0, 10281.0, 10196.0, 10227.0, 10221.0, 10154.0, 10285.0, 10194.0, 10246.0, 10203.0, 10230.0, 10151.0, 10243.0, 10191.0, 10244.0, 10196.0, 10206.0, 10158.0, 10154.0, 10190.0, 10131.0, 10199.0, 10151.0, 10227.0, 10165.0, 10163.0, 10189.0, 10189.0, 10206.0, 10281.0, 10227.0, 10208.0, 10141.0, 10153.0, 10124.0, 10206.0, 10153.0, 10112.0, 10165.0, 10114.0, 10139.0, 10139.0, 10146.0, 10225.0, 10158.0, 10131.0, 10145.0, 10239.0, 10174.0, 10241.0, 10184.0, 10227.0, 10145.0, 10226.0, 10173.0, 10226.0, 10132.0, 10196.0, 10129.0, 10169.0, 10156.0, 10147.0, 10256.0, 10182.0, 10225.0, 10146.0, 10211.0, 10145.0, 10185.0, 10136.0, 10167.0, 10232.0, 10152.0, 10233.0, 10153.0, 10255.0, 10196.0, 10253.0, 10189.0, 10233.0, 10129.0, 10160.0, 10246.0, 10158.0, 10241.0, 10156.0, 10236.0, 10131.0, 10223.0, 10161.0, 10213.0, 10152.0, 10233.0, 10135.0, 10167.0, 10250.0, 10178.0, 10231.0, 10152.0, 10249.0, 10136.0, 10177.0, 10141.0, 10204.0, 10143.0, 10209.0, 10139.0, 10166.0, 10142.0, 10236.0, 10159.0, 10225.0, 10181.0, 10169.0, 10281.0, 10194.0, 10249.0, 10225.0, 10242.0, 10149.0, 10239.0, 10189.0, 10245.0, 10174.0, 10227.0, 10158.0, 10224.0, 10173.0, 10212.0, 10146.0, 10209.0, 10147.0, 10197.0, 10134.0, 10210.0, 10150.0, 10211.0, 10136.0, 10177.0, 10148.0, 10154.0, 10247.0, 10168.0, 10218.0, 10171.0, 10246.0, 10173.0, 10238.0, 10171.0, 10214.0, 10163.0, 10198.0, 10158.0, 10215.0, 10163.0, 10228.0, 10178.0, 10260.0, 10201.0, 10256.0, 10157.0, 10198.0, 10254.0, 10184.0, 10283.0, 10210.0, 10190.0, 10150.0, 10201.0, 10158.0, 10129.0, 10212.0, 10149.0, 10231.0, 10168.0, 10219.0, 10235.0, 10141.0, 10229.0, 10134.0, 10245.0, 10152.0, 10245.0, 10130.0, 10213.0, 10112.0, 10190.0, 10117.0, 10196.0, 10130.0, 10210.0, 10130.0, 10196.0, 10129.0, 10179.0, 10134.0, 10148.0, 10200.0, 10149.0, 10137.0, 10151.0, 10216.0, 10153.0, 10247.0, 10189.0, 10230.0, 10165.0, 10214.0, 10132.0, 10160.0, 10190.0, 10152.0, 10217.0, 10166.0, 10141.0, 10172.0, 10149.0, 10189.0, 10273.0, 10217.0, 10251.0, 10201.0, 10269.0, 10189.0, 10252.0, 10216.0, 10256.0, 10203.0, 10255.0, 10184.0, 10251.0, 10198.0, 10263.0, 10212.0, 10264.0, 10183.0, 10260.0, 10198.0, 10250.0, 10197.0, 10209.0, 10167.0, 10157.0, 10212.0, 10194.0, 10255.0, 10157.0, 10247.0, 10157.0, 10252.0, 10180.0, 10264.0, 10153.0, 10245.0, 10163.0, 10242.0, 10179.0, 10247.0, 10193.0, 10153.0, 10165.0, 10194.0, 10186.0, 10263.0, 10179.0, 10172.0, 10211.0, 10146.0, 10229.0, 10152.0, 10243.0, 10190.0, 10155.0, 10213.0, 10175.0, 10263.0, 10225.0, 10265.0, 10182.0, 10264.0, 10186.0, 10248.0, 10173.0, 10217.0, 10113.0, 10179.0, 10111.0, 10124.0, 10129.0, 10191.0, 10145.0, 10209.0, 10136.0, 10224.0, 10165.0, 10233.0, 10193.0, 10217.0, 10156.0, 10204.0, 10156.0, 10251.0, 10182.0, 10251.0, 10180.0, 10189.0, 10147.0, 10166.0, 10175.0, 10175.0, 10189.0, 10137.0, 10173.0, 10140.0, 10229.0, 10152.0, 10248.0, 10170.0, 10249.0, 10183.0, 10247.0, 10187.0, 10191.0, 10163.0, 10229.0, 10161.0, 10269.0, 10228.0, 10245.0, 10183.0, 10219.0, 10165.0, 10207.0, 10138.0, 10190.0, 10113.0, 10147.0, 10099.0, 10124.0, 10152.0, 10132.0, 10225.0, 10139.0, 10203.0, 10150.0, 10155.0, 10148.0, 10186.0, 10166.0, 10193.0, 10256.0, 10176.0, 10271.0, 10205.0, 10259.0, 10208.0, 10274.0, 10204.0, 10277.0, 10197.0, 10240.0, 10165.0, 10219.0, 10119.0, 10214.0, 10136.0, 10211.0, 10149.0, 10245.0, 10190.0, 10261.0, 10189.0, 10240.0, 10159.0, 10214.0, 10162.0, 10199.0, 10189.0, 10132.0, 10184.0, 10131.0, 10225.0, 10150.0, 10242.0, 10135.0, 10224.0, 10133.0, 10211.0, 10163.0, 10241.0, 10188.0, 10217.0, 10152.0, 10216.0, 10164.0, 10269.0, 10194.0, 10250.0, 10172.0, 10244.0, 10166.0, 10206.0, 10129.0, 10176.0, 10114.0, 10170.0, 10148.0, 10177.0, 10122.0, 10166.0, 10264.0, 10193.0, 10232.0, 10149.0, 10202.0, 10135.0, 10160.0, 10138.0, 10155.0, 10143.0, 10197.0, 10156.0, 10211.0, 10208.0, 10158.0, 10283.0, 10198.0, 10265.0, 10195.0, 10250.0, 10194.0, 10249.0, 10165.0, 10221.0, 10153.0, 10217.0, 10142.0, 10204.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.0030504425837320575</td></tr>
<tr><td colspan=3>aqi</td><td>0.018567602751196174</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.94196866404791</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.266263665688623</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0310844096886218</td></tr>
<tr><td colspan=3>efc</td><td>0.4909</td></tr>
<tr><td colspan=3>fber</td><td>6402.7241</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10060268681478621</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.545454545454546</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.54860119468572</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.526047212501614</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.611260119560889</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5084962519946585</td></tr>
<tr><td colspan=3>gcor</td><td>0.00883203</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009958835318684578</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03525679185986519</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>4.044958347205121</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.3599</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9378</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.8284</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>984.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.8979</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6173</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.7285</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3826.6591</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3980.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.9349</td></tr>
<tr><td colspan=3>tsnr</td><td>39.644005798734725</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>