[NbConvertApp] Converting notebook /home/aavsonet/scripts/reports/pipeline_report.ipynb to HTML [NbConvertApp] Executing notebook with kernel: python3 pipeline_report

Telescope oc61 date 220325 (yymmdd)

Run at 03/25/2022 20:01:42 EDT

Warnings and Errors

INFO 240 total images for oc61 on 220325
WARNING 111 images not plate solved at observatory
WARNING 6 images suspected over exposed
WARNING 34 images without target object photometry
WARNING 7 dark masters more than 180 days old
WARNING 3 flat masters more than 15 days old

INFO total images: Number of images processed during the pipeline run

ERROR IMAGE FILE MISSING: This is a serious error. It could be the result of a disk failure or defect in the pipeline scripts.

WARNING images not plate solved at observatory: This indicates images that may of poor quality or under exposed. Good quality images should be plate solved.

WARNING images suspected over exposed: The target object maxadu is over the linearity limit for the camera.

WARNING images without target object photometry: The pipeline performs full frame photometry on every image. This error indicates no photometric result was found that lies with 15 arcsec of the target object. This may be expected for extended objects. For point objects it may indicate a poor-quality image, bad exposure, etc. It makes it more likely the requestor will be not be getting good photometry.

ERROR images with invalid binning: This is a serious error since the pipeline cannot handle multiple binning levels for a given telescope. These images do not get properly processed and will be unusable.

ERROR images with invalid read mode: This indicates the camera configuration at the observatory has changed from its standard and the images are likely out of sync with the calibration images.

ERROR images with invalid image type: This is likely a due to calibration images getting stored on the telescope computer in the wrong directory and getting transferred to the pipeline as science images.

WARNING images with target off center: This indicates that, for plate solved images, the target is 25% of the radius of the image from the center of the frame. This may be intentional as when it is off center to include comp stars. However, it may indicate problems with the telescope pointing.

ERROR images with duplicate times: The frame date and time are identical to another image. This is not possible and represents an error in the pipeline processing.

ERROR Dark and Bias must be at the same temperature: The set of bias and dark calibration masters selected were not at the same temperature. This needs to be investigate and corrected. See calibration file section of this report for more information.

ERROR Science images must be at the same temperature: The science images were taken at more than one temperature. The pipeline will pick the most majority temperature and apply calibration images for that temperature to all images. See the CCD set point section of this report for more information.

WARNING dark masters more than 180 days old: The dark and bias master files in use are getting old. Consider getting new ones. See Calibration File Age section for details.

WARNING flat masters more than 15 days old: The flat master file(s) in use are getting old. Consider getting new ones. See Calibration File Age section for details.

Calibration File Age in Days

Filters used this night B,SG,SI,SR,V
datenite imagetyp filename set_temp filter binning exptime storage_loc Age(d) Active
210919 bias oc61/oc61/calibration/210919/bias_temp-20_bin2.fits -20.0 None 2 None s3 188 Y
210919 dark oc61/oc61/calibration/210919/dark_1.0sec_temp-20_bin2.fits -20.0 None 2 1.00 s3 188 Y
210919 dark oc61/oc61/calibration/210919/dark_3.0sec_temp-20_bin2.fits -20.0 None 2 3.00 s3 188 Y
210919 dark oc61/oc61/calibration/210919/dark_10.0sec_temp-20_bin2.fits -20.0 None 2 10.00 s3 188 Y
210919 dark oc61/oc61/calibration/210919/dark_30.0sec_temp-20_bin2.fits -20.0 None 2 30.00 s3 188 Y
210919 dark oc61/oc61/calibration/210919/dark_100.0sec_temp-20_bin2.fits -20.0 None 2 100.00 s3 188 Y
210919 dark oc61/oc61/calibration/210919/dark_300.0sec_temp-20_bin2.fits -20.0 None 2 300.00 s3 188 Y
220325 flat oc61/oc61/calibration/220325/flatSI_bin2.fits NaN SI 2 None fs 1 Y
220313 flat oc61/oc61/calibration/220313/flatB_bin2.fits NaN B 2 None fs 13 Y
220305 flat oc61/oc61/calibration/220305/flatSG_bin2.fits NaN SG 2 None fs 21 Y
220305 flat oc61/oc61/calibration/220305/flatSR_bin2.fits NaN SR 2 None fs 21 Y
220304 flat oc61/oc61/calibration/220304/flatV_bin2.fits NaN V 2 None fs 22 Y
200128 bias oc61/oc61/calibration/200128/bias.fits -25.0 None 2 0.00 s3 788
200107 bias oc61/oc61/calibration/200107/bias.fits -30.0 None 2 0.00 s3 809
200128 dark oc61/oc61/calibration/200128/dark1.fits -25.0 None 2 1.00 s3 788
200128 dark oc61/oc61/calibration/200128/dark3.fits -25.0 None 2 3.00 s3 788
200128 dark oc61/oc61/calibration/200128/dark10.fits -25.0 None 2 10.00 s3 788
200128 dark oc61/oc61/calibration/200128/dark30.fits -25.0 None 2 30.00 s3 788
200128 dark oc61/oc61/calibration/200128/dark100.fits -25.0 None 2 100.00 s3 788
200128 dark oc61/oc61/calibration/200128/dark300.fits -25.0 None 2 300.00 s3 788
200107 dark oc61/oc61/calibration/200107/dark1.fits -30.0 None 2 1.00 s3 809
200107 dark oc61/oc61/calibration/200107/dark3.fits -30.0 None 2 3.00 s3 809
200107 dark oc61/oc61/calibration/200107/dark10.fits -30.0 None 2 10.00 s3 809
200107 dark oc61/oc61/calibration/200107/dark30.fits -30.0 None 2 30.00 s3 809
200107 dark oc61/oc61/calibration/200107/dark100.fits -30.0 None 2 100.00 s3 809
200107 dark oc61/oc61/calibration/200107/dark300.fits -30.0 None 2 300.00 s3 809

CCD set point vs operating temperature

Maximum delta temperature SET - CCD 0.12 C
/usr/lib/python3/dist-packages/matplotlib/cbook/__init__.py:1402: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  ndim = x[:, None].ndim
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:276: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  x = x[:, np.newaxis]
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:278: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  y = y[:, np.newaxis]

Pointing Performance

Suspected Over Exposed Images

Updating '/home/aavsonet/plans':
U    /home/aavsonet/plans/OC61/scripts/sync.bat
Updated to revision 3028.
not here: /home/aavsonet/plans/oc61/.csv
not here: /home/aavsonet/plans/oc61/.csv
not here: /home/aavsonet/plans/oc61/.csv
DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp ChgCSV
2022-03-25 10:12:25 U_Men SI 10.000 1.43 5.542 0.001 62444 7.05 no plan
2022-03-25 09:10:57 V0487_Vel SI 5.000 1.02 8.702 0.004 62805 3.50 no plan
2022-03-25 09:08:38 V0487_Vel SR 9.520 1.02 2.12 6.170 0.001 62400 6.71 no plan

Suspected Under Exposed Images

DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp
2022-03-25 08:51:06 2MASS_J07092139-1029344 SI 300.000 1.26 4.55 11.839 0.055 414
2022-03-25 16:23:43 CI_Aql V 100.000 1.84 4.65 11.894 0.053 454
2022-03-25 12:22:32 CP_Cru B 200.000 1.05 4.69 13.790 0.284 440
2022-03-25 12:37:50 CP_Cru V 100.000 1.05 4.23 14.890 0.724 116
2022-03-25 15:22:26 GSC_05107_00266 B 30.000 2.03 15.858 1.360 75
2022-03-25 15:26:09 GSC_05107_00266 SI 15.000 1.99 99.999 9.999 99
2022-03-25 10:16:56 HY_Lup B 200.000 1.43 12.745 0.124 538
2022-03-25 10:36:48 HY_Lup V 100.000 1.37 4.38 12.900 0.116 1218
2022-03-25 09:17:21 J1407_Cen B 90.000 1.81 16.857 4.736 384
2022-03-25 09:23:26 J1407_Cen SI 30.000 1.78 3.71 13.642 0.200 118
2022-03-25 09:21:45 J1407_Cen SR 30.000 1.79 3.47 13.315 0.149 130
2022-03-25 09:20:02 J1407_Cen V 30.000 1.80 3.42 13.463 0.175 77
2022-03-25 14:37:28 PNV_J17291350 B 150.000 1.49 13.543 0.210 355
2022-03-25 14:49:29 PNV_J17291350 V 100.000 1.43 3.71 12.471 0.084 282
2022-03-25 17:15:50 TCP_J17154 B 120.000 1.03 14.472 0.510 1246
2022-03-25 17:40:01 TCP_J17154 SI 100.000 1.02 12.012 0.069 344
2022-03-25 17:35:26 TCP_J17154 SR 60.000 1.02 12.691 0.098 719
2022-03-25 17:24:11 TCP_J17154 V 100.000 1.03 12.718 0.116 275
2022-03-25 07:55:27 TU_Men SG 60.000 1.25 3.14 12.442 0.071 236
2022-03-25 07:30:41 TW_Hya B 30.000 1.43 12.834 0.116 808
2022-03-25 07:35:34 TW_Hya SI 15.000 1.41 3.39 14.014 0.301 1248
2022-03-25 07:33:48 TW_Hya SR 15.000 1.42 3.36 14.242 0.395 3030
2022-03-25 09:01:12 V0487_Vel B 31.420 1.02 3.32 13.390 0.144 919
2022-03-25 09:10:35 V0487_Vel SI 5.000 1.02 13.544 0.162 967
2022-03-25 09:08:01 V0487_Vel SR 9.520 1.02 2.60 12.483 0.074 7429
2022-03-25 14:15:45 V0725_Sgr B 120.000 1.53 14.180 0.452 4022
2022-03-25 13:32:19 V0725_Sgr SR 60.000 1.83 13.136 0.174 23891
2022-03-25 10:53:32 V0856_Sco B 12.000 2.06 17.022 3.432 55
2022-03-25 10:58:21 V0856_Sco SI 5.000 2.02 13.888 0.178 1402
2022-03-25 13:46:48 V2487_Oph B 200.000 1.82 14.416 0.542 590
2022-03-25 14:01:53 V2487_Oph V 100.000 1.72 12.264 0.069 315
2022-03-25 11:15:07 V351_Pup B 200.000 1.18 11.942 0.054 1402
2022-03-25 11:24:50 V351_Pup V 100.000 1.19 4.54 14.645 0.556 203
2022-03-25 11:56:56 V382_Vel B 200.000 1.02 12.436 0.087 237
2022-03-25 12:05:32 V382_Vel V 100.000 1.02 4.88 12.511 0.082 958
2022-03-25 11:37:15 V837_Ara B 60.000 1.70 13.891 0.312 1291
2022-03-25 11:40:53 V837_Ara SR 40.000 1.69 4.16 99.999 9.999 695
2022-03-25 09:31:22 V838_Mon B 180.000 1.50 5.25 14.782 0.756 339
2022-03-25 08:02:13 V838_Mon SG 180.000 1.32 5.77 12.120 0.083 2422
2022-03-25 08:15:35 V838_Mon SI 180.000 1.33 5.35 11.431 0.057 10553
2022-03-25 09:58:42 V838_Mon V 120.000 1.62 4.52 13.287 0.220 1417
2022-03-25 16:05:36 V841_Oph V 300.000 1.22 4.02 13.010 0.215 3433
2022-03-25 16:49:17 V888_Cen B 200.000 1.21 4.28 11.928 0.054 296

Images by Target Object

2MASS_J07092139-1029344

AUID 000-BLQ-250

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 08:39:05 SI 60.000 1.24 1.0 a0138.fits Y 4.62
2022-03-25 08:40:25 SI 300.000 1.25 1.1 a0139.fits Y 5.56
2022-03-25 08:45:45 SI 300.000 1.25 1.2 a0140.fits Y 5.05 12.355 0.087 6066
2022-03-25 08:51:06 SI 300.000 1.26 1.2 a0141.fits Y 4.55 11.839 0.055 414

ASASSN-20da

AUID 000-BNL-373

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 08:25:50 B 30.000 1.76 -6.9 a0126.fits Y 3.42 9.739 0.007 1644
2022-03-25 08:27:20 V 15.000 1.75 -6.8 a0127.fits Y 3.42 9.582 0.006 1958
2022-03-25 08:27:57 SR 15.000 1.75 -6.8 a0128.fits Y 3.10 9.222 0.005 3429
2022-03-25 08:28:34 SI 15.000 1.75 -6.8 a0129.fits Y 3.33 9.820 0.007 1661
2022-03-25 08:29:18 B 30.000 1.74 -6.8 a0130.fits Y 3.64 9.768 0.007 1310
2022-03-25 08:30:46 V 15.000 1.74 -6.8 a0131.fits Y 3.53 9.559 0.006 2040
2022-03-25 08:31:27 SR 15.000 1.73 -6.8 a0132.fits Y 3.26 9.213 0.005 3163
2022-03-25 08:32:04 SI 15.000 1.73 -6.8 a0133.fits Y 3.00 9.753 0.007 2270
2022-03-25 08:32:48 B 30.000 1.73 -6.7 a0134.fits Y 3.76 9.751 0.007 1452
2022-03-25 08:33:40 V 15.000 1.73 -6.7 a0135.fits Y 3.40 9.574 0.006 2078
2022-03-25 08:34:20 SR 15.000 1.72 -6.7 a0136.fits Y 3.42 9.279 0.005 2681
2022-03-25 08:34:56 SI 15.000 1.72 -6.7 a0137.fits Y 3.16 9.773 0.007 1855

