Tylerastro / NCU_TOM

https://ncu-tom.vercel.app
MIT License
1 stars 5 forks source link

Lulin observation format #8

Closed Tylerastro closed 8 months ago

Tylerastro commented 8 months ago

Check prerequisites

Environment

Self-hosted/Localhost

Steps to Reproduce

  1. Create new observation
  2. modify the script
  3. send observation
  4. go back to complete your observation page

Expected Result

            #REPEAT 1
            #BINNING 1,1,1,1,1, 
            #COUNT 1,1,1,1,1,
            #INTERVAL 10,10,10,10,10,
            #FILTER gp_Astrodon_2019,ip_Astrodon_2019,rp_Astrodon_2019,up_Astrodon_2019,zp_Astrodon_2019,

            Horsehead Nebula 5:41:08.16 -0:09:48
            #WAITFOR 1

There should be indent before each line

Actual Result

#REPEAT 1
            #BINNING 1,1,1,1,1, 
            #COUNT 1,1,1,1,1,
            #INTERVAL 10,10,10,10,10,
            #FILTER gp_Astrodon_2019,ip_Astrodon_2019,rp_Astrodon_2019,up_Astrodon_2019,zp_Astrodon_2019,

            Horsehead Nebula 5:41:08.16 -0:09:48
            #WAITFOR 1

The leading space of the first line is removed. Can someone either remove all the leading space when creation or keep the leading space of the first line?

Version

3a28949e842b13425f730483913e4440d5511af3

Tylerastro commented 8 months ago

a0ffcfc solved, no prefixing indent for all