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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0033_suffix-bold_task-faces" 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-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-03_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-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-03_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-0033/ses-02/func/sub-0033_ses-02_task-faces_acq-mb8_run-03_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>407f2ff7b68fec2fdb140d93763a4308</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>12:11:5.155000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999347, 0.0347726, 0.00980601, -0.0340248, 0.997091, -0.0682087]</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-03_task-faces_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.102833</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7738, -7262, 431, -65, -89, 26, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.689</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0bbaf218-989a-41b0-8518-8bd77d8555e1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811752319335938, -0.0912860855460167, 0.032803039997816086, 116.06156158447266], [-0.09329239279031754, 2.675121545791626, -0.18314231932163239, -87.956787109375], [0.026308802887797356, 0.1829988658428192, 2.6935818195343018, -92.93982696533203], [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, 914]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['121105.155000', '121105.615000', '121106.075000', '121106.535000', '121106.995000', '121107.455000', '121107.915000', '121108.375000', '121108.835000', '121109.295000', '121109.755000', '121110.215000', '121110.675000', '121111.135000', '121111.595000', '121112.055000', '121112.515000', '121112.975000', '121113.435000', '121113.895000', '121114.355000', '121114.815000', '121115.275000', '121115.735000', '121116.195000', '121116.655000', '121117.115000', '121117.575000', '121118.035000', '121118.495000', '121118.955000', '121119.415000', '121119.875000', '121120.335000', '121120.795000', '121121.255000', '121121.715000', '121122.175000', '121122.635000', '121123.095000', '121123.555000', '121124.015000', '121124.475000', '121124.935000', '121125.395000', '121125.855000', '121126.315000', '121126.775000', '121127.235000', '121127.695000', '121128.155000', '121128.615000', '121129.075000', '121129.535000', '121129.995000', '121130.455000', '121130.915000', '121131.375000', '121131.835000', '121132.295000', '121132.755000', '121133.215000', '121133.675000', '121134.135000', '121134.595000', '121135.055000', '121135.515000', '121135.975000', '121136.435000', '121136.895000', '121137.355000', '121137.815000', '121138.275000', '121138.735000', '121139.195000', '121139.655000', '121140.115000', '121140.575000', '121141.035000', '121141.495000', '121141.955000', '121142.415000', '121142.875000', '121143.335000', '121143.795000', '121144.255000', '121144.715000', '121145.175000', '121145.635000', '121146.095000', '121146.555000', '121147.015000', '121147.475000', '121147.935000', '121148.395000', '121148.855000', '121149.315000', '121149.775000', '121150.235000', '121150.695000', '121151.155000', '121151.615000', '121152.075000', '121152.535000', '121152.995000', '121153.455000', '121153.915000', '121154.375000', '121154.835000', '121155.295000', '121155.755000', '121156.215000', '121156.675000', '121157.135000', '121157.595000', '121158.055000', '121158.515000', '121158.975000', '121159.435000', '121159.895000', '121200.355000', '121200.815000', '121201.275000', '121201.735000', '121202.195000', '121202.655000', '121203.115000', '121203.575000', '121204.035000', '121204.495000', '121204.955000', '121205.415000', '121205.875000', '121206.335000', '121206.795000', '121207.255000', '121207.715000', '121208.175000', '121208.635000', '121209.095000', '121209.555000', '121210.015000', '121210.475000', '121210.935000', '121211.395000', '121211.855000', '121212.315000', '121212.775000', '121213.235000', '121213.695000', '121214.155000', '121214.615000', '121215.075000', '121215.535000', '121215.995000', '121216.455000', '121216.915000', '121217.375000', '121217.835000', '121218.295000', '121218.755000', '121219.215000', '121219.675000', '121220.135000', '121220.595000', '121221.055000', '121221.515000', '121221.975000', '121222.435000', '121222.895000', '121223.355000', '121223.815000', '121224.275000', '121224.735000', '121225.195000', '121225.655000', '121226.115000', '121226.575000', '121227.035000', '121227.495000', '121227.955000', '121228.415000', '121228.875000', '121229.335000', '121229.795000', '121230.255000', '121230.715000', '121231.175000', '121231.635000', '121232.095000', '121232.555000', '121233.015000', '121233.475000', '121233.935000', '121234.395000', '121234.855000', '121235.315000', '121235.775000', '121236.235000', '121236.695000', '121237.155000', '121237.615000', '121238.075000', '121238.535000', '121238.995000', '121239.455000', '121239.915000', '121240.375000', '121240.835000', '121241.295000', '121241.755000', '121242.215000', '121242.675000', '121243.135000', '121243.595000', '121244.055000', '121244.515000', '121244.975000', '121245.435000', '121245.895000', '121246.355000', '121246.815000', '121247.275000', '121247.735000', '121248.195000', '121248.655000', '121249.115000', '121249.575000', '121250.035000', '121250.495000', '121250.955000', '121251.415000', '121251.875000', '121252.335000', '121252.795000', '121253.255000', '121253.715000', '121254.175000', '121254.635000', '121255.095000', '121255.555000', '121256.015000', '121256.475000', '121256.935000', '121257.395000', '121257.855000', '121258.315000', '121258.775000', '121259.235000', '121259.695000', '121300.155000', '121300.615000', '121301.075000', '121301.535000', '121301.995000', '121302.455000', '121302.915000', '121303.375000', '121303.835000', '121304.295000', '121304.755000', '121305.215000', '121305.675000', '121306.135000', '121306.595000', '121307.055000', '121307.515000', '121307.975000', '121308.435000', '121308.895000', '121309.355000', '121309.815000', '121310.275000', '121310.735000', '121311.195000', '121311.655000', '121312.115000', '121312.575000', '121313.035000', '121313.495000', '121313.955000', '121314.415000', '121314.875000', '121315.335000', '121315.795000', '121316.255000', '121316.715000', '121317.175000', '121317.635000', '121318.095000', '121318.555000', '121319.015000', '121319.475000', '121319.935000', '121320.395000', '121320.855000', '121321.315000', '121321.775000', '121322.235000', '121322.695000', '121323.155000', '121323.615000', '121324.075000', '121324.535000', '121324.995000', '121325.455000', '121325.915000', '121326.375000', '121326.835000', '121327.295000', '121327.755000', '121328.215000', '121328.675000', '121329.135000', '121329.595000', '121330.055000', '121330.515000', '121330.975000', '121331.435000', '121331.895000', '121332.355000', '121332.815000', '121333.275000', '121333.735000', '121334.195000', '121334.655000', '121335.115000', '121335.575000', '121336.035000', '121336.495000', '121336.955000', '121337.415000', '121337.875000', '121338.335000', '121338.795000', '121339.255000', '121339.715000', '121340.175000', '121340.635000', '121341.095000', '121341.555000', '121342.015000', '121342.475000', '121342.935000', '121343.395000', '121343.855000', '121344.315000', '121344.775000', '121345.235000', '121345.695000', '121346.155000', '121346.615000', '121347.075000', '121347.535000', '121347.995000', '121348.455000', '121348.915000', '121349.375000', '121349.835000', '121350.295000', '121350.755000', '121351.215000', '121351.675000', '121352.135000', '121352.595000', '121353.055000', '121353.515000', '121353.975000', '121354.435000', '121354.895000', '121355.355000', '121355.815000', '121356.275000', '121356.735000', '121357.195000', '121357.655000', '121358.115000', '121358.575000', '121359.035000', '121359.495000', '121359.955000', '121400.415000', '121400.875000', '121401.335000', '121401.795000', '121402.255000', '121402.715000', '121403.175000', '121403.635000', '121404.095000', '121404.555000', '121405.015000', '121405.475000', '121405.935000', '121406.395000', '121406.855000', '121407.315000', '121407.775000', '121408.235000', '121408.695000', '121409.155000', '121409.615000', '121410.075000', '121410.535000', '121410.995000', '121411.455000', '121411.915000', '121412.375000', '121412.835000', '121413.295000', '121413.755000', '121414.215000', '121414.675000', '121415.135000', '121415.595000', '121416.055000', '121416.515000', '121416.975000', '121417.435000', '121417.895000', '121418.355000', '121418.815000', '121419.275000', '121419.735000', '121420.195000', '121420.655000', '121421.115000', '121421.575000', '121422.035000', '121422.495000', '121422.955000', '121423.415000', '121423.875000', '121424.335000', '121424.795000', '121425.255000', '121425.715000', '121426.175000', '121426.635000', '121427.095000', '121427.555000', '121428.015000', '121428.475000', '121428.935000', '121429.395000', '121429.855000', '121430.315000', '121430.775000', '121431.235000', '121431.695000', '121432.155000', '121432.615000', '121433.075000', '121433.535000', '121433.995000', '121434.455000', '121434.915000', '121435.375000', '121435.835000', '121436.295000', '121436.755000', '121437.215000', '121437.675000', '121438.135000', '121438.595000', '121439.055000', '121439.515000', '121439.975000', '121440.435000', '121440.895000', '121441.355000', '121441.815000', '121442.275000', '121442.735000', '121443.195000', '121443.655000', '121444.115000', '121444.575000', '121445.035000', '121445.495000', '121445.955000', '121446.415000', '121446.875000', '121447.335000', '121447.795000', '121448.255000', '121448.715000', '121449.175000', '121449.635000', '121450.095000', '121450.555000', '121451.015000', '121451.475000', '121451.935000', '121452.395000', '121452.855000', '121453.315000', '121453.775000', '121454.235000', '121454.695000', '121455.155000', '121455.615000', '121456.075000', '121456.535000', '121456.995000', '121457.455000', '121457.915000', '121458.375000', '121458.835000', '121459.295000', '121459.755000', '121500.215000', '121500.675000', '121501.135000', '121501.595000', '121502.055000', '121502.515000', '121502.975000', '121503.435000', '121503.895000', '121504.355000', '121504.815000', '121505.275000', '121505.735000', '121506.195000', '121506.655000', '121507.115000', '121507.575000', '121508.035000', '121508.495000', '121508.955000', '121509.415000', '121509.875000', '121510.335000', '121510.795000', '121511.255000', '121511.715000', '121512.175000', '121512.635000', '121513.095000', '121513.555000', '121514.015000', '121514.475000', '121514.935000', '121515.395000', '121515.855000', '121516.315000', '121516.775000', '121517.235000', '121517.695000', '121518.155000', '121518.615000', '121519.075000', '121519.535000', '121519.995000', '121520.455000', '121520.915000', '121521.375000', '121521.835000', '121522.295000', '121522.755000', '121523.215000', '121523.675000', '121524.135000', '121524.595000', '121525.055000', '121525.515000', '121525.975000', '121526.435000', '121526.895000', '121527.355000', '121527.815000', '121528.275000', '121528.735000', '121529.195000', '121529.655000', '121530.115000', '121530.575000', '121531.035000', '121531.495000', '121531.955000', '121532.415000', '121532.875000', '121533.335000', '121533.795000', '121534.255000', '121534.715000', '121535.175000', '121535.635000', '121536.095000', '121536.555000', '121537.015000', '121537.475000', '121537.935000', '121538.395000', '121538.855000', '121539.315000', '121539.775000', '121540.235000', '121540.695000', '121541.155000', '121541.615000', '121542.075000', '121542.535000', '121542.995000', '121543.455000', '121543.915000', '121544.375000', '121544.835000', '121545.295000', '121545.755000', '121546.215000', '121546.675000', '121547.135000', '121547.595000', '121548.055000', '121548.515000', '121548.975000', '121549.435000', '121549.895000', '121550.355000', '121550.815000', '121551.275000', '121551.735000', '121552.195000', '121552.655000', '121553.115000', '121553.575000', '121554.035000', '121554.495000', '121554.955000', '121555.415000', '121555.875000', '121556.335000', '121556.795000', '121557.255000', '121557.715000', '121558.175000', '121558.635000', '121559.095000', '121559.555000', '121600.015000', '121600.475000', '121600.935000', '121601.395000', '121601.855000', '121602.315000', '121602.775000', '121603.235000', '121603.695000', '121604.155000', '121604.615000', '121605.075000', '121605.535000', '121605.995000', '121606.455000', '121606.915000', '121607.375000', '121607.835000', '121608.295000', '121608.755000', '121609.215000', '121609.675000', '121610.135000', '121610.595000', '121611.055000', '121611.515000', '121611.975000', '121612.435000', '121612.895000', '121613.355000', '121613.815000', '121614.275000', '121614.735000', '121615.195000', '121615.655000', '121616.115000', '121616.575000', '121617.035000', '121617.495000', '121617.955000', '121618.415000', '121618.875000', '121619.335000', '121619.795000', '121620.255000', '121620.715000', '121621.175000', '121621.635000', '121622.095000', '121622.555000', '121623.015000', '121623.475000', '121623.935000', '121624.395000', '121624.855000', '121625.315000', '121625.775000', '121626.235000', '121626.695000', '121627.155000', '121627.615000', '121628.075000', '121628.535000', '121628.995000', '121629.455000', '121629.915000', '121630.375000', '121630.835000', '121631.295000', '121631.755000', '121632.215000', '121632.675000', '121633.135000', '121633.595000', '121634.055000', '121634.515000', '121634.975000', '121635.435000', '121635.895000', '121636.355000', '121636.815000', '121637.275000', '121637.735000', '121638.195000', '121638.655000', '121639.115000', '121639.575000', '121640.035000', '121640.495000', '121640.955000', '121641.415000', '121641.875000', '121642.335000', '121642.795000', '121643.255000', '121643.715000', '121644.175000', '121644.635000', '121645.095000', '121645.555000', '121646.015000', '121646.475000', '121646.935000', '121647.395000', '121647.855000', '121648.315000', '121648.775000', '121649.235000', '121649.695000', '121650.155000', '121650.615000', '121651.075000', '121651.535000', '121651.995000', '121652.455000', '121652.915000', '121653.375000', '121653.835000', '121654.295000', '121654.755000', '121655.215000', '121655.675000', '121656.135000', '121656.595000', '121657.055000', '121657.515000', '121657.975000', '121658.435000', '121658.895000', '121659.355000', '121659.815000', '121700.275000', '121700.735000', '121701.195000', '121701.655000', '121702.115000', '121702.575000', '121703.035000', '121703.495000', '121703.955000', '121704.415000', '121704.875000', '121705.335000', '121705.795000', '121706.255000', '121706.715000', '121707.175000', '121707.635000', '121708.095000', '121708.555000', '121709.015000', '121709.475000', '121709.935000', '121710.395000', '121710.855000', '121711.315000', '121711.775000', '121712.235000', '121712.695000', '121713.155000', '121713.615000', '121714.075000', '121714.535000', '121714.995000', '121715.455000', '121715.915000', '121716.375000', '121716.835000', '121717.295000', '121717.755000', '121718.215000', '121718.675000', '121719.135000', '121719.595000', '121720.055000', '121720.515000', '121720.975000', '121721.435000', '121721.895000', '121722.355000', '121722.815000', '121723.275000', '121723.735000', '121724.195000', '121724.655000', '121725.115000', '121725.575000', '121726.035000', '121726.495000', '121726.955000', '121727.415000', '121727.875000', '121728.335000', '121728.795000', '121729.255000', '121729.715000', '121730.175000', '121730.635000', '121731.095000', '121731.555000', '121732.015000', '121732.475000', '121732.935000', '121733.395000', '121733.855000', '121734.315000', '121734.775000', '121735.235000', '121735.695000', '121736.155000', '121736.615000', '121737.075000', '121737.535000', '121737.995000', '121738.455000', '121738.915000', '121739.375000', '121739.835000', '121740.295000', '121740.755000', '121741.215000', '121741.675000', '121742.135000', '121742.595000', '121743.055000', '121743.515000', '121743.975000', '121744.435000', '121744.895000', '121745.355000', '121745.815000', '121746.275000', '121746.735000', '121747.195000', '121747.655000', '121748.115000', '121748.575000', '121749.035000', '121749.495000', '121749.955000', '121750.415000', '121750.875000', '121751.335000', '121751.795000', '121752.255000', '121752.715000', '121753.175000', '121753.635000', '121754.095000', '121754.555000', '121755.015000', '121755.475000', '121755.935000', '121756.395000', '121756.855000', '121757.315000', '121757.775000', '121758.235000', '121758.695000', '121759.155000', '121759.615000', '121800.075000', '121800.535000', '121800.995000', '121801.455000', '121801.915000', '121802.375000', '121802.835000', '121803.295000', '121803.755000', '121804.215000', '121804.675000', '121805.135000'], 'ContentTime': ['121121.393000', '121121.397000', '121121.400000', '121121.409000', '121121.411000', '121121.414000', '121121.417000', '121121.420000', '121121.423000', '121121.426000', '121121.429000', '121121.432000', '121121.435000', '121121.438000', '121121.441000', '121121.443000', '121121.446000', '121121.449000', '121121.452000', '121121.455000', '121121.458000', '121121.461000', '121121.464000', '121121.467000', '121121.469000', '121121.472000', '121121.475000', '121121.478000', '121121.481000', '121121.484000', '121121.487000', '121121.490000', '121121.493000', '121141.327000', '121141.330000', '121141.333000', '121141.336000', '121141.347000', '121141.350000', '121141.353000', '121141.356000', '121141.365000', '121141.368000', '121141.370000', '121141.373000', '121141.376000', '121141.379000', '121141.382000', '121141.389000', '121141.392000', '121141.395000', '121141.397000', '121141.400000', '121141.403000', '121141.406000', '121141.409000', '121141.412000', '121141.415000', '121141.418000', '121141.420000', '121141.423000', '121141.426000', '121141.429000', '121141.432000', '121141.435000', '121141.438000', '121141.441000', '121141.443000', '121141.446000', '121141.449000', '121141.452000', '121141.455000', '121141.458000', '121141.461000', '121141.464000', '121141.467000', '121141.470000', '121201.327000', '121201.330000', '121201.333000', '121201.336000', '121201.339000', '121201.341000', '121201.345000', '121201.351000', '121201.354000', '121201.357000', '121201.360000', '121201.363000', '121201.366000', '121201.369000', '121201.372000', '121201.375000', '121201.377000', '121201.380000', '121201.383000', '121201.386000', '121201.389000', '121201.392000', '121201.395000', '121201.398000', '121201.401000', '121201.403000', '121201.406000', '121201.409000', '121201.412000', '121201.415000', '121201.418000', '121201.421000', '121201.424000', '121201.427000', '121201.437000', '121201.440000', '121201.443000', '121201.446000', '121201.449000', '121201.452000', '121201.455000', '121201.458000', '121201.461000', '121221.327000', '121221.330000', '121221.333000', '121221.336000', '121221.339000', '121221.342000', '121221.344000', '121221.347000', '121221.350000', '121221.353000', '121221.356000', '121221.359000', '121221.362000', '121221.365000', '121221.368000', '121221.371000', '121221.374000', '121221.376000', '121221.379000', '121221.382000', '121221.395000', '121221.398000', '121221.401000', '121221.404000', '121221.407000', '121221.410000', '121221.413000', '121221.416000', '121221.419000', '121221.421000', '121221.424000', '121221.433000', '121221.436000', '121221.439000', '121221.441000', '121221.445000', '121221.448000', '121221.450000', '121221.453000', '121221.456000', '121221.459000', '121221.462000', '121221.465000', '121221.468000', '121241.328000', '121241.331000', '121241.334000', '121241.337000', '121241.340000', '121241.343000', '121241.346000', '121241.349000', '121241.352000', '121241.355000', '121241.357000', '121241.365000', '121241.368000', '121241.371000', '121241.374000', '121241.377000', '121241.380000', '121241.383000', '121241.386000', '121241.389000', '121241.391000', '121241.394000', '121241.397000', '121241.400000', '121241.403000', '121241.406000', '121241.409000', '121241.412000', '121241.415000', '121241.418000', '121241.420000', '121241.423000', '121241.426000', '121241.429000', '121241.432000', '121241.435000', '121241.438000', '121241.441000', '121241.444000', '121241.446000', '121241.449000', '121241.452000', '121241.455000', '121301.328000', '121301.336000', '121301.339000', '121301.341000', '121301.345000', '121301.348000', '121301.352000', '121301.355000', '121301.358000', '121301.361000', '121301.364000', '121301.367000', '121301.370000', '121301.372000', '121301.376000', '121301.378000', '121301.381000', '121301.384000', '121301.387000', '121301.390000', '121301.393000', '121301.396000', '121301.399000', '121301.402000', '121301.405000', '121301.408000', '121301.411000', '121301.413000', '121301.416000', '121301.419000', '121301.422000', '121301.425000', '121301.428000', '121301.431000', '121301.434000', '121301.437000', '121301.440000', '121301.443000', '121301.446000', '121301.449000', '121301.452000', '121301.454000', '121301.457000', '121321.328000', '121321.336000', '121321.339000', '121321.342000', '121321.345000', '121321.348000', '121321.350000', '121321.353000', '121321.356000', '121321.359000', '121321.362000', '121321.365000', '121321.368000', '121321.371000', '121321.374000', '121321.386000', '121321.389000', '121321.392000', '121321.395000', '121321.398000', '121321.401000', '121321.404000', '121321.407000', '121321.410000', '121321.412000', '121321.415000', '121321.418000', '121321.421000', '121321.424000', '121321.427000', '121321.430000', '121321.433000', '121321.436000', '121321.439000', '121321.442000', '121321.445000', '121321.447000', '121321.450000', '121321.453000', '121321.456000', '121321.459000', '121321.462000', '121321.465000', '121321.468000', '121341.327000', '121341.330000', '121341.333000', '121341.336000', '121341.339000', '121341.342000', '121341.345000', '121341.368000', '121341.371000', '121341.374000', '121341.377000', '121341.380000', '121341.383000', '121341.386000', '121341.389000', '121341.392000', '121341.394000', '121341.398000', '121341.400000', '121341.403000', '121341.406000', '121341.409000', '121341.412000', '121341.415000', '121341.418000', '121341.421000', '121341.424000', '121341.427000', '121341.430000', '121341.433000', '121341.436000', '121341.439000', '121341.442000', '121341.445000', '121341.447000', '121341.450000', '121341.454000', '121341.457000', '121341.460000', '121341.463000', '121341.466000', '121341.469000', '121341.471000', '121401.327000', '121401.330000', '121401.333000', '121401.336000', '121401.339000', '121401.342000', '121401.345000', '121401.348000', '121401.351000', '121401.353000', '121401.356000', '121401.359000', '121401.362000', '121401.365000', '121401.368000', '121401.371000', '121401.380000', '121401.383000', '121401.385000', '121401.388000', '121401.391000', '121401.394000', '121401.397000', '121401.400000', '121401.403000', '121401.406000', '121401.409000', '121401.412000', '121401.415000', '121401.418000', '121401.420000', '121401.423000', '121401.426000', '121401.429000', '121401.432000', '121401.435000', '121401.438000', '121401.441000', '121401.444000', '121401.447000', '121401.450000', '121401.452000', '121401.455000', '121401.458000', '121421.327000', '121421.330000', '121421.333000', '121421.336000', '121421.339000', '121421.350000', '121421.354000', '121421.357000', '121421.361000', '121421.364000', '121421.366000', '121421.369000', '121421.372000', '121421.375000', '121421.378000', '121421.381000', '121421.384000', '121421.387000', '121421.390000', '121421.393000', '121421.396000', '121421.399000', '121421.402000', '121421.405000', '121421.408000', '121421.411000', '121421.413000', '121421.416000', '121421.419000', '121421.422000', '121421.425000', '121421.428000', '121421.431000', '121421.441000', '121421.444000', '121421.447000', '121421.450000', '121421.453000', '121421.456000', '121421.458000', '121421.462000', '121421.464000', '121421.467000', '121441.327000', '121441.330000', '121441.333000', '121441.336000', '121441.339000', '121441.342000', '121441.345000', '121441.348000', '121441.351000', '121441.354000', '121441.356000', '121441.369000', '121441.372000', '121441.375000', '121441.377000', '121441.381000', '121441.384000', '121441.386000', '121441.389000', '121441.392000', '121441.395000', '121441.398000', '121441.401000', '121441.404000', '121441.407000', '121441.410000', '121441.413000', '121441.416000', '121441.419000', '121441.422000', '121441.425000', '121441.428000', '121441.430000', '121441.433000', '121441.436000', '121441.439000', '121441.442000', '121441.445000', '121441.448000', '121441.451000', '121441.454000', '121441.457000', '121441.460000', '121441.472000', '121501.328000', '121501.331000', '121501.334000', '121501.337000', '121501.347000', '121501.350000', '121501.353000', '121501.356000', '121501.359000', '121501.362000', '121501.365000', '121501.368000', '121501.371000', '121501.374000', '121501.377000', '121501.380000', '121501.383000', '121501.386000', '121501.389000', '121501.392000', '121501.395000', '121501.398000', '121501.400000', '121501.404000', '121501.406000', '121501.409000', '121501.412000', '121501.415000', '121501.418000', '121501.421000', '121501.424000', '121501.427000', '121501.436000', '121501.439000', '121501.442000', '121501.445000', '121501.448000', '121501.451000', '121501.454000', '121501.457000', '121501.460000', '121501.463000', '121501.465000', '121521.328000', '121521.331000', '121521.334000', '121521.346000', '121521.349000', '121521.352000', '121521.355000', '121521.358000', '121521.360000', '121521.363000', '121521.366000', '121521.369000', '121521.372000', '121521.375000', '121521.378000', '121521.381000', '121521.384000', '121521.387000', '121521.390000', '121521.393000', '121521.396000', '121521.399000', '121521.402000', '121521.404000', '121521.407000', '121521.410000', '121521.413000', '121521.416000', '121521.419000', '121521.422000', '121521.425000', '121521.428000', '121521.431000', '121521.434000', '121521.437000', '121521.440000', '121521.443000', '121521.446000', '121521.449000', '121521.452000', '121521.455000', '121521.468000', '121521.472000', '121521.474000', '121541.328000', '121541.331000', '121541.334000', '121541.337000', '121541.340000', '121541.343000', '121541.346000', '121541.349000', '121541.352000', '121541.355000', '121541.358000', '121541.361000', '121541.364000', '121541.367000', '121541.370000', '121541.373000', '121541.376000', '121541.380000', '121541.385000', '121541.388000', '121541.391000', '121541.394000', '121541.397000', '121541.400000', '121541.408000', '121541.411000', '121541.414000', '121541.417000', '121541.420000', '121541.423000', '121541.426000', '121541.429000', '121541.432000', '121541.434000', '121541.437000', '121541.440000', '121541.443000', '121541.446000', '121541.449000', '121541.452000', '121541.455000', '121541.458000', '121541.461000', '121601.327000', '121601.330000', '121601.333000', '121601.336000', '121601.339000', '121601.342000', '121601.345000', '121601.348000', '121601.351000', '121601.354000', '121601.357000', '121601.360000', '121601.362000', '121601.366000', '121601.368000', '121601.371000', '121601.374000', '121601.377000', '121601.380000', '121601.383000', '121601.386000', '121601.389000', '121601.392000', '121601.395000', '121601.398000', '121601.401000', '121601.404000', '121601.407000', '121601.410000', '121601.413000', '121601.415000', '121601.418000', '121601.421000', '121601.424000', '121601.427000', '121601.430000', '121601.433000', '121601.436000', '121601.439000', '121601.442000', '121601.444000', '121601.448000', '121601.450000', '121601.453000', '121621.327000', '121621.330000', '121621.333000', '121621.336000', '121621.339000', '121621.342000', '121621.345000', '121621.348000', '121621.351000', '121621.354000', '121621.357000', '121621.360000', '121621.363000', '121621.365000', '121621.368000', '121621.371000', '121621.374000', '121621.377000', '121621.380000', '121621.383000', '121621.386000', '121621.389000', '121621.392000', '121621.395000', '121621.398000', '121621.401000', '121621.404000', '121621.407000', '121621.410000', '121621.413000', '121621.416000', '121621.420000', '121621.423000', '121621.426000', '121621.429000', '121621.432000', '121621.435000', '121621.438000', '121621.441000', '121621.444000', '121621.447000', '121621.450000', '121621.452000', '121641.327000', '121641.330000', '121641.333000', '121641.336000', '121641.339000', '121641.342000', '121641.345000', '121641.348000', '121641.351000', '121641.354000', '121641.357000', '121641.360000', '121641.363000', '121641.366000', '121641.369000', '121641.371000', '121641.375000', '121641.377000', '121641.380000', '121641.383000', '121641.386000', '121641.389000', '121641.392000', '121641.395000', '121641.398000', '121641.401000', '121641.404000', '121641.407000', '121641.410000', '121641.422000', '121641.425000', '121641.427000', '121641.430000', '121641.433000', '121641.436000', '121641.439000', '121641.442000', '121641.445000', '121641.450000', '121641.453000', '121641.456000', '121641.459000', '121641.462000', '121641.465000', '121701.327000', '121701.330000', '121701.333000', '121701.336000', '121701.339000', '121701.342000', '121701.347000', '121701.349000', '121701.361000', '121701.365000', '121701.368000', '121701.371000', '121701.373000', '121701.376000', '121701.379000', '121701.382000', '121701.385000', '121701.388000', '121701.391000', '121701.394000', '121701.397000', '121701.400000', '121701.403000', '121701.406000', '121701.409000', '121701.411000', '121701.415000', '121701.418000', '121701.420000', '121701.423000', '121701.426000', '121701.429000', '121701.432000', '121701.435000', '121701.438000', '121701.441000', '121701.444000', '121701.447000', '121701.450000', '121701.453000', '121701.456000', '121701.459000', '121701.462000', '121721.328000', '121721.331000', '121721.334000', '121721.345000', '121721.348000', '121721.351000', '121721.354000', '121721.357000', '121721.360000', '121721.363000', '121721.366000', '121721.369000', '121721.372000', '121721.374000', '121721.377000', '121721.380000', '121721.383000', '121721.386000', '121721.389000', '121721.392000', '121721.395000', '121721.398000', '121721.401000', '121721.404000', '121721.407000', '121721.410000', '121721.413000', '121721.416000', '121721.419000', '121721.422000', '121721.424000', '121721.427000', '121721.430000', '121721.433000', '121721.436000', '121721.439000', '121721.442000', '121721.445000', '121721.448000', '121721.451000', '121721.454000', '121721.457000', '121721.460000', '121721.463000', '121741.328000', '121741.331000', '121741.334000', '121741.337000', '121741.340000', '121741.343000', '121741.346000', '121741.349000', '121741.352000', '121741.355000', '121741.358000', '121741.361000', '121741.364000', '121741.367000', '121741.369000', '121741.372000', '121741.375000', '121741.378000', '121741.381000', '121741.384000', '121741.387000', '121741.390000', '121741.393000', '121741.396000', '121741.399000', '121741.402000', '121741.405000', '121741.407000', '121741.410000', '121741.413000', '121741.416000', '121741.419000', '121741.422000', '121741.425000', '121741.428000', '121741.431000', '121741.434000', '121741.437000', '121741.440000', '121741.443000', '121741.446000', '121741.449000', '121741.452000', '121801.328000', '121801.331000', '121801.334000', '121801.337000', '121801.340000', '121801.343000', '121801.346000', '121801.349000', '121801.352000', '121801.355000', '121801.358000', '121801.361000', '121801.364000', '121801.367000', '121801.370000', '121801.373000', '121801.375000', '121801.378000', '121801.381000', '121801.384000', '121801.387000', '121801.390000', '121801.393000', '121801.396000', '121801.399000', '121801.402000', '121801.405000', '121801.408000', '121801.411000', '121801.414000', '121801.417000', '121801.420000', '121801.422000', '121801.425000', '121801.428000', '121801.431000', '121801.434000', '121801.437000', '121801.440000', '121801.443000', '121801.446000', '121801.449000', '121801.452000', '121801.455000', '121806.352000', '121806.355000', '121806.358000', '121806.361000', '121806.365000', '121806.369000', '121806.372000', '121806.375000', '121806.378000', '121806.380000', '121806.383000'], 'InstanceCreationTime': ['121121.393000', '121121.397000', '121121.400000', '121121.409000', '121121.411000', '121121.414000', '121121.417000', '121121.420000', '121121.423000', '121121.426000', '121121.429000', '121121.432000', '121121.435000', '121121.438000', '121121.441000', '121121.443000', '121121.446000', '121121.449000', '121121.452000', '121121.455000', '121121.458000', '121121.461000', '121121.464000', '121121.467000', '121121.469000', '121121.472000', '121121.475000', '121121.478000', '121121.481000', '121121.484000', '121121.487000', '121121.490000', '121121.493000', '121141.327000', '121141.330000', '121141.333000', '121141.336000', '121141.347000', '121141.350000', '121141.353000', '121141.356000', '121141.365000', '121141.368000', '121141.370000', '121141.373000', '121141.376000', '121141.379000', '121141.382000', '121141.389000', '121141.392000', '121141.395000', '121141.397000', '121141.400000', '121141.403000', '121141.406000', '121141.409000', '121141.412000', '121141.415000', '121141.418000', '121141.420000', '121141.423000', '121141.426000', '121141.429000', '121141.432000', '121141.435000', '121141.438000', '121141.441000', '121141.443000', '121141.446000', '121141.449000', '121141.452000', '121141.455000', '121141.458000', '121141.461000', '121141.464000', '121141.467000', '121141.470000', '121201.327000', '121201.330000', '121201.333000', '121201.336000', '121201.339000', '121201.341000', '121201.345000', '121201.351000', '121201.354000', '121201.357000', '121201.360000', '121201.363000', '121201.366000', '121201.369000', '121201.372000', '121201.375000', '121201.377000', '121201.380000', '121201.383000', '121201.386000', '121201.389000', '121201.392000', '121201.395000', '121201.398000', '121201.401000', '121201.403000', '121201.406000', '121201.409000', '121201.412000', '121201.415000', '121201.418000', '121201.421000', '121201.424000', '121201.427000', '121201.437000', '121201.440000', '121201.443000', '121201.446000', '121201.449000', '121201.452000', '121201.455000', '121201.458000', '121201.461000', '121221.327000', '121221.330000', '121221.333000', '121221.336000', '121221.339000', '121221.342000', '121221.344000', '121221.347000', '121221.350000', '121221.353000', '121221.356000', '121221.359000', '121221.362000', '121221.365000', '121221.368000', '121221.371000', '121221.374000', '121221.376000', '121221.379000', '121221.382000', '121221.395000', '121221.398000', '121221.401000', '121221.404000', '121221.407000', '121221.410000', '121221.413000', '121221.416000', '121221.419000', '121221.421000', '121221.424000', '121221.433000', '121221.436000', '121221.439000', '121221.441000', '121221.445000', '121221.448000', '121221.450000', '121221.453000', '121221.456000', '121221.459000', '121221.462000', '121221.465000', '121221.468000', '121241.328000', '121241.331000', '121241.334000', '121241.337000', '121241.340000', '121241.343000', '121241.346000', '121241.349000', '121241.352000', '121241.355000', '121241.357000', '121241.365000', '121241.368000', '121241.371000', '121241.374000', '121241.377000', '121241.380000', '121241.383000', '121241.386000', '121241.389000', '121241.391000', '121241.394000', '121241.397000', '121241.400000', '121241.403000', '121241.406000', '121241.409000', '121241.412000', '121241.415000', '121241.418000', '121241.420000', '121241.423000', '121241.426000', '121241.429000', '121241.432000', '121241.435000', '121241.438000', '121241.441000', '121241.444000', '121241.446000', '121241.449000', '121241.452000', '121241.455000', '121301.328000', '121301.336000', '121301.339000', '121301.341000', '121301.345000', '121301.348000', '121301.352000', '121301.355000', '121301.358000', '121301.361000', '121301.364000', '121301.367000', '121301.370000', '121301.372000', '121301.376000', '121301.378000', '121301.381000', '121301.384000', '121301.387000', '121301.390000', '121301.393000', '121301.396000', '121301.399000', '121301.402000', '121301.405000', '121301.408000', '121301.411000', '121301.413000', '121301.416000', '121301.419000', '121301.422000', '121301.425000', '121301.428000', '121301.431000', '121301.434000', '121301.437000', '121301.440000', '121301.443000', '121301.446000', '121301.449000', '121301.452000', '121301.454000', '121301.457000', '121321.328000', '121321.336000', '121321.339000', '121321.342000', '121321.345000', '121321.348000', '121321.350000', '121321.353000', '121321.356000', '121321.359000', '121321.362000', '121321.365000', '121321.368000', '121321.371000', '121321.374000', '121321.386000', '121321.389000', '121321.392000', '121321.395000', '121321.398000', '121321.401000', '121321.404000', '121321.407000', '121321.410000', '121321.412000', '121321.415000', '121321.418000', '121321.421000', '121321.424000', '121321.427000', '121321.430000', '121321.433000', '121321.436000', '121321.439000', '121321.442000', '121321.445000', '121321.447000', '121321.450000', '121321.453000', '121321.456000', '121321.459000', '121321.462000', '121321.465000', '121321.468000', '121341.327000', '121341.330000', '121341.333000', '121341.336000', '121341.339000', '121341.342000', '121341.345000', '121341.368000', '121341.371000', '121341.374000', '121341.377000', '121341.380000', '121341.383000', '121341.386000', '121341.389000', '121341.392000', '121341.394000', '121341.398000', '121341.400000', '121341.403000', '121341.406000', '121341.409000', '121341.412000', '121341.415000', '121341.418000', '121341.421000', '121341.424000', '121341.427000', '121341.430000', '121341.433000', '121341.436000', '121341.439000', '121341.442000', '121341.445000', '121341.447000', '121341.450000', '121341.454000', '121341.457000', '121341.460000', '121341.463000', '121341.466000', '121341.469000', '121341.471000', '121401.327000', '121401.330000', '121401.333000', '121401.336000', '121401.339000', '121401.342000', '121401.345000', '121401.348000', '121401.351000', '121401.353000', '121401.356000', '121401.359000', '121401.362000', '121401.365000', '121401.368000', '121401.371000', '121401.380000', '121401.383000', '121401.385000', '121401.388000', '121401.391000', '121401.394000', '121401.397000', '121401.400000', '121401.403000', '121401.406000', '121401.409000', '121401.412000', '121401.415000', '121401.418000', '121401.420000', '121401.423000', '121401.426000', '121401.429000', '121401.432000', '121401.435000', '121401.438000', '121401.441000', '121401.444000', '121401.447000', '121401.450000', '121401.452000', '121401.455000', '121401.458000', '121421.327000', '121421.330000', '121421.333000', '121421.336000', '121421.339000', '121421.350000', '121421.354000', '121421.357000', '121421.361000', '121421.364000', '121421.366000', '121421.369000', '121421.372000', '121421.375000', '121421.378000', '121421.381000', '121421.384000', '121421.387000', '121421.390000', '121421.393000', '121421.396000', '121421.399000', '121421.402000', '121421.405000', '121421.408000', '121421.411000', '121421.413000', '121421.416000', '121421.419000', '121421.422000', '121421.425000', '121421.428000', '121421.431000', '121421.441000', '121421.444000', '121421.447000', '121421.450000', '121421.453000', '121421.456000', '121421.458000', '121421.462000', '121421.464000', '121421.467000', '121441.327000', '121441.330000', '121441.333000', '121441.336000', '121441.339000', '121441.342000', '121441.345000', '121441.348000', '121441.351000', '121441.354000', '121441.356000', '121441.369000', '121441.372000', '121441.375000', '121441.377000', '121441.381000', '121441.384000', '121441.386000', '121441.389000', '121441.392000', '121441.395000', '121441.398000', '121441.401000', '121441.404000', '121441.407000', '121441.410000', '121441.413000', '121441.416000', '121441.419000', '121441.422000', '121441.425000', '121441.428000', '121441.430000', '121441.433000', '121441.436000', '121441.439000', '121441.442000', '121441.445000', '121441.448000', '121441.451000', '121441.454000', '121441.457000', '121441.460000', '121441.472000', '121501.328000', '121501.331000', '121501.334000', '121501.337000', '121501.347000', '121501.350000', '121501.353000', '121501.356000', '121501.359000', '121501.362000', '121501.365000', '121501.368000', '121501.371000', '121501.374000', '121501.377000', '121501.380000', '121501.383000', '121501.386000', '121501.389000', '121501.392000', '121501.395000', '121501.398000', '121501.400000', '121501.404000', '121501.406000', '121501.409000', '121501.412000', '121501.415000', '121501.418000', '121501.421000', '121501.424000', '121501.427000', '121501.436000', '121501.439000', '121501.442000', '121501.445000', '121501.448000', '121501.451000', '121501.454000', '121501.457000', '121501.460000', '121501.463000', '121501.465000', '121521.328000', '121521.331000', '121521.334000', '121521.346000', '121521.349000', '121521.352000', '121521.355000', '121521.358000', '121521.360000', '121521.363000', '121521.366000', '121521.369000', '121521.372000', '121521.375000', '121521.378000', '121521.381000', '121521.384000', '121521.387000', '121521.390000', '121521.393000', '121521.396000', '121521.399000', '121521.402000', '121521.404000', '121521.407000', '121521.410000', '121521.413000', '121521.416000', '121521.419000', '121521.422000', '121521.425000', '121521.428000', '121521.431000', '121521.434000', '121521.437000', '121521.440000', '121521.443000', '121521.446000', '121521.449000', '121521.452000', '121521.455000', '121521.468000', '121521.472000', '121521.474000', '121541.328000', '121541.331000', '121541.334000', '121541.337000', '121541.340000', '121541.343000', '121541.346000', '121541.349000', '121541.352000', '121541.355000', '121541.358000', '121541.361000', '121541.364000', '121541.367000', '121541.370000', '121541.373000', '121541.376000', '121541.380000', '121541.385000', '121541.388000', '121541.391000', '121541.394000', '121541.397000', '121541.400000', '121541.408000', '121541.411000', '121541.414000', '121541.417000', '121541.420000', '121541.423000', '121541.426000', '121541.429000', '121541.432000', '121541.434000', '121541.437000', '121541.440000', '121541.443000', '121541.446000', '121541.449000', '121541.452000', '121541.455000', '121541.458000', '121541.461000', '121601.327000', '121601.330000', '121601.333000', '121601.336000', '121601.339000', '121601.342000', '121601.345000', '121601.348000', '121601.351000', '121601.354000', '121601.357000', '121601.360000', '121601.362000', '121601.366000', '121601.368000', '121601.371000', '121601.374000', '121601.377000', '121601.380000', '121601.383000', '121601.386000', '121601.389000', '121601.392000', '121601.395000', '121601.398000', '121601.401000', '121601.404000', '121601.407000', '121601.410000', '121601.413000', '121601.415000', '121601.418000', '121601.421000', '121601.424000', '121601.427000', '121601.430000', '121601.433000', '121601.436000', '121601.439000', '121601.442000', '121601.444000', '121601.448000', '121601.450000', '121601.453000', '121621.327000', '121621.330000', '121621.333000', '121621.336000', '121621.339000', '121621.342000', '121621.345000', '121621.348000', '121621.351000', '121621.354000', '121621.357000', '121621.360000', '121621.363000', '121621.365000', '121621.368000', '121621.371000', '121621.374000', '121621.377000', '121621.380000', '121621.383000', '121621.386000', '121621.389000', '121621.392000', '121621.395000', '121621.398000', '121621.401000', '121621.404000', '121621.407000', '121621.410000', '121621.413000', '121621.416000', '121621.420000', '121621.423000', '121621.426000', '121621.429000', '121621.432000', '121621.435000', '121621.438000', '121621.441000', '121621.444000', '121621.447000', '121621.450000', '121621.452000', '121641.327000', '121641.330000', '121641.333000', '121641.336000', '121641.339000', '121641.342000', '121641.345000', '121641.348000', '121641.351000', '121641.354000', '121641.357000', '121641.360000', '121641.363000', '121641.366000', '121641.369000', '121641.371000', '121641.375000', '121641.377000', '121641.380000', '121641.383000', '121641.386000', '121641.389000', '121641.392000', '121641.395000', '121641.398000', '121641.401000', '121641.404000', '121641.407000', '121641.410000', '121641.422000', '121641.425000', '121641.427000', '121641.430000', '121641.433000', '121641.436000', '121641.439000', '121641.442000', '121641.445000', '121641.450000', '121641.453000', '121641.456000', '121641.459000', '121641.462000', '121641.465000', '121701.327000', '121701.330000', '121701.333000', '121701.336000', '121701.339000', '121701.342000', '121701.347000', '121701.349000', '121701.361000', '121701.365000', '121701.368000', '121701.371000', '121701.373000', '121701.376000', '121701.379000', '121701.382000', '121701.385000', '121701.388000', '121701.391000', '121701.394000', '121701.397000', '121701.400000', '121701.403000', '121701.406000', '121701.409000', '121701.411000', '121701.415000', '121701.418000', '121701.420000', '121701.423000', '121701.426000', '121701.429000', '121701.432000', '121701.435000', '121701.438000', '121701.441000', '121701.444000', '121701.447000', '121701.450000', '121701.453000', '121701.456000', '121701.459000', '121701.462000', '121721.328000', '121721.331000', '121721.334000', '121721.345000', '121721.348000', '121721.351000', '121721.354000', '121721.357000', '121721.360000', '121721.363000', '121721.366000', '121721.369000', '121721.372000', '121721.374000', '121721.377000', '121721.380000', '121721.383000', '121721.386000', '121721.389000', '121721.392000', '121721.395000', '121721.398000', '121721.401000', '121721.404000', '121721.407000', '121721.410000', '121721.413000', '121721.416000', '121721.419000', '121721.422000', '121721.424000', '121721.427000', '121721.430000', '121721.433000', '121721.436000', '121721.439000', '121721.442000', '121721.445000', '121721.448000', '121721.451000', '121721.454000', '121721.457000', '121721.460000', '121721.463000', '121741.328000', '121741.331000', '121741.334000', '121741.337000', '121741.340000', '121741.343000', '121741.346000', '121741.349000', '121741.352000', '121741.355000', '121741.358000', '121741.361000', '121741.364000', '121741.367000', '121741.369000', '121741.372000', '121741.375000', '121741.378000', '121741.381000', '121741.384000', '121741.387000', '121741.390000', '121741.393000', '121741.396000', '121741.399000', '121741.402000', '121741.405000', '121741.407000', '121741.410000', '121741.413000', '121741.416000', '121741.419000', '121741.422000', '121741.425000', '121741.428000', '121741.431000', '121741.434000', '121741.437000', '121741.440000', '121741.443000', '121741.446000', '121741.449000', '121741.452000', '121801.328000', '121801.331000', '121801.334000', '121801.337000', '121801.340000', '121801.343000', '121801.346000', '121801.349000', '121801.352000', '121801.355000', '121801.358000', '121801.361000', '121801.364000', '121801.367000', '121801.370000', '121801.373000', '121801.375000', '121801.378000', '121801.381000', '121801.384000', '121801.387000', '121801.390000', '121801.393000', '121801.396000', '121801.399000', '121801.402000', '121801.405000', '121801.408000', '121801.411000', '121801.414000', '121801.417000', '121801.420000', '121801.422000', '121801.425000', '121801.428000', '121801.431000', '121801.434000', '121801.437000', '121801.440000', '121801.443000', '121801.446000', '121801.449000', '121801.452000', '121801.455000', '121806.352000', '121806.355000', '121806.358000', '121806.361000', '121806.365000', '121806.369000', '121806.372000', '121806.375000', '121806.378000', '121806.380000', '121806.383000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [11077, 13452, 10117, 12858, 9653, 13100, 10165, 13063, 7357, 11509, 9294, 10135, 8432, 8823, 8010, 11485, 9856, 11331, 7450, 10166, 6714, 12323, 7244, 9921, 6517, 9815, 7909, 7426, 6803, 6948, 6752, 6481, 10992, 7245, 12538, 8541, 10545, 6709, 9506, 7417, 9066, 6677, 9727, 6869, 9911, 6493, 7998, 6511, 7979, 6660, 8017, 7088, 9722, 6633, 8020, 6676, 8403, 6725, 7440, 8691, 6921, 10012, 8150, 10385, 6762, 9292, 6720, 10474, 6918, 10305, 7119, 9398, 6707, 8813, 6606, 8465, 6746, 11239, 8542, 7534, 7036, 7139, 6860, 6651, 8730, 8137, 9887, 8191, 7045, 6482, 11505, 6895, 10534, 7065, 9698, 6915, 6834, 11133, 8110, 11048, 7591, 11108, 8100, 7227, 11637, 6919, 9717, 6926, 8504, 7284, 8619, 7158, 6569, 9673, 6731, 11673, 8098, 11493, 8168, 9281, 6908, 7411, 7825, 6492, 12672, 9547, 10427, 8106, 8741, 6521, 6347, 10614, 7294, 10805, 7574, 9638, 7022, 7301, 6749, 7511, 6953, 6462, 9559, 6670, 12527, 8838, 10343, 6643, 8309, 6538, 8627, 7046, 8193, 8709, 6496, 11840, 8372, 9236, 6596, 7723, 7470, 6377, 11935, 7252, 9875, 6597, 8580, 7499, 8270, 7273, 7479, 6880, 7128, 6851, 6338, 11203, 7071, 8734, 6899, 6442, 10617, 6400, 9531, 6770, 8258, 7927, 7732, 10885, 7426, 11224, 7855, 9408, 7283, 6719, 12090, 8203, 9684, 6642, 7452, 6879, 6577, 9010, 6487, 10691, 6668, 8644, 6671, 8308, 6873, 7816, 6934, 8310, 8002, 6684, 12586, 8290, 9730, 7461, 9421, 7574, 10066, 7176, 6513, 11707, 8173, 10974, 7445, 9219, 7513, 6289, 12261, 7302, 9346, 6564, 7467, 8307, 6476, 12214, 8889, 9439, 6488, 7160, 7079, 7158, 6652, 7086, 6485, 7246, 6704, 7321, 6789, 6347, 9398, 6865, 11618, 8155, 10551, 6575, 8144, 9459, 6537, 12044, 9080, 11182, 8340, 9174, 6546, 7480, 6539, 9773, 8099, 7056, 10097, 6536, 11204, 6899, 9102, 6596, 8483, 6812, 6362, 9472, 6432, 11257, 6556, 8896, 6746, 7054, 6858, 7226, 6706, 8213, 6806, 7198, 6879, 7056, 6749, 6715, 6274, 7930, 7362, 9585, 8491, 13047, 9901, 12185, 8465, 10748, 8960, 12668, 10302, 13810, 10589, 12696, 9667, 12934, 9112, 9964, 10985, 12109, 8285, 8034, 6304, 6660, 6781, 6703, 7464, 6374, 6712, 6313, 6952, 6607, 6455, 6465, 6293, 9001, 6361, 10958, 8413, 8181, 10519, 8568, 11323, 8397, 10522, 7420, 9425, 7302, 7391, 8481, 6246, 10129, 6290, 11724, 6901, 9885, 6527, 7706, 8278, 6333, 11064, 6357, 8519, 6319, 7015, 9130, 6519, 10495, 6750, 11281, 6357, 8117, 6217, 6925, 7970, 6424, 10989, 8136, 11309, 6389, 8724, 6204, 7960, 7749, 6184, 12059, 8398, 10846, 7317, 8480, 6451, 7873, 6440, 6552, 6515, 7056, 6524, 6516, 8764, 6434, 9146, 7416, 6496, 6398, 8437, 6601, 10729, 6704, 8337, 6680, 8273, 9905, 7534, 11841, 7560, 9411, 6607, 6412, 10754, 7813, 11532, 7621, 8515, 7130, 6420, 10874, 6467, 8083, 6637, 6814, 6662, 7800, 6597, 6664, 6667, 6792, 6412, 6574, 10981, 7451, 9957, 7611, 8481, 6602, 6283, 11815, 8152, 9937, 8044, 7352, 11776, 8742, 11357, 7065, 8547, 6980, 6464, 11557, 7735, 9382, 7123, 9034, 6394, 6858, 6767, 6939, 6513, 7064, 7010, 7579, 6442, 6622, 10912, 6706, 8875, 6804, 7385, 11463, 7962, 11118, 7034, 7978, 10982, 7126, 11387, 7271, 7827, 8499, 6628, 11210, 6289, 8728, 6412, 7549, 6944, 7262, 6645, 6342, 6606, 6638, 6656, 6655, 6473, 6272, 6204, 9785, 8099, 7789, 6348, 7590, 6814, 8058, 11876, 9676, 12046, 8846, 9447, 7026, 7763, 6726, 8473, 6446, 6511, 6247, 7669, 8432, 6448, 11293, 7241, 11019, 7077, 7818, 6438, 6806, 6511, 7073, 6587, 6340, 6367, 6518, 6293, 6326, 6489, 6525, 6411, 8998, 6503, 8418, 6313, 7227, 11626, 8055, 10818, 8966, 10203, 10851, 7614, 12305, 9199, 10735, 8761, 7006, 12291, 6988, 11082, 8232, 9759, 6664, 6495, 9835, 6400, 10155, 6332, 7635, 6237, 6427, 6328, 6474, 6205, 6695, 6448, 7132, 6631, 6943, 6669, 6872, 6241, 7979, 6536, 12564, 10812, 9040, 7583, 8894, 7690, 12387, 9010, 10990, 7839, 8085, 12055, 9316, 12481, 10087, 11653, 9132, 10466, 8111, 9444, 7527, 9497, 8313, 8155, 6813, 6063, 7008, 6226, 6694, 6236, 7218, 6181, 7069, 7023, 6785, 10518, 6736, 11438, 6842, 8737, 6678, 8143, 6652, 7629, 6364, 7159, 6462, 6498, 8705, 6409, 10999, 6421, 8764, 6486, 8449, 6532, 6551, 6379, 6525, 7752, 6795, 12210, 9029, 9786, 6420, 8609, 6465, 8176, 7777, 6642, 11566, 7414, 9983, 6524, 7267, 7767, 6450, 10531, 6393, 9505, 7813, 8631, 6699, 7080, 6674, 6433, 6792, 6753, 8314, 6480, 10280, 6406, 10316, 6525, 8885, 11543, 8314, 10862, 7956, 9371, 6751, 6847, 11077, 7186, 10780, 7797, 8325, 10784, 6405, 11647, 6563, 8396, 6553, 8374, 8614, 6767, 11030, 6364, 9344, 6680, 7346, 6466, 6347, 7842, 6460, 7392, 6544, 7669, 6627, 8131, 6625, 8354, 6445, 7011, 6539, 6534, 10839, 6970, 10660, 8235, 10218, 9083, 6521, 12344, 7240, 8768, 8016, 6562, 10965, 7685, 11068, 8089, 8855, 6488, 6761, 6789, 6850, 6393, 6947, 6350, 8074, 6198, 6631, 6519, 6739, 10890, 7906, 12430, 7933, 9373, 7668, 6251, 11113, 7319, 11884, 8016, 8882, 6326, 6518, 9075, 6545, 11038, 6452, 8059, 6537, 6451, 6864, 6734, 6425, 6889, 6344, 6888, 6380, 6414, 9545, 6830, 9504, 6714, 7750, 6460, 6381, 9378, 6662, 11772, 7661, 10208, 7569, 6715, 10469, 6300, 10925, 6827, 9384, 7301, 7287, 6392, 6393, 9585, 6550, 9653, 6841, 6981, 6606, 6430, 9172, 6520, 10074, 6446, 7864, 6472, 6330, 8647, 6421, 9032, 6840, 7950, 6773, 6684, 6852, 6893, 6938, 6640, 6933, 6576, 10994, 6580, 10129, 6815, 11127, 11762, 9101, 11039, 8076, 10529, 7818, 8182, 12725, 9373, 11201, 9758, 8560, 12132, 6738, 11825, 7820, 10693, 12237, 9789, 12857, 7268, 9938, 6621, 7027, 11755, 8574, 11619, 7649, 9281, 6413, 6557, 9367, 6595, 10899, 8103, 9579, 6412, 7161, 6319, 6427, 6602, 6480, 7027, 6646, 6346, 6686, 6744, 6417, 10189, 6481, 8915, 6659, 8544, 6480, 6652, 9347, 6590, 10321, 6977, 9486, 6958, 9985, 6465, 7618, 6811, 7592, 8592, 8156, 11532, 8358, 11363, 6698, 9249, 6634, 6835, 8207], 'WindowCenter': [4259.0, 4252.0, 4217.0, 4211.0, 4175.0, 4192.0, 4173.0, 4192.0, 4138.0, 4166.0, 4158.0, 4156.0, 4135.0, 4143.0, 4132.0, 4163.0, 4155.0, 4164.0, 4120.0, 4152.0, 4110.0, 4158.0, 4121.0, 4140.0, 4109.0, 4140.0, 4131.0, 4121.0, 4111.0, 4108.0, 4108.0, 4098.0, 4149.0, 4120.0, 4163.0, 4141.0, 4151.0, 4123.0, 4143.0, 4120.0, 4130.0, 4109.0, 4141.0, 4112.0, 4141.0, 4112.0, 4130.0, 4111.0, 4129.0, 4109.0, 4130.0, 4120.0, 4142.0, 4122.0, 4130.0, 4111.0, 4129.0, 4109.0, 4119.0, 4133.0, 4120.0, 4153.0, 4134.0, 4152.0, 4121.0, 4141.0, 4121.0, 4152.0, 4122.0, 4164.0, 4136.0, 4156.0, 4138.0, 4157.0, 4137.0, 4148.0, 4138.0, 4181.0, 4159.0, 4149.0, 4150.0, 4150.0, 4136.0, 4139.0, 4161.0, 4160.0, 4185.0, 4172.0, 4151.0, 4151.0, 4189.0, 4150.0, 4182.0, 4152.0, 4185.0, 4154.0, 4153.0, 4191.0, 4159.0, 4182.0, 4148.0, 4180.0, 4150.0, 4147.0, 4180.0, 4135.0, 4155.0, 4134.0, 4146.0, 4147.0, 4159.0, 4139.0, 4138.0, 4167.0, 4126.0, 4176.0, 4146.0, 4193.0, 4160.0, 4156.0, 4137.0, 4135.0, 4132.0, 4113.0, 4174.0, 4155.0, 4154.0, 4133.0, 4143.0, 4110.0, 4111.0, 4150.0, 4121.0, 4151.0, 4132.0, 4155.0, 4124.0, 4133.0, 4123.0, 4134.0, 4121.0, 4112.0, 4153.0, 4125.0, 4190.0, 4159.0, 4168.0, 4126.0, 4143.0, 4112.0, 4143.0, 4121.0, 4144.0, 4144.0, 4123.0, 4163.0, 4131.0, 4141.0, 4109.0, 4120.0, 4122.0, 4109.0, 4162.0, 4121.0, 4140.0, 4112.0, 4143.0, 4123.0, 4146.0, 4137.0, 4134.0, 4133.0, 4122.0, 4124.0, 4125.0, 4168.0, 4137.0, 4147.0, 4138.0, 4125.0, 4165.0, 4126.0, 4156.0, 4126.0, 4147.0, 4148.0, 4148.0, 4180.0, 4139.0, 4168.0, 4147.0, 4145.0, 4125.0, 4122.0, 4164.0, 4132.0, 4142.0, 4123.0, 4134.0, 4123.0, 4123.0, 4144.0, 4125.0, 4170.0, 4139.0, 4173.0, 4153.0, 4161.0, 4142.0, 4151.0, 4140.0, 4161.0, 4161.0, 4155.0, 4191.0, 4159.0, 4171.0, 4135.0, 4156.0, 4136.0, 4171.0, 4138.0, 4127.0, 4175.0, 4144.0, 4154.0, 4123.0, 4143.0, 4122.0, 4112.0, 4162.0, 4120.0, 4129.0, 4107.0, 4109.0, 4127.0, 4098.0, 4160.0, 4131.0, 4129.0, 4108.0, 4108.0, 4108.0, 4109.0, 4109.0, 4121.0, 4110.0, 4136.0, 4124.0, 4138.0, 4125.0, 4115.0, 4143.0, 4124.0, 4166.0, 4134.0, 4154.0, 4125.0, 4134.0, 4144.0, 4112.0, 4164.0, 4145.0, 4167.0, 4147.0, 4143.0, 4112.0, 4120.0, 4111.0, 4155.0, 4135.0, 4122.0, 4157.0, 4111.0, 4153.0, 4111.0, 4130.0, 4112.0, 4144.0, 4123.0, 4111.0, 4154.0, 4112.0, 4151.0, 4111.0, 4131.0, 4111.0, 4122.0, 4124.0, 4123.0, 4124.0, 4145.0, 4125.0, 4139.0, 4151.0, 4155.0, 4154.0, 4137.0, 4126.0, 4136.0, 4137.0, 4154.0, 4144.0, 4145.0, 4167.0, 4176.0, 4145.0, 4165.0, 4157.0, 4188.0, 4180.0, 4202.0, 4165.0, 4176.0, 4156.0, 4177.0, 4160.0, 4172.0, 4168.0, 4163.0, 4116.0, 4090.0, 4077.0, 4078.0, 4092.0, 4089.0, 4102.0, 4093.0, 4091.0, 4093.0, 4107.0, 4106.0, 4108.0, 4097.0, 4098.0, 4129.0, 4100.0, 4139.0, 4118.0, 4117.0, 4128.0, 4116.0, 4135.0, 4103.0, 4125.0, 4093.0, 4112.0, 4094.0, 4103.0, 4115.0, 4094.0, 4126.0, 4094.0, 4147.0, 4105.0, 4126.0, 4095.0, 4118.0, 4116.0, 4097.0, 4138.0, 4097.0, 4129.0, 4097.0, 4120.0, 4143.0, 4113.0, 4152.0, 4122.0, 4164.0, 4124.0, 4131.0, 4114.0, 4123.0, 4135.0, 4126.0, 4165.0, 4146.0, 4165.0, 4126.0, 4143.0, 4113.0, 4132.0, 4120.0, 4112.0, 4162.0, 4132.0, 4151.0, 4120.0, 4131.0, 4110.0, 4133.0, 4093.0, 4067.0, 4078.0, 4103.0, 4109.0, 4122.0, 4155.0, 4124.0, 4155.0, 4149.0, 4138.0, 4127.0, 4147.0, 4137.0, 4168.0, 4127.0, 4147.0, 4126.0, 4148.0, 4168.0, 4148.0, 4177.0, 4135.0, 4155.0, 4122.0, 4113.0, 4164.0, 4132.0, 4165.0, 4134.0, 4141.0, 4122.0, 4111.0, 4152.0, 4111.0, 4131.0, 4123.0, 4124.0, 4125.0, 4148.0, 4138.0, 4138.0, 4152.0, 4138.0, 4138.0, 4139.0, 4180.0, 4151.0, 4182.0, 4161.0, 4162.0, 4139.0, 4126.0, 4179.0, 4147.0, 4155.0, 4145.0, 4135.0, 4176.0, 4144.0, 4164.0, 4122.0, 4142.0, 4122.0, 4109.0, 4161.0, 4131.0, 4141.0, 4124.0, 4145.0, 4124.0, 4122.0, 4122.0, 4122.0, 4137.0, 4136.0, 4138.0, 4150.0, 4141.0, 4140.0, 4179.0, 4125.0, 4158.0, 4124.0, 4138.0, 4167.0, 4136.0, 4167.0, 4124.0, 4133.0, 4151.0, 4122.0, 4150.0, 4121.0, 4119.0, 4131.0, 4111.0, 4152.0, 4111.0, 4130.0, 4122.0, 4132.0, 4135.0, 4134.0, 4124.0, 4122.0, 4140.0, 4125.0, 4125.0, 4124.0, 4124.0, 4124.0, 4112.0, 4152.0, 4133.0, 4132.0, 4125.0, 4135.0, 4123.0, 4148.0, 4180.0, 4185.0, 4192.0, 4159.0, 4156.0, 4124.0, 4133.0, 4109.0, 4132.0, 4107.0, 4107.0, 4097.0, 4115.0, 4117.0, 4095.0, 4137.0, 4105.0, 4136.0, 4094.0, 4101.0, 4080.0, 4093.0, 4094.0, 4105.0, 4105.0, 4110.0, 4124.0, 4125.0, 4126.0, 4137.0, 4139.0, 4138.0, 4140.0, 4159.0, 4140.0, 4162.0, 4139.0, 4150.0, 4180.0, 4149.0, 4168.0, 4146.0, 4156.0, 4168.0, 4135.0, 4176.0, 4155.0, 4154.0, 4133.0, 4123.0, 4162.0, 4120.0, 4152.0, 4131.0, 4141.0, 4110.0, 4109.0, 4139.0, 4107.0, 4139.0, 4110.0, 4117.0, 4110.0, 4111.0, 4110.0, 4110.0, 4114.0, 4135.0, 4127.0, 4137.0, 4140.0, 4150.0, 4140.0, 4151.0, 4139.0, 4147.0, 4129.0, 4167.0, 4149.0, 4137.0, 4130.0, 4151.0, 4154.0, 4209.0, 4171.0, 4184.0, 4151.0, 4149.0, 4180.0, 4156.0, 4178.0, 4168.0, 4165.0, 4143.0, 4142.0, 4119.0, 4129.0, 4118.0, 4125.0, 4116.0, 4117.0, 4096.0, 4085.0, 4105.0, 4084.0, 4094.0, 4095.0, 4105.0, 4085.0, 4107.0, 4106.0, 4096.0, 4125.0, 4094.0, 4137.0, 4096.0, 4115.0, 4097.0, 4116.0, 4097.0, 4116.0, 4100.0, 4110.0, 4109.0, 4109.0, 4132.0, 4111.0, 4151.0, 4112.0, 4132.0, 4112.0, 4144.0, 4125.0, 4115.0, 4124.0, 4126.0, 4135.0, 4126.0, 4176.0, 4147.0, 4157.0, 4124.0, 4147.0, 4126.0, 4145.0, 4134.0, 4124.0, 4165.0, 4124.0, 4155.0, 4114.0, 4122.0, 4133.0, 4112.0, 4154.0, 4127.0, 4153.0, 4149.0, 4157.0, 4138.0, 4138.0, 4142.0, 4139.0, 4150.0, 4152.0, 4175.0, 4143.0, 4184.0, 4144.0, 4171.0, 4128.0, 4159.0, 4180.0, 4150.0, 4180.0, 4149.0, 4159.0, 4139.0, 4138.0, 4166.0, 4125.0, 4164.0, 4133.0, 4145.0, 4165.0, 4113.0, 4163.0, 4121.0, 4133.0, 4112.0, 4135.0, 4145.0, 4122.0, 4153.0, 4112.0, 4142.0, 4111.0, 4120.0, 4112.0, 4112.0, 4132.0, 4112.0, 4134.0, 4125.0, 4134.0, 4138.0, 4147.0, 4139.0, 4161.0, 4142.0, 4152.0, 4144.0, 4144.0, 4181.0, 4139.0, 4169.0, 4148.0, 4170.0, 4157.0, 4128.0, 4177.0, 4134.0, 4144.0, 4132.0, 4122.0, 4168.0, 4149.0, 4168.0, 4132.0, 4146.0, 4126.0, 4122.0, 4126.0, 4124.0, 4124.0, 4122.0, 4123.0, 4146.0, 4114.0, 4124.0, 4125.0, 4124.0, 4167.0, 4136.0, 4164.0, 4133.0, 4143.0, 4119.0, 4111.0, 4150.0, 4119.0, 4148.0, 4118.0, 4128.0, 4098.0, 4098.0, 4128.0, 4096.0, 4136.0, 4098.0, 4117.0, 4097.0, 4097.0, 4109.0, 4123.0, 4110.0, 4122.0, 4125.0, 4125.0, 4112.0, 4124.0, 4156.0, 4124.0, 4155.0, 4126.0, 4135.0, 4127.0, 4125.0, 4144.0, 4124.0, 4178.0, 4147.0, 4155.0, 4132.0, 4125.0, 4154.0, 4111.0, 4152.0, 4124.0, 4144.0, 4123.0, 4122.0, 4112.0, 4112.0, 4141.0, 4112.0, 4142.0, 4123.0, 4123.0, 4123.0, 4125.0, 4158.0, 4125.0, 4157.0, 4125.0, 4135.0, 4116.0, 4125.0, 4145.0, 4124.0, 4156.0, 4138.0, 4147.0, 4139.0, 4139.0, 4156.0, 4164.0, 4166.0, 4168.0, 4166.0, 4170.0, 4212.0, 4172.0, 4199.0, 4168.0, 4198.0, 4194.0, 4174.0, 4186.0, 4164.0, 4185.0, 4165.0, 4162.0, 4180.0, 4157.0, 4170.0, 4160.0, 4160.0, 4180.0, 4138.0, 4177.0, 4135.0, 4155.0, 4167.0, 4156.0, 4177.0, 4122.0, 4142.0, 4110.0, 4109.0, 4151.0, 4118.0, 4150.0, 4117.0, 4129.0, 4096.0, 4097.0, 4128.0, 4094.0, 4136.0, 4116.0, 4125.0, 4095.0, 4104.0, 4098.0, 4097.0, 4107.0, 4097.0, 4122.0, 4111.0, 4112.0, 4123.0, 4122.0, 4112.0, 4153.0, 4111.0, 4144.0, 4112.0, 4143.0, 4114.0, 4126.0, 4143.0, 4124.0, 4153.0, 4126.0, 4157.0, 4137.0, 4169.0, 4138.0, 4147.0, 4137.0, 4147.0, 4158.0, 4147.0, 4179.0, 4149.0, 4168.0, 4124.0, 4144.0, 4123.0, 4123.0, 4143.0], 'WindowWidth': [9428.0, 9410.0, 9350.0, 9331.0, 9272.0, 9293.0, 9264.0, 9289.0, 9208.0, 9241.0, 9233.0, 9228.0, 9197.0, 9205.0, 9191.0, 9234.0, 9223.0, 9236.0, 9170.0, 9216.0, 9158.0, 9220.0, 9170.0, 9200.0, 9154.0, 9200.0, 9185.0, 9171.0, 9158.0, 9152.0, 9153.0, 9138.0, 9209.0, 9172.0, 9233.0, 9203.0, 9217.0, 9180.0, 9204.0, 9172.0, 9184.0, 9156.0, 9200.0, 9164.0, 9201.0, 9166.0, 9184.0, 9162.0, 9183.0, 9156.0, 9185.0, 9174.0, 9204.0, 9181.0, 9187.0, 9162.0, 9184.0, 9157.0, 9170.0, 9191.0, 9173.0, 9220.0, 9192.0, 9218.0, 9176.0, 9203.0, 9177.0, 9219.0, 9181.0, 9238.0, 9205.0, 9230.0, 9209.0, 9233.0, 9207.0, 9223.0, 9210.0, 9269.0, 9241.0, 9227.0, 9229.0, 9228.0, 9206.0, 9210.0, 9243.0, 9244.0, 9284.0, 9263.0, 9236.0, 9237.0, 9283.0, 9231.0, 9276.0, 9236.0, 9286.0, 9240.0, 9240.0, 9288.0, 9241.0, 9274.0, 9224.0, 9269.0, 9226.0, 9220.0, 9267.0, 9201.0, 9230.0, 9200.0, 9218.0, 9221.0, 9240.0, 9211.0, 9210.0, 9247.0, 9191.0, 9258.0, 9220.0, 9289.0, 9241.0, 9233.0, 9207.0, 9199.0, 9193.0, 9166.0, 9251.0, 9224.0, 9224.0, 9195.0, 9207.0, 9161.0, 9161.0, 9211.0, 9173.0, 9214.0, 9191.0, 9226.0, 9184.0, 9195.0, 9185.0, 9198.0, 9176.0, 9166.0, 9221.0, 9186.0, 9280.0, 9239.0, 9248.0, 9190.0, 9209.0, 9166.0, 9207.0, 9178.0, 9211.0, 9210.0, 9183.0, 9235.0, 9189.0, 9201.0, 9156.0, 9173.0, 9174.0, 9158.0, 9230.0, 9174.0, 9200.0, 9164.0, 9205.0, 9180.0, 9216.0, 9201.0, 9196.0, 9196.0, 9180.0, 9183.0, 9186.0, 9247.0, 9204.0, 9218.0, 9206.0, 9188.0, 9241.0, 9190.0, 9229.0, 9188.0, 9219.0, 9220.0, 9223.0, 9267.0, 9209.0, 9249.0, 9217.0, 9212.0, 9183.0, 9177.0, 9237.0, 9190.0, 9205.0, 9180.0, 9195.0, 9180.0, 9179.0, 9210.0, 9187.0, 9252.0, 9214.0, 9263.0, 9239.0, 9243.0, 9219.0, 9229.0, 9212.0, 9243.0, 9246.0, 9243.0, 9287.0, 9237.0, 9258.0, 9202.0, 9228.0, 9201.0, 9257.0, 9208.0, 9191.0, 9256.0, 9208.0, 9222.0, 9178.0, 9206.0, 9177.0, 9162.0, 9231.0, 9169.0, 9180.0, 9149.0, 9152.0, 9176.0, 9139.0, 9223.0, 9183.0, 9182.0, 9154.0, 9151.0, 9152.0, 9153.0, 9156.0, 9172.0, 9158.0, 9198.0, 9183.0, 9203.0, 9186.0, 9172.0, 9208.0, 9182.0, 9242.0, 9197.0, 9222.0, 9184.0, 9194.0, 9207.0, 9163.0, 9234.0, 9209.0, 9245.0, 9216.0, 9207.0, 9163.0, 9171.0, 9161.0, 9225.0, 9197.0, 9178.0, 9226.0, 9162.0, 9216.0, 9159.0, 9182.0, 9161.0, 9208.0, 9178.0, 9162.0, 9221.0, 9163.0, 9214.0, 9159.0, 9187.0, 9161.0, 9177.0, 9181.0, 9180.0, 9182.0, 9211.0, 9186.0, 9211.0, 9233.0, 9244.0, 9245.0, 9207.0, 9190.0, 9199.0, 9200.0, 9223.0, 9207.0, 9195.0, 9245.0, 9258.0, 9209.0, 9237.0, 9229.0, 9278.0, 9270.0, 9304.0, 9240.0, 9256.0, 9227.0, 9261.0, 9236.0, 9261.0, 9246.0, 9235.0, 9158.0, 9112.0, 9093.0, 9095.0, 9118.0, 9114.0, 9138.0, 9124.0, 9119.0, 9125.0, 9151.0, 9147.0, 9152.0, 9135.0, 9138.0, 9178.0, 9139.0, 9191.0, 9160.0, 9158.0, 9173.0, 9154.0, 9179.0, 9134.0, 9165.0, 9120.0, 9145.0, 9123.0, 9134.0, 9153.0, 9124.0, 9169.0, 9125.0, 9200.0, 9140.0, 9170.0, 9128.0, 9162.0, 9158.0, 9133.0, 9189.0, 9134.0, 9177.0, 9134.0, 9170.0, 9203.0, 9162.0, 9216.0, 9176.0, 9236.0, 9181.0, 9186.0, 9165.0, 9177.0, 9198.0, 9186.0, 9240.0, 9214.0, 9240.0, 9186.0, 9204.0, 9164.0, 9189.0, 9172.0, 9160.0, 9229.0, 9187.0, 9212.0, 9171.0, 9186.0, 9157.0, 9191.0, 9122.0, 9075.0, 9095.0, 9139.0, 9157.0, 9178.0, 9229.0, 9186.0, 9227.0, 9229.0, 9210.0, 9195.0, 9220.0, 9206.0, 9246.0, 9191.0, 9220.0, 9191.0, 9222.0, 9251.0, 9223.0, 9259.0, 9201.0, 9226.0, 9179.0, 9168.0, 9237.0, 9193.0, 9238.0, 9194.0, 9203.0, 9176.0, 9161.0, 9217.0, 9161.0, 9188.0, 9183.0, 9184.0, 9189.0, 9225.0, 9211.0, 9212.0, 9235.0, 9213.0, 9211.0, 9212.0, 9269.0, 9231.0, 9278.0, 9245.0, 9246.0, 9212.0, 9193.0, 9263.0, 9216.0, 9228.0, 9213.0, 9200.0, 9258.0, 9212.0, 9240.0, 9180.0, 9204.0, 9176.0, 9157.0, 9229.0, 9189.0, 9203.0, 9182.0, 9213.0, 9185.0, 9181.0, 9182.0, 9180.0, 9210.0, 9206.0, 9210.0, 9230.0, 9216.0, 9216.0, 9266.0, 9190.0, 9233.0, 9184.0, 9207.0, 9246.0, 9201.0, 9243.0, 9182.0, 9193.0, 9217.0, 9175.0, 9214.0, 9171.0, 9168.0, 9187.0, 9160.0, 9216.0, 9160.0, 9186.0, 9179.0, 9191.0, 9199.0, 9197.0, 9186.0, 9180.0, 9216.0, 9187.0, 9185.0, 9183.0, 9183.0, 9184.0, 9165.0, 9217.0, 9192.0, 9193.0, 9188.0, 9198.0, 9180.0, 9219.0, 9269.0, 9282.0, 9291.0, 9240.0, 9231.0, 9184.0, 9195.0, 9158.0, 9188.0, 9153.0, 9151.0, 9136.0, 9158.0, 9162.0, 9130.0, 9188.0, 9142.0, 9184.0, 9126.0, 9133.0, 9104.0, 9125.0, 9128.0, 9143.0, 9146.0, 9158.0, 9182.0, 9188.0, 9193.0, 9208.0, 9213.0, 9211.0, 9215.0, 9239.0, 9215.0, 9246.0, 9214.0, 9229.0, 9268.0, 9223.0, 9247.0, 9214.0, 9230.0, 9245.0, 9199.0, 9258.0, 9225.0, 9224.0, 9191.0, 9177.0, 9232.0, 9172.0, 9216.0, 9185.0, 9200.0, 9156.0, 9155.0, 9194.0, 9151.0, 9194.0, 9156.0, 9164.0, 9159.0, 9162.0, 9160.0, 9161.0, 9170.0, 9202.0, 9195.0, 9207.0, 9212.0, 9231.0, 9215.0, 9234.0, 9210.0, 9215.0, 9192.0, 9234.0, 9210.0, 9190.0, 9188.0, 9219.0, 9233.0, 9320.0, 9257.0, 9278.0, 9229.0, 9225.0, 9265.0, 9228.0, 9264.0, 9247.0, 9240.0, 9203.0, 9199.0, 9168.0, 9178.0, 9161.0, 9168.0, 9157.0, 9159.0, 9132.0, 9115.0, 9141.0, 9114.0, 9127.0, 9130.0, 9142.0, 9116.0, 9146.0, 9143.0, 9129.0, 9167.0, 9125.0, 9185.0, 9128.0, 9152.0, 9131.0, 9156.0, 9135.0, 9158.0, 9142.0, 9155.0, 9155.0, 9154.0, 9188.0, 9159.0, 9214.0, 9162.0, 9189.0, 9163.0, 9210.0, 9185.0, 9170.0, 9184.0, 9187.0, 9198.0, 9189.0, 9257.0, 9218.0, 9231.0, 9184.0, 9215.0, 9186.0, 9210.0, 9195.0, 9180.0, 9239.0, 9183.0, 9223.0, 9168.0, 9178.0, 9193.0, 9164.0, 9224.0, 9191.0, 9222.0, 9223.0, 9233.0, 9210.0, 9211.0, 9219.0, 9213.0, 9232.0, 9235.0, 9269.0, 9225.0, 9278.0, 9224.0, 9258.0, 9198.0, 9236.0, 9266.0, 9224.0, 9270.0, 9226.0, 9240.0, 9210.0, 9206.0, 9244.0, 9186.0, 9239.0, 9194.0, 9212.0, 9239.0, 9166.0, 9234.0, 9175.0, 9191.0, 9164.0, 9195.0, 9209.0, 9178.0, 9221.0, 9162.0, 9200.0, 9158.0, 9171.0, 9161.0, 9165.0, 9191.0, 9165.0, 9198.0, 9186.0, 9198.0, 9207.0, 9220.0, 9214.0, 9246.0, 9220.0, 9235.0, 9225.0, 9225.0, 9269.0, 9209.0, 9250.0, 9219.0, 9253.0, 9234.0, 9194.0, 9258.0, 9196.0, 9210.0, 9192.0, 9178.0, 9248.0, 9223.0, 9247.0, 9192.0, 9213.0, 9187.0, 9179.0, 9188.0, 9185.0, 9185.0, 9179.0, 9181.0, 9216.0, 9173.0, 9185.0, 9187.0, 9186.0, 9245.0, 9200.0, 9237.0, 9192.0, 9205.0, 9170.0, 9158.0, 9213.0, 9166.0, 9206.0, 9163.0, 9177.0, 9136.0, 9139.0, 9177.0, 9132.0, 9185.0, 9136.0, 9161.0, 9135.0, 9134.0, 9155.0, 9181.0, 9160.0, 9178.0, 9187.0, 9186.0, 9166.0, 9183.0, 9226.0, 9184.0, 9227.0, 9186.0, 9199.0, 9188.0, 9185.0, 9209.0, 9182.0, 9262.0, 9221.0, 9226.0, 9192.0, 9184.0, 9222.0, 9161.0, 9218.0, 9181.0, 9209.0, 9179.0, 9177.0, 9165.0, 9163.0, 9202.0, 9162.0, 9204.0, 9180.0, 9180.0, 9180.0, 9186.0, 9233.0, 9186.0, 9229.0, 9185.0, 9199.0, 9173.0, 9185.0, 9212.0, 9184.0, 9228.0, 9207.0, 9220.0, 9213.0, 9213.0, 9246.0, 9256.0, 9262.0, 9265.0, 9261.0, 9272.0, 9332.0, 9276.0, 9310.0, 9267.0, 9302.0, 9292.0, 9265.0, 9283.0, 9251.0, 9281.0, 9254.0, 9246.0, 9270.0, 9233.0, 9254.0, 9239.0, 9239.0, 9269.0, 9208.0, 9259.0, 9196.0, 9225.0, 9244.0, 9226.0, 9257.0, 9178.0, 9204.0, 9157.0, 9153.0, 9213.0, 9164.0, 9209.0, 9161.0, 9177.0, 9132.0, 9133.0, 9174.0, 9127.0, 9184.0, 9156.0, 9169.0, 9130.0, 9140.0, 9135.0, 9133.0, 9147.0, 9137.0, 9174.0, 9161.0, 9165.0, 9180.0, 9179.0, 9165.0, 9219.0, 9163.0, 9207.0, 9163.0, 9207.0, 9168.0, 9186.0, 9209.0, 9184.0, 9220.0, 9189.0, 9230.0, 9207.0, 9252.0, 9209.0, 9220.0, 9207.0, 9217.0, 9233.0, 9219.0, 9265.0, 9221.0, 9247.0, 9184.0, 9209.0, 9181.0, 9180.0, 9206.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.0019403850385038505</td></tr>
<tr><td colspan=3>aqi</td><td>0.02761178184818482</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.29065616951547</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1976552244713652</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0211201628854618</td></tr>
<tr><td colspan=3>efc</td><td>0.5299</td></tr>
<tr><td colspan=3>fber</td><td>4033.6318</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10821137110896388</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.11111111111111</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4538309564464273</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3790957614597548</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6288304827783424</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3535666251011844</td></tr>
<tr><td colspan=3>gcor</td><td>0.0216426</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.011270892806351185</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038787592202425</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.394791611803923</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>14.0553</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.2256</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.8562</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284152.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>1020.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.8458</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1788</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.2382</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3295.0927</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3440.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92392.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1471.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4216.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>782.7405</td></tr>
<tr><td colspan=3>tsnr</td><td>36.648077664198354</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>