ASASSN-V_J18165406-2021176

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 14:56:00 B 120.000 1.62 -3.8 a0280.fits Y 3.91 8.446 0.003 5301
2022-03-25 14:58:23 B 120.000 1.61 -3.7 a0281.fits Y 4.54 8.429 0.003 4372
2022-03-25 15:00:57 V 60.000 1.60 -3.7 a0282.fits Y 3.62 8.151 0.003 7242
2022-03-25 15:02:21 V 60.000 1.59 -3.7 a0283.fits Y 3.91 8.211 0.003 6651
2022-03-25 15:03:46 SR 60.000 1.58 -3.7 a0284.fits Y 3.66 7.944 0.003 8615
2022-03-25 15:05:08 SR 60.000 1.57 -3.6 a0285.fits Y 3.94 7.953 0.003 8346
2022-03-25 15:06:31 SI 60.000 1.56 -3.6 a0286.fits Y 3.66 8.488 0.004 5490
2022-03-25 15:07:53 SI 60.000 1.55 -3.6 a0287.fits Y 3.67 8.484 0.004 5495

Aql_X_1

AUID 000-BDC-003

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 17:47:29 SR 120.000 1.57 -1.8 a0337.fits 11.307 0.042 2203
2022-03-25 17:50:56 SR 120.000 1.56 -1.8 a0338.fits 10.900 0.033 1826
2022-03-25 17:53:21 SR 120.000 1.55 -1.7 a0339.fits 9.159 0.007 4144
2022-03-25 17:55:46 SR 120.000 1.55 -1.7 a0340.fits 9.066 0.008 5225

CI_Aql

AUID 000-BCD-453

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 16:19:33 V 100.000 1.87 -3.0 a0309.fits Y 3.11 13.051 0.149 313
2022-03-25 16:21:39 V 100.000 1.85 -2.9 a0310.fits Y 3.19 10.667 0.020 945
2022-03-25 16:23:43 V 100.000 1.84 -2.9 a0311.fits Y 4.65 11.894 0.053 454
2022-03-25 16:25:52 B 200.000 1.81 -2.9 a0312.fits Y 3.71 11.538 0.042 514
2022-03-25 16:29:36 B 200.000 1.79 -2.8 a0313.fits Y 3.59 11.509 0.039 501
2022-03-25 16:33:43 B 200.000 1.76 -2.7 a0314.fits Y 3.93 11.608 0.044 468

CP_Cru

AUID 000-BCV-599

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 12:18:43 B 200.000 1.05 -0.3 a0229.fits Y 4.62
2022-03-25 12:22:32 B 200.000 1.05 -0.2 a0230.fits Y 4.69 13.79 0.284 440
2022-03-25 12:26:21 B 200.000 1.05 -0.2 a0231.fits Y 4.48
2022-03-25 12:30:11 B 200.000 1.05 -0.1 a0232.fits Y 4.48
2022-03-25 12:34:00 B 200.000 1.05 -0.0 a0233.fits Y 4.29 14.71 0.627 190
2022-03-25 12:37:50 V 100.000 1.05 0.0 a0234.fits Y 4.23 14.89 0.724 116
2022-03-25 12:40:00 V 100.000 1.05 0.1 a0235.fits Y 4.17
2022-03-25 12:42:08 V 100.000 1.05 0.1 a0236.fits Y 4.12
2022-03-25 12:44:18 V 100.000 1.05 0.1 a0237.fits Y 4.36
2022-03-25 12:46:27 V 100.000 1.05 0.2 a0238.fits Y 4.60

GSC_05107_00266

AUID 000-BJP-383

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 15:21:36 B 30.000 2.04 -3.5 a0288.fits 16.776 3.173 72
2022-03-25 15:22:26 B 30.000 2.03 -3.5 a0289.fits 15.858 1.360 75
2022-03-25 15:23:15 V 15.000 2.02 -3.5 a0290.fits
2022-03-25 15:23:52 V 15.000 2.02 -3.5 a0291.fits
2022-03-25 15:24:27 SR 15.000 2.01 -3.5 a0292.fits
2022-03-25 15:25:01 SR 15.000 2.00 -3.5 a0293.fits
2022-03-25 15:25:35 SI 15.000 2.00 -3.5 a0294.fits
2022-03-25 15:26:09 SI 15.000 1.99 -3.4 a0295.fits 99.999 9.999 99

HY_Lup

AUID 000-BBV-501

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 10:16:56 B 200.000 1.43 -4.7 a0184.fits 12.745 0.124 538
2022-03-25 10:21:44 B 200.000 1.41 -4.6 a0185.fits
2022-03-25 10:25:30 B 200.000 1.40 -4.6 a0186.fits
2022-03-25 10:29:15 B 200.000 1.39 -4.5 a0187.fits
2022-03-25 10:33:01 B 200.000 1.37 -4.4 a0188.fits 12.986 0.136 642
2022-03-25 10:36:48 V 100.000 1.37 -4.4 a0189.fits Y 4.38 12.900 0.116 1218
2022-03-25 10:38:57 V 100.000 1.36 -4.3 a0190.fits Y 4.42
2022-03-25 10:41:05 V 100.000 1.35 -4.3 a0191.fits Y 4.31
2022-03-25 10:43:14 V 100.000 1.35 -4.3 a0192.fits 14.271 0.390 171
2022-03-25 10:46:22 V 100.000 1.34 -4.2 a0193.fits 14.318 0.453 1234

J1407_Cen

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 09:14:31 B 90.000 1.84 -5.3 a0155.fits 10.324 0.012 899
2022-03-25 09:17:21 B 90.000 1.81 -5.3 a0156.fits 16.857 4.736 384
2022-03-25 09:19:11 V 30.000 1.81 -5.3 a0157.fits Y 3.66 9.019 0.005 3422
2022-03-25 09:20:02 V 30.000 1.80 -5.2 a0158.fits Y 3.42 13.463 0.175 77
2022-03-25 09:20:55 SR 30.000 1.79 -5.2 a0159.fits Y 3.75 14.470 0.436 876
2022-03-25 09:21:45 SR 30.000 1.79 -5.2 a0160.fits Y 3.47 13.315 0.149 130
2022-03-25 09:22:36 SI 30.000 1.78 -5.2 a0161.fits Y 3.58 8.539 0.003 5391
2022-03-25 09:23:26 SI 30.000 1.78 -5.2 a0162.fits Y 3.71 13.642 0.200 118

KK_Oph

AUID 000-BDW-739

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 12:54:06 B 30.000 1.88 -4.7 a0239.fits 9.353 0.006 1823
2022-03-25 12:55:46 B 30.000 1.86 -4.7 a0240.fits 9.404 0.006 1426
2022-03-25 12:56:35 V 15.000 1.86 -4.7 a0241.fits 8.903 0.004 3626
2022-03-25 12:58:11 V 15.000 1.84 -4.6 a0242.fits 8.939 0.004 3079
2022-03-25 12:58:46 SR 15.000 1.84 -4.6 a0243.fits 8.353 0.003 5859
2022-03-25 13:00:21 SR 15.000 1.82 -4.6 a0244.fits 8.312 0.003 6328
2022-03-25 13:00:54 SI 15.000 1.82 -4.6 a0245.fits 8.623 0.003 4500
2022-03-25 13:02:30 SI 15.000 1.80 -4.6 a0246.fits 8.634 0.004 4760

PNV_J17291350

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 14:34:59 B 60.000 1.51 -3.3 a0273.fits
2022-03-25 14:37:28 B 150.000 1.49 -3.3 a0274.fits 13.543 0.210 355
2022-03-25 14:41:27 B 150.000 1.47 -3.2 a0275.fits
2022-03-25 14:44:23 B 150.000 1.45 -3.2 a0276.fits 14.247 0.446 222
2022-03-25 14:47:19 V 100.000 1.44 -3.1 a0277.fits Y 3.85 12.718 0.106 269
2022-03-25 14:49:29 V 100.000 1.43 -3.1 a0278.fits Y 3.71 12.471 0.084 282
2022-03-25 14:51:39 V 100.000 1.43 -3.1 a0279.fits Y 3.40

SY_Cha

AUID 000-BDL-871

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 07:39:04 B 120.000 1.30 -3.7 a0109.fits 9.518 0.007 2664
2022-03-25 07:41:41 B 120.000 1.30 -3.7 a0110.fits 9.502 0.007 2412
2022-03-25 07:44:01 V 60.000 1.30 -3.7 a0111.fits Y 2.58 8.680 0.004 5996
2022-03-25 07:45:21 V 60.000 1.30 -3.6 a0112.fits Y 2.36 8.698 0.004 5379
2022-03-25 07:46:44 SR 60.000 1.30 -3.6 a0113.fits Y 3.26 7.955 0.003 9295
2022-03-25 07:48:03 SR 60.000 1.30 -3.6 a0114.fits Y 3.47 7.957 0.003 8924
2022-03-25 07:49:24 SI 60.000 1.29 -3.6 a0115.fits Y 4.05 8.060 0.003 7579
2022-03-25 07:50:44 SI 60.000 1.29 -3.5 a0116.fits Y 3.39 8.116 0.003 7132

TCP_J17154

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 17:15:50 B 120.000 1.03 -0.4 a0325.fits 14.472 0.510 1246
2022-03-25 17:19:18 B 120.000 1.03 -0.4 a0326.fits
2022-03-25 17:21:44 B 120.000 1.03 -0.3 a0327.fits
2022-03-25 17:24:11 V 100.000 1.03 -0.3 a0328.fits 12.718 0.116 275
2022-03-25 17:27:19 V 100.000 1.03 -0.2 a0329.fits 13.141 0.167 257
2022-03-25 17:29:25 V 100.000 1.02 -0.2 a0330.fits 13.142 0.162 264
2022-03-25 17:31:33 SR 60.000 1.02 -0.2 a0331.fits 12.969 0.132 253
2022-03-25 17:34:01 SR 60.000 1.02 -0.1 a0332.fits 12.747 0.106 347
2022-03-25 17:35:26 SR 60.000 1.02 -0.1 a0333.fits 12.691 0.098 719
2022-03-25 17:36:53 SI 100.000 1.02 -0.1 a0334.fits 12.497 0.114 381
2022-03-25 17:40:01 SI 100.000 1.02 -0.0 a0335.fits 12.012 0.069 344
2022-03-25 17:42:05 SI 100.000 1.02 0.0 a0336.fits 12.659 0.141 378

TU_Men

AUID 000-BCW-366

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 07:55:27 SG 60.000 1.25 2.8 a0117.fits Y 3.14 12.442 0.071 236
2022-03-25 07:56:46 SG 60.000 1.25 2.8 a0118.fits Y 3.35 12.572 0.074 211

TW_Hya

AUID 000-BCW-108

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 07:30:41 B 30.000 1.43 -4.0 a0101.fits 12.834 0.116 808
2022-03-25 07:31:45 B 30.000 1.43 -4.0 a0102.fits 8.840 0.004 3982
2022-03-25 07:32:35 V 15.000 1.43 -3.9 a0103.fits Y 3.53 8.246 0.003 6238
2022-03-25 07:33:11 V 15.000 1.42 -3.9 a0104.fits Y 3.07 11.395 0.025 8332
2022-03-25 07:33:48 SR 15.000 1.42 -3.9 a0105.fits Y 3.36 14.242 0.395 3030
2022-03-25 07:34:23 SR 15.000 1.42 -3.9 a0106.fits Y 3.63 14.406 0.441 1663
2022-03-25 07:34:59 SI 15.000 1.42 -3.9 a0107.fits Y 3.43 14.397 0.417 266
2022-03-25 07:35:34 SI 15.000 1.41 -3.9 a0108.fits Y 3.39 14.014 0.301 1248

U_Men

AUID 000-BLV-756

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 10:06:58 B 10.000 1.43 5.5 a0175.fits 9.010 0.004 4593
2022-03-25 10:07:39 B 10.000 1.43 5.5 a0176.fits 8.976 0.004 4669
2022-03-25 10:08:16 B 10.000 1.43 5.5 a0177.fits 9.065 0.004 4155
2022-03-25 10:08:53 V 10.000 1.43 5.5 a0178.fits 7.321 0.002 21068
2022-03-25 10:09:44 V 10.000 1.43 5.6 a0179.fits 7.415 0.002 19253
2022-03-25 10:10:20 V 10.000 1.43 5.6 a0180.fits 7.355 0.002 18219
2022-03-25 10:10:59 SI 10.000 1.43 5.6 a0181.fits 5.731 0.001 62596 !OE!
2022-03-25 10:11:49 SI 10.000 1.43 5.6 a0182.fits 5.607 0.001 62596 !OE!
2022-03-25 10:12:25 SI 10.000 1.43 5.6 a0183.fits 5.542 0.001 62444 !OE!

V0487_Vel

AUID 000-BKH-030

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 08:59:18 B 31.420 1.02 -0.8 a0142.fits Y 3.32 10.497 0.012 1034
2022-03-25 09:00:15 B 31.420 1.02 -0.7 a0143.fits Y 3.11 14.194 0.299 997
2022-03-25 09:01:12 B 31.420 1.02 -0.7 a0144.fits Y 3.32 13.390 0.144 919
2022-03-25 09:02:09 B 31.420 1.02 -0.7 a0145.fits 10.573 0.013 775
2022-03-25 09:04:02 V 42.000 1.02 -0.7 a0146.fits Y 3.49 10.719 0.020 22537
2022-03-25 09:05:12 V 42.000 1.02 -0.7 a0147.fits Y 3.46 11.281 0.034 23189
2022-03-25 09:06:22 V 42.000 1.02 -0.6 a0148.fits Y 3.44 11.016 0.025 18614
2022-03-25 09:07:31 SR 9.520 1.02 -0.6 a0149.fits Y 3.01 11.411 0.029 21068
2022-03-25 09:08:01 SR 9.520 1.02 -0.6 a0150.fits Y 2.60 12.483 0.074 7429
2022-03-25 09:08:38 SR 9.520 1.02 -0.6 a0151.fits Y 2.12 6.170 0.001 62400 !OE!
2022-03-25 09:09:10 SI 5.000 1.02 -0.6 a0152.fits 10.152 0.011 62905 !OE!
2022-03-25 09:10:35 SI 5.000 1.02 -0.6 a0153.fits 13.544 0.162 967
2022-03-25 09:10:57 SI 5.000 1.02 -0.6 a0154.fits 8.702 0.004 62805 !OE!

V0725_Sgr

