Changes between Version 98 and Version 99 of PublicPages/MayallZbandLegacy/NotesforObservers


Ignore:
Timestamp:
Feb 13, 2016 6:51:43 PM (8 years ago)
Author:
Arjun Dey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicPages/MayallZbandLegacy/NotesforObservers

    v98 v99  
    380380
    381381
    382 === Check in the updated tile file ===
     382=== Check in the updated tile file and updated bad exposure file ===
    383383
    384384At the end of the night, you should check the updated tile file into the svn repository. On the
     
    386386{{{
    387387   cd $MOS3_OBS/obstatus
    388    svn commit mosaic-tiles_obstatus.fits --username <YOUR-NAME>
    389 }}}
    390 
    391 === Check in the updated bad exposure file ===
    392 Update the bad_expid.txt file in ~/products/mosaic3/logs
    393 {{{
    394   cd ~/products/mosaic3/logs
    395   svn commit bad_expid.txt
     388   svn -m "observing update of tile file and bad exposure list” commit
     389}}}
     390If this does not work for some reason, try
     391{{{
     392  cd $MOS3_OBS/obstatus
     393  svn -m "observing update of tile file and bad exposure list” commit -username <YOUR USERNAME>
     394}}}
     395and enter your wiki log in and password when prompted.
     396
     397You can also check in the files individually as
     398
     399{{{
     400  cd ~/products/mosaic3/obstatus
     401  svn -m "bad exp update" commit bad_expid.txt
     402  svn -m "obstatus update" commit mosaic-tiles_obstatus.fits
    396403}}}
    397404