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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0055_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0055_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0055_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0055_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0055_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0055_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0055_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0055/ses-03/func/sub-0055_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>94eedb02d60ae122efbe54117deda556</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>15:00:29.487500</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.999896, 0.00994436, 0.0104891, -0.00890049, 0.995413, -0.0952585]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.093138</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7687, -7291, 584, -26, -152, -90, 93]</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>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.935</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3777f60d-d74b-46ef-8ac6-ca0e1ab031b7||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.6826465129852295, -0.023879369720816612, 0.030748436227440834, 114.6108169555664], [-0.02667998895049095, 2.6706197261810303, -0.25691911578178406, -80.28063201904297], [0.028141595423221588, 0.2555716633796692, 2.687572717666626, -91.40372467041016], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['150029.487500', '150029.947500', '150030.407500', '150030.867500', '150031.327500', '150031.787500', '150032.247500', '150032.707500', '150033.167500', '150033.627500', '150034.087500', '150034.547500', '150035.007500', '150035.467500', '150035.927500', '150036.387500', '150036.847500', '150037.307500', '150037.767500', '150038.227500', '150038.687500', '150039.147500', '150039.607500', '150040.067500', '150040.527500', '150040.987500', '150041.447500', '150041.907500', '150042.367500', '150042.827500', '150043.287500', '150043.747500', '150044.207500', '150044.667500', '150045.127500', '150045.587500', '150046.047500', '150046.507500', '150046.967500', '150047.427500', '150047.887500', '150048.347500', '150048.807500', '150049.267500', '150049.727500', '150050.187500', '150050.647500', '150051.107500', '150051.567500', '150052.027500', '150052.487500', '150052.947500', '150053.407500', '150053.867500', '150054.327500', '150054.787500', '150055.247500', '150055.707500', '150056.167500', '150056.627500', '150057.087500', '150057.547500', '150058.007500', '150058.467500', '150058.927500', '150059.387500', '150059.847500', '150100.307500', '150100.767500', '150101.227500', '150101.687500', '150102.147500', '150102.607500', '150103.067500', '150103.527500', '150103.987500', '150104.447500', '150104.907500', '150105.367500', '150105.827500', '150106.287500', '150106.747500', '150107.207500', '150107.667500', '150108.127500', '150108.587500', '150109.047500', '150109.507500', '150109.967500', '150110.427500', '150110.887500', '150111.347500', '150111.807500', '150112.267500', '150112.727500', '150113.187500', '150113.647500', '150114.107500', '150114.567500', '150115.027500', '150115.487500', '150115.947500', '150116.407500', '150116.867500', '150117.327500', '150117.787500', '150118.247500', '150118.707500', '150119.167500', '150119.627500', '150120.087500', '150120.547500', '150121.007500', '150121.467500', '150121.927500', '150122.387500', '150122.847500', '150123.307500', '150123.767500', '150124.227500', '150124.687500', '150125.147500', '150125.607500', '150126.067500', '150126.527500', '150126.987500', '150127.447500', '150127.907500', '150128.367500', '150128.827500', '150129.287500', '150129.747500', '150130.207500', '150130.667500', '150131.127500', '150131.587500', '150132.047500', '150132.507500', '150132.967500', '150133.427500', '150133.887500', '150134.347500', '150134.807500', '150135.267500', '150135.727500', '150136.187500', '150136.647500', '150137.107500', '150137.567500', '150138.027500', '150138.487500', '150138.947500', '150139.407500', '150139.867500', '150140.327500', '150140.787500', '150141.247500', '150141.707500', '150142.167500', '150142.627500', '150143.087500', '150143.547500', '150144.007500', '150144.467500', '150144.927500', '150145.387500', '150145.847500', '150146.307500', '150146.767500', '150147.227500', '150147.687500', '150148.147500', '150148.607500', '150149.067500', '150149.527500', '150149.987500', '150150.447500', '150150.907500', '150151.367500', '150151.827500', '150152.287500', '150152.747500', '150153.207500', '150153.667500', '150154.127500', '150154.587500', '150155.047500', '150155.507500', '150155.967500', '150156.427500', '150156.887500', '150157.347500', '150157.807500', '150158.267500', '150158.727500', '150159.187500', '150159.647500', '150200.107500', '150200.567500', '150201.027500', '150201.487500', '150201.947500', '150202.407500', '150202.867500', '150203.327500', '150203.787500', '150204.247500', '150204.707500', '150205.167500', '150205.627500', '150206.087500', '150206.547500', '150207.007500', '150207.467500', '150207.927500', '150208.387500', '150208.847500', '150209.307500', '150209.767500', '150210.227500', '150210.687500', '150211.147500', '150211.607500', '150212.067500', '150212.527500', '150212.987500', '150213.447500', '150213.907500', '150214.367500', '150214.827500', '150215.287500', '150215.747500', '150216.207500', '150216.667500', '150217.127500', '150217.587500', '150218.047500', '150218.507500', '150218.967500', '150219.427500', '150219.887500', '150220.347500', '150220.807500', '150221.267500', '150221.727500', '150222.187500', '150222.647500', '150223.107500', '150223.567500', '150224.027500', '150224.487500', '150224.947500', '150225.407500', '150225.867500', '150226.327500', '150226.787500', '150227.247500', '150227.707500', '150228.167500', '150228.627500', '150229.087500', '150229.547500', '150230.007500', '150230.467500', '150230.927500', '150231.387500', '150231.847500', '150232.307500', '150232.767500', '150233.227500', '150233.687500', '150234.147500', '150234.607500', '150235.067500', '150235.527500', '150235.987500', '150236.447500', '150236.907500', '150237.367500', '150237.827500', '150238.287500', '150238.747500', '150239.207500', '150239.667500', '150240.127500', '150240.587500', '150241.047500', '150241.507500', '150241.967500', '150242.427500', '150242.887500', '150243.347500', '150243.807500', '150244.267500', '150244.727500', '150245.187500', '150245.647500', '150246.107500', '150246.567500', '150247.027500', '150247.487500', '150247.947500', '150248.407500', '150248.867500', '150249.327500', '150249.787500', '150250.247500', '150250.707500', '150251.167500', '150251.627500', '150252.087500', '150252.547500', '150253.007500', '150253.467500', '150253.927500', '150254.387500', '150254.847500', '150255.307500', '150255.767500', '150256.227500', '150256.687500', '150257.147500', '150257.607500', '150258.067500', '150258.527500', '150258.987500', '150259.447500', '150259.907500', '150300.367500', '150300.827500', '150301.287500', '150301.747500', '150302.207500', '150302.667500', '150303.127500', '150303.587500', '150304.047500', '150304.507500', '150304.967500', '150305.427500', '150305.887500', '150306.347500', '150306.807500', '150307.267500', '150307.727500', '150308.187500', '150308.647500', '150309.107500', '150309.567500', '150310.027500', '150310.487500', '150310.947500', '150311.407500', '150311.867500', '150312.327500', '150312.787500', '150313.247500', '150313.707500', '150314.167500', '150314.627500', '150315.087500', '150315.547500', '150316.007500', '150316.467500', '150316.927500', '150317.387500', '150317.847500', '150318.307500', '150318.767500', '150319.227500', '150319.687500', '150320.147500', '150320.607500', '150321.067500', '150321.527500', '150321.987500', '150322.447500', '150322.907500', '150323.367500', '150323.827500', '150324.287500', '150324.747500', '150325.207500', '150325.667500', '150326.127500', '150326.587500', '150327.047500', '150327.507500', '150327.967500', '150328.427500', '150328.887500', '150329.347500', '150329.807500', '150330.267500', '150330.727500', '150331.187500', '150331.647500', '150332.107500', '150332.567500', '150333.027500', '150333.487500', '150333.947500', '150334.407500', '150334.867500', '150335.327500', '150335.787500', '150336.247500', '150336.707500', '150337.167500', '150337.627500', '150338.087500', '150338.547500', '150339.007500', '150339.467500', '150339.927500', '150340.387500', '150340.847500', '150341.307500', '150341.767500', '150342.227500', '150342.687500', '150343.147500', '150343.607500', '150344.067500', '150344.527500', '150344.987500', '150345.447500', '150345.907500', '150346.367500', '150346.827500', '150347.287500', '150347.747500', '150348.207500', '150348.667500', '150349.127500', '150349.587500', '150350.047500', '150350.507500', '150350.967500', '150351.427500', '150351.887500', '150352.347500', '150352.807500', '150353.267500', '150353.727500', '150354.187500', '150354.647500', '150355.107500', '150355.567500', '150356.027500', '150356.487500', '150356.947500', '150357.407500', '150357.867500', '150358.327500', '150358.787500', '150359.247500', '150359.707500', '150400.167500', '150400.627500', '150401.087500', '150401.547500', '150402.007500', '150402.467500', '150402.927500', '150403.387500', '150403.847500', '150404.307500', '150404.767500', '150405.227500', '150405.687500', '150406.147500', '150406.607500', '150407.067500', '150407.527500', '150407.987500', '150408.447500', '150408.907500', '150409.367500', '150409.827500', '150410.287500', '150410.747500', '150411.207500', '150411.667500', '150412.127500', '150412.587500', '150413.047500', '150413.507500', '150413.967500', '150414.427500', '150414.887500', '150415.347500', '150415.807500', '150416.267500', '150416.727500', '150417.187500', '150417.647500', '150418.107500', '150418.567500', '150419.027500', '150419.487500', '150419.947500', '150420.407500', '150420.867500', '150421.327500', '150421.787500', '150422.247500', '150422.707500', '150423.167500', '150423.627500', '150424.087500', '150424.547500', '150425.007500', '150425.467500', '150425.927500', '150426.387500', '150426.847500', '150427.307500', '150427.767500', '150428.227500', '150428.687500', '150429.147500', '150429.607500', '150430.067500', '150430.527500', '150430.987500', '150431.447500', '150431.907500', '150432.367500', '150432.827500', '150433.287500', '150433.747500', '150434.207500', '150434.667500', '150435.127500', '150435.587500', '150436.047500', '150436.507500', '150436.967500', '150437.427500', '150437.887500', '150438.347500', '150438.807500', '150439.267500', '150439.727500', '150440.187500', '150440.647500', '150441.107500', '150441.567500', '150442.027500', '150442.487500', '150442.947500', '150443.407500', '150443.867500', '150444.327500', '150444.787500', '150445.247500', '150445.707500', '150446.167500', '150446.627500', '150447.087500', '150447.547500', '150448.007500', '150448.467500', '150448.927500', '150449.387500', '150449.847500', '150450.307500', '150450.767500', '150451.227500', '150451.687500', '150452.147500', '150452.607500', '150453.067500', '150453.527500', '150453.987500', '150454.447500', '150454.907500', '150455.367500', '150455.827500', '150456.287500', '150456.747500', '150457.207500', '150457.667500', '150458.127500', '150458.587500', '150459.047500', '150459.507500', '150459.967500', '150500.427500', '150500.887500', '150501.347500', '150501.807500', '150502.267500', '150502.727500', '150503.187500', '150503.647500', '150504.107500', '150504.567500', '150505.027500', '150505.487500', '150505.947500', '150506.407500', '150506.867500', '150507.327500', '150507.787500', '150508.247500', '150508.707500', '150509.167500', '150509.627500', '150510.087500', '150510.547500', '150511.007500', '150511.467500', '150511.927500', '150512.387500', '150512.847500', '150513.307500', '150513.767500', '150514.227500', '150514.687500', '150515.147500', '150515.607500', '150516.067500', '150516.527500', '150516.987500', '150517.447500', '150517.907500', '150518.367500', '150518.827500', '150519.287500', '150519.747500', '150520.207500', '150520.667500', '150521.127500', '150521.587500', '150522.047500', '150522.507500', '150522.967500', '150523.427500', '150523.887500', '150524.347500', '150524.807500', '150525.267500', '150525.727500', '150526.187500', '150526.647500', '150527.107500', '150527.567500', '150528.027500', '150528.487500', '150528.947500', '150529.407500', '150529.867500', '150530.327500', '150530.787500', '150531.247500', '150531.707500', '150532.167500', '150532.627500', '150533.087500', '150533.547500', '150534.007500', '150534.467500', '150534.927500', '150535.387500', '150535.847500', '150536.307500', '150536.767500', '150537.227500', '150537.687500', '150538.147500', '150538.607500', '150539.067500', '150539.527500', '150539.987500', '150540.447500', '150540.907500', '150541.367500', '150541.827500', '150542.287500', '150542.747500', '150543.207500', '150543.667500', '150544.127500', '150544.587500', '150545.047500', '150545.507500', '150545.967500', '150546.427500', '150546.887500', '150547.347500', '150547.807500', '150548.267500', '150548.727500', '150549.187500', '150549.647500', '150550.107500', '150550.567500', '150551.027500', '150551.487500', '150551.947500', '150552.407500', '150552.867500', '150553.327500', '150553.787500', '150554.247500', '150554.707500', '150555.167500', '150555.627500', '150556.087500', '150556.547500', '150557.007500', '150557.467500', '150557.927500', '150558.387500', '150558.847500', '150559.307500', '150559.767500', '150600.227500', '150600.687500', '150601.147500', '150601.607500', '150602.067500', '150602.527500', '150602.987500', '150603.447500', '150603.907500', '150604.367500', '150604.827500', '150605.287500', '150605.747500', '150606.207500', '150606.667500', '150607.127500', '150607.587500', '150608.047500', '150608.507500', '150608.967500', '150609.427500', '150609.887500', '150610.347500', '150610.807500', '150611.267500', '150611.727500', '150612.187500', '150612.647500', '150613.107500', '150613.567500', '150614.027500', '150614.487500', '150614.947500', '150615.407500', '150615.867500', '150616.327500', '150616.787500', '150617.247500', '150617.707500', '150618.167500', '150618.627500', '150619.087500', '150619.547500', '150620.007500', '150620.467500', '150620.927500', '150621.387500', '150621.847500', '150622.307500', '150622.767500', '150623.227500', '150623.687500', '150624.147500', '150624.607500', '150625.067500', '150625.527500', '150625.987500', '150626.447500', '150626.907500', '150627.367500', '150627.827500', '150628.287500', '150628.747500', '150629.207500', '150629.667500', '150630.127500', '150630.587500', '150631.047500', '150631.507500', '150631.967500', '150632.427500', '150632.887500', '150633.347500', '150633.807500', '150634.267500', '150634.727500', '150635.187500', '150635.647500', '150636.107500', '150636.567500', '150637.027500', '150637.487500', '150637.947500', '150638.407500', '150638.867500', '150639.327500', '150639.787500', '150640.247500', '150640.707500', '150641.167500', '150641.627500', '150642.087500', '150642.547500', '150643.007500', '150643.467500', '150643.927500', '150644.387500', '150644.847500', '150645.307500', '150645.767500', '150646.227500', '150646.687500', '150647.147500', '150647.607500', '150648.067500', '150648.527500', '150648.987500', '150649.447500', '150649.907500', '150650.367500', '150650.827500', '150651.287500', '150651.747500', '150652.207500', '150652.667500', '150653.127500', '150653.587500', '150654.047500', '150654.507500', '150654.967500', '150655.427500', '150655.887500', '150656.347500', '150656.807500', '150657.267500', '150657.727500', '150658.187500', '150658.647500', '150659.107500', '150659.567500', '150700.027500', '150700.487500', '150700.947500', '150701.407500', '150701.867500', '150702.327500', '150702.787500', '150703.247500', '150703.707500', '150704.167500', '150704.627500', '150705.087500', '150705.547500', '150706.007500', '150706.467500', '150706.927500', '150707.387500', '150707.847500', '150708.307500', '150708.767500', '150709.227500', '150709.687500', '150710.147500'], 'ContentTime': ['150057.948000', '150057.951000', '150057.955000', '150057.957000', '150057.960000', '150057.963000', '150057.965000', '150057.968000', '150057.970000', '150057.973000', '150057.976000', '150057.978000', '150057.986000', '150057.989000', '150057.991000', '150057.994000', '150057.997000', '150057.999000', '150058.010000', '150058.013000', '150058.016000', '150058.018000', '150058.021000', '150058.023000', '150058.026000', '150058.028000', '150058.031000', '150058.034000', '150058.036000', '150058.039000', '150058.041000', '150058.044000', '150058.047000', '150058.049000', '150058.052000', '150058.054000', '150058.057000', '150058.059000', '150058.062000', '150058.064000', '150058.067000', '150058.074000', '150058.077000', '150058.079000', '150058.082000', '150058.085000', '150058.087000', '150058.090000', '150058.092000', '150058.095000', '150058.097000', '150058.100000', '150058.102000', '150058.105000', '150058.107000', '150058.110000', '150058.113000', '150058.115000', '150117.918000', '150117.921000', '150117.928000', '150117.931000', '150117.933000', '150117.936000', '150117.938000', '150117.941000', '150117.944000', '150117.946000', '150117.949000', '150117.951000', '150117.954000', '150117.956000', '150117.959000', '150117.961000', '150117.964000', '150117.967000', '150117.969000', '150117.972000', '150117.974000', '150117.977000', '150117.979000', '150117.982000', '150117.985000', '150117.987000', '150117.990000', '150117.992000', '150117.995000', '150117.997000', '150118.001000', '150118.003000', '150118.006000', '150118.008000', '150118.011000', '150118.014000', '150118.016000', '150118.019000', '150118.021000', '150118.024000', '150118.026000', '150118.035000', '150118.038000', '150118.040000', '150137.918000', '150137.920000', '150137.923000', '150137.925000', '150137.928000', '150137.931000', '150137.933000', '150137.936000', '150137.938000', '150137.941000', '150137.945000', '150137.948000', '150137.950000', '150137.953000', '150137.955000', '150137.958000', '150137.960000', '150137.963000', '150137.966000', '150137.968000', '150137.971000', '150137.973000', '150137.976000', '150137.978000', '150137.981000', '150137.984000', '150137.986000', '150137.989000', '150137.991000', '150137.994000', '150137.996000', '150138.000000', '150138.003000', '150138.006000', '150138.009000', '150138.011000', '150138.014000', '150138.016000', '150138.019000', '150138.022000', '150138.024000', '150138.027000', '150138.029000', '150157.917000', '150157.920000', '150157.923000', '150157.925000', '150157.928000', '150157.930000', '150157.933000', '150157.935000', '150157.938000', '150157.941000', '150157.943000', '150157.946000', '150157.948000', '150157.951000', '150157.953000', '150157.956000', '150157.958000', '150157.961000', '150157.964000', '150157.966000', '150157.969000', '150157.971000', '150157.974000', '150157.977000', '150157.979000', '150157.982000', '150157.984000', '150157.987000', '150157.990000', '150157.992000', '150157.995000', '150157.997000', '150158.001000', '150158.004000', '150158.006000', '150158.009000', '150158.011000', '150158.014000', '150158.016000', '150158.019000', '150158.022000', '150158.024000', '150158.027000', '150158.029000', '150217.918000', '150217.921000', '150217.924000', '150217.926000', '150217.929000', '150217.932000', '150217.934000', '150217.937000', '150217.939000', '150217.942000', '150217.944000', '150217.947000', '150217.949000', '150217.952000', '150217.955000', '150217.957000', '150217.960000', '150217.963000', '150217.966000', '150217.969000', '150217.972000', '150217.974000', '150217.977000', '150217.979000', '150217.982000', '150217.984000', '150217.987000', '150217.990000', '150217.992000', '150217.995000', '150217.997000', '150218.000000', '150218.002000', '150218.005000', '150218.008000', '150218.010000', '150218.013000', '150218.015000', '150218.018000', '150218.020000', '150218.023000', '150218.025000', '150218.028000', '150237.918000', '150237.921000', '150237.924000', '150237.926000', '150237.929000', '150237.931000', '150237.934000', '150237.937000', '150237.939000', '150237.942000', '150237.944000', '150237.947000', '150237.950000', '150237.952000', '150237.955000', '150237.957000', '150237.960000', '150237.962000', '150237.989000', '150237.992000', '150237.994000', '150237.997000', '150238.015000', '150238.018000', '150238.021000', '150238.023000', '150238.026000', '150238.028000', '150238.031000', '150238.034000', '150238.036000', '150238.039000', '150238.041000', '150238.044000', '150238.047000', '150238.049000', '150238.052000', '150238.054000', '150238.057000', '150238.060000', '150238.062000', '150238.065000', '150238.067000', '150238.070000', '150257.919000', '150257.922000', '150257.924000', '150257.927000', '150257.929000', '150257.932000', '150257.935000', '150257.937000', '150257.940000', '150257.942000', '150257.945000', '150257.947000', '150257.950000', '150257.953000', '150257.955000', '150257.958000', '150257.960000', '150257.963000', '150257.966000', '150257.969000', '150257.972000', '150257.975000', '150257.977000', '150257.980000', '150257.983000', '150257.985000', '150257.988000', '150257.990000', '150257.993000', '150257.995000', '150257.998000', '150258.001000', '150258.004000', '150258.007000', '150258.009000', '150258.012000', '150258.014000', '150258.017000', '150258.019000', '150258.022000', '150258.025000', '150258.027000', '150258.030000', '150317.918000', '150317.921000', '150317.924000', '150317.926000', '150317.929000', '150317.932000', '150317.934000', '150317.937000', '150317.939000', '150317.942000', '150317.944000', '150317.947000', '150317.949000', '150317.952000', '150317.955000', '150317.957000', '150317.960000', '150317.962000', '150317.965000', '150317.967000', '150317.970000', '150317.973000', '150317.975000', '150317.978000', '150317.980000', '150317.983000', '150317.985000', '150317.988000', '150317.991000', '150317.993000', '150317.996000', '150317.998000', '150318.002000', '150318.004000', '150318.007000', '150318.010000', '150318.012000', '150318.015000', '150318.018000', '150318.020000', '150318.023000', '150318.025000', '150318.028000', '150318.031000', '150337.919000', '150337.921000', '150337.924000', '150337.926000', '150337.929000', '150337.932000', '150337.934000', '150337.937000', '150337.939000', '150337.942000', '150337.945000', '150337.947000', '150337.950000', '150337.952000', '150337.955000', '150337.957000', '150337.960000', '150337.963000', '150337.965000', '150337.968000', '150337.970000', '150337.973000', '150337.975000', '150337.978000', '150337.981000', '150337.983000', '150337.986000', '150337.988000', '150337.991000', '150337.993000', '150337.997000', '150338.001000', '150338.004000', '150338.006000', '150338.009000', '150338.011000', '150338.014000', '150338.017000', '150338.019000', '150338.022000', '150338.024000', '150338.027000', '150338.029000', '150357.917000', '150357.920000', '150357.923000', '150357.925000', '150357.928000', '150357.931000', '150357.933000', '150357.936000', '150357.938000', '150357.941000', '150357.943000', '150357.946000', '150357.949000', '150357.951000', '150357.954000', '150357.956000', '150357.959000', '150357.961000', '150357.964000', '150357.967000', '150357.969000', '150357.972000', '150357.974000', '150357.977000', '150357.980000', '150357.986000', '150357.989000', '150357.991000', '150357.994000', '150357.997000', '150358.000000', '150358.003000', '150358.006000', '150358.008000', '150358.011000', '150358.013000', '150358.016000', '150358.019000', '150358.021000', '150358.024000', '150358.026000', '150358.029000', '150358.032000', '150358.034000', '150417.918000', '150417.921000', '150417.923000', '150417.937000', '150417.940000', '150417.943000', '150417.945000', '150417.948000', '150417.950000', '150417.953000', '150417.955000', '150417.958000', '150417.960000', '150417.963000', '150417.966000', '150417.968000', '150417.971000', '150417.973000', '150417.976000', '150417.979000', '150417.981000', '150417.984000', '150417.986000', '150417.989000', '150417.992000', '150417.994000', '150417.997000', '150418.000000', '150418.003000', '150418.005000', '150418.008000', '150418.011000', '150418.013000', '150418.016000', '150418.019000', '150418.022000', '150418.025000', '150418.028000', '150418.030000', '150418.033000', '150418.035000', '150418.038000', '150418.040000', '150437.918000', '150437.921000', '150437.924000', '150437.926000', '150437.929000', '150437.932000', '150437.934000', '150437.937000', '150437.939000', '150437.942000', '150437.944000', '150437.947000', '150437.950000', '150437.952000', '150437.955000', '150437.957000', '150437.960000', '150437.962000', '150437.965000', '150437.968000', '150437.970000', '150437.973000', '150437.975000', '150437.978000', '150437.980000', '150437.983000', '150437.986000', '150437.988000', '150437.991000', '150437.993000', '150437.996000', '150437.998000', '150438.001000', '150438.004000', '150438.006000', '150438.009000', '150438.011000', '150438.014000', '150438.016000', '150438.019000', '150438.022000', '150438.024000', '150438.027000', '150438.029000', '150457.918000', '150457.921000', '150457.924000', '150457.926000', '150457.929000', '150457.932000', '150457.934000', '150457.937000', '150457.939000', '150457.942000', '150457.944000', '150457.947000', '150457.949000', '150457.952000', '150457.955000', '150457.957000', '150457.960000', '150457.962000', '150457.965000', '150457.967000', '150457.970000', '150457.973000', '150457.975000', '150457.978000', '150457.980000', '150457.983000', '150457.985000', '150457.988000', '150457.990000', '150457.993000', '150457.996000', '150457.998000', '150458.002000', '150458.004000', '150458.007000', '150458.009000', '150458.012000', '150458.015000', '150458.017000', '150458.020000', '150458.022000', '150458.025000', '150458.027000', '150517.919000', '150517.921000', '150517.924000', '150517.927000', '150517.929000', '150517.932000', '150517.934000', '150517.937000', '150517.939000', '150517.942000', '150517.945000', '150517.947000', '150517.950000', '150517.952000', '150517.955000', '150517.957000', '150517.960000', '150517.963000', '150517.965000', '150517.968000', '150517.970000', '150517.973000', '150517.975000', '150517.978000', '150517.981000', '150517.983000', '150517.986000', '150517.989000', '150517.991000', '150517.994000', '150517.996000', '150518.000000', '150518.003000', '150518.005000', '150518.008000', '150518.010000', '150518.013000', '150518.015000', '150518.018000', '150518.020000', '150518.023000', '150518.026000', '150518.028000', '150518.031000', '150537.919000', '150537.921000', '150537.924000', '150537.926000', '150537.929000', '150537.932000', '150537.934000', '150537.937000', '150537.939000', '150537.942000', '150537.944000', '150537.947000', '150537.950000', '150537.952000', '150537.955000', '150537.957000', '150537.960000', '150537.963000', '150537.965000', '150537.968000', '150537.970000', '150537.973000', '150537.975000', '150537.978000', '150537.981000', '150537.983000', '150537.986000', '150537.988000', '150538.005000', '150538.007000', '150538.010000', '150538.012000', '150538.015000', '150538.017000', '150538.020000', '150538.023000', '150538.025000', '150538.028000', '150538.030000', '150538.033000', '150538.035000', '150538.038000', '150538.041000', '150557.918000', '150557.921000', '150557.924000', '150557.926000', '150557.929000', '150557.932000', '150557.939000', '150557.941000', '150557.944000', '150557.947000', '150557.949000', '150557.952000', '150557.954000', '150557.957000', '150557.960000', '150557.962000', '150557.965000', '150557.967000', '150557.970000', '150557.973000', '150557.975000', '150557.978000', '150557.980000', '150557.983000', '150557.986000', '150557.988000', '150557.991000', '150557.993000', '150557.996000', '150557.998000', '150558.002000', '150558.005000', '150558.007000', '150558.010000', '150558.012000', '150558.015000', '150558.017000', '150558.020000', '150558.023000', '150558.025000', '150558.028000', '150558.030000', '150558.033000', '150558.036000', '150617.918000', '150617.920000', '150617.923000', '150617.925000', '150617.928000', '150617.931000', '150617.933000', '150617.936000', '150617.938000', '150617.941000', '150617.943000', '150617.946000', '150617.949000', '150617.951000', '150617.954000', '150617.956000', '150617.959000', '150617.961000', '150617.964000', '150617.967000', '150617.969000', '150617.972000', '150617.974000', '150617.977000', '150617.979000', '150617.982000', '150617.985000', '150617.987000', '150617.990000', '150617.992000', '150617.995000', '150617.997000', '150618.000000', '150618.003000', '150618.005000', '150618.008000', '150618.010000', '150618.013000', '150618.015000', '150618.018000', '150618.021000', '150618.023000', '150618.026000', '150637.917000', '150637.920000', '150637.924000', '150637.927000', '150637.929000', '150637.932000', '150637.935000', '150637.937000', '150637.940000', '150637.942000', '150637.945000', '150637.947000', '150637.950000', '150637.953000', '150637.955000', '150637.958000', '150637.960000', '150637.963000', '150637.965000', '150637.968000', '150637.971000', '150637.973000', '150637.976000', '150637.979000', '150637.981000', '150637.984000', '150637.987000', '150637.989000', '150637.992000', '150637.994000', '150637.997000', '150638.001000', '150638.004000', '150638.007000', '150638.010000', '150638.012000', '150638.015000', '150638.017000', '150638.020000', '150638.023000', '150638.025000', '150638.028000', '150638.030000', '150638.033000', '150657.919000', '150657.921000', '150657.924000', '150657.926000', '150657.929000', '150657.932000', '150657.934000', '150657.937000', '150657.939000', '150657.942000', '150657.945000', '150657.947000', '150657.950000', '150657.952000', '150657.955000', '150657.957000', '150657.960000', '150657.962000', '150657.965000', '150657.968000', '150657.970000', '150657.973000', '150657.975000', '150657.978000', '150657.980000', '150657.983000', '150657.986000', '150657.988000', '150657.991000', '150657.993000', '150657.996000', '150658.000000', '150658.002000', '150658.005000', '150658.007000', '150658.010000', '150658.012000', '150658.015000', '150658.017000', '150658.027000', '150658.030000', '150658.032000', '150658.035000', '150711.919000', '150711.922000', '150711.925000', '150711.928000', '150711.930000', '150711.933000', '150711.936000', '150711.938000', '150711.941000', '150711.944000', '150711.946000', '150711.949000', '150711.951000', '150711.954000', '150711.957000', '150711.959000', '150711.962000', '150711.964000', '150711.967000', '150711.970000', '150711.972000', '150711.975000', '150711.978000', '150711.980000', '150711.983000', '150711.986000', '150711.988000', '150711.991000', '150711.994000', '150711.996000', '150712.000000'], 'InstanceCreationTime': ['150057.948000', '150057.951000', '150057.955000', '150057.957000', '150057.960000', '150057.963000', '150057.965000', '150057.968000', '150057.970000', '150057.973000', '150057.976000', '150057.978000', '150057.986000', '150057.989000', '150057.991000', '150057.994000', '150057.997000', '150057.999000', '150058.010000', '150058.013000', '150058.016000', '150058.018000', '150058.021000', '150058.023000', '150058.026000', '150058.028000', '150058.031000', '150058.034000', '150058.036000', '150058.039000', '150058.041000', '150058.044000', '150058.047000', '150058.049000', '150058.052000', '150058.054000', '150058.057000', '150058.059000', '150058.062000', '150058.064000', '150058.067000', '150058.074000', '150058.077000', '150058.079000', '150058.082000', '150058.085000', '150058.087000', '150058.090000', '150058.092000', '150058.095000', '150058.097000', '150058.100000', '150058.102000', '150058.105000', '150058.107000', '150058.110000', '150058.113000', '150058.115000', '150117.918000', '150117.921000', '150117.928000', '150117.931000', '150117.933000', '150117.936000', '150117.938000', '150117.941000', '150117.944000', '150117.946000', '150117.949000', '150117.951000', '150117.954000', '150117.956000', '150117.959000', '150117.961000', '150117.964000', '150117.967000', '150117.969000', '150117.972000', '150117.974000', '150117.977000', '150117.979000', '150117.982000', '150117.985000', '150117.987000', '150117.990000', '150117.992000', '150117.995000', '150117.997000', '150118.001000', '150118.003000', '150118.006000', '150118.008000', '150118.011000', '150118.014000', '150118.016000', '150118.019000', '150118.021000', '150118.024000', '150118.026000', '150118.035000', '150118.038000', '150118.040000', '150137.918000', '150137.920000', '150137.923000', '150137.925000', '150137.928000', '150137.931000', '150137.933000', '150137.936000', '150137.938000', '150137.941000', '150137.945000', '150137.948000', '150137.950000', '150137.953000', '150137.955000', '150137.958000', '150137.960000', '150137.963000', '150137.966000', '150137.968000', '150137.971000', '150137.973000', '150137.976000', '150137.978000', '150137.981000', '150137.984000', '150137.986000', '150137.989000', '150137.991000', '150137.994000', '150137.996000', '150138.000000', '150138.003000', '150138.006000', '150138.009000', '150138.011000', '150138.014000', '150138.016000', '150138.019000', '150138.022000', '150138.024000', '150138.027000', '150138.029000', '150157.917000', '150157.920000', '150157.923000', '150157.925000', '150157.928000', '150157.930000', '150157.933000', '150157.935000', '150157.938000', '150157.941000', '150157.943000', '150157.946000', '150157.948000', '150157.951000', '150157.953000', '150157.956000', '150157.958000', '150157.961000', '150157.964000', '150157.966000', '150157.969000', '150157.971000', '150157.974000', '150157.977000', '150157.979000', '150157.982000', '150157.984000', '150157.987000', '150157.990000', '150157.992000', '150157.995000', '150157.997000', '150158.001000', '150158.004000', '150158.006000', '150158.009000', '150158.011000', '150158.014000', '150158.016000', '150158.019000', '150158.022000', '150158.024000', '150158.027000', '150158.029000', '150217.918000', '150217.921000', '150217.924000', '150217.926000', '150217.929000', '150217.932000', '150217.934000', '150217.937000', '150217.939000', '150217.942000', '150217.944000', '150217.947000', '150217.949000', '150217.952000', '150217.955000', '150217.957000', '150217.960000', '150217.963000', '150217.966000', '150217.969000', '150217.972000', '150217.974000', '150217.977000', '150217.979000', '150217.982000', '150217.984000', '150217.987000', '150217.990000', '150217.992000', '150217.995000', '150217.997000', '150218.000000', '150218.002000', '150218.005000', '150218.008000', '150218.010000', '150218.013000', '150218.015000', '150218.018000', '150218.020000', '150218.023000', '150218.025000', '150218.028000', '150237.918000', '150237.921000', '150237.924000', '150237.926000', '150237.929000', '150237.931000', '150237.934000', '150237.937000', '150237.939000', '150237.942000', '150237.944000', '150237.947000', '150237.950000', '150237.952000', '150237.955000', '150237.957000', '150237.960000', '150237.962000', '150237.989000', '150237.992000', '150237.994000', '150237.997000', '150238.015000', '150238.018000', '150238.021000', '150238.023000', '150238.026000', '150238.028000', '150238.031000', '150238.034000', '150238.036000', '150238.039000', '150238.041000', '150238.044000', '150238.047000', '150238.049000', '150238.052000', '150238.054000', '150238.057000', '150238.060000', '150238.062000', '150238.065000', '150238.067000', '150238.070000', '150257.919000', '150257.922000', '150257.924000', '150257.927000', '150257.929000', '150257.932000', '150257.935000', '150257.937000', '150257.940000', '150257.942000', '150257.945000', '150257.947000', '150257.950000', '150257.953000', '150257.955000', '150257.958000', '150257.960000', '150257.963000', '150257.966000', '150257.969000', '150257.972000', '150257.975000', '150257.977000', '150257.980000', '150257.983000', '150257.985000', '150257.988000', '150257.990000', '150257.993000', '150257.995000', '150257.998000', '150258.001000', '150258.004000', '150258.007000', '150258.009000', '150258.012000', '150258.014000', '150258.017000', '150258.019000', '150258.022000', '150258.025000', '150258.027000', '150258.030000', '150317.918000', '150317.921000', '150317.924000', '150317.926000', '150317.929000', '150317.932000', '150317.934000', '150317.937000', '150317.939000', '150317.942000', '150317.944000', '150317.947000', '150317.949000', '150317.952000', '150317.955000', '150317.957000', '150317.960000', '150317.962000', '150317.965000', '150317.967000', '150317.970000', '150317.973000', '150317.975000', '150317.978000', '150317.980000', '150317.983000', '150317.985000', '150317.988000', '150317.991000', '150317.993000', '150317.996000', '150317.998000', '150318.002000', '150318.004000', '150318.007000', '150318.010000', '150318.012000', '150318.015000', '150318.018000', '150318.020000', '150318.023000', '150318.025000', '150318.028000', '150318.031000', '150337.919000', '150337.921000', '150337.924000', '150337.926000', '150337.929000', '150337.932000', '150337.934000', '150337.937000', '150337.939000', '150337.942000', '150337.945000', '150337.947000', '150337.950000', '150337.952000', '150337.955000', '150337.957000', '150337.960000', '150337.963000', '150337.965000', '150337.968000', '150337.970000', '150337.973000', '150337.975000', '150337.978000', '150337.981000', '150337.983000', '150337.986000', '150337.988000', '150337.991000', '150337.993000', '150337.997000', '150338.001000', '150338.004000', '150338.006000', '150338.009000', '150338.011000', '150338.014000', '150338.017000', '150338.019000', '150338.022000', '150338.024000', '150338.027000', '150338.029000', '150357.917000', '150357.920000', '150357.923000', '150357.925000', '150357.928000', '150357.931000', '150357.933000', '150357.936000', '150357.938000', '150357.941000', '150357.943000', '150357.946000', '150357.949000', '150357.951000', '150357.954000', '150357.956000', '150357.959000', '150357.961000', '150357.964000', '150357.967000', '150357.969000', '150357.972000', '150357.974000', '150357.977000', '150357.980000', '150357.986000', '150357.989000', '150357.991000', '150357.994000', '150357.997000', '150358.000000', '150358.003000', '150358.006000', '150358.008000', '150358.011000', '150358.013000', '150358.016000', '150358.019000', '150358.021000', '150358.024000', '150358.026000', '150358.029000', '150358.032000', '150358.034000', '150417.918000', '150417.921000', '150417.923000', '150417.937000', '150417.940000', '150417.943000', '150417.945000', '150417.948000', '150417.950000', '150417.953000', '150417.955000', '150417.958000', '150417.960000', '150417.963000', '150417.966000', '150417.968000', '150417.971000', '150417.973000', '150417.976000', '150417.979000', '150417.981000', '150417.984000', '150417.986000', '150417.989000', '150417.992000', '150417.994000', '150417.997000', '150418.000000', '150418.003000', '150418.005000', '150418.008000', '150418.011000', '150418.013000', '150418.016000', '150418.019000', '150418.022000', '150418.025000', '150418.028000', '150418.030000', '150418.033000', '150418.035000', '150418.038000', '150418.040000', '150437.918000', '150437.921000', '150437.924000', '150437.926000', '150437.929000', '150437.932000', '150437.934000', '150437.937000', '150437.939000', '150437.942000', '150437.944000', '150437.947000', '150437.950000', '150437.952000', '150437.955000', '150437.957000', '150437.960000', '150437.962000', '150437.965000', '150437.968000', '150437.970000', '150437.973000', '150437.975000', '150437.978000', '150437.980000', '150437.983000', '150437.986000', '150437.988000', '150437.991000', '150437.993000', '150437.996000', '150437.998000', '150438.001000', '150438.004000', '150438.006000', '150438.009000', '150438.011000', '150438.014000', '150438.016000', '150438.019000', '150438.022000', '150438.024000', '150438.027000', '150438.029000', '150457.918000', '150457.921000', '150457.924000', '150457.926000', '150457.929000', '150457.932000', '150457.934000', '150457.937000', '150457.939000', '150457.942000', '150457.944000', '150457.947000', '150457.949000', '150457.952000', '150457.955000', '150457.957000', '150457.960000', '150457.962000', '150457.965000', '150457.967000', '150457.970000', '150457.973000', '150457.975000', '150457.978000', '150457.980000', '150457.983000', '150457.985000', '150457.988000', '150457.990000', '150457.993000', '150457.996000', '150457.998000', '150458.002000', '150458.004000', '150458.007000', '150458.009000', '150458.012000', '150458.015000', '150458.017000', '150458.020000', '150458.022000', '150458.025000', '150458.027000', '150517.919000', '150517.921000', '150517.924000', '150517.927000', '150517.929000', '150517.932000', '150517.934000', '150517.937000', '150517.939000', '150517.942000', '150517.945000', '150517.947000', '150517.950000', '150517.952000', '150517.955000', '150517.957000', '150517.960000', '150517.963000', '150517.965000', '150517.968000', '150517.970000', '150517.973000', '150517.975000', '150517.978000', '150517.981000', '150517.983000', '150517.986000', '150517.989000', '150517.991000', '150517.994000', '150517.996000', '150518.000000', '150518.003000', '150518.005000', '150518.008000', '150518.010000', '150518.013000', '150518.015000', '150518.018000', '150518.020000', '150518.023000', '150518.026000', '150518.028000', '150518.031000', '150537.919000', '150537.921000', '150537.924000', '150537.926000', '150537.929000', '150537.932000', '150537.934000', '150537.937000', '150537.939000', '150537.942000', '150537.944000', '150537.947000', '150537.950000', '150537.952000', '150537.955000', '150537.957000', '150537.960000', '150537.963000', '150537.965000', '150537.968000', '150537.970000', '150537.973000', '150537.975000', '150537.978000', '150537.981000', '150537.983000', '150537.986000', '150537.988000', '150538.005000', '150538.007000', '150538.010000', '150538.012000', '150538.015000', '150538.017000', '150538.020000', '150538.023000', '150538.025000', '150538.028000', '150538.030000', '150538.033000', '150538.035000', '150538.038000', '150538.041000', '150557.918000', '150557.921000', '150557.924000', '150557.926000', '150557.929000', '150557.932000', '150557.939000', '150557.941000', '150557.944000', '150557.947000', '150557.949000', '150557.952000', '150557.954000', '150557.957000', '150557.960000', '150557.962000', '150557.965000', '150557.967000', '150557.970000', '150557.973000', '150557.975000', '150557.978000', '150557.980000', '150557.983000', '150557.986000', '150557.988000', '150557.991000', '150557.993000', '150557.996000', '150557.998000', '150558.002000', '150558.005000', '150558.007000', '150558.010000', '150558.012000', '150558.015000', '150558.017000', '150558.020000', '150558.023000', '150558.025000', '150558.028000', '150558.030000', '150558.033000', '150558.036000', '150617.918000', '150617.920000', '150617.923000', '150617.925000', '150617.928000', '150617.931000', '150617.933000', '150617.936000', '150617.938000', '150617.941000', '150617.943000', '150617.946000', '150617.949000', '150617.951000', '150617.954000', '150617.956000', '150617.959000', '150617.961000', '150617.964000', '150617.967000', '150617.969000', '150617.972000', '150617.974000', '150617.977000', '150617.979000', '150617.982000', '150617.985000', '150617.987000', '150617.990000', '150617.992000', '150617.995000', '150617.997000', '150618.000000', '150618.003000', '150618.005000', '150618.008000', '150618.010000', '150618.013000', '150618.015000', '150618.018000', '150618.021000', '150618.023000', '150618.026000', '150637.917000', '150637.920000', '150637.924000', '150637.927000', '150637.929000', '150637.932000', '150637.935000', '150637.937000', '150637.940000', '150637.942000', '150637.945000', '150637.947000', '150637.950000', '150637.953000', '150637.955000', '150637.958000', '150637.960000', '150637.963000', '150637.965000', '150637.968000', '150637.971000', '150637.973000', '150637.976000', '150637.979000', '150637.981000', '150637.984000', '150637.987000', '150637.989000', '150637.992000', '150637.994000', '150637.997000', '150638.001000', '150638.004000', '150638.007000', '150638.010000', '150638.012000', '150638.015000', '150638.017000', '150638.020000', '150638.023000', '150638.025000', '150638.028000', '150638.030000', '150638.033000', '150657.919000', '150657.921000', '150657.924000', '150657.926000', '150657.929000', '150657.932000', '150657.934000', '150657.937000', '150657.939000', '150657.942000', '150657.945000', '150657.947000', '150657.950000', '150657.952000', '150657.955000', '150657.957000', '150657.960000', '150657.962000', '150657.965000', '150657.968000', '150657.970000', '150657.973000', '150657.975000', '150657.978000', '150657.980000', '150657.983000', '150657.986000', '150657.988000', '150657.991000', '150657.993000', '150657.996000', '150658.000000', '150658.002000', '150658.005000', '150658.007000', '150658.010000', '150658.012000', '150658.015000', '150658.017000', '150658.027000', '150658.030000', '150658.032000', '150658.035000', '150711.919000', '150711.922000', '150711.925000', '150711.928000', '150711.930000', '150711.933000', '150711.936000', '150711.938000', '150711.941000', '150711.944000', '150711.946000', '150711.949000', '150711.951000', '150711.954000', '150711.957000', '150711.959000', '150711.962000', '150711.964000', '150711.967000', '150711.970000', '150711.972000', '150711.975000', '150711.978000', '150711.980000', '150711.983000', '150711.986000', '150711.988000', '150711.991000', '150711.994000', '150711.996000', '150712.000000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [13100, 10679, 11759, 10761, 10056, 10271, 9893, 10231, 11420, 9711, 13784, 8396, 14353, 8505, 14276, 9246, 14040, 8877, 13789, 8725, 13893, 9888, 7623, 9520, 8542, 11156, 8636, 11797, 8944, 13091, 9298, 11169, 8774, 9786, 9430, 10400, 7886, 13132, 8639, 8822, 12295, 8422, 11344, 10439, 11646, 10358, 16642, 10050, 15462, 11070, 14033, 8276, 13782, 8454, 13481, 8967, 14473, 8748, 14014, 8541, 13524, 8067, 13482, 8807, 12218, 8114, 12748, 8686, 12966, 9409, 9769, 7942, 10539, 14363, 9782, 8564, 11036, 7936, 10709, 7843, 14200, 10399, 11986, 9654, 16692, 8249, 12817, 8730, 8035, 13938, 8576, 14379, 9279, 15507, 11130, 16775, 12527, 14029, 8717, 12156, 10009, 11545, 7985, 12214, 8745, 13902, 9181, 14256, 9093, 13585, 8938, 13240, 9814, 13102, 10319, 10791, 8805, 9768, 13677, 8352, 14307, 8120, 13595, 9329, 10763, 13125, 9032, 15607, 8421, 13951, 9114, 11397, 12239, 9040, 14506, 8581, 15088, 7963, 13029, 9389, 12556, 8140, 12886, 7667, 13484, 9263, 13787, 8753, 14227, 8986, 14507, 11870, 11519, 9528, 15669, 10798, 15986, 11735, 13986, 8672, 13941, 8639, 13288, 9842, 11921, 9367, 11271, 9196, 12195, 8529, 9499, 8542, 10247, 16892, 9713, 14583, 10076, 9678, 12519, 8695, 15329, 10334, 13031, 8283, 13185, 8638, 14028, 8525, 13131, 8612, 12850, 10026, 11336, 9591, 10842, 9732, 11939, 10072, 11946, 8732, 12329, 9532, 14135, 8035, 12916, 8471, 14128, 11389, 11814, 9211, 10777, 10928, 8355, 11742, 8224, 13723, 8292, 14422, 10799, 13319, 8959, 12205, 9240, 12487, 9780, 7942, 9922, 9291, 10456, 14937, 10793, 12711, 8605, 15140, 9242, 14550, 8868, 11986, 8896, 10128, 8026, 10475, 9229, 9347, 7247, 9451, 12733, 8104, 14602, 9505, 11728, 7802, 10428, 11002, 9280, 13942, 8058, 10681, 8215, 9371, 11790, 7889, 13323, 9609, 8003, 11506, 14924, 11089, 14978, 8666, 12987, 7987, 12375, 9177, 11608, 7901, 11847, 7876, 11858, 9326, 8940, 9676, 7397, 10628, 11590, 9894, 7674, 9589, 10823, 10489, 8093, 10477, 8351, 10972, 9261, 11241, 9034, 11224, 8519, 10573, 14793, 9624, 12648, 8544, 12884, 8000, 14201, 10209, 13624, 7892, 12558, 8118, 11466, 8939, 10136, 8176, 10351, 8109, 9621, 7950, 10094, 8021, 10659, 8931, 10348, 8378, 11747, 7863, 12983, 9209, 13909, 8369, 13841, 9284, 14446, 10268, 13441, 8226, 12689, 7986, 13409, 10122, 11603, 7967, 12898, 8129, 13538, 10201, 11956, 7391, 11454, 8120, 12453, 9161, 13141, 7491, 11724, 7815, 12460, 10150, 12265, 9616, 8416, 10516, 7662, 11686, 9582, 10069, 8932, 9623, 13005, 8425, 13473, 9497, 11202, 8278, 10187, 9669, 8697, 13968, 8484, 12964, 8033, 12949, 8479, 11940, 8471, 10730, 7218, 9532, 15359, 10189, 12932, 7026, 11236, 7927, 9172, 12601, 7996, 12172, 7919, 12497, 8195, 12873, 10490, 12023, 8757, 9443, 8338, 7909, 10110, 10199, 9680, 8752, 9097, 11494, 8528, 14170, 10719, 12157, 8546, 13051, 9281, 13362, 10164, 13470, 8359, 13234, 9193, 12670, 9159, 11671, 9088, 10809, 8991, 10289, 8561, 10353, 9402, 10527, 8977, 11269, 8917, 9675, 7852, 8897, 11866, 8167, 13817, 9116, 12873, 8007, 11612, 7121, 11147, 8086, 11336, 7407, 11180, 8087, 10366, 13272, 9398, 13173, 7713, 10981, 8359, 9550, 12978, 8420, 12176, 8042, 12281, 7912, 11585, 8007, 10747, 7990, 10671, 7458, 11353, 8814, 10635, 7971, 10981, 8237, 11064, 9043, 11377, 8060, 11553, 8976, 12438, 9373, 11227, 9137, 11006, 9165, 10885, 9020, 9770, 9268, 9310, 8026, 11645, 8183, 11784, 8245, 8889, 10335, 9184, 10893, 8332, 10770, 8311, 10609, 13368, 9987, 10952, 8379, 12431, 8586, 13381, 9880, 9798, 8561, 7969, 10664, 8838, 11530, 7847, 11879, 8552, 12388, 9813, 13314, 10378, 12901, 7900, 11956, 8784, 10321, 12172, 8369, 10349, 8029, 12422, 8796, 11807, 8158, 12667, 7711, 12771, 9598, 12652, 7869, 12310, 8796, 12624, 10073, 11854, 7367, 11474, 7611, 11537, 8180, 10887, 7873, 11194, 7861, 10981, 8171, 12343, 9068, 12834, 8593, 6768, 11823, 16346, 8684, 10024, 13344, 7140, 12186, 9034, 11315, 8324, 10082, 9531, 9051, 13814, 15622, 12299, 15061, 11726, 11527, 8924, 11470, 8998, 11047, 9096, 11043, 9393, 11578, 9486, 11859, 8624, 11033, 8895, 11033, 8791, 10916, 9069, 7991, 9323, 8602, 11955, 9053, 13076, 9515, 11979, 9525, 13311, 10041, 12683, 8025, 11125, 8504, 10042, 9714, 7869, 10632, 8190, 11569, 8044, 12066, 8052, 12240, 8454, 12991, 10471, 12210, 9826, 7374, 10004, 7583, 11619, 8311, 12990, 8406, 8729, 10032, 8515, 11212, 8374, 11679, 7583, 12690, 10503, 9985, 9880, 8214, 11448, 8496, 12670, 8197, 12130, 7942, 11024, 10041, 9202, 10256, 7866, 12024, 7604, 13551, 9532, 13614, 8064, 11507, 8921, 10079, 10458, 8345, 12187, 8084, 13118, 10582, 11843, 9905, 9315, 10004, 7849, 11900, 7609, 12525, 7584, 6736, 10147, 8183, 12113, 7647, 11487, 7652, 12088, 8460, 11856, 7127, 11908, 8990, 10686, 10581, 9331, 8991, 9305, 12025, 9677, 10887, 9398, 10220, 10207, 11259, 10131, 8425, 9953, 8005, 10588, 9026, 10693, 8519, 11989, 7412, 14058, 10891, 9241, 10483, 8324, 12253, 8017, 13734, 8423, 12080, 7922, 12781, 8840, 12337, 7741, 13093, 10332, 13370, 8857, 11609, 9810, 8317, 10971, 8466, 11629, 7911, 12840, 8381, 8045, 11860, 8503, 11447, 9203, 7752, 11990, 12924, 10294, 13181, 7444, 12971, 8187, 12871, 9590, 10927, 7773, 10184, 9062, 7648, 10291, 6894, 11815, 7745, 12428, 9978, 12544, 8431, 12742, 8454, 11690, 7937, 11358, 7524, 11696, 7811, 11934, 7956, 12077, 7343, 8377, 9412, 7931, 13004, 9924, 10645, 9110, 14561, 8352, 11740, 10066, 9300, 7021, 10168, 7296, 11808, 8522, 12735, 8420, 12903, 10008, 13614, 10579, 12221, 7197, 11879, 8564, 12275, 9535, 12103, 7542, 12039, 7735, 11579, 8288, 11232, 7549, 9799, 8677, 9481, 13535, 9199, 12704, 7561, 12649, 8089, 12057, 9541, 12097, 6659, 11926, 7965, 10567, 8618, 10027, 8482, 9231, 12422, 8650, 13232, 9181, 13020, 7685, 12252, 8453, 11566, 7359, 10689, 7260, 10279, 8249, 11497], 'WindowCenter': [4230.0, 4203.0, 4198.0, 4188.0, 4175.0, 4188.0, 4172.0, 4186.0, 4185.0, 4191.0, 4207.0, 4167.0, 4209.0, 4178.0, 4221.0, 4191.0, 4207.0, 4178.0, 4219.0, 4188.0, 4222.0, 4201.0, 4171.0, 4202.0, 4180.0, 4215.0, 4193.0, 4213.0, 4188.0, 4211.0, 4190.0, 4215.0, 4192.0, 4205.0, 4199.0, 4211.0, 4195.0, 4249.0, 4208.0, 4208.0, 4237.0, 4206.0, 4240.0, 4246.0, 4239.0, 4220.0, 4244.0, 4207.0, 4237.0, 4215.0, 4220.0, 4183.0, 4218.0, 4181.0, 4223.0, 4192.0, 4224.0, 4183.0, 4219.0, 4180.0, 4209.0, 4180.0, 4222.0, 4193.0, 4212.0, 4180.0, 4213.0, 4193.0, 4227.0, 4204.0, 4203.0, 4181.0, 4215.0, 4234.0, 4204.0, 4178.0, 4214.0, 4183.0, 4202.0, 4206.0, 4249.0, 4230.0, 4229.0, 4207.0, 4260.0, 4197.0, 4235.0, 4194.0, 4193.0, 4231.0, 4193.0, 4232.0, 4191.0, 4231.0, 4211.0, 4229.0, 4212.0, 4204.0, 4166.0, 4198.0, 4187.0, 4200.0, 4166.0, 4206.0, 4189.0, 4220.0, 4191.0, 4220.0, 4190.0, 4218.0, 4189.0, 4213.0, 4191.0, 4213.0, 4203.0, 4200.0, 4178.0, 4203.0, 4234.0, 4193.0, 4237.0, 4181.0, 4236.0, 4204.0, 4212.0, 4222.0, 4195.0, 4231.0, 4179.0, 4224.0, 4191.0, 4202.0, 4209.0, 4179.0, 4216.0, 4178.0, 4218.0, 4167.0, 4212.0, 4190.0, 4221.0, 4181.0, 4208.0, 4183.0, 4223.0, 4191.0, 4219.0, 4189.0, 4235.0, 4193.0, 4232.0, 4225.0, 4210.0, 4190.0, 4231.0, 4203.0, 4222.0, 4201.0, 4208.0, 4166.0, 4201.0, 4168.0, 4209.0, 4188.0, 4199.0, 4179.0, 4188.0, 4189.0, 4211.0, 4179.0, 4192.0, 4180.0, 4200.0, 4233.0, 4192.0, 4236.0, 4203.0, 4192.0, 4210.0, 4192.0, 4221.0, 4204.0, 4206.0, 4178.0, 4221.0, 4195.0, 4232.0, 4192.0, 4210.0, 4180.0, 4213.0, 4200.0, 4202.0, 4189.0, 4201.0, 4190.0, 4213.0, 4202.0, 4205.0, 4194.0, 4222.0, 4189.0, 4221.0, 4171.0, 4211.0, 4195.0, 4224.0, 4213.0, 4210.0, 4194.0, 4200.0, 4199.0, 4181.0, 4212.0, 4179.0, 4211.0, 4197.0, 4233.0, 4203.0, 4224.0, 4191.0, 4210.0, 4195.0, 4211.0, 4192.0, 4182.0, 4204.0, 4191.0, 4215.0, 4232.0, 4201.0, 4210.0, 4180.0, 4221.0, 4190.0, 4223.0, 4181.0, 4201.0, 4180.0, 4190.0, 4170.0, 4202.0, 4178.0, 4179.0, 4159.0, 4190.0, 4210.0, 4182.0, 4235.0, 4202.0, 4215.0, 4170.0, 4202.0, 4202.0, 4194.0, 4233.0, 4182.0, 4200.0, 4182.0, 4194.0, 4226.0, 4206.0, 4234.0, 4207.0, 4182.0, 4230.0, 4235.0, 4214.0, 4223.0, 4182.0, 4212.0, 4169.0, 4209.0, 4182.0, 4203.0, 4170.0, 4200.0, 4184.0, 4223.0, 4191.0, 4193.0, 4202.0, 4170.0, 4217.0, 4213.0, 4191.0, 4172.0, 4192.0, 4202.0, 4189.0, 4169.0, 4192.0, 4179.0, 4199.0, 4178.0, 4202.0, 4178.0, 4202.0, 4178.0, 4200.0, 4224.0, 4193.0, 4207.0, 4179.0, 4212.0, 4180.0, 4221.0, 4206.0, 4222.0, 4168.0, 4212.0, 4182.0, 4202.0, 4178.0, 4193.0, 4169.0, 4189.0, 4167.0, 4192.0, 4169.0, 4188.0, 4184.0, 4203.0, 4181.0, 4203.0, 4180.0, 4211.0, 4194.0, 4221.0, 4194.0, 4225.0, 4181.0, 4226.0, 4192.0, 4223.0, 4204.0, 4214.0, 4186.0, 4211.0, 4182.0, 4221.0, 4206.0, 4202.0, 4170.0, 4211.0, 4198.0, 4226.0, 4201.0, 4209.0, 4171.0, 4202.0, 4186.0, 4215.0, 4191.0, 4222.0, 4176.0, 4209.0, 4181.0, 4213.0, 4219.0, 4211.0, 4204.0, 4182.0, 4200.0, 4184.0, 4230.0, 4194.0, 4207.0, 4180.0, 4191.0, 4213.0, 4181.0, 4214.0, 4179.0, 4191.0, 4169.0, 4187.0, 4177.0, 4179.0, 4209.0, 4169.0, 4199.0, 4170.0, 4208.0, 4183.0, 4201.0, 4167.0, 4191.0, 4155.0, 4193.0, 4223.0, 4188.0, 4201.0, 4150.0, 4203.0, 4169.0, 4188.0, 4196.0, 4159.0, 4197.0, 4170.0, 4195.0, 4171.0, 4212.0, 4204.0, 4214.0, 4196.0, 4191.0, 4179.0, 4179.0, 4203.0, 4192.0, 4197.0, 4181.0, 4182.0, 4201.0, 4207.0, 4226.0, 4205.0, 4204.0, 4183.0, 4212.0, 4180.0, 4214.0, 4193.0, 4214.0, 4169.0, 4209.0, 4194.0, 4226.0, 4179.0, 4203.0, 4167.0, 4188.0, 4170.0, 4190.0, 4169.0, 4192.0, 4178.0, 4189.0, 4178.0, 4200.0, 4169.0, 4177.0, 4159.0, 4167.0, 4187.0, 4168.0, 4210.0, 4179.0, 4208.0, 4170.0, 4198.0, 4171.0, 4212.0, 4184.0, 4212.0, 4174.0, 4216.0, 4187.0, 4218.0, 4225.0, 4198.0, 4222.0, 4171.0, 4205.0, 4184.0, 4206.0, 4215.0, 4183.0, 4216.0, 4171.0, 4200.0, 4181.0, 4218.0, 4186.0, 4215.0, 4183.0, 4204.0, 4186.0, 4214.0, 4193.0, 4206.0, 4185.0, 4205.0, 4196.0, 4215.0, 4197.0, 4219.0, 4184.0, 4206.0, 4207.0, 4229.0, 4196.0, 4207.0, 4193.0, 4205.0, 4196.0, 4206.0, 4183.0, 4196.0, 4194.0, 4194.0, 4182.0, 4204.0, 4194.0, 4216.0, 4185.0, 4208.0, 4219.0, 4204.0, 4220.0, 4185.0, 4209.0, 4198.0, 4205.0, 4216.0, 4198.0, 4202.0, 4174.0, 4223.0, 4180.0, 4210.0, 4193.0, 4190.0, 4182.0, 4169.0, 4203.0, 4191.0, 4201.0, 4181.0, 4211.0, 4194.0, 4226.0, 4206.0, 4227.0, 4202.0, 4212.0, 4172.0, 4214.0, 4186.0, 4193.0, 4201.0, 4172.0, 4191.0, 4185.0, 4214.0, 4183.0, 4216.0, 4183.0, 4223.0, 4173.0, 4213.0, 4206.0, 4216.0, 4184.0, 4212.0, 4196.0, 4224.0, 4195.0, 4213.0, 4173.0, 4211.0, 4187.0, 4216.0, 4182.0, 4206.0, 4184.0, 4217.0, 4198.0, 4247.0, 4211.0, 4226.0, 4195.0, 4222.0, 4193.0, 4183.0, 4245.0, 4266.0, 4185.0, 4197.0, 4213.0, 4171.0, 4212.0, 4192.0, 4213.0, 4195.0, 4205.0, 4203.0, 4195.0, 4231.0, 4227.0, 4203.0, 4212.0, 4190.0, 4176.0, 4168.0, 4174.0, 4151.0, 4161.0, 4151.0, 4159.0, 4163.0, 4172.0, 4162.0, 4172.0, 4152.0, 4174.0, 4165.0, 4186.0, 4178.0, 4186.0, 4167.0, 4154.0, 4162.0, 4165.0, 4198.0, 4180.0, 4209.0, 4189.0, 4200.0, 4189.0, 4210.0, 4190.0, 4207.0, 4167.0, 4196.0, 4181.0, 4202.0, 4193.0, 4173.0, 4200.0, 4184.0, 4227.0, 4183.0, 4224.0, 4182.0, 4209.0, 4182.0, 4236.0, 4216.0, 4227.0, 4205.0, 4171.0, 4206.0, 4185.0, 4227.0, 4196.0, 4228.0, 4195.0, 4196.0, 4219.0, 4210.0, 4229.0, 4198.0, 4215.0, 4201.0, 4240.0, 4218.0, 4218.0, 4220.0, 4195.0, 4229.0, 4195.0, 4225.0, 4182.0, 4212.0, 4184.0, 4217.0, 4219.0, 4194.0, 4205.0, 4183.0, 4214.0, 4184.0, 4225.0, 4204.0, 4224.0, 4187.0, 4215.0, 4196.0, 4218.0, 4218.0, 4195.0, 4226.0, 4197.0, 4237.0, 4218.0, 4225.0, 4218.0, 4195.0, 4205.0, 4185.0, 4213.0, 4184.0, 4226.0, 4185.0, 4189.0, 4220.0, 4198.0, 4242.0, 4214.0, 4231.0, 4200.0, 4228.0, 4197.0, 4226.0, 4177.0, 4228.0, 4210.0, 4207.0, 4206.0, 4195.0, 4182.0, 4205.0, 4214.0, 4193.0, 4215.0, 4195.0, 4207.0, 4204.0, 4215.0, 4217.0, 4185.0, 4190.0, 4181.0, 4204.0, 4195.0, 4201.0, 4182.0, 4214.0, 4170.0, 4222.0, 4200.0, 4196.0, 4204.0, 4183.0, 4227.0, 4183.0, 4238.0, 4182.0, 4202.0, 4184.0, 4211.0, 4181.0, 4197.0, 4171.0, 4209.0, 4203.0, 4208.0, 4181.0, 4198.0, 4189.0, 4171.0, 4202.0, 4171.0, 4202.0, 4169.0, 4210.0, 4181.0, 4179.0, 4209.0, 4195.0, 4211.0, 4192.0, 4174.0, 4216.0, 4224.0, 4206.0, 4209.0, 4157.0, 4211.0, 4179.0, 4212.0, 4206.0, 4200.0, 4168.0, 4200.0, 4206.0, 4186.0, 4217.0, 4173.0, 4223.0, 4197.0, 4238.0, 4219.0, 4238.0, 4196.0, 4223.0, 4196.0, 4228.0, 4188.0, 4214.0, 4182.0, 4215.0, 4184.0, 4224.0, 4197.0, 4225.0, 4187.0, 4210.0, 4222.0, 4212.0, 4251.0, 4235.0, 4234.0, 4209.0, 4240.0, 4198.0, 4229.0, 4210.0, 4207.0, 4173.0, 4204.0, 4196.0, 4239.0, 4211.0, 4237.0, 4195.0, 4226.0, 4222.0, 4240.0, 4222.0, 4224.0, 4174.0, 4213.0, 4197.0, 4225.0, 4192.0, 4211.0, 4172.0, 4210.0, 4184.0, 4214.0, 4182.0, 4204.0, 4170.0, 4207.0, 4184.0, 4192.0, 4212.0, 4194.0, 4210.0, 4175.0, 4211.0, 4184.0, 4223.0, 4205.0, 4215.0, 4163.0, 4215.0, 4196.0, 4217.0, 4193.0, 4206.0, 4193.0, 4194.0, 4227.0, 4194.0, 4224.0, 4195.0, 4225.0, 4172.0, 4228.0, 4195.0, 4213.0, 4173.0, 4206.0, 4187.0, 4220.0, 4193.0, 4211.0], 'WindowWidth': [9373.0, 9321.0, 9306.0, 9292.0, 9269.0, 9291.0, 9262.0, 9284.0, 9280.0, 9299.0, 9312.0, 9260.0, 9315.0, 9281.0, 9339.0, 9301.0, 9316.0, 9278.0, 9333.0, 9297.0, 9343.0, 9316.0, 9273.0, 9317.0, 9284.0, 9339.0, 9307.0, 9332.0, 9297.0, 9327.0, 9298.0, 9336.0, 9303.0, 9326.0, 9313.0, 9331.0, 9314.0, 9393.0, 9338.0, 9334.0, 9375.0, 9336.0, 9382.0, 9400.0, 9381.0, 9355.0, 9384.0, 9330.0, 9376.0, 9340.0, 9345.0, 9293.0, 9338.0, 9286.0, 9348.0, 9305.0, 9347.0, 9290.0, 9336.0, 9283.0, 9321.0, 9291.0, 9347.0, 9309.0, 9330.0, 9285.0, 9333.0, 9311.0, 9359.0, 9326.0, 9321.0, 9287.0, 9340.0, 9366.0, 9324.0, 9279.0, 9335.0, 9293.0, 9318.0, 9335.0, 9394.0, 9368.0, 9365.0, 9333.0, 9412.0, 9320.0, 9368.0, 9311.0, 9311.0, 9362.0, 9311.0, 9360.0, 9304.0, 9357.0, 9331.0, 9358.0, 9333.0, 9315.0, 9261.0, 9303.0, 9288.0, 9309.0, 9263.0, 9316.0, 9299.0, 9342.0, 9303.0, 9341.0, 9302.0, 9335.0, 9299.0, 9331.0, 9301.0, 9330.0, 9318.0, 9311.0, 9278.0, 9322.0, 9364.0, 9310.0, 9372.0, 9290.0, 9369.0, 9324.0, 9333.0, 9345.0, 9312.0, 9358.0, 9282.0, 9351.0, 9305.0, 9314.0, 9323.0, 9282.0, 9329.0, 9278.0, 9332.0, 9265.0, 9330.0, 9300.0, 9345.0, 9289.0, 9322.0, 9295.0, 9348.0, 9306.0, 9338.0, 9300.0, 9367.0, 9308.0, 9360.0, 9354.0, 9328.0, 9299.0, 9358.0, 9317.0, 9345.0, 9312.0, 9317.0, 9259.0, 9303.0, 9263.0, 9318.0, 9291.0, 9308.0, 9279.0, 9289.0, 9297.0, 9326.0, 9282.0, 9303.0, 9283.0, 9312.0, 9362.0, 9301.0, 9368.0, 9319.0, 9301.0, 9325.0, 9305.0, 9343.0, 9322.0, 9316.0, 9281.0, 9342.0, 9309.0, 9360.0, 9304.0, 9325.0, 9285.0, 9332.0, 9314.0, 9314.0, 9295.0, 9313.0, 9300.0, 9331.0, 9318.0, 9316.0, 9309.0, 9345.0, 9298.0, 9344.0, 9272.0, 9323.0, 9312.0, 9350.0, 9334.0, 9327.0, 9307.0, 9311.0, 9309.0, 9285.0, 9329.0, 9282.0, 9324.0, 9316.0, 9362.0, 9321.0, 9348.0, 9303.0, 9325.0, 9308.0, 9328.0, 9302.0, 9291.0, 9324.0, 9302.0, 9338.0, 9358.0, 9313.0, 9325.0, 9284.0, 9342.0, 9298.0, 9345.0, 9283.0, 9309.0, 9279.0, 9294.0, 9269.0, 9312.0, 9278.0, 9281.0, 9254.0, 9299.0, 9326.0, 9294.0, 9367.0, 9319.0, 9336.0, 9272.0, 9316.0, 9319.0, 9306.0, 9363.0, 9292.0, 9312.0, 9287.0, 9308.0, 9357.0, 9335.0, 9369.0, 9333.0, 9293.0, 9369.0, 9370.0, 9335.0, 9347.0, 9290.0, 9329.0, 9266.0, 9324.0, 9287.0, 9315.0, 9270.0, 9310.0, 9296.0, 9348.0, 9303.0, 9307.0, 9318.0, 9274.0, 9345.0, 9333.0, 9300.0, 9275.0, 9302.0, 9314.0, 9294.0, 9268.0, 9300.0, 9282.0, 9308.0, 9279.0, 9312.0, 9278.0, 9313.0, 9278.0, 9310.0, 9346.0, 9303.0, 9319.0, 9279.0, 9329.0, 9285.0, 9341.0, 9323.0, 9343.0, 9267.0, 9329.0, 9291.0, 9315.0, 9278.0, 9303.0, 9266.0, 9296.0, 9265.0, 9303.0, 9268.0, 9294.0, 9295.0, 9317.0, 9286.0, 9320.0, 9286.0, 9327.0, 9312.0, 9342.0, 9308.0, 9350.0, 9288.0, 9352.0, 9308.0, 9344.0, 9324.0, 9333.0, 9300.0, 9328.0, 9290.0, 9342.0, 9325.0, 9316.0, 9270.0, 9328.0, 9320.0, 9354.0, 9315.0, 9324.0, 9274.0, 9313.0, 9301.0, 9333.0, 9300.0, 9343.0, 9285.0, 9322.0, 9292.0, 9331.0, 9349.0, 9329.0, 9322.0, 9290.0, 9314.0, 9296.0, 9365.0, 9309.0, 9329.0, 9284.0, 9299.0, 9332.0, 9288.0, 9334.0, 9280.0, 9296.0, 9263.0, 9286.0, 9274.0, 9280.0, 9318.0, 9264.0, 9304.0, 9266.0, 9321.0, 9292.0, 9312.0, 9261.0, 9296.0, 9243.0, 9301.0, 9344.0, 9293.0, 9310.0, 9239.0, 9314.0, 9269.0, 9292.0, 9298.0, 9250.0, 9300.0, 9270.0, 9300.0, 9270.0, 9331.0, 9319.0, 9334.0, 9314.0, 9299.0, 9282.0, 9284.0, 9319.0, 9301.0, 9313.0, 9287.0, 9288.0, 9315.0, 9334.0, 9354.0, 9324.0, 9316.0, 9288.0, 9324.0, 9283.0, 9330.0, 9302.0, 9330.0, 9268.0, 9319.0, 9309.0, 9351.0, 9280.0, 9313.0, 9260.0, 9288.0, 9264.0, 9296.0, 9265.0, 9296.0, 9275.0, 9290.0, 9277.0, 9312.0, 9266.0, 9274.0, 9248.0, 9259.0, 9286.0, 9264.0, 9322.0, 9279.0, 9318.0, 9270.0, 9306.0, 9275.0, 9332.0, 9296.0, 9331.0, 9284.0, 9342.0, 9303.0, 9346.0, 9353.0, 9315.0, 9346.0, 9274.0, 9321.0, 9296.0, 9324.0, 9337.0, 9292.0, 9335.0, 9272.0, 9310.0, 9288.0, 9344.0, 9298.0, 9339.0, 9291.0, 9320.0, 9305.0, 9337.0, 9305.0, 9325.0, 9300.0, 9323.0, 9317.0, 9338.0, 9313.0, 9346.0, 9296.0, 9324.0, 9333.0, 9362.0, 9309.0, 9327.0, 9304.0, 9318.0, 9309.0, 9323.0, 9287.0, 9310.0, 9305.0, 9303.0, 9291.0, 9318.0, 9311.0, 9340.0, 9299.0, 9332.0, 9350.0, 9324.0, 9353.0, 9298.0, 9331.0, 9321.0, 9325.0, 9338.0, 9315.0, 9315.0, 9276.0, 9347.0, 9285.0, 9323.0, 9300.0, 9296.0, 9286.0, 9269.0, 9319.0, 9301.0, 9312.0, 9288.0, 9327.0, 9307.0, 9355.0, 9328.0, 9354.0, 9318.0, 9330.0, 9276.0, 9333.0, 9296.0, 9301.0, 9311.0, 9273.0, 9296.0, 9296.0, 9335.0, 9289.0, 9339.0, 9293.0, 9348.0, 9280.0, 9330.0, 9328.0, 9336.0, 9296.0, 9331.0, 9314.0, 9351.0, 9310.0, 9332.0, 9281.0, 9330.0, 9305.0, 9339.0, 9292.0, 9325.0, 9294.0, 9341.0, 9322.0, 9403.0, 9343.0, 9357.0, 9311.0, 9343.0, 9306.0, 9300.0, 9394.0, 9429.0, 9297.0, 9314.0, 9331.0, 9276.0, 9328.0, 9303.0, 9334.0, 9313.0, 9324.0, 9321.0, 9308.0, 9370.0, 9361.0, 9318.0, 9332.0, 9290.0, 9266.0, 9261.0, 9262.0, 9229.0, 9239.0, 9226.0, 9233.0, 9246.0, 9257.0, 9245.0, 9255.0, 9230.0, 9261.0, 9253.0, 9283.0, 9281.0, 9281.0, 9259.0, 9237.0, 9248.0, 9254.0, 9305.0, 9283.0, 9321.0, 9296.0, 9308.0, 9295.0, 9325.0, 9300.0, 9318.0, 9263.0, 9301.0, 9289.0, 9317.0, 9307.0, 9275.0, 9311.0, 9294.0, 9359.0, 9297.0, 9350.0, 9290.0, 9322.0, 9289.0, 9371.0, 9342.0, 9359.0, 9324.0, 9273.0, 9326.0, 9299.0, 9356.0, 9315.0, 9358.0, 9312.0, 9313.0, 9353.0, 9340.0, 9363.0, 9317.0, 9338.0, 9329.0, 9381.0, 9348.0, 9348.0, 9351.0, 9312.0, 9361.0, 9315.0, 9351.0, 9290.0, 9329.0, 9293.0, 9343.0, 9347.0, 9310.0, 9324.0, 9292.0, 9335.0, 9296.0, 9353.0, 9322.0, 9350.0, 9300.0, 9336.0, 9314.0, 9347.0, 9344.0, 9312.0, 9355.0, 9317.0, 9372.0, 9345.0, 9353.0, 9346.0, 9312.0, 9329.0, 9300.0, 9334.0, 9297.0, 9354.0, 9299.0, 9312.0, 9354.0, 9321.0, 9388.0, 9353.0, 9370.0, 9327.0, 9361.0, 9320.0, 9355.0, 9291.0, 9364.0, 9340.0, 9329.0, 9330.0, 9313.0, 9289.0, 9324.0, 9335.0, 9306.0, 9340.0, 9311.0, 9327.0, 9321.0, 9337.0, 9346.0, 9297.0, 9297.0, 9290.0, 9323.0, 9310.0, 9314.0, 9288.0, 9332.0, 9270.0, 9345.0, 9313.0, 9313.0, 9320.0, 9291.0, 9358.0, 9295.0, 9375.0, 9291.0, 9313.0, 9296.0, 9327.0, 9289.0, 9304.0, 9277.0, 9326.0, 9324.0, 9322.0, 9285.0, 9306.0, 9293.0, 9271.0, 9317.0, 9273.0, 9317.0, 9271.0, 9326.0, 9286.0, 9284.0, 9324.0, 9312.0, 9329.0, 9304.0, 9278.0, 9342.0, 9354.0, 9328.0, 9325.0, 9252.0, 9326.0, 9282.0, 9328.0, 9328.0, 9310.0, 9268.0, 9313.0, 9330.0, 9302.0, 9346.0, 9284.0, 9349.0, 9322.0, 9378.0, 9352.0, 9377.0, 9314.0, 9347.0, 9317.0, 9359.0, 9305.0, 9338.0, 9291.0, 9335.0, 9299.0, 9352.0, 9322.0, 9355.0, 9306.0, 9341.0, 9363.0, 9350.0, 9401.0, 9385.0, 9376.0, 9339.0, 9385.0, 9323.0, 9363.0, 9336.0, 9331.0, 9280.0, 9322.0, 9324.0, 9380.0, 9342.0, 9375.0, 9313.0, 9357.0, 9360.0, 9378.0, 9357.0, 9352.0, 9281.0, 9333.0, 9321.0, 9353.0, 9305.0, 9329.0, 9276.0, 9325.0, 9298.0, 9336.0, 9291.0, 9322.0, 9271.0, 9324.0, 9292.0, 9303.0, 9332.0, 9306.0, 9327.0, 9282.0, 9331.0, 9296.0, 9349.0, 9325.0, 9336.0, 9266.0, 9337.0, 9317.0, 9343.0, 9307.0, 9326.0, 9308.0, 9310.0, 9361.0, 9311.0, 9349.0, 9312.0, 9352.0, 9277.0, 9362.0, 9312.0, 9331.0, 9283.0, 9326.0, 9308.0, 9355.0, 9311.0, 9331.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.0021035894495412847</td></tr>
<tr><td colspan=3>aqi</td><td>0.03663883004587156</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.522339186819735</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2541829439609637</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9858602081400692</td></tr>
<tr><td colspan=3>efc</td><td>0.5195</td></tr>
<tr><td colspan=3>fber</td><td>5626.249</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12061622895714495</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>115</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.188073394495413</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5101233682868807</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.359166034662189</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7382892983504594</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.432914771847994</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126437</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010531950742006302</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05261070653796196</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.315692744574404</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>22.398</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.0844</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.7476</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284385.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>937.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.3462</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4109</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.5419</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3323.0616</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>796.855</td></tr>
<tr><td colspan=3>tsnr</td><td>34.225878856144845</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>