Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 656 Bytes

File metadata and controls

21 lines (12 loc) · 656 Bytes

This space hosts IDL procedures developed for semi-realtime data inspection. Each procedure includes instructions inside its comments. Users can retrieve them adding the optional "/help" string when launching the procedures.

FITSLOOK

quick-look to inspect each SUBSCAN during continuum (when output is in FITS format) and XARCOS acquisitions with DISCOS. Compile and retrieve full information:

IDL> .r fitslook

IDL> fitslook, /help

ONOFF

quick-look to inspect each SCAN during XARCOS acquisitions with DISCOS. The scan is displayed, once completed, as (ON-OFF)/OFF. Compile and retrieve full information:

IDL> .r onoff

IDL> onoff, /help