<?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-0112_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-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112/ses-02/func/sub-0112_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>9d3d69df039d31f6c3885e9ee368f455</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:43:6.977500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994838, 0.0671768, 0.0760591, -0.0679957, 0.997652, 0.00822603]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0878736</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4230, -7790, -7271, 218, -184, -186, -37, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>228.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a09a4c62-878b-4d0b-ae84-370ed41d9841||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669077157974243, -0.18242745101451874, 0.20338523387908936, 114.51229095458984], [-0.18023034930229187, 2.676626682281494, 0.0360591858625412, -100.96334838867188], [0.20406092703342438, -0.022069837898015976, 2.692087411880493, -79.16561889648438], [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': ['144306.977500', '144307.437500', '144307.897500', '144308.357500', '144308.817500', '144309.277500', '144309.737500', '144310.197500', '144310.657500', '144311.117500', '144311.577500', '144312.037500', '144312.497500', '144312.957500', '144313.417500', '144313.877500', '144314.337500', '144314.797500', '144315.257500', '144315.717500', '144316.177500', '144316.637500', '144317.097500', '144317.557500', '144318.017500', '144318.477500', '144318.937500', '144319.397500', '144319.857500', '144320.317500', '144320.777500', '144321.237500', '144321.697500', '144322.157500', '144322.617500', '144323.077500', '144323.537500', '144323.997500', '144324.457500', '144324.917500', '144325.377500', '144325.837500', '144326.297500', '144326.757500', '144327.217500', '144327.677500', '144328.137500', '144328.597500', '144329.057500', '144329.517500', '144329.977500', '144330.437500', '144330.897500', '144331.357500', '144331.817500', '144332.277500', '144332.737500', '144333.197500', '144333.657500', '144334.117500', '144334.577500', '144335.037500', '144335.497500', '144335.957500', '144336.417500', '144336.877500', '144337.337500', '144337.797500', '144338.257500', '144338.717500', '144339.177500', '144339.637500', '144340.097500', '144340.557500', '144341.017500', '144341.477500', '144341.937500', '144342.397500', '144342.857500', '144343.317500', '144343.777500', '144344.237500', '144344.697500', '144345.157500', '144345.617500', '144346.077500', '144346.537500', '144346.997500', '144347.457500', '144347.917500', '144348.377500', '144348.837500', '144349.297500', '144349.757500', '144350.217500', '144350.677500', '144351.137500', '144351.597500', '144352.057500', '144352.517500', '144352.977500', '144353.437500', '144353.897500', '144354.357500', '144354.817500', '144355.277500', '144355.737500', '144356.197500', '144356.657500', '144357.117500', '144357.577500', '144358.037500', '144358.497500', '144358.957500', '144359.417500', '144359.877500', '144400.337500', '144400.797500', '144401.257500', '144401.717500', '144402.177500', '144402.637500', '144403.097500', '144403.557500', '144404.017500', '144404.477500', '144404.937500', '144405.397500', '144405.857500', '144406.317500', '144406.777500', '144407.237500', '144407.697500', '144408.157500', '144408.617500', '144409.077500', '144409.537500', '144409.997500', '144410.457500', '144410.917500', '144411.377500', '144411.837500', '144412.297500', '144412.757500', '144413.217500', '144413.677500', '144414.137500', '144414.597500', '144415.057500', '144415.517500', '144415.977500', '144416.437500', '144416.897500', '144417.357500', '144417.817500', '144418.277500', '144418.737500', '144419.197500', '144419.657500', '144420.117500', '144420.577500', '144421.037500', '144421.497500', '144421.957500', '144422.417500', '144422.877500', '144423.337500', '144423.797500', '144424.257500', '144424.717500', '144425.177500', '144425.637500', '144426.097500', '144426.557500', '144427.017500', '144427.477500', '144427.937500', '144428.397500', '144428.857500', '144429.317500', '144429.777500', '144430.237500', '144430.697500', '144431.157500', '144431.617500', '144432.077500', '144432.537500', '144432.997500', '144433.457500', '144433.917500', '144434.377500', '144434.837500', '144435.297500', '144435.757500', '144436.217500', '144436.677500', '144437.137500', '144437.597500', '144438.057500', '144438.517500', '144438.977500', '144439.437500', '144439.897500', '144440.357500', '144440.817500', '144441.277500', '144441.737500', '144442.197500', '144442.657500', '144443.117500', '144443.577500', '144444.037500', '144444.497500', '144444.957500', '144445.417500', '144445.877500', '144446.337500', '144446.797500', '144447.257500', '144447.717500', '144448.177500', '144448.637500', '144449.097500', '144449.557500', '144450.017500', '144450.477500', '144450.937500', '144451.397500', '144451.857500', '144452.317500', '144452.777500', '144453.237500', '144453.697500', '144454.157500', '144454.617500', '144455.077500', '144455.537500', '144455.997500', '144456.457500', '144456.917500', '144457.377500', '144457.837500', '144458.297500', '144458.757500', '144459.217500', '144459.677500', '144500.137500', '144500.597500', '144501.057500', '144501.517500', '144501.977500', '144502.437500', '144502.897500', '144503.357500', '144503.817500', '144504.277500', '144504.737500', '144505.197500', '144505.657500', '144506.117500', '144506.577500', '144507.037500', '144507.497500', '144507.957500', '144508.417500', '144508.877500', '144509.337500', '144509.797500', '144510.257500', '144510.717500', '144511.177500', '144511.637500', '144512.097500', '144512.557500', '144513.017500', '144513.477500', '144513.937500', '144514.397500', '144514.857500', '144515.317500', '144515.777500', '144516.237500', '144516.697500', '144517.157500', '144517.617500', '144518.077500', '144518.537500', '144518.997500', '144519.457500', '144519.917500', '144520.377500', '144520.837500', '144521.297500', '144521.757500', '144522.217500', '144522.677500', '144523.137500', '144523.597500', '144524.057500', '144524.517500', '144524.977500', '144525.437500', '144525.897500', '144526.357500', '144526.817500', '144527.277500', '144527.737500', '144528.197500', '144528.657500', '144529.117500', '144529.577500', '144530.037500', '144530.497500', '144530.957500', '144531.417500', '144531.877500', '144532.337500', '144532.797500', '144533.257500', '144533.717500', '144534.177500', '144534.637500', '144535.097500', '144535.557500', '144536.017500', '144536.477500', '144536.937500', '144537.397500', '144537.857500', '144538.317500', '144538.777500', '144539.237500', '144539.697500', '144540.157500', '144540.617500', '144541.077500', '144541.537500', '144541.997500', '144542.457500', '144542.917500', '144543.377500', '144543.837500', '144544.297500', '144544.757500', '144545.217500', '144545.677500', '144546.137500', '144546.597500', '144547.057500', '144547.517500', '144547.977500', '144548.437500', '144548.897500', '144549.357500', '144549.817500', '144550.277500', '144550.737500', '144551.197500', '144551.657500', '144552.117500', '144552.577500', '144553.037500', '144553.497500', '144553.957500', '144554.417500', '144554.877500', '144555.337500', '144555.797500', '144556.257500', '144556.717500', '144557.177500', '144557.637500', '144558.097500', '144558.557500', '144559.017500', '144559.477500', '144559.937500', '144600.397500', '144600.857500', '144601.317500', '144601.777500', '144602.237500', '144602.697500', '144603.157500', '144603.617500', '144604.077500', '144604.537500', '144604.997500', '144605.457500', '144605.917500', '144606.377500', '144606.837500', '144607.297500', '144607.757500', '144608.217500', '144608.677500', '144609.137500', '144609.597500', '144610.057500', '144610.517500', '144610.977500', '144611.437500', '144611.897500', '144612.357500', '144612.817500', '144613.277500', '144613.737500', '144614.197500', '144614.657500', '144615.117500', '144615.577500', '144616.037500', '144616.497500', '144616.957500', '144617.417500', '144617.877500', '144618.337500', '144618.797500', '144619.257500', '144619.717500', '144620.177500', '144620.637500', '144621.097500', '144621.557500', '144622.017500', '144622.477500', '144622.937500', '144623.397500', '144623.857500', '144624.317500', '144624.777500', '144625.237500', '144625.697500', '144626.157500', '144626.617500', '144627.077500', '144627.537500', '144627.997500', '144628.457500', '144628.917500', '144629.377500', '144629.837500', '144630.297500', '144630.757500', '144631.217500', '144631.677500', '144632.137500', '144632.597500', '144633.057500', '144633.517500', '144633.977500', '144634.437500', '144634.897500', '144635.357500', '144635.817500', '144636.277500', '144636.737500', '144637.197500', '144637.657500', '144638.117500', '144638.577500', '144639.037500', '144639.497500', '144639.957500', '144640.417500', '144640.877500', '144641.337500', '144641.797500', '144642.257500', '144642.717500', '144643.177500', '144643.637500', '144644.097500', '144644.557500', '144645.017500', '144645.477500', '144645.937500', '144646.397500', '144646.857500', '144647.317500', '144647.777500', '144648.237500', '144648.697500', '144649.157500', '144649.617500', '144650.077500', '144650.537500', '144650.997500', '144651.457500', '144651.917500', '144652.377500', '144652.837500', '144653.297500', '144653.757500', '144654.217500', '144654.677500', '144655.137500', '144655.597500', '144656.057500', '144656.517500', '144656.977500', '144657.437500', '144657.897500', '144658.357500', '144658.817500', '144659.277500', '144659.737500', '144700.197500', '144700.657500', '144701.117500', '144701.577500', '144702.037500', '144702.497500', '144702.957500', '144703.417500', '144703.877500', '144704.337500', '144704.797500', '144705.257500', '144705.717500', '144706.177500', '144706.637500', '144707.097500', '144707.557500', '144708.017500', '144708.477500', '144708.937500', '144709.397500', '144709.857500', '144710.317500', '144710.777500', '144711.237500', '144711.697500', '144712.157500', '144712.617500', '144713.077500', '144713.537500', '144713.997500', '144714.457500', '144714.917500', '144715.377500', '144715.837500', '144716.297500', '144716.757500', '144717.217500', '144717.677500', '144718.137500', '144718.597500', '144719.057500', '144719.517500', '144719.977500', '144720.437500', '144720.897500', '144721.357500', '144721.817500', '144722.277500', '144722.737500', '144723.197500', '144723.657500', '144724.117500', '144724.577500', '144725.037500', '144725.497500', '144725.957500', '144726.417500', '144726.877500', '144727.337500', '144727.797500', '144728.257500', '144728.717500', '144729.177500', '144729.637500', '144730.097500', '144730.557500', '144731.017500', '144731.477500', '144731.937500', '144732.397500', '144732.857500', '144733.317500', '144733.777500', '144734.237500', '144734.697500', '144735.157500', '144735.617500', '144736.077500', '144736.537500', '144736.997500', '144737.457500', '144737.917500', '144738.377500', '144738.837500', '144739.297500', '144739.757500', '144740.217500', '144740.677500', '144741.137500', '144741.597500', '144742.057500', '144742.517500', '144742.977500', '144743.437500', '144743.897500', '144744.357500', '144744.817500', '144745.277500', '144745.737500', '144746.197500', '144746.657500', '144747.117500', '144747.577500', '144748.037500', '144748.497500', '144748.957500', '144749.417500', '144749.877500', '144750.337500', '144750.797500', '144751.257500', '144751.717500', '144752.177500', '144752.637500', '144753.097500', '144753.557500', '144754.017500', '144754.477500', '144754.937500', '144755.397500', '144755.857500', '144756.317500', '144756.777500', '144757.237500', '144757.697500', '144758.157500', '144758.617500', '144759.077500', '144759.537500', '144759.997500', '144800.457500', '144800.917500', '144801.377500', '144801.837500', '144802.297500', '144802.757500', '144803.217500', '144803.677500', '144804.137500', '144804.597500', '144805.057500', '144805.517500', '144805.977500', '144806.437500', '144806.897500', '144807.357500', '144807.817500', '144808.277500', '144808.737500', '144809.197500', '144809.657500', '144810.117500', '144810.577500', '144811.037500', '144811.497500', '144811.957500', '144812.417500', '144812.877500', '144813.337500', '144813.797500', '144814.257500', '144814.717500', '144815.177500', '144815.637500', '144816.097500', '144816.557500', '144817.017500', '144817.477500', '144817.937500', '144818.397500', '144818.857500', '144819.317500', '144819.777500', '144820.237500', '144820.697500', '144821.157500', '144821.617500', '144822.077500', '144822.537500', '144822.997500', '144823.457500', '144823.917500', '144824.377500', '144824.837500', '144825.297500', '144825.757500', '144826.217500', '144826.677500', '144827.137500', '144827.597500', '144828.057500', '144828.517500', '144828.977500', '144829.437500', '144829.897500', '144830.357500', '144830.817500', '144831.277500', '144831.737500', '144832.197500', '144832.657500', '144833.117500', '144833.577500', '144834.037500', '144834.497500', '144834.957500', '144835.417500', '144835.877500', '144836.337500', '144836.797500', '144837.257500', '144837.717500', '144838.177500', '144838.637500', '144839.097500', '144839.557500', '144840.017500', '144840.477500', '144840.937500', '144841.397500', '144841.857500', '144842.317500', '144842.777500', '144843.237500', '144843.697500', '144844.157500', '144844.617500', '144845.077500', '144845.537500', '144845.997500', '144846.457500', '144846.917500', '144847.377500', '144847.837500', '144848.297500', '144848.757500', '144849.217500', '144849.677500', '144850.137500', '144850.597500', '144851.057500', '144851.517500', '144851.977500', '144852.437500', '144852.897500', '144853.357500', '144853.817500', '144854.277500', '144854.737500', '144855.197500', '144855.657500', '144856.117500', '144856.577500', '144857.037500', '144857.497500', '144857.957500', '144858.417500', '144858.877500', '144859.337500', '144859.797500', '144900.257500', '144900.717500', '144901.177500', '144901.637500', '144902.097500', '144902.557500', '144903.017500', '144903.477500', '144903.937500', '144904.397500', '144904.857500', '144905.317500', '144905.777500', '144906.237500', '144906.697500', '144907.157500', '144907.617500', '144908.077500', '144908.537500', '144908.997500', '144909.457500', '144909.917500', '144910.377500', '144910.837500', '144911.297500', '144911.757500', '144912.217500', '144912.677500', '144913.137500', '144913.597500', '144914.057500', '144914.517500', '144914.977500', '144915.437500', '144915.897500', '144916.357500', '144916.817500', '144917.277500', '144917.737500', '144918.197500', '144918.657500', '144919.117500', '144919.577500', '144920.037500', '144920.497500', '144920.957500', '144921.417500', '144921.877500', '144922.337500', '144922.797500', '144923.257500', '144923.717500', '144924.177500', '144924.637500', '144925.097500', '144925.557500', '144926.017500', '144926.477500', '144926.937500', '144927.397500', '144927.857500', '144928.317500', '144928.777500', '144929.237500', '144929.697500', '144930.157500', '144930.617500', '144931.077500', '144931.537500', '144931.997500', '144932.457500'], 'ContentTime': ['144322.915000', '144322.918000', '144322.921000', '144322.923000', '144322.926000', '144322.928000', '144322.931000', '144322.934000', '144322.936000', '144322.939000', '144322.941000', '144322.944000', '144322.946000', '144322.949000', '144322.960000', '144322.963000', '144322.965000', '144322.968000', '144322.970000', '144322.973000', '144322.980000', '144322.983000', '144322.986000', '144322.988000', '144322.991000', '144322.993000', '144322.996000', '144322.999000', '144323.001000', '144323.004000', '144323.007000', '144342.880000', '144342.883000', '144342.886000', '144342.888000', '144342.891000', '144342.894000', '144342.896000', '144342.905000', '144342.907000', '144342.910000', '144342.913000', '144342.915000', '144342.918000', '144342.921000', '144342.923000', '144342.926000', '144342.928000', '144342.931000', '144342.933000', '144342.936000', '144342.938000', '144342.941000', '144342.944000', '144342.946000', '144342.949000', '144342.951000', '144342.954000', '144342.956000', '144342.959000', '144342.962000', '144342.964000', '144342.967000', '144342.969000', '144342.972000', '144342.974000', '144342.977000', '144342.979000', '144342.982000', '144342.985000', '144342.987000', '144342.990000', '144342.993000', '144342.995000', '144342.998000', '144402.880000', '144402.883000', '144402.885000', '144402.888000', '144402.890000', '144402.902000', '144402.905000', '144402.907000', '144402.910000', '144402.913000', '144402.915000', '144402.918000', '144402.920000', '144402.923000', '144402.925000', '144402.928000', '144402.931000', '144402.933000', '144402.936000', '144402.938000', '144402.941000', '144402.943000', '144402.946000', '144402.949000', '144402.951000', '144402.954000', '144402.956000', '144402.959000', '144402.961000', '144402.964000', '144402.967000', '144402.969000', '144402.972000', '144402.974000', '144402.977000', '144402.980000', '144402.982000', '144402.985000', '144402.987000', '144402.990000', '144402.993000', '144402.995000', '144402.998000', '144422.879000', '144422.882000', '144422.885000', '144422.887000', '144422.890000', '144422.893000', '144422.895000', '144422.898000', '144422.900000', '144422.903000', '144422.906000', '144422.908000', '144422.911000', '144422.913000', '144422.916000', '144422.918000', '144422.921000', '144422.924000', '144422.926000', '144422.929000', '144422.931000', '144422.934000', '144422.955000', '144422.958000', '144422.960000', '144422.963000', '144422.965000', '144422.968000', '144422.970000', '144422.973000', '144422.976000', '144422.978000', '144422.981000', '144422.983000', '144422.986000', '144422.988000', '144422.991000', '144422.994000', '144422.996000', '144423.000000', '144423.002000', '144423.005000', '144423.008000', '144423.010000', '144442.879000', '144442.882000', '144442.885000', '144442.887000', '144442.890000', '144442.892000', '144442.895000', '144442.898000', '144442.900000', '144442.903000', '144442.905000', '144442.908000', '144442.911000', '144442.913000', '144442.916000', '144442.918000', '144442.921000', '144442.923000', '144442.926000', '144442.929000', '144442.931000', '144442.934000', '144442.936000', '144442.939000', '144442.942000', '144442.944000', '144442.947000', '144442.949000', '144442.952000', '144442.954000', '144442.957000', '144442.960000', '144442.962000', '144442.965000', '144442.967000', '144442.970000', '144442.973000', '144442.975000', '144442.978000', '144442.980000', '144442.983000', '144442.986000', '144442.988000', '144502.880000', '144502.882000', '144502.885000', '144502.888000', '144502.890000', '144502.893000', '144502.896000', '144502.898000', '144502.901000', '144502.903000', '144502.906000', '144502.909000', '144502.911000', '144502.914000', '144502.916000', '144502.919000', '144502.921000', '144502.924000', '144502.927000', '144502.929000', '144502.932000', '144502.935000', '144502.937000', '144502.940000', '144502.942000', '144502.945000', '144502.947000', '144502.950000', '144502.953000', '144502.955000', '144502.958000', '144502.960000', '144502.963000', '144502.965000', '144502.968000', '144502.971000', '144502.973000', '144502.976000', '144502.979000', '144502.981000', '144502.984000', '144502.986000', '144502.989000', '144502.992000', '144522.880000', '144522.883000', '144522.885000', '144522.888000', '144522.890000', '144522.893000', '144522.896000', '144522.898000', '144522.901000', '144522.903000', '144522.906000', '144522.908000', '144522.911000', '144522.914000', '144522.916000', '144522.920000', '144522.922000', '144522.925000', '144522.928000', '144522.930000', '144522.933000', '144522.936000', '144522.938000', '144522.941000', '144522.943000', '144522.946000', '144522.948000', '144522.951000', '144522.954000', '144522.956000', '144522.959000', '144522.961000', '144522.964000', '144522.966000', '144522.969000', '144522.972000', '144522.974000', '144522.977000', '144522.980000', '144522.982000', '144522.985000', '144522.987000', '144522.990000', '144542.881000', '144542.883000', '144542.886000', '144542.889000', '144542.891000', '144542.894000', '144542.897000', '144542.899000', '144542.902000', '144542.904000', '144542.907000', '144542.910000', '144542.914000', '144542.917000', '144542.919000', '144542.922000', '144542.925000', '144542.927000', '144542.930000', '144542.933000', '144542.935000', '144542.938000', '144542.940000', '144542.943000', '144542.945000', '144542.948000', '144542.951000', '144542.953000', '144542.956000', '144542.959000', '144542.961000', '144542.964000', '144542.966000', '144542.969000', '144542.972000', '144542.975000', '144542.977000', '144542.980000', '144542.982000', '144542.985000', '144542.987000', '144542.990000', '144542.993000', '144602.879000', '144602.882000', '144602.885000', '144602.888000', '144602.890000', '144602.893000', '144602.895000', '144602.898000', '144602.901000', '144602.903000', '144602.906000', '144602.908000', '144602.911000', '144602.913000', '144602.916000', '144602.919000', '144602.921000', '144602.924000', '144602.948000', '144602.951000', '144602.954000', '144602.956000', '144602.959000', '144602.962000', '144602.964000', '144602.967000', '144602.969000', '144602.972000', '144602.974000', '144602.977000', '144602.980000', '144602.982000', '144602.985000', '144602.988000', '144602.990000', '144602.993000', '144602.995000', '144602.998000', '144603.001000', '144603.004000', '144603.007000', '144603.009000', '144603.012000', '144603.014000', '144622.879000', '144622.882000', '144622.885000', '144622.888000', '144622.890000', '144622.893000', '144622.895000', '144622.898000', '144622.901000', '144622.903000', '144622.906000', '144622.908000', '144622.911000', '144622.913000', '144622.916000', '144622.919000', '144622.921000', '144622.924000', '144622.927000', '144622.929000', '144622.932000', '144622.934000', '144622.937000', '144622.940000', '144622.942000', '144622.945000', '144622.947000', '144622.950000', '144622.953000', '144622.955000', '144622.958000', '144622.960000', '144622.963000', '144622.966000', '144622.968000', '144622.971000', '144622.973000', '144622.976000', '144622.979000', '144622.981000', '144622.984000', '144622.986000', '144622.989000', '144622.992000', '144642.880000', '144642.882000', '144642.885000', '144642.888000', '144642.890000', '144642.893000', '144642.896000', '144642.898000', '144642.901000', '144642.903000', '144642.906000', '144642.908000', '144642.911000', '144642.914000', '144642.916000', '144642.919000', '144642.921000', '144642.924000', '144642.927000', '144642.929000', '144642.932000', '144642.934000', '144642.937000', '144642.940000', '144642.942000', '144642.945000', '144642.948000', '144642.950000', '144642.953000', '144642.956000', '144642.958000', '144642.961000', '144642.963000', '144642.966000', '144642.969000', '144642.971000', '144642.974000', '144642.976000', '144642.979000', '144642.981000', '144642.984000', '144642.987000', '144642.989000', '144702.880000', '144702.883000', '144702.885000', '144702.888000', '144702.891000', '144702.894000', '144702.897000', '144702.900000', '144702.903000', '144702.905000', '144702.908000', '144702.911000', '144702.913000', '144702.916000', '144702.919000', '144702.921000', '144702.924000', '144702.926000', '144702.929000', '144702.932000', '144702.934000', '144702.937000', '144702.939000', '144702.942000', '144702.945000', '144702.947000', '144702.950000', '144702.952000', '144702.955000', '144702.958000', '144702.961000', '144702.964000', '144702.966000', '144702.969000', '144702.971000', '144702.974000', '144702.977000', '144702.979000', '144702.982000', '144702.984000', '144702.987000', '144702.990000', '144702.992000', '144722.880000', '144722.883000', '144722.885000', '144722.888000', '144722.891000', '144722.893000', '144722.896000', '144722.898000', '144722.901000', '144722.904000', '144722.906000', '144722.909000', '144722.911000', '144722.914000', '144722.917000', '144722.919000', '144722.922000', '144722.924000', '144722.927000', '144722.930000', '144722.932000', '144722.935000', '144722.937000', '144722.940000', '144722.943000', '144722.945000', '144722.948000', '144722.951000', '144722.953000', '144722.956000', '144722.958000', '144722.961000', '144722.964000', '144722.966000', '144722.969000', '144722.971000', '144722.974000', '144722.977000', '144722.979000', '144722.982000', '144722.984000', '144722.987000', '144722.989000', '144723.007000', '144742.881000', '144742.883000', '144742.886000', '144742.889000', '144742.891000', '144742.894000', '144742.896000', '144742.899000', '144742.902000', '144742.904000', '144742.907000', '144742.910000', '144742.913000', '144742.916000', '144742.919000', '144742.922000', '144742.924000', '144742.927000', '144742.929000', '144742.932000', '144742.935000', '144742.937000', '144742.940000', '144742.942000', '144742.945000', '144742.947000', '144742.950000', '144742.953000', '144742.955000', '144742.958000', '144742.961000', '144742.963000', '144742.966000', '144742.969000', '144742.971000', '144742.974000', '144742.976000', '144742.979000', '144742.981000', '144742.984000', '144742.987000', '144742.989000', '144742.992000', '144802.881000', '144802.884000', '144802.886000', '144802.889000', '144802.891000', '144802.894000', '144802.897000', '144802.899000', '144802.902000', '144802.904000', '144802.907000', '144802.910000', '144802.912000', '144802.915000', '144802.917000', '144802.920000', '144802.923000', '144802.925000', '144802.928000', '144802.930000', '144802.933000', '144802.936000', '144802.938000', '144802.941000', '144802.943000', '144802.946000', '144802.948000', '144802.951000', '144802.954000', '144802.956000', '144802.959000', '144802.962000', '144802.964000', '144802.967000', '144802.969000', '144802.972000', '144802.974000', '144802.977000', '144802.980000', '144802.982000', '144802.985000', '144802.987000', '144802.990000', '144802.993000', '144822.880000', '144822.882000', '144822.885000', '144822.888000', '144822.890000', '144822.893000', '144822.895000', '144822.898000', '144822.901000', '144822.903000', '144822.906000', '144822.908000', '144822.911000', '144822.913000', '144822.916000', '144822.919000', '144822.921000', '144822.924000', '144822.926000', '144822.929000', '144822.931000', '144822.934000', '144822.937000', '144822.940000', '144822.943000', '144822.945000', '144822.948000', '144822.951000', '144822.954000', '144822.956000', '144822.959000', '144822.962000', '144822.964000', '144822.967000', '144822.970000', '144822.972000', '144822.975000', '144822.977000', '144822.980000', '144822.983000', '144822.985000', '144822.988000', '144822.990000', '144842.884000', '144842.890000', '144842.893000', '144842.896000', '144842.898000', '144842.901000', '144842.903000', '144842.906000', '144842.909000', '144842.911000', '144842.914000', '144842.916000', '144842.919000', '144842.922000', '144842.924000', '144842.927000', '144842.929000', '144842.932000', '144842.935000', '144842.937000', '144842.940000', '144842.942000', '144842.945000', '144842.948000', '144842.952000', '144842.955000', '144842.957000', '144842.960000', '144842.963000', '144842.965000', '144842.968000', '144842.970000', '144842.973000', '144842.976000', '144842.978000', '144842.981000', '144842.983000', '144842.986000', '144842.989000', '144842.991000', '144842.994000', '144842.996000', '144843.000000', '144843.003000', '144902.880000', '144902.882000', '144902.885000', '144902.888000', '144902.890000', '144902.893000', '144902.895000', '144902.898000', '144902.900000', '144902.903000', '144902.914000', '144902.917000', '144902.919000', '144902.922000', '144902.924000', '144902.927000', '144902.930000', '144902.932000', '144902.935000', '144902.937000', '144902.940000', '144902.943000', '144902.946000', '144902.949000', '144902.952000', '144902.955000', '144902.957000', '144902.960000', '144902.962000', '144902.965000', '144902.968000', '144902.970000', '144902.973000', '144902.975000', '144902.978000', '144902.981000', '144902.983000', '144902.986000', '144902.988000', '144902.991000', '144902.994000', '144902.996000', '144903.000000', '144922.880000', '144922.882000', '144922.885000', '144922.888000', '144922.890000', '144922.893000', '144922.896000', '144922.898000', '144922.901000', '144922.903000', '144922.906000', '144922.909000', '144922.911000', '144922.914000', '144922.916000', '144922.919000', '144922.922000', '144922.924000', '144922.927000', '144922.929000', '144922.932000', '144922.934000', '144922.937000', '144922.940000', '144922.942000', '144922.945000', '144922.948000', '144922.950000', '144922.953000', '144922.955000', '144922.958000', '144922.960000', '144922.963000', '144922.966000', '144922.968000', '144922.971000', '144922.973000', '144922.976000', '144922.979000', '144922.981000', '144922.984000', '144922.986000', '144922.989000', '144922.992000', '144934.194000', '144934.197000', '144934.200000', '144934.203000', '144934.206000', '144934.209000', '144934.211000', '144934.214000', '144934.217000', '144934.220000', '144934.222000', '144934.225000', '144934.228000', '144934.230000', '144934.233000', '144934.236000', '144934.238000', '144934.241000', '144934.243000', '144934.246000', '144934.249000', '144934.251000', '144934.254000', '144934.257000', '144934.259000'], 'InstanceCreationTime': ['144322.915000', '144322.918000', '144322.921000', '144322.923000', '144322.926000', '144322.928000', '144322.931000', '144322.934000', '144322.936000', '144322.939000', '144322.941000', '144322.944000', '144322.946000', '144322.949000', '144322.960000', '144322.963000', '144322.965000', '144322.968000', '144322.970000', '144322.973000', '144322.980000', '144322.983000', '144322.986000', '144322.988000', '144322.991000', '144322.993000', '144322.996000', '144322.999000', '144323.001000', '144323.004000', '144323.007000', '144342.880000', '144342.883000', '144342.886000', '144342.888000', '144342.891000', '144342.894000', '144342.896000', '144342.905000', '144342.907000', '144342.910000', '144342.913000', '144342.915000', '144342.918000', '144342.921000', '144342.923000', '144342.926000', '144342.928000', '144342.931000', '144342.933000', '144342.936000', '144342.938000', '144342.941000', '144342.944000', '144342.946000', '144342.949000', '144342.951000', '144342.954000', '144342.956000', '144342.959000', '144342.962000', '144342.964000', '144342.967000', '144342.969000', '144342.972000', '144342.974000', '144342.977000', '144342.979000', '144342.982000', '144342.985000', '144342.987000', '144342.990000', '144342.993000', '144342.995000', '144342.998000', '144402.880000', '144402.883000', '144402.885000', '144402.888000', '144402.890000', '144402.902000', '144402.905000', '144402.907000', '144402.910000', '144402.913000', '144402.915000', '144402.918000', '144402.920000', '144402.923000', '144402.925000', '144402.928000', '144402.931000', '144402.933000', '144402.936000', '144402.938000', '144402.941000', '144402.943000', '144402.946000', '144402.949000', '144402.951000', '144402.954000', '144402.956000', '144402.959000', '144402.961000', '144402.964000', '144402.967000', '144402.969000', '144402.972000', '144402.974000', '144402.977000', '144402.980000', '144402.982000', '144402.985000', '144402.987000', '144402.990000', '144402.993000', '144402.995000', '144402.998000', '144422.879000', '144422.882000', '144422.885000', '144422.887000', '144422.890000', '144422.893000', '144422.895000', '144422.898000', '144422.900000', '144422.903000', '144422.906000', '144422.908000', '144422.911000', '144422.913000', '144422.916000', '144422.918000', '144422.921000', '144422.924000', '144422.926000', '144422.929000', '144422.931000', '144422.934000', '144422.955000', '144422.958000', '144422.960000', '144422.963000', '144422.965000', '144422.968000', '144422.970000', '144422.973000', '144422.976000', '144422.978000', '144422.981000', '144422.983000', '144422.986000', '144422.988000', '144422.991000', '144422.994000', '144422.996000', '144423.000000', '144423.002000', '144423.005000', '144423.008000', '144423.010000', '144442.879000', '144442.882000', '144442.885000', '144442.887000', '144442.890000', '144442.892000', '144442.895000', '144442.898000', '144442.900000', '144442.903000', '144442.905000', '144442.908000', '144442.911000', '144442.913000', '144442.916000', '144442.918000', '144442.921000', '144442.923000', '144442.926000', '144442.929000', '144442.931000', '144442.934000', '144442.936000', '144442.939000', '144442.942000', '144442.944000', '144442.947000', '144442.949000', '144442.952000', '144442.954000', '144442.957000', '144442.960000', '144442.962000', '144442.965000', '144442.967000', '144442.970000', '144442.973000', '144442.975000', '144442.978000', '144442.980000', '144442.983000', '144442.986000', '144442.988000', '144502.880000', '144502.882000', '144502.885000', '144502.888000', '144502.890000', '144502.893000', '144502.896000', '144502.898000', '144502.901000', '144502.903000', '144502.906000', '144502.909000', '144502.911000', '144502.914000', '144502.916000', '144502.919000', '144502.921000', '144502.924000', '144502.927000', '144502.929000', '144502.932000', '144502.935000', '144502.937000', '144502.940000', '144502.942000', '144502.945000', '144502.947000', '144502.950000', '144502.953000', '144502.955000', '144502.958000', '144502.960000', '144502.963000', '144502.965000', '144502.968000', '144502.971000', '144502.973000', '144502.976000', '144502.979000', '144502.981000', '144502.984000', '144502.986000', '144502.989000', '144502.992000', '144522.880000', '144522.883000', '144522.885000', '144522.888000', '144522.890000', '144522.893000', '144522.896000', '144522.898000', '144522.901000', '144522.903000', '144522.906000', '144522.908000', '144522.911000', '144522.914000', '144522.916000', '144522.920000', '144522.922000', '144522.925000', '144522.928000', '144522.930000', '144522.933000', '144522.936000', '144522.938000', '144522.941000', '144522.943000', '144522.946000', '144522.948000', '144522.951000', '144522.954000', '144522.956000', '144522.959000', '144522.961000', '144522.964000', '144522.966000', '144522.969000', '144522.972000', '144522.974000', '144522.977000', '144522.980000', '144522.982000', '144522.985000', '144522.987000', '144522.990000', '144542.881000', '144542.883000', '144542.886000', '144542.889000', '144542.891000', '144542.894000', '144542.897000', '144542.899000', '144542.902000', '144542.904000', '144542.907000', '144542.910000', '144542.914000', '144542.917000', '144542.919000', '144542.922000', '144542.925000', '144542.927000', '144542.930000', '144542.933000', '144542.935000', '144542.938000', '144542.940000', '144542.943000', '144542.945000', '144542.948000', '144542.951000', '144542.953000', '144542.956000', '144542.959000', '144542.961000', '144542.964000', '144542.966000', '144542.969000', '144542.972000', '144542.975000', '144542.977000', '144542.980000', '144542.982000', '144542.985000', '144542.987000', '144542.990000', '144542.993000', '144602.879000', '144602.882000', '144602.885000', '144602.888000', '144602.890000', '144602.893000', '144602.895000', '144602.898000', '144602.901000', '144602.903000', '144602.906000', '144602.908000', '144602.911000', '144602.913000', '144602.916000', '144602.919000', '144602.921000', '144602.924000', '144602.948000', '144602.951000', '144602.954000', '144602.956000', '144602.959000', '144602.962000', '144602.964000', '144602.967000', '144602.969000', '144602.972000', '144602.974000', '144602.977000', '144602.980000', '144602.982000', '144602.985000', '144602.988000', '144602.990000', '144602.993000', '144602.995000', '144602.998000', '144603.001000', '144603.004000', '144603.007000', '144603.009000', '144603.012000', '144603.014000', '144622.879000', '144622.882000', '144622.885000', '144622.888000', '144622.890000', '144622.893000', '144622.895000', '144622.898000', '144622.901000', '144622.903000', '144622.906000', '144622.908000', '144622.911000', '144622.913000', '144622.916000', '144622.919000', '144622.921000', '144622.924000', '144622.927000', '144622.929000', '144622.932000', '144622.934000', '144622.937000', '144622.940000', '144622.942000', '144622.945000', '144622.947000', '144622.950000', '144622.953000', '144622.955000', '144622.958000', '144622.960000', '144622.963000', '144622.966000', '144622.968000', '144622.971000', '144622.973000', '144622.976000', '144622.979000', '144622.981000', '144622.984000', '144622.986000', '144622.989000', '144622.992000', '144642.880000', '144642.882000', '144642.885000', '144642.888000', '144642.890000', '144642.893000', '144642.896000', '144642.898000', '144642.901000', '144642.903000', '144642.906000', '144642.908000', '144642.911000', '144642.914000', '144642.916000', '144642.919000', '144642.921000', '144642.924000', '144642.927000', '144642.929000', '144642.932000', '144642.934000', '144642.937000', '144642.940000', '144642.942000', '144642.945000', '144642.948000', '144642.950000', '144642.953000', '144642.956000', '144642.958000', '144642.961000', '144642.963000', '144642.966000', '144642.969000', '144642.971000', '144642.974000', '144642.976000', '144642.979000', '144642.981000', '144642.984000', '144642.987000', '144642.989000', '144702.880000', '144702.883000', '144702.885000', '144702.888000', '144702.891000', '144702.894000', '144702.897000', '144702.900000', '144702.903000', '144702.905000', '144702.908000', '144702.911000', '144702.913000', '144702.916000', '144702.919000', '144702.921000', '144702.924000', '144702.926000', '144702.929000', '144702.932000', '144702.934000', '144702.937000', '144702.939000', '144702.942000', '144702.945000', '144702.947000', '144702.950000', '144702.952000', '144702.955000', '144702.958000', '144702.961000', '144702.964000', '144702.966000', '144702.969000', '144702.971000', '144702.974000', '144702.977000', '144702.979000', '144702.982000', '144702.984000', '144702.987000', '144702.990000', '144702.992000', '144722.880000', '144722.883000', '144722.885000', '144722.888000', '144722.891000', '144722.893000', '144722.896000', '144722.898000', '144722.901000', '144722.904000', '144722.906000', '144722.909000', '144722.911000', '144722.914000', '144722.917000', '144722.919000', '144722.922000', '144722.924000', '144722.927000', '144722.930000', '144722.932000', '144722.935000', '144722.937000', '144722.940000', '144722.943000', '144722.945000', '144722.948000', '144722.951000', '144722.953000', '144722.956000', '144722.958000', '144722.961000', '144722.964000', '144722.966000', '144722.969000', '144722.971000', '144722.974000', '144722.977000', '144722.979000', '144722.982000', '144722.984000', '144722.987000', '144722.989000', '144723.007000', '144742.881000', '144742.883000', '144742.886000', '144742.889000', '144742.891000', '144742.894000', '144742.896000', '144742.899000', '144742.902000', '144742.904000', '144742.907000', '144742.910000', '144742.913000', '144742.916000', '144742.919000', '144742.922000', '144742.924000', '144742.927000', '144742.929000', '144742.932000', '144742.935000', '144742.937000', '144742.940000', '144742.942000', '144742.945000', '144742.947000', '144742.950000', '144742.953000', '144742.955000', '144742.958000', '144742.961000', '144742.963000', '144742.966000', '144742.969000', '144742.971000', '144742.974000', '144742.976000', '144742.979000', '144742.981000', '144742.984000', '144742.987000', '144742.989000', '144742.992000', '144802.881000', '144802.884000', '144802.886000', '144802.889000', '144802.891000', '144802.894000', '144802.897000', '144802.899000', '144802.902000', '144802.904000', '144802.907000', '144802.910000', '144802.912000', '144802.915000', '144802.917000', '144802.920000', '144802.923000', '144802.925000', '144802.928000', '144802.930000', '144802.933000', '144802.936000', '144802.938000', '144802.941000', '144802.943000', '144802.946000', '144802.948000', '144802.951000', '144802.954000', '144802.956000', '144802.959000', '144802.962000', '144802.964000', '144802.967000', '144802.969000', '144802.972000', '144802.974000', '144802.977000', '144802.980000', '144802.982000', '144802.985000', '144802.987000', '144802.990000', '144802.993000', '144822.880000', '144822.882000', '144822.885000', '144822.888000', '144822.890000', '144822.893000', '144822.895000', '144822.898000', '144822.901000', '144822.903000', '144822.906000', '144822.908000', '144822.911000', '144822.913000', '144822.916000', '144822.919000', '144822.921000', '144822.924000', '144822.926000', '144822.929000', '144822.931000', '144822.934000', '144822.937000', '144822.940000', '144822.943000', '144822.945000', '144822.948000', '144822.951000', '144822.954000', '144822.956000', '144822.959000', '144822.962000', '144822.964000', '144822.967000', '144822.970000', '144822.972000', '144822.975000', '144822.977000', '144822.980000', '144822.983000', '144822.985000', '144822.988000', '144822.990000', '144842.884000', '144842.890000', '144842.893000', '144842.896000', '144842.898000', '144842.901000', '144842.903000', '144842.906000', '144842.909000', '144842.911000', '144842.914000', '144842.916000', '144842.919000', '144842.922000', '144842.924000', '144842.927000', '144842.929000', '144842.932000', '144842.935000', '144842.937000', '144842.940000', '144842.942000', '144842.945000', '144842.948000', '144842.952000', '144842.955000', '144842.957000', '144842.960000', '144842.963000', '144842.965000', '144842.968000', '144842.970000', '144842.973000', '144842.976000', '144842.978000', '144842.981000', '144842.983000', '144842.986000', '144842.989000', '144842.991000', '144842.994000', '144842.996000', '144843.000000', '144843.003000', '144902.880000', '144902.882000', '144902.885000', '144902.888000', '144902.890000', '144902.893000', '144902.895000', '144902.898000', '144902.900000', '144902.903000', '144902.914000', '144902.917000', '144902.919000', '144902.922000', '144902.924000', '144902.927000', '144902.930000', '144902.932000', '144902.935000', '144902.937000', '144902.940000', '144902.943000', '144902.946000', '144902.949000', '144902.952000', '144902.955000', '144902.957000', '144902.960000', '144902.962000', '144902.965000', '144902.968000', '144902.970000', '144902.973000', '144902.975000', '144902.978000', '144902.981000', '144902.983000', '144902.986000', '144902.988000', '144902.991000', '144902.994000', '144902.996000', '144903.000000', '144922.880000', '144922.882000', '144922.885000', '144922.888000', '144922.890000', '144922.893000', '144922.896000', '144922.898000', '144922.901000', '144922.903000', '144922.906000', '144922.909000', '144922.911000', '144922.914000', '144922.916000', '144922.919000', '144922.922000', '144922.924000', '144922.927000', '144922.929000', '144922.932000', '144922.934000', '144922.937000', '144922.940000', '144922.942000', '144922.945000', '144922.948000', '144922.950000', '144922.953000', '144922.955000', '144922.958000', '144922.960000', '144922.963000', '144922.966000', '144922.968000', '144922.971000', '144922.973000', '144922.976000', '144922.979000', '144922.981000', '144922.984000', '144922.986000', '144922.989000', '144922.992000', '144934.194000', '144934.197000', '144934.200000', '144934.203000', '144934.206000', '144934.209000', '144934.211000', '144934.214000', '144934.217000', '144934.220000', '144934.222000', '144934.225000', '144934.228000', '144934.230000', '144934.233000', '144934.236000', '144934.238000', '144934.241000', '144934.243000', '144934.246000', '144934.249000', '144934.251000', '144934.254000', '144934.257000', '144934.259000'], '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': [13494, 11720, 14096, 8369, 8487, 14245, 7944, 14098, 9535, 12731, 9632, 13988, 9142, 12673, 8041, 7970, 12106, 7683, 11895, 9231, 10235, 8062, 8012, 8193, 8249, 8197, 7915, 12053, 9158, 10833, 7810, 9963, 7906, 8565, 8055, 9905, 11445, 13254, 8004, 8170, 15338, 7725, 15636, 11791, 14640, 10586, 13958, 8300, 8669, 10660, 7786, 15186, 11228, 12189, 9411, 9032, 7720, 7809, 9707, 8122, 10821, 7796, 10948, 8957, 11145, 8046, 9005, 7935, 7697, 7822, 7768, 7850, 8685, 7744, 9387, 7715, 8261, 7878, 7691, 10749, 9621, 13797, 12446, 15232, 7723, 14337, 11685, 14622, 12934, 13338, 8146, 10724, 7918, 9680, 11857, 11589, 15337, 12471, 16220, 8664, 13637, 8396, 10944, 11351, 13574, 8059, 7637, 12402, 8099, 10951, 8810, 11355, 7833, 9309, 7785, 8259, 10066, 7930, 14439, 11923, 13119, 9391, 11684, 8960, 11233, 7788, 10377, 7599, 13991, 7583, 8301, 12818, 8145, 14694, 10759, 12692, 9827, 13458, 7758, 8849, 8108, 7853, 8162, 8115, 8053, 9280, 8070, 8064, 8062, 7765, 12529, 9311, 12453, 8040, 12936, 7847, 11467, 7939, 11023, 9372, 10833, 7845, 7780, 13292, 7837, 10982, 7841, 9590, 7799, 9459, 8609, 11575, 8016, 8019, 10643, 7855, 8829, 8019, 8656, 8644, 7835, 12389, 9560, 10827, 8226, 8521, 8167, 8137, 8037, 8039, 12007, 9020, 8354, 7826, 9021, 7778, 9479, 7802, 12039, 11389, 13392, 8163, 7809, 15178, 8512, 13091, 10188, 12724, 11406, 14621, 8741, 8273, 15353, 8062, 9444, 8181, 7770, 14244, 10236, 11432, 7847, 8245, 7891, 7797, 11254, 7970, 8384, 8137, 7965, 11176, 7867, 8203, 7885, 8121, 7880, 7795, 10359, 7916, 8301, 8366, 7726, 8098, 7759, 10863, 8279, 9785, 8274, 8349, 11788, 7773, 13003, 8129, 10820, 8301, 9513, 11092, 8904, 10302, 7813, 10683, 7715, 9715, 8191, 10731, 10813, 11043, 8050, 7767, 11624, 7871, 10788, 8247, 11442, 10151, 12298, 8190, 7660, 13736, 7845, 10665, 7833, 9053, 12072, 10346, 13540, 7925, 10482, 7891, 8567, 10893, 7971, 14457, 10923, 10712, 7991, 8234, 8134, 7976, 11229, 8010, 9801, 8403, 9532, 7993, 7866, 8249, 8125, 12498, 8377, 11198, 7693, 10948, 8089, 9285, 10237, 9544, 12530, 12273, 8687, 8893, 13972, 7966, 14693, 9454, 13169, 10850, 13033, 8651, 11513, 7773, 8730, 7663, 10871, 9862, 7677, 8435, 7834, 8188, 7803, 8480, 13459, 11647, 9285, 8817, 14071, 8117, 14312, 9236, 12651, 10628, 12966, 10370, 10993, 7943, 7960, 7632, 8981, 7899, 12201, 9798, 7765, 8346, 11542, 8201, 11994, 8858, 11884, 9131, 12636, 8342, 10847, 7663, 7859, 7807, 8991, 7796, 12038, 7739, 8825, 7945, 8325, 7897, 9244, 7759, 11138, 8024, 9749, 7898, 9119, 8397, 10651, 12888, 12242, 11459, 8094, 14466, 9299, 11509, 8030, 11580, 8342, 11774, 7802, 7853, 8389, 7759, 11269, 8215, 12319, 10012, 10975, 8002, 9054, 7963, 8574, 8388, 8209, 7756, 11203, 7896, 14757, 8006, 8138, 7950, 8053, 8101, 7938, 9300, 7857, 12163, 10752, 12039, 9882, 9043, 11950, 12576, 12728, 10492, 13617, 8703, 12766, 7880, 12224, 8954, 13261, 8797, 13030, 7952, 9154, 7774, 8921, 7692, 10469, 9391, 7889, 9794, 7813, 8410, 8140, 10213, 7878, 12912, 8673, 12076, 7953, 11318, 8157, 11471, 9140, 12402, 8450, 7995, 7875, 10849, 7754, 11999, 9763, 7658, 8375, 7849, 8025, 8497, 10178, 8976, 13452, 8617, 11352, 7747, 11177, 8668, 12476, 9414, 13116, 9757, 11899, 7637, 9342, 7779, 12303, 10127, 8475, 10070, 7878, 8867, 7405, 11809, 8655, 13342, 11272, 12956, 8676, 7881, 8394, 8610, 10597, 9237, 13773, 7761, 10817, 7520, 9651, 7870, 11588, 9840, 7874, 8729, 7884, 9049, 7937, 11090, 7916, 12930, 7853, 10576, 7851, 9763, 7738, 12079, 10155, 7764, 9084, 7887, 9021, 7924, 11214, 8202, 13680, 11180, 11969, 7695, 10528, 7820, 11834, 9890, 8402, 9469, 7629, 8398, 7718, 8297, 8253, 12674, 8122, 10387, 8260, 9368, 7728, 9302, 14207, 12216, 10475, 9271, 7907, 8017, 8023, 7827, 8051, 9024, 8095, 8479, 8038, 7901, 8478, 9114, 12345, 11712, 7909, 9376, 11325, 8283, 8256, 7946, 12996, 10764, 8017, 8308, 10898, 8450, 12815, 9501, 13133, 10473, 12457, 8355, 11290, 8027, 10575, 7859, 10570, 7508, 12207, 8070, 8132, 8238, 8293, 7994, 9928, 7968, 12949, 8993, 11550, 7994, 11527, 9703, 14920, 15179, 8663, 8347, 7796, 8062, 7957, 8380, 8053, 8705, 12036, 7529, 11207, 8545, 14268, 10938, 13898, 8890, 14018, 7782, 8831, 8107, 9377, 7816, 11369, 9731, 11437, 8287, 8143, 8098, 8201, 7945, 8359, 12207, 8039, 9589, 7892, 10151, 14163, 12511, 13413, 11420, 10238, 8280, 9736, 8217, 9530, 8234, 11226, 9000, 12538, 8309, 8182, 8414, 8125, 10515, 8216, 13039, 10785, 10696, 8253, 9959, 8103, 9988, 7998, 11405, 9265, 10626, 8230, 9488, 8061, 10103, 8089, 9148, 13815, 10124, 12690, 10622, 10178, 8120, 7947, 8442, 8098, 8168, 8425, 8443, 8321, 8341, 7890, 8356, 7813, 8388, 7649, 8228, 8418, 9388, 9285, 12859, 11333, 12187, 12220, 10404, 12960, 8032, 8486, 7912, 11466, 8389, 11155, 7995, 8903, 8008, 7700, 8719, 9224, 8392, 14316, 15509, 16394, 15907, 13514, 15419, 8839, 10986, 8526, 10825, 13646, 10819, 10169, 9382, 7949, 11915, 8396, 12704, 8933, 12625, 8250, 14324, 9620, 11250, 7948, 10770, 8311, 8006, 7755, 10596, 8306, 7786, 7895, 8051, 8148, 8338, 8060, 8219, 8755, 8069, 11207, 7966, 11416, 8589, 11973, 10160, 13011, 7946, 12440, 8875, 13687, 10688, 14746, 12385, 14203, 9551, 12657, 7890, 13128, 9796, 14353, 11914, 14500, 10754, 13593, 10641, 12717, 10128, 12467, 8188, 7817, 8414, 8083, 9229, 8211, 9410, 9075, 9012, 12551, 8942, 13373, 10482, 13033, 9593, 13309, 10195, 12072, 8353, 8990, 12469, 7910, 10617, 8024, 11222, 8588, 11443, 8038, 9470, 8201], 'WindowCenter': [4748.0, 4710.0, 4718.0, 4647.0, 4656.0, 4704.0, 4632.0, 4702.0, 4651.0, 4669.0, 4665.0, 4692.0, 4652.0, 4681.0, 4632.0, 4642.0, 4669.0, 4633.0, 4680.0, 4638.0, 4661.0, 4633.0, 4644.0, 4644.0, 4655.0, 4642.0, 4645.0, 4694.0, 4654.0, 4672.0, 4646.0, 4673.0, 4644.0, 4654.0, 4621.0, 4664.0, 4682.0, 4694.0, 4633.0, 4645.0, 4713.0, 4634.0, 4712.0, 4683.0, 4701.0, 4661.0, 4690.0, 4630.0, 4630.0, 4660.0, 4632.0, 4701.0, 4670.0, 4669.0, 4650.0, 4640.0, 4621.0, 4632.0, 4649.0, 4630.0, 4670.0, 4621.0, 4671.0, 4653.0, 4685.0, 4648.0, 4666.0, 4644.0, 4634.0, 4633.0, 4645.0, 4646.0, 4667.0, 4671.0, 4705.0, 4672.0, 4681.0, 4683.0, 4675.0, 4700.0, 4693.0, 4720.0, 4710.0, 4729.0, 4647.0, 4704.0, 4698.0, 4715.0, 4695.0, 4705.0, 4644.0, 4675.0, 4619.0, 4651.0, 4695.0, 4673.0, 4713.0, 4694.0, 4701.0, 4641.0, 4690.0, 4631.0, 4673.0, 4672.0, 4679.0, 4631.0, 4622.0, 4692.0, 4643.0, 4672.0, 4653.0, 4672.0, 4633.0, 4650.0, 4632.0, 4629.0, 4649.0, 4644.0, 4702.0, 4683.0, 4680.0, 4651.0, 4680.0, 4640.0, 4671.0, 4618.0, 4661.0, 4621.0, 4690.0, 4621.0, 4631.0, 4667.0, 4631.0, 4688.0, 4659.0, 4665.0, 4637.0, 4677.0, 4620.0, 4639.0, 4631.0, 4631.0, 4640.0, 4644.0, 4631.0, 4652.0, 4631.0, 4630.0, 4630.0, 4632.0, 4682.0, 4653.0, 4682.0, 4632.0, 4680.0, 4606.0, 4668.0, 4634.0, 4672.0, 4651.0, 4671.0, 4618.0, 4632.0, 4677.0, 4622.0, 4659.0, 4619.0, 4649.0, 4608.0, 4662.0, 4640.0, 4670.0, 4620.0, 4631.0, 4647.0, 4618.0, 4624.0, 4631.0, 4640.0, 4657.0, 4662.0, 4694.0, 4665.0, 4659.0, 4643.0, 4641.0, 4630.0, 4630.0, 4632.0, 4657.0, 4678.0, 4652.0, 4642.0, 4636.0, 4652.0, 4647.0, 4664.0, 4622.0, 4694.0, 4683.0, 4680.0, 4634.0, 4623.0, 4701.0, 4654.0, 4692.0, 4648.0, 4692.0, 4670.0, 4702.0, 4641.0, 4632.0, 4686.0, 4630.0, 4650.0, 4617.0, 4622.0, 4689.0, 4660.0, 4669.0, 4617.0, 4631.0, 4617.0, 4620.0, 4668.0, 4631.0, 4617.0, 4616.0, 4631.0, 4656.0, 4631.0, 4603.0, 4632.0, 4632.0, 4617.0, 4620.0, 4660.0, 4632.0, 4641.0, 4643.0, 4622.0, 4644.0, 4633.0, 4674.0, 4630.0, 4662.0, 4645.0, 4629.0, 4671.0, 4633.0, 4693.0, 4619.0, 4685.0, 4644.0, 4664.0, 4672.0, 4641.0, 4648.0, 4635.0, 4673.0, 4633.0, 4664.0, 4644.0, 4684.0, 4659.0, 4658.0, 4630.0, 4621.0, 4670.0, 4633.0, 4671.0, 4632.0, 4671.0, 4662.0, 4683.0, 4643.0, 4634.0, 4690.0, 4618.0, 4673.0, 4622.0, 4652.0, 4680.0, 4662.0, 4678.0, 4633.0, 4672.0, 4630.0, 4642.0, 4659.0, 4620.0, 4701.0, 4647.0, 4660.0, 4646.0, 4643.0, 4630.0, 4606.0, 4658.0, 4631.0, 4675.0, 4643.0, 4662.0, 4647.0, 4644.0, 4642.0, 4657.0, 4706.0, 4656.0, 4683.0, 4647.0, 4685.0, 4657.0, 4664.0, 4662.0, 4665.0, 4682.0, 4682.0, 4644.0, 4655.0, 4691.0, 4646.0, 4690.0, 4664.0, 4680.0, 4661.0, 4680.0, 4641.0, 4671.0, 4631.0, 4651.0, 4608.0, 4657.0, 4664.0, 4633.0, 4642.0, 4620.0, 4641.0, 4606.0, 4639.0, 4702.0, 4656.0, 4664.0, 4642.0, 4690.0, 4620.0, 4690.0, 4638.0, 4706.0, 4687.0, 4679.0, 4659.0, 4670.0, 4630.0, 4643.0, 4619.0, 4651.0, 4620.0, 4681.0, 4636.0, 4621.0, 4644.0, 4671.0, 4631.0, 4680.0, 4628.0, 4680.0, 4652.0, 4680.0, 4631.0, 4673.0, 4621.0, 4619.0, 4620.0, 4651.0, 4622.0, 4680.0, 4633.0, 4654.0, 4646.0, 4641.0, 4633.0, 4651.0, 4623.0, 4671.0, 4644.0, 4664.0, 4634.0, 4654.0, 4630.0, 4673.0, 4693.0, 4682.0, 4682.0, 4618.0, 4691.0, 4637.0, 4670.0, 4619.0, 4669.0, 4629.0, 4669.0, 4620.0, 4631.0, 4630.0, 4621.0, 4669.0, 4617.0, 4657.0, 4650.0, 4658.0, 4632.0, 4637.0, 4632.0, 4629.0, 4631.0, 4642.0, 4621.0, 4672.0, 4647.0, 4703.0, 4631.0, 4644.0, 4644.0, 4645.0, 4645.0, 4647.0, 4667.0, 4657.0, 4695.0, 4673.0, 4695.0, 4663.0, 4653.0, 4683.0, 4680.0, 4693.0, 4660.0, 4690.0, 4630.0, 4678.0, 4631.0, 4655.0, 4627.0, 4680.0, 4641.0, 4666.0, 4630.0, 4650.0, 4622.0, 4639.0, 4632.0, 4661.0, 4654.0, 4633.0, 4663.0, 4633.0, 4631.0, 4618.0, 4663.0, 4631.0, 4692.0, 4642.0, 4681.0, 4633.0, 4672.0, 4630.0, 4669.0, 4653.0, 4692.0, 4643.0, 4631.0, 4619.0, 4671.0, 4632.0, 4683.0, 4648.0, 4607.0, 4656.0, 4644.0, 4643.0, 4642.0, 4675.0, 4655.0, 4692.0, 4656.0, 4673.0, 4622.0, 4671.0, 4629.0, 4682.0, 4652.0, 4692.0, 4651.0, 4682.0, 4611.0, 4650.0, 4619.0, 4681.0, 4648.0, 4619.0, 4674.0, 4631.0, 4641.0, 4598.0, 4682.0, 4642.0, 4693.0, 4671.0, 4679.0, 4629.0, 4620.0, 4630.0, 4616.0, 4650.0, 4637.0, 4692.0, 4621.0, 4657.0, 4606.0, 4625.0, 4632.0, 4668.0, 4661.0, 4632.0, 4629.0, 4630.0, 4639.0, 4619.0, 4672.0, 4618.0, 4691.0, 4630.0, 4671.0, 4631.0, 4634.0, 4636.0, 4656.0, 4650.0, 4609.0, 4641.0, 4633.0, 4652.0, 4630.0, 4658.0, 4631.0, 4702.0, 4683.0, 4670.0, 4608.0, 4634.0, 4617.0, 4669.0, 4651.0, 4630.0, 4650.0, 4621.0, 4632.0, 4618.0, 4619.0, 4631.0, 4680.0, 4632.0, 4661.0, 4641.0, 4639.0, 4620.0, 4650.0, 4691.0, 4669.0, 4659.0, 4637.0, 4630.0, 4642.0, 4632.0, 4633.0, 4617.0, 4639.0, 4646.0, 4656.0, 4632.0, 4631.0, 4655.0, 4653.0, 4692.0, 4684.0, 4620.0, 4651.0, 4671.0, 4631.0, 4642.0, 4631.0, 4692.0, 4661.0, 4606.0, 4618.0, 4659.0, 4632.0, 4680.0, 4638.0, 4679.0, 4647.0, 4667.0, 4631.0, 4670.0, 4605.0, 4647.0, 4617.0, 4672.0, 4621.0, 4680.0, 4631.0, 4642.0, 4629.0, 4644.0, 4631.0, 4663.0, 4644.0, 4693.0, 4653.0, 4668.0, 4671.0, 4695.0, 4680.0, 4728.0, 4707.0, 4588.0, 4647.0, 4636.0, 4646.0, 4645.0, 4655.0, 4645.0, 4656.0, 4693.0, 4622.0, 4682.0, 4654.0, 4703.0, 4673.0, 4690.0, 4640.0, 4690.0, 4631.0, 4638.0, 4629.0, 4625.0, 4632.0, 4669.0, 4662.0, 4682.0, 4643.0, 4619.0, 4643.0, 4643.0, 4631.0, 4630.0, 4681.0, 4631.0, 4662.0, 4631.0, 4661.0, 4664.0, 4669.0, 4689.0, 4671.0, 4646.0, 4630.0, 4648.0, 4630.0, 4624.0, 4629.0, 4656.0, 4625.0, 4666.0, 4627.0, 4628.0, 4629.0, 4629.0, 4660.0, 4629.0, 4678.0, 4658.0, 4647.0, 4629.0, 4660.0, 4630.0, 4660.0, 4632.0, 4669.0, 4650.0, 4643.0, 4641.0, 4636.0, 4632.0, 4662.0, 4630.0, 4637.0, 4665.0, 4659.0, 4666.0, 4660.0, 4646.0, 4629.0, 4606.0, 4616.0, 4618.0, 4630.0, 4631.0, 4642.0, 4641.0, 4630.0, 4620.0, 4643.0, 4634.0, 4645.0, 4622.0, 4633.0, 4644.0, 4663.0, 4654.0, 4694.0, 4684.0, 4681.0, 4682.0, 4676.0, 4707.0, 4647.0, 4669.0, 4649.0, 4698.0, 4671.0, 4699.0, 4658.0, 4654.0, 4658.0, 4595.0, 4594.0, 4597.0, 4611.0, 4666.0, 4687.0, 4674.0, 4672.0, 4618.0, 4511.0, 4461.0, 4529.0, 4634.0, 4718.0, 4682.0, 4638.0, 4626.0, 4617.0, 4581.0, 4621.0, 4595.0, 4631.0, 4590.0, 4618.0, 4581.0, 4637.0, 4638.0, 4668.0, 4621.0, 4658.0, 4615.0, 4590.0, 4605.0, 4643.0, 4594.0, 4570.0, 4618.0, 4631.0, 4644.0, 4645.0, 4646.0, 4655.0, 4655.0, 4657.0, 4659.0, 4621.0, 4673.0, 4656.0, 4686.0, 4688.0, 4696.0, 4648.0, 4694.0, 4643.0, 4694.0, 4662.0, 4692.0, 4683.0, 4691.0, 4652.0, 4682.0, 4622.0, 4680.0, 4651.0, 4690.0, 4685.0, 4678.0, 4660.0, 4666.0, 4648.0, 4679.0, 4634.0, 4679.0, 4641.0, 4607.0, 4616.0, 4619.0, 4638.0, 4630.0, 4639.0, 4638.0, 4629.0, 4670.0, 4641.0, 4677.0, 4647.0, 4678.0, 4638.0, 4678.0, 4636.0, 4655.0, 4604.0, 4614.0, 4653.0, 4606.0, 4622.0, 4594.0, 4643.0, 4628.0, 4668.0, 4618.0, 4636.0, 4618.0], 'WindowWidth': [10347.0, 10279.0, 10284.0, 10184.0, 10194.0, 10258.0, 10156.0, 10251.0, 10176.0, 10197.0, 10205.0, 10235.0, 10180.0, 10216.0, 10156.0, 10171.0, 10196.0, 10157.0, 10217.0, 10154.0, 10193.0, 10157.0, 10176.0, 10176.0, 10193.0, 10168.0, 10177.0, 10243.0, 10185.0, 10208.0, 10184.0, 10214.0, 10176.0, 10188.0, 10137.0, 10201.0, 10223.0, 10242.0, 10158.0, 10175.0, 10269.0, 10162.0, 10266.0, 10226.0, 10248.0, 10192.0, 10230.0, 10146.0, 10147.0, 10190.0, 10155.0, 10247.0, 10202.0, 10199.0, 10174.0, 10161.0, 10138.0, 10154.0, 10172.0, 10147.0, 10203.0, 10137.0, 10207.0, 10184.0, 10233.0, 10187.0, 10207.0, 10175.0, 10161.0, 10159.0, 10181.0, 10183.0, 10213.0, 10230.0, 10281.0, 10232.0, 10242.0, 10249.0, 10237.0, 10262.0, 10256.0, 10290.0, 10275.0, 10300.0, 10184.0, 10258.0, 10254.0, 10272.0, 10245.0, 10260.0, 10175.0, 10214.0, 10130.0, 10178.0, 10245.0, 10209.0, 10267.0, 10241.0, 10247.0, 10163.0, 10228.0, 10152.0, 10211.0, 10208.0, 10213.0, 10152.0, 10140.0, 10237.0, 10170.0, 10210.0, 10185.0, 10208.0, 10157.0, 10175.0, 10155.0, 10144.0, 10173.0, 10173.0, 10251.0, 10225.0, 10214.0, 10177.0, 10219.0, 10160.0, 10204.0, 10127.0, 10193.0, 10139.0, 10232.0, 10137.0, 10149.0, 10191.0, 10150.0, 10222.0, 10185.0, 10187.0, 10151.0, 10207.0, 10134.0, 10157.0, 10154.0, 10152.0, 10163.0, 10174.0, 10154.0, 10181.0, 10154.0, 10149.0, 10150.0, 10156.0, 10223.0, 10186.0, 10223.0, 10152.0, 10218.0, 10104.0, 10197.0, 10159.0, 10209.0, 10178.0, 10206.0, 10128.0, 10153.0, 10205.0, 10138.0, 10185.0, 10129.0, 10173.0, 10112.0, 10196.0, 10162.0, 10203.0, 10133.0, 10150.0, 10166.0, 10126.0, 10127.0, 10152.0, 10161.0, 10198.0, 10216.0, 10246.0, 10205.0, 10185.0, 10172.0, 10165.0, 10148.0, 10148.0, 10153.0, 10198.0, 10212.0, 10182.0, 10167.0, 10167.0, 10184.0, 10184.0, 10201.0, 10141.0, 10243.0, 10226.0, 10215.0, 10159.0, 10142.0, 10250.0, 10187.0, 10237.0, 10167.0, 10238.0, 10201.0, 10249.0, 10164.0, 10154.0, 10217.0, 10147.0, 10175.0, 10123.0, 10139.0, 10226.0, 10188.0, 10199.0, 10126.0, 10150.0, 10124.0, 10135.0, 10198.0, 10151.0, 10122.0, 10121.0, 10153.0, 10176.0, 10151.0, 10094.0, 10155.0, 10156.0, 10126.0, 10136.0, 10191.0, 10153.0, 10164.0, 10173.0, 10140.0, 10175.0, 10158.0, 10215.0, 10147.0, 10196.0, 10178.0, 10144.0, 10204.0, 10159.0, 10240.0, 10129.0, 10232.0, 10177.0, 10204.0, 10209.0, 10165.0, 10169.0, 10165.0, 10216.0, 10159.0, 10203.0, 10175.0, 10231.0, 10183.0, 10179.0, 10151.0, 10138.0, 10202.0, 10158.0, 10205.0, 10153.0, 10207.0, 10194.0, 10225.0, 10171.0, 10160.0, 10232.0, 10126.0, 10212.0, 10140.0, 10182.0, 10218.0, 10195.0, 10209.0, 10157.0, 10210.0, 10147.0, 10169.0, 10185.0, 10131.0, 10248.0, 10164.0, 10189.0, 10178.0, 10173.0, 10150.0, 10106.0, 10184.0, 10150.0, 10222.0, 10172.0, 10196.0, 10184.0, 10176.0, 10170.0, 10200.0, 10266.0, 10199.0, 10228.0, 10186.0, 10235.0, 10201.0, 10201.0, 10197.0, 10203.0, 10221.0, 10223.0, 10171.0, 10191.0, 10230.0, 10181.0, 10229.0, 10202.0, 10214.0, 10191.0, 10214.0, 10165.0, 10204.0, 10151.0, 10182.0, 10114.0, 10179.0, 10202.0, 10160.0, 10169.0, 10134.0, 10165.0, 10107.0, 10159.0, 10255.0, 10174.0, 10202.0, 10167.0, 10231.0, 10132.0, 10227.0, 10153.0, 10264.0, 10243.0, 10214.0, 10187.0, 10202.0, 10149.0, 10173.0, 10132.0, 10180.0, 10135.0, 10219.0, 10147.0, 10138.0, 10174.0, 10204.0, 10150.0, 10218.0, 10139.0, 10217.0, 10183.0, 10217.0, 10149.0, 10210.0, 10138.0, 10131.0, 10134.0, 10179.0, 10138.0, 10215.0, 10157.0, 10189.0, 10182.0, 10167.0, 10160.0, 10176.0, 10143.0, 10205.0, 10176.0, 10204.0, 10159.0, 10191.0, 10148.0, 10213.0, 10239.0, 10222.0, 10223.0, 10127.0, 10234.0, 10151.0, 10204.0, 10132.0, 10199.0, 10144.0, 10198.0, 10135.0, 10151.0, 10148.0, 10138.0, 10199.0, 10121.0, 10177.0, 10173.0, 10180.0, 10156.0, 10151.0, 10154.0, 10145.0, 10151.0, 10168.0, 10135.0, 10207.0, 10182.0, 10256.0, 10151.0, 10176.0, 10176.0, 10178.0, 10180.0, 10183.0, 10212.0, 10199.0, 10248.0, 10212.0, 10246.0, 10196.0, 10184.0, 10223.0, 10218.0, 10241.0, 10190.0, 10230.0, 10146.0, 10210.0, 10152.0, 10171.0, 10137.0, 10214.0, 10165.0, 10188.0, 10149.0, 10177.0, 10141.0, 10157.0, 10157.0, 10191.0, 10188.0, 10160.0, 10199.0, 10157.0, 10152.0, 10126.0, 10198.0, 10151.0, 10237.0, 10169.0, 10221.0, 10159.0, 10209.0, 10149.0, 10199.0, 10186.0, 10237.0, 10172.0, 10149.0, 10132.0, 10207.0, 10154.0, 10224.0, 10169.0, 10107.0, 10195.0, 10175.0, 10174.0, 10169.0, 10219.0, 10190.0, 10236.0, 10196.0, 10212.0, 10141.0, 10207.0, 10144.0, 10222.0, 10180.0, 10238.0, 10177.0, 10225.0, 10120.0, 10175.0, 10129.0, 10221.0, 10166.0, 10127.0, 10217.0, 10150.0, 10167.0, 10097.0, 10223.0, 10167.0, 10239.0, 10204.0, 10212.0, 10142.0, 10131.0, 10147.0, 10120.0, 10170.0, 10151.0, 10238.0, 10139.0, 10179.0, 10107.0, 10129.0, 10154.0, 10196.0, 10192.0, 10156.0, 10145.0, 10149.0, 10157.0, 10131.0, 10210.0, 10124.0, 10234.0, 10148.0, 10205.0, 10150.0, 10140.0, 10167.0, 10174.0, 10173.0, 10115.0, 10165.0, 10157.0, 10181.0, 10148.0, 10181.0, 10151.0, 10250.0, 10226.0, 10201.0, 10113.0, 10137.0, 10126.0, 10197.0, 10178.0, 10149.0, 10175.0, 10140.0, 10154.0, 10129.0, 10129.0, 10150.0, 10215.0, 10154.0, 10191.0, 10166.0, 10158.0, 10134.0, 10176.0, 10233.0, 10198.0, 10186.0, 10150.0, 10148.0, 10170.0, 10157.0, 10159.0, 10123.0, 10161.0, 10181.0, 10196.0, 10153.0, 10152.0, 10193.0, 10183.0, 10237.0, 10231.0, 10135.0, 10179.0, 10204.0, 10150.0, 10169.0, 10151.0, 10235.0, 10191.0, 10103.0, 10127.0, 10183.0, 10152.0, 10215.0, 10155.0, 10211.0, 10161.0, 10192.0, 10152.0, 10203.0, 10101.0, 10165.0, 10124.0, 10210.0, 10140.0, 10215.0, 10154.0, 10170.0, 10145.0, 10175.0, 10154.0, 10199.0, 10176.0, 10241.0, 10186.0, 10196.0, 10226.0, 10246.0, 10234.0, 10300.0, 10262.0, 10062.0, 10187.0, 10163.0, 10179.0, 10180.0, 10195.0, 10181.0, 10192.0, 10241.0, 10140.0, 10225.0, 10191.0, 10255.0, 10211.0, 10229.0, 10162.0, 10229.0, 10154.0, 10156.0, 10146.0, 10131.0, 10157.0, 10200.0, 10195.0, 10224.0, 10170.0, 10131.0, 10174.0, 10170.0, 10153.0, 10148.0, 10221.0, 10150.0, 10196.0, 10150.0, 10190.0, 10184.0, 10198.0, 10228.0, 10205.0, 10160.0, 10147.0, 10168.0, 10148.0, 10128.0, 10147.0, 10175.0, 10129.0, 10188.0, 10139.0, 10144.0, 10145.0, 10145.0, 10189.0, 10144.0, 10211.0, 10183.0, 10165.0, 10141.0, 10189.0, 10147.0, 10188.0, 10152.0, 10198.0, 10174.0, 10154.0, 10167.0, 10149.0, 10155.0, 10194.0, 10147.0, 10150.0, 10186.0, 10188.0, 10191.0, 10187.0, 10162.0, 10144.0, 10106.0, 10119.0, 10127.0, 10149.0, 10152.0, 10169.0, 10165.0, 10146.0, 10133.0, 10174.0, 10163.0, 10176.0, 10141.0, 10156.0, 10173.0, 10200.0, 10186.0, 10243.0, 10227.0, 10217.0, 10223.0, 10221.0, 10268.0, 10185.0, 10217.0, 10189.0, 10255.0, 10224.0, 10260.0, 10201.0, 10187.0, 10200.0, 10085.0, 10078.0, 10079.0, 10118.0, 10181.0, 10221.0, 10195.0, 10198.0, 10092.0, 9886.0, 9818.0, 9933.0, 10157.0, 10301.0, 10215.0, 10144.0, 10126.0, 10115.0, 10054.0, 10109.0, 10080.0, 10119.0, 10064.0, 10099.0, 10053.0, 10126.0, 10154.0, 10196.0, 10134.0, 10179.0, 10116.0, 10071.0, 10103.0, 10152.0, 10081.0, 10041.0, 10125.0, 10151.0, 10174.0, 10176.0, 10182.0, 10192.0, 10191.0, 10200.0, 10183.0, 10132.0, 10209.0, 10192.0, 10233.0, 10240.0, 10247.0, 10187.0, 10242.0, 10169.0, 10241.0, 10193.0, 10233.0, 10226.0, 10233.0, 10178.0, 10222.0, 10135.0, 10215.0, 10177.0, 10231.0, 10231.0, 10208.0, 10187.0, 10188.0, 10162.0, 10212.0, 10136.0, 10213.0, 10165.0, 10111.0, 10119.0, 10129.0, 10154.0, 10149.0, 10157.0, 10154.0, 10142.0, 10200.0, 10163.0, 10206.0, 10163.0, 10210.0, 10153.0, 10208.0, 10148.0, 10170.0, 10097.0, 10115.0, 10164.0, 10102.0, 10116.0, 10083.0, 10150.0, 10143.0, 10198.0, 10130.0, 10146.0, 10125.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.010181923536439666</td></tr>
<tr><td colspan=3>aqi</td><td>0.029994080525686976</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.50240682290671</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.290456286770334</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1945913390191394</td></tr>
<tr><td colspan=3>efc</td><td>0.4603</td></tr>
<tr><td colspan=3>fber</td><td>5171.4888</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13535299194894543</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.15531660692951</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5867980836126736</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6212119375054375</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7149342079981973</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.424248105334386</td></tr>
<tr><td colspan=3>gcor</td><td>0.0241975</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005144671071320772</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014811652712523937</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.821432542157846</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.497</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.206</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.5649</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305693.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>894.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.5229</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0576</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>596.0322</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3892.8022</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1094.0846</td></tr>
<tr><td colspan=3>tsnr</td><td>35.018449001479894</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>