AUID 000-BCB-590

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 13:22:56 B 120.000 1.90 -5.3 a0247.fits 9.835 0.009 1116
2022-03-25 13:26:17 B 120.000 1.87 -5.2 a0248.fits 9.177 0.005 2658
2022-03-25 13:28:38 V 60.000 1.86 -5.2 a0249.fits 7.793 0.002 11019
2022-03-25 13:30:59 V 60.000 1.84 -5.1 a0250.fits 7.722 0.002 11759
2022-03-25 13:32:19 SR 60.000 1.83 -5.1 a0251.fits 13.136 0.174 23891
2022-03-25 13:34:39 SR 60.000 1.81 -5.1 a0252.fits 6.882 0.001 24973
2022-03-25 13:35:57 SI 60.000 1.80 -5.0 a0253.fits 6.964 0.002 25985
2022-03-25 13:38:18 SI 60.000 1.78 -5.0 a0254.fits 6.935 0.001 24797
2022-03-25 14:15:45 B 120.000 1.53 -4.4 a0265.fits 14.180 0.452 4022
2022-03-25 14:19:07 B 120.000 1.51 -4.3 a0266.fits 8.760 0.004 4451
2022-03-25 14:21:26 V 60.000 1.50 -4.3 a0267.fits 7.591 0.002 16370
2022-03-25 14:23:47 V 60.000 1.49 -4.2 a0268.fits 7.590 0.002 15347
2022-03-25 14:25:08 SR 60.000 1.49 -4.2 a0269.fits 6.770 0.001 41620
2022-03-25 14:27:28 SR 60.000 1.47 -4.2 a0270.fits 6.747 0.001 39047
2022-03-25 14:28:47 SI 60.000 1.47 -4.2 a0271.fits 6.878 0.001 43128
2022-03-25 14:31:06 SI 60.000 1.46 -4.1 a0272.fits 6.868 0.001 37713

V0856_Sco

AUID 000-BCX-156

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 10:52:53 B 12.000 2.07 -5.7 a0194.fits
2022-03-25 10:53:32 B 12.000 2.06 -5.7 a0195.fits 17.022 3.432 55
2022-03-25 10:54:02 B 12.000 2.06 -5.7 a0196.fits
2022-03-25 10:54:33 V 5.000 2.05 -5.7 a0197.fits 10.658 0.012 915
2022-03-25 10:55:11 V 5.000 2.05 -5.7 a0198.fits 10.636 0.012 871
2022-03-25 10:55:34 V 5.000 2.04 -5.7 a0199.fits 10.663 0.012 1001
2022-03-25 10:56:00 SR 5.000 2.04 -5.6 a0200.fits 9.943 0.008 2207
2022-03-25 10:56:38 SR 5.000 2.03 -5.6 a0201.fits 9.925 0.007 1754
2022-03-25 10:57:01 SR 5.000 2.03 -5.6 a0202.fits 9.965 0.008 1729
2022-03-25 10:57:25 SI 5.000 2.03 -5.6 a0203.fits 10.148 0.008 1884
2022-03-25 10:58:21 SI 5.000 2.02 -5.6 a0204.fits 13.888 0.178 1402
2022-03-25 10:58:44 SI 5.000 2.01 -5.6 a0205.fits 10.131 0.008 1528

V2487_Oph

AUID 000-BBZ-131

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 13:42:00 B 200.000 1.87 -4.3 a0255.fits
2022-03-25 13:46:48 B 200.000 1.82 -4.2 a0256.fits 14.416 0.542 590
2022-03-25 13:50:35 B 200.000 1.79 -4.1 a0257.fits 14.385 0.548 467
2022-03-25 13:54:20 B 200.000 1.76 -4.1 a0258.fits
2022-03-25 13:58:06 B 200.000 1.73 -4.0 a0259.fits
2022-03-25 14:01:53 V 100.000 1.72 -3.9 a0260.fits 12.264 0.069 315
2022-03-25 14:05:02 V 100.000 1.69 -3.9 a0261.fits 12.501 0.085 277
2022-03-25 14:07:08 V 100.000 1.68 -3.8 a0262.fits 13.839 0.298 266
2022-03-25 14:09:14 V 100.000 1.66 -3.8 a0263.fits 11.295 0.030 2144
2022-03-25 14:11:19 V 100.000 1.65 -3.8 a0264.fits 12.556 0.088 294

V351_Pup

AUID 000-BBP-237

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 11:02:47 B 200.000 1.15 2.4 a0206.fits
2022-03-25 11:07:35 B 200.000 1.16 2.5 a0207.fits 16.761 4.391 177
2022-03-25 11:11:21 B 200.000 1.17 2.6 a0208.fits 13.842 0.290 322
2022-03-25 11:15:07 B 200.000 1.18 2.6 a0209.fits 11.942 0.054 1402
2022-03-25 11:18:53 B 200.000 1.18 2.7 a0210.fits
2022-03-25 11:22:40 V 100.000 1.19 2.7 a0211.fits Y 4.53
2022-03-25 11:24:50 V 100.000 1.19 2.8 a0212.fits Y 4.54 14.645 0.556 203
2022-03-25 11:27:00 V 100.000 1.20 2.8 a0213.fits Y 5.10 16.277 2.633 129
2022-03-25 11:29:10 V 100.000 1.21 2.9 a0214.fits Y 4.26
2022-03-25 11:31:19 V 100.000 1.21 2.9 a0215.fits Y 4.57

V382_Vel

AUID 000-BBR-642

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 11:45:28 B 200.000 1.02 0.6 a0219.fits Y 4.55 13.861 0.296 340
2022-03-25 11:49:17 B 200.000 1.02 0.6 a0220.fits Y 4.74 11.637 0.042 310
2022-03-25 11:53:06 B 200.000 1.02 0.7 a0221.fits Y 5.10 14.295 0.467 185
2022-03-25 11:56:56 B 200.000 1.02 0.8 a0222.fits 12.436 0.087 237
2022-03-25 12:01:45 B 200.000 1.02 0.8 a0223.fits 11.371 0.032 352
2022-03-25 12:05:32 V 100.000 1.02 0.9 a0224.fits Y 4.88 12.511 0.082 958
2022-03-25 12:07:41 V 100.000 1.03 0.9 a0225.fits Y 4.76 15.487 1.394 139
2022-03-25 12:09:50 V 100.000 1.03 1.0 a0226.fits Y 4.16 13.535 0.210 297
2022-03-25 12:11:59 V 100.000 1.03 1.0 a0227.fits Y 4.68 11.791 0.042 255
2022-03-25 12:14:08 V 100.000 1.03 1.0 a0228.fits Y 3.82 11.671 0.040 538

V837_Ara

AUID 000-BCT-804

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 11:37:15 B 60.000 1.70 -6.0 a0216.fits 13.891 0.312 1291
2022-03-25 11:39:43 V 40.000 1.69 -5.9 a0217.fits Y 4.96 7.507 0.002 9531
2022-03-25 11:40:53 SR 40.000 1.69 -5.9 a0218.fits Y 4.16 99.999 9.999 695

V838_Mon

AUID 000-BBM-355

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 08:01:23 SG 30.000 1.32 0.5 a0119.fits Y 3.59 15.929 1.518 205
2022-03-25 08:02:13 SG 180.000 1.32 0.5 a0120.fits Y 5.77 12.120 0.083 2422
2022-03-25 08:05:33 SG 180.000 1.32 0.6 a0121.fits Y 5.29 13.332 0.216 968
2022-03-25 08:08:53 SR 180.000 1.33 0.6 a0122.fits Y 4.97 10.730 0.027 29895
2022-03-25 08:12:14 SR 180.000 1.33 0.7 a0123.fits Y 5.25 6.777 0.001 29836
2022-03-25 08:15:35 SI 180.000 1.33 0.7 a0124.fits Y 5.35 11.431 0.057 10553
2022-03-25 08:18:55 SI 180.000 1.34 0.8 a0125.fits Y 4.38 10.935 0.037 20339
2022-03-25 09:27:52 B 180.000 1.49 1.9 a0163.fits Y 4.97 10.786 0.020 562
2022-03-25 09:31:22 B 180.000 1.50 2.0 a0164.fits Y 5.25 14.782 0.756 339
2022-03-25 09:34:51 B 180.000 1.52 2.1 a0165.fits Y 4.64 10.696 0.020 1295
2022-03-25 09:38:21 B 180.000 1.53 2.1 a0166.fits Y 5.80 11.074 0.028 432
2022-03-25 09:41:49 B 180.000 1.55 2.2 a0167.fits Y 5.64 11.715 0.047 415
2022-03-25 09:45:18 B 180.000 1.56 2.2 a0168.fits Y 5.04 15.987 2.174 393
2022-03-25 09:48:48 V 120.000 1.57 2.3 a0169.fits Y 4.35 14.045 0.424 1347
2022-03-25 09:51:16 V 120.000 1.58 2.3 a0170.fits Y 4.40 8.907 0.005 6857
2022-03-25 09:53:45 V 120.000 1.59 2.4 a0171.fits Y 5.18 8.152 0.003 4978
2022-03-25 09:56:14 V 120.000 1.60 2.4 a0172.fits Y 4.91 13.964 0.398 276
2022-03-25 09:58:42 V 120.000 1.62 2.5 a0173.fits Y 4.52 13.287 0.220 1417
2022-03-25 10:01:11 V 120.000 1.63 2.5 a0174.fits Y 4.54 14.353 0.584 208

V841_Oph

AUID 000-BBY-278

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 15:49:10 V 300.000 1.25 -1.6 a0304.fits Y 5.29 13.339 0.291 2198
2022-03-25 15:54:38 V 300.000 1.24 -1.5 a0305.fits Y 4.40 7.279 0.002 12193
2022-03-25 16:00:08 V 300.000 1.23 -1.4 a0306.fits Y 3.83 7.072 0.002 18333
2022-03-25 16:05:36 V 300.000 1.22 -1.3 a0307.fits Y 4.02 13.010 0.215 3433
2022-03-25 16:11:05 V 300.000 1.21 -1.2 a0308.fits Y 4.07 7.155 0.002 16882

V888_Cen

AUID 000-BBT-433

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 16:41:36 B 200.000 1.19 3.2 a0315.fits Y 3.76 11.850 0.048 336
2022-03-25 16:45:27 B 200.000 1.20 3.3 a0316.fits Y 4.65 14.621 0.600 269
2022-03-25 16:49:17 B 200.000 1.21 3.4 a0317.fits Y 4.28 11.928 0.054 296
2022-03-25 16:53:07 B 200.000 1.21 3.4 a0318.fits Y 3.73 13.032 0.142 296
2022-03-25 16:56:58 B 200.000 1.22 3.5 a0319.fits 12.077 0.060 302
2022-03-25 17:01:47 V 100.000 1.23 3.6 a0320.fits Y 3.04 11.437 0.032 463
2022-03-25 17:03:57 V 100.000 1.23 3.6 a0321.fits Y 2.99 11.447 0.033 500
2022-03-25 17:06:08 V 100.000 1.24 3.6 a0322.fits Y 3.04 11.496 0.035 490
2022-03-25 17:08:19 V 100.000 1.24 3.7 a0323.fits Y 3.28 11.492 0.034 403
2022-03-25 17:10:30 V 100.000 1.24 3.7 a0324.fits Y 3.21 11.418 0.033 477

XX_Sct

AUID 000-BCX-193

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-25 15:28:38 B 120.000 1.98 -3.6 a0296.fits 9.779 0.008 1743
2022-03-25 15:31:58 B 120.000 1.95 -3.6 a0297.fits 9.771 0.008 1743
2022-03-25 15:34:18 V 60.000 1.93 -3.5 a0298.fits Y 2.99 9.239 0.005 3446
2022-03-25 15:35:53 V 60.000 1.92 -3.5 a0299.fits Y 3.49 9.205 0.005 2961
2022-03-25 15:37:17 SR 60.000 1.91 -3.5 a0300.fits Y 3.96 8.769 0.004 3948
2022-03-25 15:38:39 SR 60.000 1.89 -3.4 a0301.fits Y 3.38 8.634 0.004 5679
2022-03-25 15:40:02 SI 60.000 1.88 -3.4 a0302.fits Y 3.55 9.126 0.005 3243
2022-03-25 15:41:24 SI 60.000 1.87 -3.4 a0303.fits Y 2.85 9.069 0.005 4573

Remark-o-matic Image View

