! restore.init ! ============ ! Identification of shared memory (Dont touch at this !) ! TASK\INTEGER "Data shared memory identifier" DATA_SHMID$ DATA_SHMID ! ! General parameters ! TASK\INTEGER "Number of records" NRECORD$ nrecord TASK\INTEGER "Number of subscans" NSUBSCAN$ nsubscan TASK\INTEGER "Number of scan" SCAN_NUMBER$ scan TASK\CHARACTER "Name of the source" SNAM$ 'source' ! ! Restore parameters ! TASK\REAL "Beam separation (in arcseconds)" BEAMSEP$ beamsep TASK\REAL "Rotation angle (in degrees)" THETADEG$ rotation TASK\REAL "Unbalanced factor (between 2 beams)" UNBAL$ unbal TASK\LOGICAL "Filter" RESTORE_FILTER$ restore_filter TASK\LOGICAL "Restore with mask" RESTORE_MASK$ restore_mask TASK\INTEGER "Number of teeth in the restore function" COMB_TEETH$ comb_teeth ! TASK\GO