To reduce GISMO data with crush, first log into your project account:
ssh -X project_number@mrt-lx3.iram.es (for project "test" data the project_number is t16. Ask the AoD for the password)
Raw data are stored in the directory ~/observationData/gismo. The scans are stored in a filing hierarchy, organised by source name, then an IRAM scan ID composed of a UT calendar date and a scan number. For example, the scan 113 taken on 2013-04-12 of M33 is stored as:
~/observationData/gismo/M33/2013-04-12.113/M33_2013-04-12.113_gismo.fits
To reduce this scan with crush, type in your terminal:
crush gismo -default -datapath=~/observationData/gismo -object=M33 -date=2013-04-12 113 -outpath=~/crush_reduction -name=M33
In the case of faint sources (S/N<10) you can use the option "faint":
crush gismo -faint -datapath=~/observationData/gismo -object=M33 -date=2013-04-12 113 -outpath=~/crush_reduction -name=M33_faint
Other options to optimise the reduction are "bright" for strong sources (S/N>1000), "extended" for structures larger than the field of view, and "deep" for deep fields (faint point sources).
It is possible to add several scans:
crush gismo -faint -datapath=~/observationData/gismo -object=M33 -date=2013-04-12 113-116 120 -date=2013-04-13 1-6 -outpath=~/crush_reduction -name=M33_faint_allscans
and also to combine different fields of view:
crush gismo -faint -datapath=~/observationData/gismo -object=M33a -date=2013-04-12 113-116 120 -object=M33b -date=2013-04-14 21-23 -outpath=~/crush_reduction -name=M33ab_faint_allscans
For a detailed description of crush's options and capabilities, see the crush documentation.