images 101 to 150

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:30:41 a0101.fits TW_Hya B 30.000 1.43 -4.0 12.834 0.116 808
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:31:45 a0102.fits TW_Hya B 30.000 1.43 -4.0 8.84 0.004 3982
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:32:35 a0103.fits TW_Hya V 15.000 1.43 -3.9 Y 3.53 8.246 0.003 6238 0.90
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:33:11 a0104.fits TW_Hya V 15.000 1.42 -3.9 Y 3.07 11.395 0.025 8332 0.86
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:33:48 a0105.fits TW_Hya SR 15.000 1.42 -3.9 Y 3.36 14.242 0.395 3030 0.88
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:34:23 a0106.fits TW_Hya SR 15.000 1.42 -3.9 Y 3.63 14.406 0.441 1663 0.90
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:34:59 a0107.fits TW_Hya SI 15.000 1.42 -3.9 Y 3.43 14.397 0.417 266 0.90
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:35:34 a0108.fits TW_Hya SI 15.000 1.41 -3.9 Y 3.39 14.014 0.301 1248 0.93
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:39:04 a0109.fits SY_Cha B 120.000 1.30 -3.7 9.518 0.007 2664
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:41:41 a0110.fits SY_Cha B 120.000 1.30 -3.7 9.502 0.007 2412
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:44:01 a0111.fits SY_Cha V 60.000 1.30 -3.7 Y 2.58 8.68 0.004 5996 0.25
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:45:21 a0112.fits SY_Cha V 60.000 1.30 -3.6 Y 2.36 8.698 0.004 5379 0.26
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:46:44 a0113.fits SY_Cha SR 60.000 1.30 -3.6 Y 3.26 7.955 0.003 9295 0.29
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:48:03 a0114.fits SY_Cha SR 60.000 1.30 -3.6 Y 3.47 7.957 0.003 8924 0.33
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:49:24 a0115.fits SY_Cha SI 60.000 1.29 -3.6 Y 4.05 8.06 0.003 7579 0.37
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:50:44 a0116.fits SY_Cha SI 60.000 1.29 -3.5 Y 3.39 8.116 0.003 7132 0.44
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:55:27 a0117.fits TU_Men SG 60.000 1.25 2.8 Y 3.14 12.442 0.071 236 0.19
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 07:56:46 a0118.fits TU_Men SG 60.000 1.25 2.8 Y 3.35 12.572 0.074 211 0.19
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:01:23 a0119.fits V838_Mon SG 30.000 1.32 0.5 Y 3.59 15.929 1.518 205 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:02:13 a0120.fits V838_Mon SG 180.000 1.32 0.5 Y 5.77 12.12 0.083 2422 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:05:33 a0121.fits V838_Mon SG 180.000 1.32 0.6 Y 5.29 13.332 0.216 968 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:08:53 a0122.fits V838_Mon SR 180.000 1.33 0.6 Y 4.97 10.73 0.027 29895 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:12:14 a0123.fits V838_Mon SR 180.000 1.33 0.7 Y 5.25 6.777 0.001 29836 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:15:35 a0124.fits V838_Mon SI 180.000 1.33 0.7 Y 5.35 11.431 0.057 10553 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:18:55 a0125.fits V838_Mon SI 180.000 1.34 0.8 Y 4.38 10.935 0.037 20339 0.17
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:25:50 a0126.fits ASASSN-20da B 30.000 1.76 -6.9 Y 3.42 9.739 0.007 1644 0.38
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:27:20 a0127.fits ASASSN-20da V 15.000 1.75 -6.8 Y 3.42 9.582 0.006 1958 0.38
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:27:57 a0128.fits ASASSN-20da SR 15.000 1.75 -6.8 Y 3.10 9.222 0.005 3429 0.39
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:28:34 a0129.fits ASASSN-20da SI 15.000 1.75 -6.8 Y 3.33 9.82 0.007 1661 0.40
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:29:18 a0130.fits ASASSN-20da B 30.000 1.74 -6.8 Y 3.64 9.768 0.007 1310 0.42
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:30:46 a0131.fits ASASSN-20da V 15.000 1.74 -6.8 Y 3.53 9.559 0.006 2040 0.44
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:31:27 a0132.fits ASASSN-20da SR 15.000 1.73 -6.8 Y 3.26 9.213 0.005 3163 0.43
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:32:04 a0133.fits ASASSN-20da SI 15.000 1.73 -6.8 Y 3.00 9.753 0.007 2270 0.43
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:32:48 a0134.fits ASASSN-20da B 30.000 1.73 -6.7 Y 3.76 9.751 0.007 1452 0.45
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:33:40 a0135.fits ASASSN-20da V 15.000 1.73 -6.7 Y 3.40 9.574 0.006 2078 0.45
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:34:20 a0136.fits ASASSN-20da SR 15.000 1.72 -6.7 Y 3.42 9.279 0.005 2681 0.46
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:34:56 a0137.fits ASASSN-20da SI 15.000 1.72 -6.7 Y 3.16 9.773 0.007 1855 0.45
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:39:05 a0138.fits 2MASS_J07092139-1029344 SI 60.000 1.24 1.0 Y 4.62 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:40:25 a0139.fits 2MASS_J07092139-1029344 SI 300.000 1.25 1.1 Y 5.56 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:45:45 a0140.fits 2MASS_J07092139-1029344 SI 300.000 1.25 1.2 Y 5.05 12.355 0.087 6066 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:51:06 a0141.fits 2MASS_J07092139-1029344 SI 300.000 1.26 1.2 Y 4.55 11.839 0.055 414 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 08:59:18 a0142.fits V0487_Vel B 31.420 1.02 -0.8 Y 3.32 10.497 0.012 1034 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:00:15 a0143.fits V0487_Vel B 31.420 1.02 -0.7 Y 3.11 14.194 0.299 997 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:01:12 a0144.fits V0487_Vel B 31.420 1.02 -0.7 Y 3.32 13.39 0.144 919 0.15
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:02:09 a0145.fits V0487_Vel B 31.420 1.02 -0.7 10.573 0.013 775
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:04:02 a0146.fits V0487_Vel V 42.000 1.02 -0.7 Y 3.49 10.719 0.02 22537 0.18
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:05:12 a0147.fits V0487_Vel V 42.000 1.02 -0.7 Y 3.46 11.281 0.034 23189 0.20
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:06:22 a0148.fits V0487_Vel V 42.000 1.02 -0.6 Y 3.44 11.016 0.025 18614 0.20
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:07:31 a0149.fits V0487_Vel SR 9.520 1.02 -0.6 Y 3.01 11.411 0.029 21068 0.22
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:08:01 a0150.fits V0487_Vel SR 9.520 1.02 -0.6 Y 2.60 12.483 0.074 7429 0.23

images 151 to 200

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:08:38 a0151.fits V0487_Vel SR 9.520 1.02 -0.6 Y 2.12 6.17 0.001 62400 0.24
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:09:10 a0152.fits V0487_Vel SI 5.000 1.02 -0.6 10.152 0.011 62905
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:10:35 a0153.fits V0487_Vel SI 5.000 1.02 -0.6 13.544 0.162 967
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:10:57 a0154.fits V0487_Vel SI 5.000 1.02 -0.6 8.702 0.004 62805
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:14:31 a0155.fits J1407_Cen B 90.000 1.84 -5.3 10.324 0.012 899
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:17:21 a0156.fits J1407_Cen B 90.000 1.81 -5.3 16.857 4.736 384
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:19:11 a0157.fits J1407_Cen V 30.000 1.81 -5.3 Y 3.66 9.019 0.005 3422 0.74
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:20:02 a0158.fits J1407_Cen V 30.000 1.80 -5.2 Y 3.42 13.463 0.175 77 0.77
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:20:55 a0159.fits J1407_Cen SR 30.000 1.79 -5.2 Y 3.75 14.47 0.436 876 0.78
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:21:45 a0160.fits J1407_Cen SR 30.000 1.79 -5.2 Y 3.47 13.315 0.149 130 0.79
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:22:36 a0161.fits J1407_Cen SI 30.000 1.78 -5.2 Y 3.58 8.539 0.003 5391 0.77
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:23:26 a0162.fits J1407_Cen SI 30.000 1.78 -5.2 Y 3.71 13.642 0.2 118 0.80
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:27:52 a0163.fits V838_Mon B 180.000 1.49 1.9 Y 4.97 10.786 0.02 562 0.41
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:31:22 a0164.fits V838_Mon B 180.000 1.50 2.0 Y 5.25 14.782 0.756 339 0.42
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:34:51 a0165.fits V838_Mon B 180.000 1.52 2.1 Y 4.64 10.696 0.02 1295 0.45
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:38:21 a0166.fits V838_Mon B 180.000 1.53 2.1 Y 5.80 11.074 0.028 432 0.47
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:41:49 a0167.fits V838_Mon B 180.000 1.55 2.2 Y 5.64 11.715 0.047 415 0.49
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:45:18 a0168.fits V838_Mon B 180.000 1.56 2.2 Y 5.04 15.987 2.174 393 0.50
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:48:48 a0169.fits V838_Mon V 120.000 1.57 2.3 Y 4.35 14.045 0.424 1347 0.51
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:51:16 a0170.fits V838_Mon V 120.000 1.58 2.3 Y 4.40 8.907 0.005 6857 0.52
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:53:45 a0171.fits V838_Mon V 120.000 1.59 2.4 Y 5.18 8.152 0.003 4978 0.55
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:56:14 a0172.fits V838_Mon V 120.000 1.60 2.4 Y 4.91 13.964 0.398 276 0.56
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 09:58:42 a0173.fits V838_Mon V 120.000 1.62 2.5 Y 4.52 13.287 0.22 1417 0.60
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:01:11 a0174.fits V838_Mon V 120.000 1.63 2.5 Y 4.54 14.353 0.584 208 0.61
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:06:58 a0175.fits U_Men B 10.000 1.43 5.5 9.01 0.004 4593
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:07:39 a0176.fits U_Men B 10.000 1.43 5.5 8.976 0.004 4669
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:08:16 a0177.fits U_Men B 10.000 1.43 5.5 9.065 0.004 4155
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:08:53 a0178.fits U_Men V 10.000 1.43 5.5 7.321 0.002 21068
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:09:44 a0179.fits U_Men V 10.000 1.43 5.6 7.415 0.002 19253
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:10:20 a0180.fits U_Men V 10.000 1.43 5.6 7.355 0.002 18219
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:10:59 a0181.fits U_Men SI 10.000 1.43 5.6 5.731 0.001 62596
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:11:49 a0182.fits U_Men SI 10.000 1.43 5.6 5.607 0.001 62596
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:12:25 a0183.fits U_Men SI 10.000 1.43 5.6 5.542 0.001 62444
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:16:56 a0184.fits HY_Lup B 200.000 1.43 -4.7 12.745 0.124 538
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:21:44 a0185.fits HY_Lup B 200.000 1.41 -4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:25:30 a0186.fits HY_Lup B 200.000 1.40 -4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:29:15 a0187.fits HY_Lup B 200.000 1.39 -4.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:33:01 a0188.fits HY_Lup B 200.000 1.37 -4.4 12.986 0.136 642
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:36:48 a0189.fits HY_Lup V 100.000 1.37 -4.4 Y 4.38 12.9 0.116 1218 0.79
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:38:57 a0190.fits HY_Lup V 100.000 1.36 -4.3 Y 4.42 0.80
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:41:05 a0191.fits HY_Lup V 100.000 1.35 -4.3 Y 4.31 0.78
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:43:14 a0192.fits HY_Lup V 100.000 1.35 -4.3 14.271 0.39 171
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:46:22 a0193.fits HY_Lup V 100.000 1.34 -4.2 14.318 0.453 1234
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:52:53 a0194.fits V0856_Sco B 12.000 2.07 -5.7
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:53:32 a0195.fits V0856_Sco B 12.000 2.06 -5.7 17.022 3.432 55
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:54:02 a0196.fits V0856_Sco B 12.000 2.06 -5.7
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:54:33 a0197.fits V0856_Sco V 5.000 2.05 -5.7 10.658 0.012 915
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:55:11 a0198.fits V0856_Sco V 5.000 2.05 -5.7 10.636 0.012 871
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:55:34 a0199.fits V0856_Sco V 5.000 2.04 -5.7 10.663 0.012 1001
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:56:00 a0200.fits V0856_Sco SR 5.000 2.04 -5.6 9.943 0.008 2207

images 201 to 250

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:56:38 a0201.fits V0856_Sco SR 5.000 2.03 -5.6 9.925 0.007 1754
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:57:01 a0202.fits V0856_Sco SR 5.000 2.03 -5.6 9.965 0.008 1729
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:57:25 a0203.fits V0856_Sco SI 5.000 2.03 -5.6 10.148 0.008 1884
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:58:21 a0204.fits V0856_Sco SI 5.000 2.02 -5.6 13.888 0.178 1402
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 10:58:44 a0205.fits V0856_Sco SI 5.000 2.01 -5.6 10.131 0.008 1528
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:02:47 a0206.fits V351_Pup B 200.000 1.15 2.4
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:07:35 a0207.fits V351_Pup B 200.000 1.16 2.5 16.761 4.391 177
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:11:21 a0208.fits V351_Pup B 200.000 1.17 2.6 13.842 0.29 322
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:15:07 a0209.fits V351_Pup B 200.000 1.18 2.6 11.942 0.054 1402
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:18:53 a0210.fits V351_Pup B 200.000 1.18 2.7
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:22:40 a0211.fits V351_Pup V 100.000 1.19 2.7 Y 4.53 0.15
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:24:50 a0212.fits V351_Pup V 100.000 1.19 2.8 Y 4.54 14.645 0.556 203 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:27:00 a0213.fits V351_Pup V 100.000 1.20 2.8 Y 5.10 16.277 2.633 129 0.18
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:29:10 a0214.fits V351_Pup V 100.000 1.21 2.9 Y 4.26 0.17
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:31:19 a0215.fits V351_Pup V 100.000 1.21 2.9 Y 4.57 0.18
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:37:15 a0216.fits V837_Ara B 60.000 1.70 -6.0 13.891 0.312 1291
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:39:43 a0217.fits V837_Ara V 40.000 1.69 -5.9 Y 4.96 7.507 0.002 9531 0.57
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:40:53 a0218.fits V837_Ara SR 40.000 1.69 -5.9 Y 4.16 99.999 9.999 695 0.57
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:45:28 a0219.fits V382_Vel B 200.000 1.02 0.6 Y 4.55 13.861 0.296 340 0.15
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:49:17 a0220.fits V382_Vel B 200.000 1.02 0.6 Y 4.74 11.637 0.042 310 0.19
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:53:06 a0221.fits V382_Vel B 200.000 1.02 0.7 Y 5.10 14.295 0.467 185 0.22
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 11:56:56 a0222.fits V382_Vel B 200.000 1.02 0.8 12.436 0.087 237
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:01:45 a0223.fits V382_Vel B 200.000 1.02 0.8 11.371 0.032 352
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:05:32 a0224.fits V382_Vel V 100.000 1.02 0.9 Y 4.88 12.511 0.082 958 0.56
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:07:41 a0225.fits V382_Vel V 100.000 1.03 0.9 Y 4.76 15.487 1.394 139 0.55
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:09:50 a0226.fits V382_Vel V 100.000 1.03 1.0 Y 4.16 13.535 0.21 297 0.61
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:11:59 a0227.fits V382_Vel V 100.000 1.03 1.0 Y 4.68 11.791 0.042 255 0.63
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:14:08 a0228.fits V382_Vel V 100.000 1.03 1.0 Y 3.82 11.671 0.04 538 0.63
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:18:43 a0229.fits CP_Cru B 200.000 1.05 -0.3 Y 4.62 0.30
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:22:32 a0230.fits CP_Cru B 200.000 1.05 -0.2 Y 4.69 13.79 0.284 440 0.34
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:26:21 a0231.fits CP_Cru B 200.000 1.05 -0.2 Y 4.48 0.36
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:30:11 a0232.fits CP_Cru B 200.000 1.05 -0.1 Y 4.48 0.39
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:34:00 a0233.fits CP_Cru B 200.000 1.05 -0.0 Y 4.29 14.71 0.627 190 0.41
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:37:50 a0234.fits CP_Cru V 100.000 1.05 0.0 Y 4.23 14.89 0.724 116 0.40
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:40:00 a0235.fits CP_Cru V 100.000 1.05 0.1 Y 4.17 0.40
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:42:08 a0236.fits CP_Cru V 100.000 1.05 0.1 Y 4.12 0.42
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:44:18 a0237.fits CP_Cru V 100.000 1.05 0.1 Y 4.36 0.41
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:46:27 a0238.fits CP_Cru V 100.000 1.05 0.2 Y 4.60 0.41
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:54:06 a0239.fits KK_Oph B 30.000 1.88 -4.7 9.353 0.006 1823
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:55:46 a0240.fits KK_Oph B 30.000 1.86 -4.7 9.404 0.006 1426
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:56:35 a0241.fits KK_Oph V 15.000 1.86 -4.7 8.903 0.004 3626
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:58:11 a0242.fits KK_Oph V 15.000 1.84 -4.6 8.939 0.004 3079
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 12:58:46 a0243.fits KK_Oph SR 15.000 1.84 -4.6 8.353 0.003 5859
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:00:21 a0244.fits KK_Oph SR 15.000 1.82 -4.6 8.312 0.003 6328
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:00:54 a0245.fits KK_Oph SI 15.000 1.82 -4.6 8.623 0.003 4500
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:02:30 a0246.fits KK_Oph SI 15.000 1.80 -4.6 8.634 0.004 4760
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:22:56 a0247.fits V0725_Sgr B 120.000 1.90 -5.3 9.835 0.009 1116
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:26:17 a0248.fits V0725_Sgr B 120.000 1.87 -5.2 9.177 0.005 2658
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:28:38 a0249.fits V0725_Sgr V 60.000 1.86 -5.2 7.793 0.002 11019
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:30:59 a0250.fits V0725_Sgr V 60.000 1.84 -5.1 7.722 0.002 11759

