Hi all, A quick warning:
The sensor variables were treated in an inconsistent way. In some cases, the "do-flags" had no practical meaning. I have tried to clean this up. The qpack2_demo had to be changed. This line was added H.BACKEND_DO = true; You maybe have to add similar statements (note also MIXER_DO and ANTENNA_DO). My present work will result in a revision of how the sensor is treated inside qarts. So there could be some more changes during the week. Please check out the ChangeLog messages. Bye, Patrick -------- Original Message -------- Subject: [s-c-rt] r7132 - in atmlab/trunk: . arts demos Date: Mon, 5 Sep 2011 12:01:10 +0200 From: [email protected] <[email protected]> To: [email protected] <[email protected]> Author: patrick Date: 2011-09-05 12:01:10 +0200 (Mon, 05 Sep 2011) New Revision: 7132 Trac: https://www.sat.ltu.se/trac/rt/changeset/7132 Modified: atmlab/trunk/ChangeLog atmlab/trunk/arts/arts_sensor.m atmlab/trunk/arts/qarts2cfile.m atmlab/trunk/arts/qartsSensor.m atmlab/trunk/demos/qpack2_demo.m Log: 2011-09-05 Patrick Eriksson <[email protected]> * atmlab-1-0-186 * arts/arts_sensor.m (arts_sensor): The internal variable folder_created had got lost in last change of function. * demos/qpack2_demo.m (q_demo): BACKEND_DO was not set. * arts/qartsSensor.m (qartsSensor): Introduced fields IF2RF and SIDEBAND_MODE. * arts/qarts2cfile.m (cfile_Sensor): - AntennaOff is now called of ANTENNA_DO is false. - lo_multi now saved for "multimixer". - Changed triggering of data. Saving of variables for each sensor part follows now strictly the main variable. For example, F_BACKEND is ignored if BACKEND_DO is false. - Added handling of SIDEBAND_MODE. - Added handling of IF2RF. * arts/qarts2cfile.m (file_or_data): All String variables were taken as file names. Fixed. _______________________________________________ svn-changes-rt mailing list [email protected] https://www.sat.ltu.se/mailman/listinfo/svn-changes-rt _______________________________________________ qpack mailing list [email protected] https://www.sat.ltu.se/mailman/listinfo/qpack