images 251 to 300

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:32:19 a0251.fits V0725_Sgr SR 60.000 1.83 -5.1 13.136 0.174 23891
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:34:39 a0252.fits V0725_Sgr SR 60.000 1.81 -5.1 6.882 0.001 24973
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:35:57 a0253.fits V0725_Sgr SI 60.000 1.80 -5.0 6.964 0.002 25985
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:38:18 a0254.fits V0725_Sgr SI 60.000 1.78 -5.0 6.935 0.001 24797
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:42:00 a0255.fits V2487_Oph B 200.000 1.87 -4.3
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:46:48 a0256.fits V2487_Oph B 200.000 1.82 -4.2 14.416 0.542 590
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:50:35 a0257.fits V2487_Oph B 200.000 1.79 -4.1 14.385 0.548 467
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:54:20 a0258.fits V2487_Oph B 200.000 1.76 -4.1
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 13:58:06 a0259.fits V2487_Oph B 200.000 1.73 -4.0
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:01:53 a0260.fits V2487_Oph V 100.000 1.72 -3.9 12.264 0.069 315
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:05:02 a0261.fits V2487_Oph V 100.000 1.69 -3.9 12.501 0.085 277
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:07:08 a0262.fits V2487_Oph V 100.000 1.68 -3.8 13.839 0.298 266
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:09:14 a0263.fits V2487_Oph V 100.000 1.66 -3.8 11.295 0.03 2144
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:11:19 a0264.fits V2487_Oph V 100.000 1.65 -3.8 12.556 0.088 294
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:15:45 a0265.fits V0725_Sgr B 120.000 1.53 -4.4 14.18 0.452 4022
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:19:07 a0266.fits V0725_Sgr B 120.000 1.51 -4.3 8.76 0.004 4451
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:21:26 a0267.fits V0725_Sgr V 60.000 1.50 -4.3 7.591 0.002 16370
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:23:47 a0268.fits V0725_Sgr V 60.000 1.49 -4.2 7.59 0.002 15347
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:25:08 a0269.fits V0725_Sgr SR 60.000 1.49 -4.2 6.77 0.001 41620
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:27:28 a0270.fits V0725_Sgr SR 60.000 1.47 -4.2 6.747 0.001 39047
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:28:47 a0271.fits V0725_Sgr SI 60.000 1.47 -4.2 6.878 0.001 43128
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:31:06 a0272.fits V0725_Sgr SI 60.000 1.46 -4.1 6.868 0.001 37713
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:34:59 a0273.fits PNV_J17291350 B 60.000 1.51 -3.3
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:37:28 a0274.fits PNV_J17291350 B 150.000 1.49 -3.3 13.543 0.21 355
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:41:27 a0275.fits PNV_J17291350 B 150.000 1.47 -3.2
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:44:23 a0276.fits PNV_J17291350 B 150.000 1.45 -3.2 14.247 0.446 222
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:47:19 a0277.fits PNV_J17291350 V 100.000 1.44 -3.1 Y 3.85 12.718 0.106 269 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:49:29 a0278.fits PNV_J17291350 V 100.000 1.43 -3.1 Y 3.71 12.471 0.084 282 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:51:39 a0279.fits PNV_J17291350 V 100.000 1.43 -3.1 Y 3.40 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:56:00 a0280.fits ASASSN-V_J18165406-2021176 B 120.000 1.62 -3.8 Y 3.91 8.446 0.003 5301 0.94
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 14:58:23 a0281.fits ASASSN-V_J18165406-2021176 B 120.000 1.61 -3.7 Y 4.54 8.429 0.003 4372 0.99
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:00:57 a0282.fits ASASSN-V_J18165406-2021176 V 60.000 1.60 -3.7 Y 3.62 8.151 0.003 7242 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:02:21 a0283.fits ASASSN-V_J18165406-2021176 V 60.000 1.59 -3.7 Y 3.91 8.211 0.003 6651 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:03:46 a0284.fits ASASSN-V_J18165406-2021176 SR 60.000 1.58 -3.7 Y 3.66 7.944 0.003 8615 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:05:08 a0285.fits ASASSN-V_J18165406-2021176 SR 60.000 1.57 -3.6 Y 3.94 7.953 0.003 8346 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:06:31 a0286.fits ASASSN-V_J18165406-2021176 SI 60.000 1.56 -3.6 Y 3.66 8.488 0.004 5490 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:07:53 a0287.fits ASASSN-V_J18165406-2021176 SI 60.000 1.55 -3.6 Y 3.67 8.484 0.004 5495 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:21:36 a0288.fits GSC_05107_00266 B 30.000 2.04 -3.5 16.776 3.173 72
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:22:26 a0289.fits GSC_05107_00266 B 30.000 2.03 -3.5 15.858 1.36 75
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:23:15 a0290.fits GSC_05107_00266 V 15.000 2.02 -3.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:23:52 a0291.fits GSC_05107_00266 V 15.000 2.02 -3.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:24:27 a0292.fits GSC_05107_00266 SR 15.000 2.01 -3.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:25:01 a0293.fits GSC_05107_00266 SR 15.000 2.00 -3.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:25:35 a0294.fits GSC_05107_00266 SI 15.000 2.00 -3.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:26:09 a0295.fits GSC_05107_00266 SI 15.000 1.99 -3.4 99.999 9.999 99
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:28:38 a0296.fits XX_Sct B 120.000 1.98 -3.6 9.779 0.008 1743
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:31:58 a0297.fits XX_Sct B 120.000 1.95 -3.6 9.771 0.008 1743
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:34:18 a0298.fits XX_Sct V 60.000 1.93 -3.5 Y 2.99 9.239 0.005 3446 1.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:35:53 a0299.fits XX_Sct V 60.000 1.92 -3.5 Y 3.49 9.205 0.005 2961 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:37:17 a0300.fits XX_Sct SR 60.000 1.91 -3.5 Y 3.96 8.769 0.004 3948 0.04

images 301 to 340

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:38:39 a0301.fits XX_Sct SR 60.000 1.89 -3.4 Y 3.38 8.634 0.004 5679 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:40:02 a0302.fits XX_Sct SI 60.000 1.88 -3.4 Y 3.55 9.126 0.005 3243 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:41:24 a0303.fits XX_Sct SI 60.000 1.87 -3.4 Y 2.85 9.069 0.005 4573 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:49:10 a0304.fits V841_Oph V 300.000 1.25 -1.6 Y 5.29 13.339 0.291 2198 0.32
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 15:54:38 a0305.fits V841_Oph V 300.000 1.24 -1.5 Y 4.40 7.279 0.002 12193 0.27
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:00:08 a0306.fits V841_Oph V 300.000 1.23 -1.4 Y 3.83 7.072 0.002 18333 0.24
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:05:36 a0307.fits V841_Oph V 300.000 1.22 -1.3 Y 4.02 13.01 0.215 3433 0.21
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:11:05 a0308.fits V841_Oph V 300.000 1.21 -1.2 Y 4.07 7.155 0.002 16882 0.22
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:19:33 a0309.fits CI_Aql V 100.000 1.87 -3.0 Y 3.11 13.051 0.149 313 0.93
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:21:39 a0310.fits CI_Aql V 100.000 1.85 -2.9 Y 3.19 10.667 0.02 945 0.94
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:23:43 a0311.fits CI_Aql V 100.000 1.84 -2.9 Y 4.65 11.894 0.053 454 0.94
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:25:52 a0312.fits CI_Aql B 200.000 1.81 -2.9 Y 3.71 11.538 0.042 514 0.98
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:29:36 a0313.fits CI_Aql B 200.000 1.79 -2.8 Y 3.59 11.509 0.039 501 0.99
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:33:43 a0314.fits CI_Aql B 200.000 1.76 -2.7 Y 3.93 11.608 0.044 468 1.01
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:41:36 a0315.fits V888_Cen B 200.000 1.19 3.2 Y 3.76 11.85 0.048 336 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:45:27 a0316.fits V888_Cen B 200.000 1.20 3.3 Y 4.65 14.621 0.6 269 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:49:17 a0317.fits V888_Cen B 200.000 1.21 3.4 Y 4.28 11.928 0.054 296 0.01
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:53:07 a0318.fits V888_Cen B 200.000 1.21 3.4 Y 3.73 13.032 0.142 296 0.01
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 16:56:58 a0319.fits V888_Cen B 200.000 1.22 3.5 12.077 0.06 302
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:01:47 a0320.fits V888_Cen V 100.000 1.23 3.6 Y 3.04 11.437 0.032 463 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:03:57 a0321.fits V888_Cen V 100.000 1.23 3.6 Y 2.99 11.447 0.033 500 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:06:08 a0322.fits V888_Cen V 100.000 1.24 3.6 Y 3.04 11.496 0.035 490 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:08:19 a0323.fits V888_Cen V 100.000 1.24 3.7 Y 3.28 11.492 0.034 403 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:10:30 a0324.fits V888_Cen V 100.000 1.24 3.7 Y 3.21 11.418 0.033 477 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:15:50 a0325.fits TCP_J17154 B 120.000 1.03 -0.4 14.472 0.51 1246
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:19:18 a0326.fits TCP_J17154 B 120.000 1.03 -0.4
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:21:44 a0327.fits TCP_J17154 B 120.000 1.03 -0.3
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:24:11 a0328.fits TCP_J17154 V 100.000 1.03 -0.3 12.718 0.116 275
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:27:19 a0329.fits TCP_J17154 V 100.000 1.03 -0.2 13.141 0.167 257
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:29:25 a0330.fits TCP_J17154 V 100.000 1.02 -0.2 13.142 0.162 264
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:31:33 a0331.fits TCP_J17154 SR 60.000 1.02 -0.2 12.969 0.132 253
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:34:01 a0332.fits TCP_J17154 SR 60.000 1.02 -0.1 12.747 0.106 347
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:35:26 a0333.fits TCP_J17154 SR 60.000 1.02 -0.1 12.691 0.098 719
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:36:53 a0334.fits TCP_J17154 SI 100.000 1.02 -0.1 12.497 0.114 381
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:40:01 a0335.fits TCP_J17154 SI 100.000 1.02 -0.0 12.012 0.069 344
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:42:05 a0336.fits TCP_J17154 SI 100.000 1.02 0.0 12.659 0.141 378
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:47:29 a0337.fits Aql_X_1 SR 120.000 1.57 -1.8 11.307 0.042 2203
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:50:56 a0338.fits Aql_X_1 SR 120.000 1.56 -1.8 10.9 0.033 1826
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:53:21 a0339.fits Aql_X_1 SR 120.000 1.55 -1.7 9.159 0.007 4144
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-25 17:55:46 a0340.fits Aql_X_1 SR 120.000 1.55 -1.7 9.066 0.008 5225

Image Table

images 101 to 150

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 07:30:41 a0101.fits TW_Hya B 30.0 1.43 -4.0 12.834 0.116 808 000-BCW-108 9663.81297 -20.0 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 07:31:45 a0102.fits TW_Hya B 30.0 1.43 -4.0 8.840 0.004 3982 000-BCW-108 9663.81372 -20.0 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 07:32:35 a0103.fits TW_Hya V 15.0 1.43 -3.9 Y 3.53 8.246 0.003 6238 000-BCW-108 0.895709 9663.81429 -20.0 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994366 Y
2022-03-25 07:33:11 a0104.fits TW_Hya V 15.0 1.42 -3.9 Y 3.07 11.395 0.025 8332 000-BCW-108 0.859080 9663.81471 -20.0 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994816 Y
2022-03-25 07:33:48 a0105.fits TW_Hya SR 15.0 1.42 -3.9 Y 3.36 14.242 0.395 3030 000-BCW-108 0.877163 9663.81514 -20.0 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995605 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 07:34:23 a0106.fits TW_Hya SR 15.0 1.42 -3.9 Y 3.63 14.406 0.441 1663 000-BCW-108 0.903261 9663.81554 -20.0000 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002261 Y
2022-03-25 07:34:59 a0107.fits TW_Hya SI 15.0 1.42 -3.9 Y 3.43 14.397 0.417 266 000-BCW-108 0.902520 9663.81596 -20.0000 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.007057 Y
2022-03-25 07:35:34 a0108.fits TW_Hya SI 15.0 1.41 -3.9 Y 3.39 14.014 0.301 1248 000-BCW-108 0.928792 9663.81637 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991725 Y
2022-03-25 07:39:04 a0109.fits SY_Cha B 120.0 1.30 -3.7 9.518 0.007 2664 000-BDL-871 9663.81880 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 07:41:41 a0110.fits SY_Cha B 120.0 1.30 -3.7 9.502 0.007 2412 000-BDL-871 9663.82061 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 07:44:01 a0111.fits SY_Cha V 60.0 1.30 -3.7 Y 2.58 8.680 0.004 5996 000-BDL-871 0.246122 9663.82223 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992572 Y
2022-03-25 07:45:21 a0112.fits SY_Cha V 60.0 1.30 -3.6 Y 2.36 8.698 0.004 5379 000-BDL-871 0.264565 9663.82316 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990103 Y
2022-03-25 07:46:44 a0113.fits SY_Cha SR 60.0 1.30 -3.6 Y 3.26 7.955 0.003 9295 000-BDL-871 0.286217 9663.82412 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.005982 Y
2022-03-25 07:48:03 a0114.fits SY_Cha SR 60.0 1.30 -3.6 Y 3.47 7.957 0.003 8924 000-BDL-871 0.327418 9663.82503 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999685 Y
2022-03-25 07:49:24 a0115.fits SY_Cha SI 60.0 1.29 -3.6 Y 4.05 8.060 0.003 7579 000-BDL-871 0.372964 9663.82597 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.986482 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 07:50:44 a0116.fits SY_Cha SI 60.0 1.29 -3.5 Y 3.39 8.116 0.003 7132 000-BDL-871 0.437783 9663.82690 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994604 Y
2022-03-25 07:55:27 a0117.fits TU_Men SG 60.0 1.25 2.8 Y 3.14 12.442 0.071 236 000-BCW-366 0.185201 9663.83017 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993959 Y
2022-03-25 07:56:46 a0118.fits TU_Men SG 60.0 1.25 2.8 Y 3.35 12.572 0.074 211 000-BCW-366 0.189302 9663.83109 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998351 Y
2022-03-25 08:01:23 a0119.fits V838_Mon SG 30.0 1.32 0.5 Y 3.59 15.929 1.518 205 000-BBM-355 0.032728 9663.83429 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995792 Y
2022-03-25 08:02:13 a0120.fits V838_Mon SG 180.0 1.32 0.5 Y 5.77 12.120 0.083 2422 000-BBM-355 0.062848 9663.83487 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995373 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 08:05:33 a0121.fits V838_Mon SG 180.0 1.32 0.6 Y 5.29 13.332 0.216 968 000-BBM-355 0.129034 9663.83719 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995083 Y
2022-03-25 08:08:53 a0122.fits V838_Mon SR 180.0 1.33 0.6 Y 4.97 10.730 0.027 29895 000-BBM-355 0.141488 9663.83950 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993445 Y
2022-03-25 08:12:14 a0123.fits V838_Mon SR 180.0 1.33 0.7 Y 5.25 6.777 0.001 29836 000-BBM-355 0.155560 9663.84183 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994922 Y
2022-03-25 08:15:35 a0124.fits V838_Mon SI 180.0 1.33 0.7 Y 5.35 11.431 0.057 10553 000-BBM-355 0.140202 9663.84416 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996828 Y
2022-03-25 08:18:55 a0125.fits V838_Mon SI 180.0 1.34 0.8 Y 4.38 10.935 0.037 20339 000-BBM-355 0.174687 9663.84647 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994516 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 08:25:50 a0126.fits ASASSN-20da B 30.0 1.76 -6.9 Y 3.42 9.739 0.007 1644 000-BNL-373 0.379361 9663.85127 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993628 Y
2022-03-25 08:27:20 a0127.fits ASASSN-20da V 15.0 1.75 -6.8 Y 3.42 9.582 0.006 1958 000-BNL-373 0.381896 9663.85231 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999732 Y
2022-03-25 08:27:57 a0128.fits ASASSN-20da SR 15.0 1.75 -6.8 Y 3.10 9.222 0.005 3429 000-BNL-373 0.393472 9663.85274 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.003812 Y
2022-03-25 08:28:34 a0129.fits ASASSN-20da SI 15.0 1.75 -6.8 Y 3.33 9.820 0.007 1661 000-BNL-373 0.397879 9663.85317 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.005103 Y
2022-03-25 08:29:18 a0130.fits ASASSN-20da B 30.0 1.74 -6.8 Y 3.64 9.768 0.007 1310 000-BNL-373 0.424648 9663.85368 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.986513 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 08:30:46 a0131.fits ASASSN-20da V 15.0 1.74 -6.8 Y 3.53 9.559 0.006 2040 000-BNL-373 0.439259 9663.85470 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996225 Y
2022-03-25 08:31:27 a0132.fits ASASSN-20da SR 15.0 1.73 -6.8 Y 3.26 9.213 0.005 3163 000-BNL-373 0.432722 9663.85517 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998546 Y
2022-03-25 08:32:04 a0133.fits ASASSN-20da SI 15.0 1.73 -6.8 Y 3.00 9.753 0.007 2270 000-BNL-373 0.433927 9663.85560 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998196 Y
2022-03-25 08:32:48 a0134.fits ASASSN-20da B 30.0 1.73 -6.7 Y 3.76 9.751 0.007 1452 000-BNL-373 0.452301 9663.85611 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002813 Y
2022-03-25 08:33:40 a0135.fits ASASSN-20da V 15.0 1.73 -6.7 Y 3.40 9.574 0.006 2078 000-BNL-373 0.448532 9663.85671 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002988 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 08:34:20 a0136.fits ASASSN-20da SR 15.0 1.72 -6.7 Y 3.42 9.279 0.005 2681 000-BNL-373 0.455800 9663.85718 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000387 Y
2022-03-25 08:34:56 a0137.fits ASASSN-20da SI 15.0 1.72 -6.7 Y 3.16 9.773 0.007 1855 000-BNL-373 0.454262 9663.85759 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997062 Y
2022-03-25 08:39:05 a0138.fits 2MASS_J07092139-1029344 SI 60.0 1.24 1.0 Y 4.62 000-BLQ-250 0.059127 9663.86047 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996420 Y
2022-03-25 08:40:25 a0139.fits 2MASS_J07092139-1029344 SI 300.0 1.25 1.1 Y 5.56 000-BLQ-250 0.081865 9663.86140 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993641 Y
2022-03-25 08:45:45 a0140.fits 2MASS_J07092139-1029344 SI 300.0 1.25 1.2 Y 5.05 12.355 0.087 6066 000-BLQ-250 0.104600 9663.86510 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999316 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 08:51:06 a0141.fits 2MASS_J07092139-1029344 SI 300.00 1.26 1.2 Y 4.55 11.839 0.055 414 000-BLQ-250 0.111378 9663.86882 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993648 Y
2022-03-25 08:59:18 a0142.fits V0487_Vel B 31.42 1.02 -0.8 Y 3.32 10.497 0.012 1034 000-BKH-030 0.124235 9663.87451 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993893 Y
2022-03-25 09:00:15 a0143.fits V0487_Vel B 31.42 1.02 -0.7 Y 3.11 14.194 0.299 997 000-BKH-030 0.135797 9663.87517 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990044 Y
2022-03-25 09:01:12 a0144.fits V0487_Vel B 31.42 1.02 -0.7 Y 3.32 13.390 0.144 919 000-BKH-030 0.150733 9663.87583 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992461 Y
2022-03-25 09:02:09 a0145.fits V0487_Vel B 31.42 1.02 -0.7 10.573 0.013 775 000-BKH-030 9663.87649 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 09:04:02 a0146.fits V0487_Vel V 42.00 1.02 -0.7 Y 3.49 10.719 0.020 22537 000-BKH-030 0.180901 9663.87780 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991061 Y
2022-03-25 09:05:12 a0147.fits V0487_Vel V 42.00 1.02 -0.7 Y 3.46 11.281 0.034 23189 000-BKH-030 0.196099 9663.87861 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991749 Y
2022-03-25 09:06:22 a0148.fits V0487_Vel V 42.00 1.02 -0.6 Y 3.44 11.016 0.025 18614 000-BKH-030 0.200894 9663.87942 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995011 Y
2022-03-25 09:07:31 a0149.fits V0487_Vel SR 9.52 1.02 -0.6 Y 3.01 11.411 0.029 21068 000-BKH-030 0.222443 9663.88022 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.987909 Y
2022-03-25 09:08:01 a0150.fits V0487_Vel SR 9.52 1.02 -0.6 Y 2.60 12.483 0.074 7429 000-BKH-030 0.233037 9663.88057 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991096 Y

images 151 to 200

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 09:08:38 a0151.fits V0487_Vel SR 9.52 1.02 -0.6 Y 2.12 6.170 0.001 62400 000-BKH-030 0.237233 9663.88100 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995277 Y
2022-03-25 09:09:10 a0152.fits V0487_Vel SI 5.00 1.02 -0.6 10.152 0.011 62905 000-BKH-030 9663.88137 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 09:10:35 a0153.fits V0487_Vel SI 5.00 1.02 -0.6 13.544 0.162 967 000-BKH-030 9663.88235 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 09:10:57 a0154.fits V0487_Vel SI 5.00 1.02 -0.6 8.702 0.004 62805 000-BKH-030 9663.88260 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 09:14:31 a0155.fits J1407_Cen B 90.00 1.84 -5.3 10.324 0.012 899 None 9663.88508 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 09:17:21 a0156.fits J1407_Cen B 90.0 1.81 -5.3 16.857 4.736 384 None 9663.88705 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 09:19:11 a0157.fits J1407_Cen V 30.0 1.81 -5.3 Y 3.66 9.019 0.005 3422 None 0.737922 9663.88832 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.005818 Y
2022-03-25 09:20:02 a0158.fits J1407_Cen V 30.0 1.80 -5.2 Y 3.42 13.463 0.175 77 None 0.774749 9663.88891 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000159 Y
2022-03-25 09:20:55 a0159.fits J1407_Cen SR 30.0 1.79 -5.2 Y 3.75 14.470 0.436 876 None 0.779772 9663.88953 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997474 Y
2022-03-25 09:21:45 a0160.fits J1407_Cen SR 30.0 1.79 -5.2 Y 3.47 13.315 0.149 130 None 0.786620 9663.89010 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997681 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 09:22:36 a0161.fits J1407_Cen SI 30.0 1.78 -5.2 Y 3.58 8.539 0.003 5391 None 0.768739 9663.89069 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000435 Y
2022-03-25 09:23:26 a0162.fits J1407_Cen SI 30.0 1.78 -5.2 Y 3.71 13.642 0.200 118 None 0.796818 9663.89127 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001981 Y
2022-03-25 09:27:52 a0163.fits V838_Mon B 180.0 1.49 1.9 Y 4.97 10.786 0.020 562 000-BBM-355 0.405189 9663.89435 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994702 Y
2022-03-25 09:31:22 a0164.fits V838_Mon B 180.0 1.50 2.0 Y 5.25 14.782 0.756 339 000-BBM-355 0.423652 9663.89678 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995921 Y
2022-03-25 09:34:51 a0165.fits V838_Mon B 180.0 1.52 2.1 Y 4.64 10.696 0.020 1295 000-BBM-355 0.445527 9663.89920 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996351 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 09:38:21 a0166.fits V838_Mon B 180.0 1.53 2.1 Y 5.80 11.074 0.028 432 000-BBM-355 0.469137 9663.90163 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995301 Y
2022-03-25 09:41:49 a0167.fits V838_Mon B 180.0 1.55 2.2 Y 5.64 11.715 0.047 415 000-BBM-355 0.490940 9663.90404 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994761 Y
2022-03-25 09:45:18 a0168.fits V838_Mon B 180.0 1.56 2.2 Y 5.04 15.987 2.174 393 000-BBM-355 0.501478 9663.90646 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997514 Y
2022-03-25 09:48:48 a0169.fits V838_Mon V 120.0 1.57 2.3 Y 4.35 14.045 0.424 1347 000-BBM-355 0.510839 9663.90889 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995062 Y
2022-03-25 09:51:16 a0170.fits V838_Mon V 120.0 1.58 2.3 Y 4.40 8.907 0.005 6857 000-BBM-355 0.518888 9663.91060 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997885 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 09:53:45 a0171.fits V838_Mon V 120.0 1.59 2.4 Y 5.18 8.152 0.003 4978 000-BBM-355 0.545058 9663.91233 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998283 Y
2022-03-25 09:56:14 a0172.fits V838_Mon V 120.0 1.60 2.4 Y 4.91 13.964 0.398 276 000-BBM-355 0.562792 9663.91405 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994978 Y
2022-03-25 09:58:42 a0173.fits V838_Mon V 120.0 1.62 2.5 Y 4.52 13.287 0.220 1417 000-BBM-355 0.599541 9663.91576 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997172 Y
2022-03-25 10:01:11 a0174.fits V838_Mon V 120.0 1.63 2.5 Y 4.54 14.353 0.584 208 000-BBM-355 0.605799 9663.91749 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999702 Y
2022-03-25 10:06:58 a0175.fits U_Men B 10.0 1.43 5.5 9.010 0.004 4593 000-BLV-756 9663.92150 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 10:07:39 a0176.fits U_Men B 10.0 1.43 5.5 8.976 0.004 4669 000-BLV-756 9663.92198 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:08:16 a0177.fits U_Men B 10.0 1.43 5.5 9.065 0.004 4155 000-BLV-756 9663.92241 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:08:53 a0178.fits U_Men V 10.0 1.43 5.5 7.321 0.002 21068 000-BLV-756 9663.92284 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:09:44 a0179.fits U_Men V 10.0 1.43 5.6 7.415 0.002 19253 000-BLV-756 9663.92343 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:10:20 a0180.fits U_Men V 10.0 1.43 5.6 7.355 0.002 18219 000-BLV-756 9663.92384 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 10:10:59 a0181.fits U_Men SI 10.0 1.43 5.6 5.731 0.001 62596 000-BLV-756 9663.92429 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:11:49 a0182.fits U_Men SI 10.0 1.43 5.6 5.607 0.001 62596 000-BLV-756 9663.92487 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:12:25 a0183.fits U_Men SI 10.0 1.43 5.6 5.542 0.001 62444 000-BLV-756 9663.92529 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:16:56 a0184.fits HY_Lup B 200.0 1.43 -4.7 12.745 0.124 538 000-BBV-501 9663.92843 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:21:44 a0185.fits HY_Lup B 200.0 1.41 -4.6 000-BBV-501 9663.93176 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 10:25:30 a0186.fits HY_Lup B 200.0 1.40 -4.6 000-BBV-501 9663.93438 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:29:15 a0187.fits HY_Lup B 200.0 1.39 -4.5 000-BBV-501 9663.93698 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:33:01 a0188.fits HY_Lup B 200.0 1.37 -4.4 12.986 0.136 642 000-BBV-501 9663.93959 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:36:48 a0189.fits HY_Lup V 100.0 1.37 -4.4 Y 4.38 12.900 0.116 1218 000-BBV-501 0.792528 9663.94222 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998487 Y
2022-03-25 10:38:57 a0190.fits HY_Lup V 100.0 1.36 -4.3 Y 4.42 000-BBV-501 0.796235 9663.94372 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996845 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 10:41:05 a0191.fits HY_Lup V 100.0 1.35 -4.3 Y 4.31 000-BBV-501 0.778555 9663.94520 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999449 Y
2022-03-25 10:43:14 a0192.fits HY_Lup V 100.0 1.35 -4.3 14.271 0.390 171 000-BBV-501 9663.94669 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:46:22 a0193.fits HY_Lup V 100.0 1.34 -4.2 14.318 0.453 1234 000-BBV-501 9663.94887 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:52:53 a0194.fits V0856_Sco B 12.0 2.07 -5.7 000-BCX-156 9663.95339 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:53:32 a0195.fits V0856_Sco B 12.0 2.06 -5.7 17.022 3.432 55 000-BCX-156 9663.95384 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 10:54:02 a0196.fits V0856_Sco B 12.0 2.06 -5.7 000-BCX-156 9663.95419 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:54:33 a0197.fits V0856_Sco V 5.0 2.05 -5.7 10.658 0.012 915 000-BCX-156 9663.95455 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:55:11 a0198.fits V0856_Sco V 5.0 2.05 -5.7 10.636 0.012 871 000-BCX-156 9663.95499 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:55:34 a0199.fits V0856_Sco V 5.0 2.04 -5.7 10.663 0.012 1001 000-BCX-156 9663.95525 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:56:00 a0200.fits V0856_Sco SR 5.0 2.04 -5.6 9.943 0.008 2207 000-BCX-156 9663.95556 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

images 201 to 250

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 10:56:38 a0201.fits V0856_Sco SR 5.0 2.03 -5.6 9.925 0.007 1754 000-BCX-156 9663.95600 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:57:01 a0202.fits V0856_Sco SR 5.0 2.03 -5.6 9.965 0.008 1729 000-BCX-156 9663.95626 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:57:25 a0203.fits V0856_Sco SI 5.0 2.03 -5.6 10.148 0.008 1884 000-BCX-156 9663.95654 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:58:21 a0204.fits V0856_Sco SI 5.0 2.02 -5.6 13.888 0.178 1402 000-BCX-156 9663.95719 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 10:58:44 a0205.fits V0856_Sco SI 5.0 2.01 -5.6 10.131 0.008 1528 000-BCX-156 9663.95745 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 11:02:47 a0206.fits V351_Pup B 200.0 1.15 2.4 000-BBP-237 9663.96027 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 11:07:35 a0207.fits V351_Pup B 200.0 1.16 2.5 16.761 4.391 177 000-BBP-237 9663.96360 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 11:11:21 a0208.fits V351_Pup B 200.0 1.17 2.6 13.842 0.290 322 000-BBP-237 9663.96622 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 11:15:07 a0209.fits V351_Pup B 200.0 1.18 2.6 11.942 0.054 1402 000-BBP-237 9663.96883 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 11:18:53 a0210.fits V351_Pup B 200.0 1.18 2.7 000-BBP-237 9663.97145 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 11:22:40 a0211.fits V351_Pup V 100.0 1.19 2.7 Y 4.53 000-BBP-237 0.150816 9663.97407 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996180 Y
2022-03-25 11:24:50 a0212.fits V351_Pup V 100.0 1.19 2.8 Y 4.54 14.645 0.556 203 000-BBP-237 0.161605 9663.97558 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994746 Y
2022-03-25 11:27:00 a0213.fits V351_Pup V 100.0 1.20 2.8 Y 5.10 16.277 2.633 129 000-BBP-237 0.175002 9663.97708 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994351 Y
2022-03-25 11:29:10 a0214.fits V351_Pup V 100.0 1.21 2.9 Y 4.26 000-BBP-237 0.173883 9663.97859 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994214 Y
2022-03-25 11:31:19 a0215.fits V351_Pup V 100.0 1.21 2.9 Y 4.57 000-BBP-237 0.182200 9663.98008 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996575 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 11:37:15 a0216.fits V837_Ara B 60.0 1.70 -6.0 13.891 0.312 1291 000-BCT-804 9663.98420 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 11:39:43 a0217.fits V837_Ara V 40.0 1.69 -5.9 Y 4.96 7.507 0.002 9531 000-BCT-804 0.565709 9663.98591 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000563 Y
2022-03-25 11:40:53 a0218.fits V837_Ara SR 40.0 1.69 -5.9 Y 4.16 99.999 9.999 695 000-BCT-804 0.565863 9663.98672 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001020 Y
2022-03-25 11:45:28 a0219.fits V382_Vel B 200.0 1.02 0.6 Y 4.55 13.861 0.296 340 000-BBR-642 0.149273 9663.98991 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995842 Y
2022-03-25 11:49:17 a0220.fits V382_Vel B 200.0 1.02 0.6 Y 4.74 11.637 0.042 310 000-BBR-642 0.194159 9663.99256 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995460 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 11:53:06 a0221.fits V382_Vel B 200.0 1.02 0.7 Y 5.10 14.295 0.467 185 000-BBR-642 0.216875 9663.99521 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999429 Y
2022-03-25 11:56:56 a0222.fits V382_Vel B 200.0 1.02 0.8 12.436 0.087 237 000-BBR-642 9663.99787 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 12:01:45 a0223.fits V382_Vel B 200.0 1.02 0.8 11.371 0.032 352 000-BBR-642 9664.00122 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 12:05:32 a0224.fits V382_Vel V 100.0 1.02 0.9 Y 4.88 12.511 0.082 958 000-BBR-642 0.561855 9664.00384 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996668 Y
2022-03-25 12:07:41 a0225.fits V382_Vel V 100.0 1.03 0.9 Y 4.76 15.487 1.394 139 000-BBR-642 0.553779 9664.00534 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996143 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 12:09:50 a0226.fits V382_Vel V 100.0 1.03 1.0 Y 4.16 13.535 0.210 297 000-BBR-642 0.611320 9664.00683 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997045 Y
2022-03-25 12:11:59 a0227.fits V382_Vel V 100.0 1.03 1.0 Y 4.68 11.791 0.042 255 000-BBR-642 0.625251 9664.00832 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995463 Y
2022-03-25 12:14:08 a0228.fits V382_Vel V 100.0 1.03 1.0 Y 3.82 11.671 0.040 538 000-BBR-642 0.627325 9664.00981 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994944 Y
2022-03-25 12:18:43 a0229.fits CP_Cru B 200.0 1.05 -0.3 Y 4.62 000-BCV-599 0.298527 9664.01300 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994332 Y
2022-03-25 12:22:32 a0230.fits CP_Cru B 200.0 1.05 -0.2 Y 4.69 13.790 0.284 440 000-BCV-599 0.336758 9664.01565 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993272 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 12:26:21 a0231.fits CP_Cru B 200.0 1.05 -0.2 Y 4.48 000-BCV-599 0.363928 9664.01830 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996587 Y
2022-03-25 12:30:11 a0232.fits CP_Cru B 200.0 1.05 -0.1 Y 4.48 000-BCV-599 0.392312 9664.02096 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994089 Y
2022-03-25 12:34:00 a0233.fits CP_Cru B 200.0 1.05 -0.0 Y 4.29 14.71 0.627 190 000-BCV-599 0.406509 9664.02361 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996341 Y
2022-03-25 12:37:50 a0234.fits CP_Cru V 100.0 1.05 0.0 Y 4.23 14.89 0.724 116 000-BCV-599 0.396534 9664.02627 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993743 Y
2022-03-25 12:40:00 a0235.fits CP_Cru V 100.0 1.05 0.1 Y 4.17 000-BCV-599 0.398918 9664.02778 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997325 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 12:42:08 a0236.fits CP_Cru V 100.0 1.05 0.1 Y 4.12 000-BCV-599 0.415697 9664.02926 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995831 Y
2022-03-25 12:44:18 a0237.fits CP_Cru V 100.0 1.05 0.1 Y 4.36 000-BCV-599 0.414425 9664.03076 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995982 Y
2022-03-25 12:46:27 a0238.fits CP_Cru V 100.0 1.05 0.2 Y 4.60 000-BCV-599 0.406793 9664.03226 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995673 Y
2022-03-25 12:54:06 a0239.fits KK_Oph B 30.0 1.88 -4.7 9.353 0.006 1823 000-BDW-739 9664.03757 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 12:55:46 a0240.fits KK_Oph B 30.0 1.86 -4.7 9.404 0.006 1426 000-BDW-739 9664.03873 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 12:56:35 a0241.fits KK_Oph V 15.0 1.86 -4.7 8.903 0.004 3626 000-BDW-739 9664.03929 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 12:58:11 a0242.fits KK_Oph V 15.0 1.84 -4.6 8.939 0.004 3079 000-BDW-739 9664.04041 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 12:58:46 a0243.fits KK_Oph SR 15.0 1.84 -4.6 8.353 0.003 5859 000-BDW-739 9664.04081 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:00:21 a0244.fits KK_Oph SR 15.0 1.82 -4.6 8.312 0.003 6328 000-BDW-739 9664.04191 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:00:54 a0245.fits KK_Oph SI 15.0 1.82 -4.6 8.623 0.003 4500 000-BDW-739 9664.04229 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 13:02:30 a0246.fits KK_Oph SI 15.0 1.80 -4.6 8.634 0.004 4760 000-BDW-739 9664.04340 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:22:56 a0247.fits V0725_Sgr B 120.0 1.90 -5.3 9.835 0.009 1116 000-BCB-590 9664.05759 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:26:17 a0248.fits V0725_Sgr B 120.0 1.87 -5.2 9.177 0.005 2658 000-BCB-590 9664.05992 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:28:38 a0249.fits V0725_Sgr V 60.0 1.86 -5.2 7.793 0.002 11019 000-BCB-590 9664.06155 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:30:59 a0250.fits V0725_Sgr V 60.0 1.84 -5.1 7.722 0.002 11759 000-BCB-590 9664.06318 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

images 251 to 300

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 13:32:19 a0251.fits V0725_Sgr SR 60.0 1.83 -5.1 13.136 0.174 23891 000-BCB-590 9664.06411 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:34:39 a0252.fits V0725_Sgr SR 60.0 1.81 -5.1 6.882 0.001 24973 000-BCB-590 9664.06573 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:35:57 a0253.fits V0725_Sgr SI 60.0 1.80 -5.0 6.964 0.002 25985 000-BCB-590 9664.06663 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:38:18 a0254.fits V0725_Sgr SI 60.0 1.78 -5.0 6.935 0.001 24797 000-BCB-590 9664.06826 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:42:00 a0255.fits V2487_Oph B 200.0 1.87 -4.3 000-BBZ-131 9664.07083 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 13:46:48 a0256.fits V2487_Oph B 200.0 1.82 -4.2 14.416 0.542 590 000-BBZ-131 9664.07417 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:50:35 a0257.fits V2487_Oph B 200.0 1.79 -4.1 14.385 0.548 467 000-BBZ-131 9664.07679 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:54:20 a0258.fits V2487_Oph B 200.0 1.76 -4.1 000-BBZ-131 9664.07940 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 13:58:06 a0259.fits V2487_Oph B 200.0 1.73 -4.0 000-BBZ-131 9664.08201 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:01:53 a0260.fits V2487_Oph V 100.0 1.72 -3.9 12.264 0.069 315 000-BBZ-131 9664.08464 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 14:05:02 a0261.fits V2487_Oph V 100.0 1.69 -3.9 12.501 0.085 277 000-BBZ-131 9664.08683 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:07:08 a0262.fits V2487_Oph V 100.0 1.68 -3.8 13.839 0.298 266 000-BBZ-131 9664.08829 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:09:14 a0263.fits V2487_Oph V 100.0 1.66 -3.8 11.295 0.030 2144 000-BBZ-131 9664.08975 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:11:19 a0264.fits V2487_Oph V 100.0 1.65 -3.8 12.556 0.088 294 000-BBZ-131 9664.09119 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:15:45 a0265.fits V0725_Sgr B 120.0 1.53 -4.4 14.180 0.452 4022 000-BCB-590 9664.09427 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 14:19:07 a0266.fits V0725_Sgr B 120.0 1.51 -4.3 8.760 0.004 4451 000-BCB-590 9664.09661 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:21:26 a0267.fits V0725_Sgr V 60.0 1.50 -4.3 7.591 0.002 16370 000-BCB-590 9664.09822 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:23:47 a0268.fits V0725_Sgr V 60.0 1.49 -4.2 7.590 0.002 15347 000-BCB-590 9664.09985 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:25:08 a0269.fits V0725_Sgr SR 60.0 1.49 -4.2 6.770 0.001 41620 000-BCB-590 9664.10079 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:27:28 a0270.fits V0725_Sgr SR 60.0 1.47 -4.2 6.747 0.001 39047 000-BCB-590 9664.10241 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 14:28:47 a0271.fits V0725_Sgr SI 60.0 1.47 -4.2 6.878 0.001 43128 000-BCB-590 9664.10332 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:31:06 a0272.fits V0725_Sgr SI 60.0 1.46 -4.1 6.868 0.001 37713 000-BCB-590 9664.10493 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:34:59 a0273.fits PNV_J17291350 B 60.0 1.51 -3.3 None 9664.10763 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:37:28 a0274.fits PNV_J17291350 B 150.0 1.49 -3.3 13.543 0.210 355 None 9664.10935 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:41:27 a0275.fits PNV_J17291350 B 150.0 1.47 -3.2 None 9664.11212 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 14:44:23 a0276.fits PNV_J17291350 B 150.0 1.45 -3.2 14.247 0.446 222 None 9664.11416 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 14:47:19 a0277.fits PNV_J17291350 V 100.0 1.44 -3.1 Y 3.85 12.718 0.106 269 None 0.093709 9664.11619 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996155 Y
2022-03-25 14:49:29 a0278.fits PNV_J17291350 V 100.0 1.43 -3.1 Y 3.71 12.471 0.084 282 None 0.119041 9664.11770 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995176 Y
2022-03-25 14:51:39 a0279.fits PNV_J17291350 V 100.0 1.43 -3.1 Y 3.40 None 0.128030 9664.11920 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997091 Y
2022-03-25 14:56:00 a0280.fits ASASSN-V_J18165406-2021176 B 120.0 1.62 -3.8 Y 3.91 8.446 0.003 5301 None 0.940494 9664.12222 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002143 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 14:58:23 a0281.fits ASASSN-V_J18165406-2021176 B 120.0 1.61 -3.7 Y 4.54 8.429 0.003 4372 None 0.994257 9664.12388 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002021 Y
2022-03-25 15:00:57 a0282.fits ASASSN-V_J18165406-2021176 V 60.0 1.60 -3.7 Y 3.62 8.151 0.003 7242 None 0.016436 9664.12566 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001455 Y
2022-03-25 15:02:21 a0283.fits ASASSN-V_J18165406-2021176 V 60.0 1.59 -3.7 Y 3.91 8.211 0.003 6651 None 0.021144 9664.12663 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.004505 Y
2022-03-25 15:03:46 a0284.fits ASASSN-V_J18165406-2021176 SR 60.0 1.58 -3.7 Y 3.66 7.944 0.003 8615 None 0.035506 9664.12762 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000127 Y
2022-03-25 15:05:08 a0285.fits ASASSN-V_J18165406-2021176 SR 60.0 1.57 -3.6 Y 3.94 7.953 0.003 8346 None 0.032104 9664.12856 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001910 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 15:06:31 a0286.fits ASASSN-V_J18165406-2021176 SI 60.0 1.56 -3.6 Y 3.66 8.488 0.004 5490 None 0.046374 9664.12953 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002716 Y
2022-03-25 15:07:53 a0287.fits ASASSN-V_J18165406-2021176 SI 60.0 1.55 -3.6 Y 3.67 8.484 0.004 5495 None 0.037288 9664.13047 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002851 Y
2022-03-25 15:21:36 a0288.fits GSC_05107_00266 B 30.0 2.04 -3.5 16.776 3.173 72 000-BJP-383 9664.14000 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 15:22:26 a0289.fits GSC_05107_00266 B 30.0 2.03 -3.5 15.858 1.360 75 000-BJP-383 9664.14058 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 15:23:15 a0290.fits GSC_05107_00266 V 15.0 2.02 -3.5 000-BJP-383 9664.14115 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 15:23:52 a0291.fits GSC_05107_00266 V 15.0 2.02 -3.5 000-BJP-383 9664.14157 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 15:24:27 a0292.fits GSC_05107_00266 SR 15.0 2.01 -3.5 000-BJP-383 9664.14198 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 15:25:01 a0293.fits GSC_05107_00266 SR 15.0 2.00 -3.5 000-BJP-383 9664.14237 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 15:25:35 a0294.fits GSC_05107_00266 SI 15.0 2.00 -3.5 000-BJP-383 9664.14277 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 15:26:09 a0295.fits GSC_05107_00266 SI 15.0 1.99 -3.4 99.999 9.999 99 000-BJP-383 9664.14316 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 15:28:38 a0296.fits XX_Sct B 120.0 1.98 -3.6 9.779 0.008 1743 000-BCX-193 9664.14488 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 15:31:58 a0297.fits XX_Sct B 120.0 1.95 -3.6 9.771 0.008 1743 000-BCX-193 9664.14720 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 15:34:18 a0298.fits XX_Sct V 60.0 1.93 -3.5 Y 2.99 9.239 0.005 3446 000-BCX-193 1.016628 9664.14882 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994672 Y
2022-03-25 15:35:53 a0299.fits XX_Sct V 60.0 1.92 -3.5 Y 3.49 9.205 0.005 2961 000-BCX-193 0.022883 9664.14992 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992355 Y
2022-03-25 15:37:17 a0300.fits XX_Sct SR 60.0 1.91 -3.5 Y 3.96 8.769 0.004 3948 000-BCX-193 0.036944 9664.15089 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997528 Y

images 301 to 340

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 15:38:39 a0301.fits XX_Sct SR 60.0 1.89 -3.4 Y 3.38 8.634 0.004 5679 000-BCX-193 0.055427 9664.15184 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990770 Y
2022-03-25 15:40:02 a0302.fits XX_Sct SI 60.0 1.88 -3.4 Y 3.55 9.126 0.005 3243 000-BCX-193 0.043439 9664.15280 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989400 Y
2022-03-25 15:41:24 a0303.fits XX_Sct SI 60.0 1.87 -3.4 Y 2.85 9.069 0.005 4573 000-BCX-193 0.046581 9664.15375 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993865 Y
2022-03-25 15:49:10 a0304.fits V841_Oph V 300.0 1.25 -1.6 Y 5.29 13.339 0.291 2198 000-BBY-278 0.322133 9664.15914 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.985520 Y
2022-03-25 15:54:38 a0305.fits V841_Oph V 300.0 1.24 -1.5 Y 4.40 7.279 0.002 12193 000-BBY-278 0.267605 9664.16294 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996725 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 16:00:08 a0306.fits V841_Oph V 300.0 1.23 -1.4 Y 3.83 7.072 0.002 18333 000-BBY-278 0.241553 9664.16676 -20.0000 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000751 Y
2022-03-25 16:05:36 a0307.fits V841_Oph V 300.0 1.22 -1.3 Y 4.02 13.010 0.215 3433 000-BBY-278 0.210749 9664.17056 -20.0000 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001082 Y
2022-03-25 16:11:05 a0308.fits V841_Oph V 300.0 1.21 -1.2 Y 4.07 7.155 0.002 16882 000-BBY-278 0.218767 9664.17436 -20.0000 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998858 Y
2022-03-25 16:19:33 a0309.fits CI_Aql V 100.0 1.87 -3.0 Y 3.11 13.051 0.149 313 000-BCD-453 0.934105 9664.18024 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997709 Y
2022-03-25 16:21:39 a0310.fits CI_Aql V 100.0 1.85 -2.9 Y 3.19 10.667 0.020 945 000-BCD-453 0.943993 9664.18170 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000459 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 16:23:43 a0311.fits CI_Aql V 100.0 1.84 -2.9 Y 4.65 11.894 0.053 454 000-BCD-453 0.943583 9664.18314 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000619 Y
2022-03-25 16:25:52 a0312.fits CI_Aql B 200.0 1.81 -2.9 Y 3.71 11.538 0.042 514 000-BCD-453 0.983844 9664.18463 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991266 Y
2022-03-25 16:29:36 a0313.fits CI_Aql B 200.0 1.79 -2.8 Y 3.59 11.509 0.039 501 000-BCD-453 0.985327 9664.18722 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999115 Y
2022-03-25 16:33:43 a0314.fits CI_Aql B 200.0 1.76 -2.7 Y 3.93 11.608 0.044 468 000-BCD-453 1.014688 9664.19008 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001362 Y
2022-03-25 16:41:36 a0315.fits V888_Cen B 200.0 1.19 3.2 Y 3.76 11.850 0.048 336 000-BBT-433 0.025672 9664.19556 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996054 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 16:45:27 a0316.fits V888_Cen B 200.0 1.20 3.3 Y 4.65 14.621 0.600 269 000-BBT-433 0.020512 9664.19823 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996844 Y
2022-03-25 16:49:17 a0317.fits V888_Cen B 200.0 1.21 3.4 Y 4.28 11.928 0.054 296 000-BBT-433 0.008403 9664.20089 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994773 Y
2022-03-25 16:53:07 a0318.fits V888_Cen B 200.0 1.21 3.4 Y 3.73 13.032 0.142 296 000-BBT-433 0.014261 9664.20355 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993366 Y
2022-03-25 16:56:58 a0319.fits V888_Cen B 200.0 1.22 3.5 12.077 0.060 302 000-BBT-433 9664.20623 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:01:47 a0320.fits V888_Cen V 100.0 1.23 3.6 Y 3.04 11.437 0.032 463 000-BBT-433 0.059660 9664.20957 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995779 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 17:03:57 a0321.fits V888_Cen V 100.0 1.23 3.6 Y 2.99 11.447 0.033 500 000-BBT-433 0.059363 9664.21108 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995200 Y
2022-03-25 17:06:08 a0322.fits V888_Cen V 100.0 1.24 3.6 Y 3.04 11.496 0.035 490 000-BBT-433 0.069478 9664.21259 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998334 Y
2022-03-25 17:08:19 a0323.fits V888_Cen V 100.0 1.24 3.7 Y 3.28 11.492 0.034 403 000-BBT-433 0.082312 9664.21411 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998067 Y
2022-03-25 17:10:30 a0324.fits V888_Cen V 100.0 1.24 3.7 Y 3.21 11.418 0.033 477 000-BBT-433 0.099017 9664.21563 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997642 Y
2022-03-25 17:15:50 a0325.fits TCP_J17154 B 120.0 1.03 -0.4 14.472 0.510 1246 None 9664.21933 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 17:19:18 a0326.fits TCP_J17154 B 120.0 1.03 -0.4 None 9664.22174 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:21:44 a0327.fits TCP_J17154 B 120.0 1.03 -0.3 None 9664.22343 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:24:11 a0328.fits TCP_J17154 V 100.0 1.03 -0.3 12.718 0.116 275 None 9664.22513 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:27:19 a0329.fits TCP_J17154 V 100.0 1.03 -0.2 13.141 0.167 257 None 9664.22730 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:29:25 a0330.fits TCP_J17154 V 100.0 1.02 -0.2 13.142 0.162 264 None 9664.22876 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 17:31:33 a0331.fits TCP_J17154 SR 60.0 1.02 -0.2 12.969 0.132 253 None 9664.23024 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:34:01 a0332.fits TCP_J17154 SR 60.0 1.02 -0.1 12.747 0.106 347 None 9664.23196 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:35:26 a0333.fits TCP_J17154 SR 60.0 1.02 -0.1 12.691 0.098 719 None 9664.23294 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:36:53 a0334.fits TCP_J17154 SI 100.0 1.02 -0.1 12.497 0.114 381 None 9664.23395 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:40:01 a0335.fits TCP_J17154 SI 100.0 1.02 -0.0 12.012 0.069 344 None 9664.23612 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-25 17:42:05 a0336.fits TCP_J17154 SI 100.0 1.02 0.0 12.659 0.141 378 None 9664.23756 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:47:29 a0337.fits Aql_X_1 SR 120.0 1.57 -1.8 11.307 0.042 2203 000-BDC-003 9664.24131 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:50:56 a0338.fits Aql_X_1 SR 120.0 1.56 -1.8 10.900 0.033 1826 000-BDC-003 9664.24370 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:53:21 a0339.fits Aql_X_1 SR 120.0 1.55 -1.7 9.159 0.007 4144 000-BDC-003 9664.24538 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-25 17:55:46 a0340.fits Aql_X_1 SR 120.0 1.55 -1.7 9.066 0.008 5225 000-BDC-003 9664.24706 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

Column Definitions

DateTime: UTC timestamp

filename: Image filename in IRAF processing and as JPEG thumbnail

link: Hyperlink to JPEG thumbnail

objid: Target object ID as defined in ACP plan and in FITS header

filter: Photometric filter used

exptime or exp: Exposure time in sec

airmass or am: Airmass during exposure

hr_ang or ha: The hour angle for the images in hours.

has_wcs or wcs: Image was plate solved at observatory and World Coordinate Systems attributes (WCS) attributes were placed in FITS header.

fwhm: Full Width Half Max star images as measured at observatory

instmag: Target object instrumental magnitude as measured by pipeline IRAF photomery subsystem

err: Target object magnitude error as measured by pipeline IRAF photomery subsystem

maxadu: Target object maximum ADU as measured by pipeline IRAF photomery subsystem

auid: AAVSO Unique Identifier for the target object

center2obj: Separation of target object from center of the image in arcmin

JD: Julian date - 2540000

ccd_temp: Camera sensor temperature (C)

set_temp: Camera cooler set point temperatur (C)

img_type: Image type; "Light" is expected; "Flat", "Dark" or "Bias" indicate a mixup in the telescope computer settings

read_mode: Various values, but this should be the same for all images at a given telescope

binning: X and Y binning of sensor pixels; this should be the same for all images at a given telescope

fov_radius_amin: Radius of field of view for the camera sensor across the shorter dimension in arcmin

image_available: This should also be yes(Y) unless a failure in the HQ computer sysem

OE: !OE! indicates over exposed target. The max ADU for the target is more than the linearity liit of the camera.

new_exp: Suggested new exposure for over exposed targets.

nstk: If this is a stacked image, number of images combined.

ChgCSV: The exposure was automatically changed in the Scheduler CSV file.

tnimage: Small image thumbnail that will open the full JPEG thumbnail image in a new tab